/* CSS Document */

body{
	background:url(images/body-bg.gif) #2B261B repeat-x 0 0;
	padding-top:28px;
	font:normal 12px/18px Arial, Helvetica, sans-serif;
}

*{
	margin:0;
	padding:0;
	}
	
img{
	border:none;
	outline:none;
	}
	
ul,li{
	list-style:none;
	}
	
a{
	outline:none;
	color:#5B5B5B;
	text-decoration:none;

}

a:hover{
	text-decoration:underline;

}

.clear{
	clear:both;
	}
	
/*--------------------------general end------------------------*/

#wrapper{
	width:947px;
	margin:0 auto;
}

#header{
	background:url(images/header-bg.gif) repeat-x 0 0;
}

#header .topnav{
	font-size:12px;
	font-weight:bold;
	line-height:28px;
}

#header .topnav ul li{
	float:left;
	width:auto;
	margin-right:2px;
}

#header .topnav ul li a{
	float:left;
	width:93px;
	display:block;
	text-align:center;
	height:28px;
	color:#BABABA;
	text-decoration:none;
	background-color:#373737;
}


#header .topnav .active,
#header .topnav ul li a:hover{
	color:#E0AE82;
	background:url(images/topnav-hover.gif) repeat-x 0 0;
}
#header .topnav .none{
	margin-right:0;
}

/*--------------------------header end------------------------*/


.content{
	background-color:#EEF4C5;
	padding:8px;
}

.content .leftpanel{
	background:#884204 url(images/logo-bg.gif) repeat-x 0 0; 
	border:solid 8px #884204;
	padding:4px 0;
	width:229px;
}

.content .leftpanelbg { background:#884204 url(images/logo-bg.gif) repeat-x 0 208px;  }
.content .leftpanel .productMenu{}

.content .leftpanel .productMenu ul li{
	font-size:20px;
	margin-bottom:1px;
}

.content .leftpanel .productMenu ul li a{
	height:38px;
	padding-left:16px;
	line-height:38px;
	color:#E49E8B;
	display:block;
	text-decoration:none;
	background:url(images/product-menu-bg.gif) repeat-x 0 -38px;

}

.content .leftpanel .productMenu .active,
.content .leftpanel .productMenu ul li a:hover{
	color:#D7E685;
 	background:url(images/product-menu-bg.gif) repeat-x 0 0;
}

/*--------------------------leftpanel end------------------------*/

.content .rightpanel{}

.content .rightpanel p{
	margin-bottom:10px;

}


.content .rightpanel h2{
	font-size:24px;
	line-height:25px;
	color:#626900;
	font-weight:normal;
}

.content .rightpanel h3{
	font-size:19px;
	line-height:20px;
	color:#965215;
	font-weight:normal;
	margin-bottom:15px;
}




.content .rightpanel .productItem{
	font-size:12px;
	color:#8F4708;

}

.content .rightpanel .productItem .submit-details{
	background:url(images/getfulldetails-btn.jpg) no-repeat 0 0;
	width:114px;
	height:20px;
	border:0;
	cursor:pointer;

}

.content .rightpanel .productItem input{
	width:auto;
	margin-right:5px;

}

.content .rightpanel a.find{
	background:url(images/find-bullet.gif) no-repeat 100% 8px;
	height:25px;
	padding:7px 25px 10px 0;
	color:#000;
	text-decoration:underline;
	font-weight:bold;
	line-height:21px;

}

.content .rightpanel a.find:hover{
	text-decoration:none;
}

.content .rightpanel .googleMap{
	border:1px solid #AAB27A;
	background-color:#BFC78C;
	padding:7px;
}


.content .rightpanel .googleMap .mapinside{
	background-color:#EAF2BA;
	padding:4px;
}

.content .rightpanel .contactInfo{
	font-weight:bold;
	color:#5B5B5B;
	line-height:22px;
}


/*--------------------------rightpanel end------------------------*/


/*--------------------------content end------------------------*/


.footer{
	padding:29px 0 18px;
	color:#B5BC7D;
}

.footer ul li{
	display:inline;
	padding:0 12px;
	background:url(images/footer-divider.gif) no-repeat 100% 50%;
}

.footer ul li a{
	color:#B5BC7D;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.footer ul li a:hover{
	color:#E3EBA7;
	
}



.footer .none{
	background:none;
	padding-right:0;
}

.footer p{
	text-align:right;
	font-size:11px;
}

a.footsitelink { color:#b5bc7d; text-decoration:underline; } 
a.footsitelink:hover { text-decoration:none; }

a.email { text-decoration:underline; }
a.email:hover { text-decoration:none; }

.logoTab img { display:block; margin:10px 0 30px 0; }
