body{
	background: #ebebd7 url('../_img/main/body_bg.gif') center repeat-y fixed;
	font-family: Tahoma, Arial;
	font-size: 11px;
}
body, img, div{
	margin: 0;
	padding: 0;
	border: 0;
}
a{
	color: #000;
	text-decoration: none;
}
h1, h2, h3, h4, h5 {
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;

}
h1 {
	text-align: left;
	font-size: 20px;
}
h2 {
	text-align: left;
	font-size: 20px;
}
h3 {
	text-align: left;
	font-size: 20px;
}
div#container{
	margin: auto;
	width: 780px;
}
div#header{
	width: 100%;
	background: url('../_img/main/header_bg.jpg') repeat-x;
	height: 70px;
	text-align: center;
}
div.left{
	float: left;
}
div.right{
	float: right;
}
div.clear{
	clear: both;
}
div#menu{
	float: left;
	width: 780px;
	height: 50px;
}
div#menu img, div#menu a{
	float: left;
}
div#menu a {
	width: 130px;
	display: block;
	overflow: hidden;
}
div#menu a.rollover img {
	display: block;
}
div#menu a.selected img {
	display: block;
	margin-left: -130px;
}
div#menu a.rollover:hover img {
	margin-left: -130px;
}
div#banner{
	height: 180px;
}
div#spacer{
	width: 780px;
	background: #6ba000 url('../_img/main/spacer.png') no-repeat;
	height: 10px;
	text-align: right;
}
div#main{

}
div#footer{
	height: 120px;
	background: url('../_img/main/footer_bg.jpg') repeat-x;
	color: #fff;
	font-size: 10px;
	line-height: 16px;	
}
div#footer_left a{
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}
div#footer_left a:hover{
	text-decoration: underline;
}
div#footer_left{
	float: left;
	margin: 10px 0 0 20px;
}
div#footer_right{
	float: right;
	margin: 10px 20px 0 0;
}
div#footer_right a{
	color: #fff;
	font-size: 10px;
}
div#footer_right a:hover{
	text-decoration: underline;
}
div#footer_left ul{
	margin: 0;
	padding:0;
	list-style: none;
}
div#footer_left ul li{
	margin; 0;
	padding:0;
	padding-left: 10px;
	background: url('../_img/main/footer_arrow.gif') no-repeat left;
	line-height: 16px;
}
div#related_ids{
	margin: 20px 0 20px 0;
}
div#related_ids ul{
	margin: 0;
	padding:0;
	list-style: none;
}
div#related_ids h5{
	font-size: 14px;
	color: #a70404;
}
div#related_ids a{
	font-size: 11px;
	color: #a70404;
}
div#related_ids a:hover{
	text-decoration: underline;
}
div#related_ids ul li{
	margin; 0;
	padding:0;
	padding-left: 10px;
	background: url('../_img/main/related_arrow.gif') no-repeat left;
	line-height: 16px;
}

div#content{
	width: 520px;
	float: left;
	padding: 20px 0 20px 20px;
}
div.contentTitle{
	padding-left: 0px;
	margin-bottom: 20px;
}
div#submenu{
	width: 200px;
	float: left;
}
div#submenu ul{
	margin: 0;
	padding: 0;
	list-style: none;
	background: #f3f3e3;
}
div#submenu li{
	margin: 0;
	padding: 0;
	text-indent: 15px;
	height: 30px;
}
div#submenu a{
	line-height: 29px;
	display: block;
	height: 30px;
	border-top: 1px solid #fff;
	background: #c7c7c7 url('../_img/main/li_submenu.gif') no-repeat left;
}
div#submenu a:hover{
	color: #fff;
	background: #6ba000 url('../_img/main/li_submenu.gif') no-repeat left;
}
div.submenuTitle{
	height: 28px;
	padding-left: 20px;
	background: #6ba000 url('../_img/submenu/arrow.gif') no-repeat left;
}
div#clients{
	margin-top: 10px;
	width: 200px;
	float: left;
	background: #fff;
}
div.clientsTitle{
	margin-top: 10px;
	padding-left: 20px;
	background: url('../_img/submenu/arrow2.gif') no-repeat left;
}
div#clients_banner{
	height: 130px;
}
div#emailField{
	width: 494px;
	height: 52px;
	background: url('../_img/main/email_bg.gif') no-repeat;
	color: #fff;
	font-size: 12px;
	margin-left: 30px;
	margin-top: 20px;
	clear: both;
}
div#emailField input{
	color: #6ba000;
	font-size: 10px;
	border: 0;
	background: #fff;
	padding: 2px 0 2px 0;
}
div#offerList{
	float: right;
	width: 250px;
	height: 160px;
	background: url('../_img/main/offer_list_bg.gif') no-repeat bottom;
	color: #fff;
	margin: 30px 0 10px 10px;
}
div#offerList a{
	color: #fff;
}
div#offerList a:hover{
	text-decoration : underline;
}
div#offerList ul{ 
	padding:0;
	margin: 10px 0 0 20px;
	list-style:none;
}
div#offerList ul li{ 
	margin: 0;
	padding:0;
	text-indent: 10px;
	background: url('../_img/main/footer_arrow.gif') left no-repeat;
}
div#catPhotos{
	margin: 10px 0 10px 0;
	width: 540px;
	background: #fff;
	border: 1px solid #6ba000;
	padding: 10px 0 10px 0;
	overflow-y: hidden;
	overflow-x: auto;
}
div#catPhotos img{
	margin-right: 10px;
}
