/*
CSS Credit: http://www.templatemo.com/
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Verdana, Arial, san-serif;
	font-size: 11px;
	color:  #080808;
	background: #FFF2DF;
	

}

a:link, a:visited { color: #FFCF83; text-decoration: underline; } 
a:active, a:hover { color: #ff; text-decoration:none; }

h1 {
	margin: 0px;
	padding: 10px 0 20px 0;
	font-size: 24px;
	color: #090908;
	font-weight: normal;
	
}

h2 {
	margin: 0 0 20px 0;
	padding: 10px 0 10px 15px;
	font-size: 24px;
	color: #090908;
	font-weight: normal;
	background-color: #FFCF83;
}

h3 {
	margin: 0 0 10px 0;
	padding: 5px 0 5px 10px;
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
	background-color: #B09074;
}

h4 {
	margin: 0;
	padding: 5px 0 5px 15px;
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
	background-color: #FFCF83;
}

p {
	margin: 0px;
	padding: 0 0 10px 0;
	text-align: justify;
}

.price{
	font-size:16px;
	margin-bottom: 10px;
}

.price span{
	font-size:16px;
	color: #ffffff;
}

.buynow a{
	clear: both;
	display: block;
	float: left;
	width: 80px;
	padding: 1px 0;
	margin: 0 15px 10px 0;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	background: #be457c;
	border-bottom: 1px solid #f285b6;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 1px;
	font-size: 1px;	
}

.cleaner_with_height {
	clear: both;
	width: 100%;
	height: 30px;
	font-size: 1px;	
}

#templatemo_container{
	width: 940px;
	margin: 0 auto;
	border: 10px solid #510A0B;
}

/* top panel */
#templatemo_top_panel {
	overflow: hidden;	
	width: 880px;
	height: 32px;
	padding: 5px 30px;
	background: #730207;
	border-bottom: 1px solid #870843;
}

#templatemo_top_panel #templatemo_language_section {
	float: left;
	width: 400px;
	padding-right: 25px;
	margin: 0;
	padding: 0;
}

#templatemo_top_panel #templatemo_language_section img {
	padding: 0px;
	border: none;
	margin-right: 5px;
	border: 1px solid #9F8062;
}

#templatemo_top_panel #templatemo_shopping_cart {
	float: right;
	width: 400px;
	padding-top: 10px;
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}

#templatemo_top_panel #templatemo_shopping_cart span{
	font-weight: normal;
}
/* end of top panel */

/*/////////////// header panel */
#templatemo_container #templatemo_header {
	overflow: hidden;	
	width: 920px;
	height: 140px;
	background: #FFE5BC url('images/templatemo_header_bg.jpg') no-repeat bottom right;; padding-left:10px; padding-right:10px; padding-top:9px; padding-bottom:9px
}
/* end of header panel */

/* header panel */
#templatemo_container #templatemo_banner {
	overflow: hidden;	
	width: 880px;
	height: 300px; /* + 60 for padding top and bottom */
	padding: 30px;
	background: #ffffff url('images/templatemo_banner_bg.jpg') no-repeat top right;
}
/* end of header panel */

/* menu */
#templatemo_menu_panel{
	overflow: hidden;	
	width: 880px;
	height: 90px;
	padding: 0 30px;
	background: #FFDEA6;
}

#templatemo_menu_panel ul {
	float: left;
	width: 930px;
	margin: 0;
	padding: 5px 0 0 0;
	list-style: none;
}

#templatemo_menu_panel ul li{
	display: inline;
}

#templatemo_menu_panel ul li a{
	float: left;
	width: 110px;
	padding: 5px 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	border-left: 3px solid #510A0B;	
}

#templatemo_menu_panel li a:hover, #templatemo_menu_panel li .current{
	color: #ffffff;
}
/* end of menu */

/* content */
#templatemo_content{
	width: 880px;
	padding: 30px 30px 0 30px;
	background: #FFEACA;
}

#templatemo_content #templatemo_content_left {
	float: left;
	width: 630px;
	color:#000000
}

#templatemo_content_left .product_box {
	float: left;
	width: 200px;
	margin-right: 10px;
	color:#000000
}

#templatemo_content_left .product_box img{
	margin-bottom: 5px;
}

#templatemo_content #templatemo_content_right {
	float: right;
	width: 220px;
}

.templatemo_right_section {
 	width: 210px;	
	border: 5px solid #510A0B;
	background: #FFE5BC;
	margin-bottom: 30px;
	
}

.templatemo_right_section_content{
 	width: 180px;
	padding: 15px;	
} 
.templatemo_right_section_content h3{
	margin-bottom: 0px;	
} 

.templatemo_right_section_content form{
	padding: 0;
	margin: 0;
} 

.templatemo_right_section_content input{
	width: 180px;
	margin-bottom: 15px;
}

.templatemo_right_section_content .button{
	width: 70px;
	margin-bottom: 0px;
}

.templatemo_right_section_content ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.templatemo_right_section_content li {
	margin-bottom: 3px;
}

.templatemo_right_section_content li a{
	color: #020202;
	text-decoration: none;	
	background:	url('images/templatemo_list_icon.gif') no-repeat bottom left;; padding-left:20px; padding-right:0; padding-top:0; padding-bottom:0	
}

.templatemo_right_section_content li a:hover{
	color:  #B09074;;
	text-decoration: none;
	background:	url('images/templatemo_list_icon_hover.gif') no-repeat bottom left;
}
/* end of content */

/*  footer */

#templatemo_footer_panel{
	overflow: hidden;
	width: 900px;
	padding: 15px 20px;
	background: #720207;
	color:#B17F5C
}

#templatemo_footer_panel img{
	margin: 0 5px 0 0;
}

#templatemo_footer_panel #footer_left {
	float: Center;
	width: 370px;
	padding: 0 25px 0 0;
	margin: 0 15px 0 0;	
	border-right: 1px solid #B17F5C;

}

#templatemo_footer_panel #footer_right {
	float: Center;
	width: 800px;
	text-align: Center;
	
	
}
/* end of footer */
