/* common */
body {
	background-image: url(images/bk.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #BDBEB6;
	margin: 0px;
	padding: 0px;
	margin-top: 35px;
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
*{
	font-family: Tahoma, Arial,Verdana;
}
td,div,input,select,textarea{
	font-size: 11px;
}
form{
	padding: 0px;
	margin: 0px;
}
a{
	color: #C32A0C;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#cont{
	overflow: hidden;
}

/* header */
#header{
	width: 850px;
	
}
#logo{
	float: left;
	width: 235px;	
}
#logo img{
	width: 235px;
	height: 99px;
}
#navigation{
	background-image: url(images/bk_nav.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 615px;
	height: 58px !important;	
	
	text-align: left;
	padding-top: 41px;	
}
#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 71px;
} 
#navigation li 
{
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
	background-image: url(images/nav_sep.gif);
	background-repeat: no-repeat;
	background-position: right middle;		
	
} 
#navigation a{
	color: #868686;
	font-size: 12px;
	font-weight: bold;
}

/* footer */
#footer{
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	background-position: left top;	
	width: 850px;
	height: 106px;
	padding-top: 20px;
	
}
#footer div{
	float: left;
	width: 225px !important;	

	color: #3E3F3D;
	font-size: 10px;
	text-align: left;
	padding-left: 22px;
	border-right: 1px solid #91928E;
	padding-right: 15px;
}
#footer div strong{
	font-size: 11px;
}
#footer div span{
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;	
}
#footer div input{
	background-color: #AAABA4;
	vertical-align: middle;
	border: 1px solid #AAABA4;
	font-size: 11px;
	color: #3E3F3D;
	width: 152px;
	height: 12px; 

	padding-top: 3px;
}	
#footer div #submit{
	height: 18px !important; 

	width: 47px;
	margin-left: 10px;
	padding-top: 0px;
}
#cnt{
	padding-left: 30px;
	padding-right: 30px;
	color: #000000;
	background-color: #ffffff;
	/*overflow: hidden !important;*/
	overflow: auto;

}


/*body*/
#content{
	width: 850px;
	margin-top: 13px;
	margin-bottom: 13px;
}
#content td{
	text-align: left;
	vertical-align: top;
}
#sidebar{
	background-color: #576B90;
	padding-left: 23px;
	padding-right: 23px;
}

#sidebar a{
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: 1px solid #768BB3;
	color: #fff;
	text-decoration: none;
	padding-left: 13px;	
	background-image: url(images/arr_blue.gif);
	background-repeat: no-repeat;
	background-position: left center;	
	font-weight: bold;
	margin-left: 1px;
}
#sidebar a:hover{
	background-color: #6D7E9E;
	background-position: 7px;	
}
#home_cont{
	margin-top: 11px;
	margin-bottom: 8px;
}

#home_cont td{
	vertical-align: top;
	text-align: left;
}
#home_cats{
	background-color: #ffffff;	
	color: #666666;
	height: 142px;
	overflow: hidden;
}
#home_cats a{
	color: #F37A23;
	text-decoration: underline;
}
#home_cats a:hover{
	text-decoration: none;

}
#home_cats table{
	width: 370px;
}
#home_cats table img{
	margin-right: 3px;
	margin-left: 1px;
}
#copy{
	color: #717171;
	text-align: center;
	padding-bottom: 40px;
}
#copy a{
	color: #717171;
	text-decoration: none;
}
#copy a:hover{
	text-decoration: underline;
}

#blue_home_cont{
	color: #fff;
	background-color: #576B90;
	height: 142px;
	width: 230px;
	margin-left: 20px;
	text-align: left;
	padding-left: 23px;
	padding-right: 20px;
}
#blue_home_cont a{
	color: #FFC769;
}

.form{
	background-color: #efefef;
	padding: 15px;
}

#orange_module{
	color: #ffffff;
	padding-left: 23px;
	padding-right: 23px;
}
#product_image{
	text-align: center;
	float: right;
	padding-left: 20px;
	margin-bottom: 20px;
	width: 270px;

}

#product_image a{
	color: #8D8D8D;
	text-decoration: none;
}
#product_image a:hover{
	text-decoration: underline;
}

#list_products{
	margin-top: 20px;
}
#list_products td{
	vertical-align: bottom;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
#list_products td img{
	display: block;
	margin-bottom: 10px;
	border: 0px;
}
#list_products td a{
	color: #000000;
	text-decoration: none;
	
}
#list_products td a:hover{
	text-decoration: underline;
}
