* {
	padding:0;
	margin:0;
}

img {
	border:none;
}

a {
	text-decoration:none;
	color: #58910C;
	font-weight: normal;
}
body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	background:#D1D3D4;
}
#wrapper {
	width:961px;
	margin:0 auto;
	position:relative;
	border-left:2px solid #ccc;
	border-right:2px solid #ccc;
	background: white;/*#81BF33;*/


}
#header {
	/*height:100px;*/
	background:url(../images/epromo/header.jpg) no-repeat;
		
		
}
#title {
	
	background-position:center;
	width:959px;
	height:180px;
	float:left;
	/*_margin-left:7px;*/
	
}
#logo {
	/*background:url(../images/components/logo.png) no-repeat;*/
	height: 111px;
	width: 276px;
}

#title span {
	display:none;
}

#slogan span {
	display:none;
}
#other_nav {
	list-style-type:none;
	padding:0;
	margin:0;
	float:right;
	/*font-weight:bold;*/
	margin-top:15px;
	height:18px;

}
#other_nav li {
	display:inline;
	padding-right:4px;
	_padding-right:0px;
	padding-left:0px;
	_padding-left:3px;
	background:url(../images/othernav_sep.gif) no-repeat right 5px;
}
#other_nav li.last {
	color: white;
	background:none;
	padding:2px 5px 2px 5px;
}
#other_nav li a {
	color: white;
	padding:2px 5px 2px 5px;
}
#other_nav li a:hover {
	color: #668b3b;

}
#top_container {
	clear:both;
	height:31px;
	background:#00adee;
	background-position: bottom;
	border-bottom:2px solid white;
	border-top:2px solid white;
}
#main_nav {
	float:left;
	list-style-type:none;
	padding:0;
	margin:0;
	height:31px;
	/*background:#90CE3F;*/
	clear:both;
}
#main_nav li {
	display:inline;
}
#main_nav li a {
	color:white;
	padding:7px 10px 9px 10px;
	float:left;
	border-right:1px solid white;
	background-position: bottom;
	font-size:12px;
}
#main_nav li a:hover {
	color:white;
	background:#8bc53f;
}
#view_selection {
	float:right;
	border-left:1px solid white;
}
#view_selection a {
	color:white;
	padding:7px 10px 9px 10px;
	float:left;
	/*background:url(../images/components/silvershade.png);*/
	background-position: bottom;
	font-size:12px;
}
#view_selection a:hover {
	background:#8bc53f;
}
#sub_container {
	clear:both;
	padding:5px;
	background:#8bc53f;
	background-position: right;
	/*background-image : url(../images/appa.gif);*/ 
	background-repeat: no-repeat;
	height:25px;
	border-bottom:1px solid white;
}
#sign_in {
	list-style-type:none;
	padding:2px 7px 2px 5px;
	margin:0;
	float:left;
	background:#82CA41;
	color:white;
}
#sign_in li {
	display:inline;
	padding-left:5px;
}
#sign_in li a {
	color:white;
}
#sign_in li a:hover {
	color:white;
}
#welcome_bar {
	list-style-type:none;
	padding:4px 7px 2px 5px;
	margin:0;
	float:left;
	background:#82CA41;
	color:white;
	height:20px;
	vertical-align:middle;
}
#welcome_bar li {
	display:inline;
	background:url(../images/welcome_bar_sep.gif) no-repeat right 3px;
	padding-left:2px;
	_padding-left:5px;
	padding-right:7px;
	_padding-right:3px;
}
#welcome_bar li.last2 {
	background:none;
	padding-right:0;
}
#welcome_bar li a {
	color:#f3e2a7;
}
#welcome_bar li a:hover {
	color:white;
}
#search_box {
	list-style-type:none;
	padding:2px 5px 0 0;
	margin:0;
	float:right;
}
#search_box li {
	display:inline;
	padding-left:5px;
}
#search_box li a {
	color:white;
}
#search_box li a:hover {
	color:#f3e2a7;
}
#side_bar {
	/*background:url(../images/components/menubg2.png);*/
	background:#ffffff;
	background-position: right;
	width:185px;
	/*height:300px;*/
	float:left;
	margin-left:-961px;
	height: auto;
}
#sub_nav {
	padding:0;
	margin:0;
	list-style-type:none;
	background:#90CE3F;
}
#sub_nav li#h3 {
	color:white;
	height:17px;
	background:#37425a;
}
#sub_nav li#h3 h3 {
	font-size:13px;
}
#sub_nav li {
	display:block;
	padding:5px 5px 5px 10px;
}
#sub_nav li a {
	color:white;
}
#sub_nav li a:hover {
	color:#FFFFCC;
	background:url(../images/subnav_hover.gif) repeat-y;
}
#sub_nav li#bottom {
	background:url(../images/subnav_footer.gif) no-repeat bottom;
	padding:0;
	margin:0;
	width:185px;
	height:10px;
}
#advertisements {
	width:169px;/*169*/
	float:right;
	margin-left:-100px;
}
#content {
	margin-left:185px;/*185*/
	_margin-left:92px;/*92*/
	width:768px;
	min-height:300px;
	height:auto !important;
	height:300px;
	float:left;
	padding:3px 4px 4px 4px;
	background-color: white;
}
#content h4 {
	font-size:15px;
	padding-left:5px;
}
#content h5 {
	font-size:12px;
}
#content h1 {
	color: #58910C;
	font-size: 10;
}

#content h2 {
	color: #58910C;
	font-size: 8;
	font-weight: bold; 
}
#content p {
	font-size:11px;
}
#content p a {
	text-decoration:none;
	color: #58910C;
	font-weight: normal;
}
#content #messege {
	width:300px;
}
#content #messege h4 {
	background:#cc0000;
	font-size:13px;
	color:white;
	padding:5px;
}
#content #messege ul {
	padding:8px 10px 10px 30px;
	background:#37425a;
	color:white;
}
#content #messege li {
	display:block;
	line-height:20px;
}
#content #form {
	background:#90CE3F;
	padding:6px 10px 10px 11px;
	color:white;
	/*margin-right:3px;
	margin-left:4px;*/
	/*margin-top:10px;*/
}
#content #form label {
	float:left;
	width:270px;
	text-align:right;
	margin-bottom:2px;
	height:20px;
}
#content #form label.contact {
	text-align:left;
	width:150px;
}
#content #form .boxes {
	width:15px;
}
#content #form input, #content #form textarea {
	margin-bottom:2px;
	margin-left:4px;
}
#content #form br {
	clear:left;
}
#content #form h4 {
	font-size:13px;
	padding:6px;
	background:#90CE3F;
	color:white;
	margin-bottom:5px;
	margin-top:4px;
	text-align:center;
}
#content .brands {
	padding:10px 5px 10px 5px;
	border-bottom:1px solid #00F;
	min-height:120px;
	height:auto !important;
	height:120px;
	width:260px;
	float:left;
	margin-left:10px;
	margin-right:10px;
}
#content .brands h5 {
	font-size:16px;
	padding-bottom:5px;
	font-size:13px;
}
#content .brands img {
	width:200px;
	height:200px;
	/*float:left;*/
	padding-right:10px;
}
#content .brands p {
	margin-top:-5px;
}
#content .products {
	padding:10px 5px 10px 5px;
	border-bottom:1px solid #00F;
	/*float:left;*/
	width:576px;
	margin:4px;
	min-height:130px;
	height:auto !important;
	height:136px;
}
#content .products .top {
	height:85px;
}
.table {
	clear:both;
	font-size:10px;
	padding:0;
	margin:5px 0 0 0;
}
.table td {
	background:#8BC53F;
	text-align:center;
	padding:5px;
}
.table td.td_left {
	background:#D4FFD4;
	text-align:left;
	padding:5px;
}
.table th {
	background:#00adee;
	color:white;
	width:35px;
	padding:2px;
}
#content .th_temp {
	background:#006699;
	color:white;
	padding:3px;
	font-weight:bold;
	text-align:center;
}
#table_cart {
	clear:both;
	font-size:11px;
	padding:0;
	margin:5px 0 0 0;
	width:100%;
}
#table_cart .cart_th {
	background:#848484;
	color:white;
	padding:2px;
}
#table_cart .cart_td_right {
	background:#8BC53F;
	text-align:right;
	padding:2px;
}
#table_cart .cart_td_left {
	background:#8BC53F;
	text-align:left;
	padding:5px;
}
#cart_buttons {
	text-align:center;
	padding-top:5px;
}
#cart_buttons .button {
	margin-bottom:5px;
}
#content #table_cart th {
	background:#00adee;
	color:white;
	padding:2px;
}
#content p {
	padding-top:5px;
}
#content .products img {
	width:80px;
	height:80px;
	float:left;
	padding-right:8px;
}
#content .products from {
	float:right;
}
#content .products label {
	padding-left:5px;
}
#content .products .desc {
	float:right;
}
#content .product_details {
	padding:10px 5px 10px 5px;
}
#content .product_details .left {
	float:left;
	width:110px;
}
#content .product_details .right {
	float:left;
	width:475px;
}
#content .product_details img {
	width:100px;
	height:100px;
	padding:3px;
}
#content .product_details .table {
	margin-top:5px;
}
#content a {
	color:#00F;
	font-weight:bold;
}
#content a:hover {
	color:#06f;
}
.links {
	float:left;
	width:280px;
	padding:5px 10px 15px 5px;
}
.buttons {
	padding:5px;
	text-align:center;
	/*background:#BBCFDB;*/
	margin-left:10px;
}
.td_left {
	text-align:left;
}
#footer {
	clear:both;
	height:60px;
	border-top:1px solid white;
	text-align:center;
	color:#ffffff;
	background:url(../images/epromo/footer.gif) repeat-x right;

}
#footer ul {
	padding-top:12px;
	margin:0;
}
#footer li {
	list-style-type:none;
	display:inline;
	background:url(../images/othernav_sep.gif) no-repeat right 3px;
	padding-left:2px;
	_padding-left:5px;
	padding-right:7px;
	_padding-right:5px;
}
#footer li.last1 {
	background:none;
}
#footer li a {
	color:#ffffff;
}
#footer li a:hover {
	color:#ffffff;
}

.button {
	background:#ffffff;
	border:1px solid #599911;
	color:#77ab3c;
}
.login_button {
	background:#ffffff;
	border:1px solid #599911;
	color:#77ab3c;
}
.button:focus {
	background:#00adee;
}
input, select {
	font-family:"Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	/*color:#90CE3F;*/
	padding:1px;
}
input:focus, textarea:focus {
	background: #ffffdc;
}
.hoverOff  {
	color: #000;
	background-color: #fff;
	border: solid 1px #90CE3F;
}
.hoverOn    {
	color: #000;
	background-color: #fff;
	border: solid 1px #00858a;
}


#content_control {
	background-color: #7FAAFF;
	border-color:#0000FF;
	border-width: 2px;
	padding: 1px 2px 2px 1px;
}
#content_control span {
	border-right: 1px;
	border-color: red;
	padding : 1px 2px 2px 1px;
}
#content_control span a {
	color: white;
}

#lhs_search_box{
width:185px;
height:48px;
background-color:#00ADEE;
border-bottom:6px solid white;
border-top:3px solid white;
padding-bottom:20px;
}
.blue{
background-image:url(../images/epromo/topbar.gif);
color:#FFFFFF;
padding-left:10px;
height:24px;
padding-top:3px;
font-weight:bold;
}


div #lhs_search_box2 {
	/*background:url(../images/components/menubg2.png);
	background-position: right;
	padding: 2px;
	border-color: white;
	padding-bottom: 10px;
	padding-top: 10px;*/
}

div #lhs_search_box a {
	color: #000099;
}


.cms_content {
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 40px;
	padding-top: 20px
}


/*
Styles related to the dynamicdrive sucker menu
*/

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckerdiv {
	padding-bottom: 160px;
}
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 185px; /* Width of Menu Items */
/*border: 1px solid #8BC53D;*/
}

.suckerdiv ul li{
position: relative;
}

/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 170px; /*sub menu width*/
top: 0;
visibility: hidden;
overflow: auto;
max-height: 200px;

}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
color: #fff;
text-decoration: none;
background:#00adee;
/*background:url(../images/components/menuitemBG.png);*/
background-position: right;
padding: 1px 5px;
border-bottom: 1px solid #ffffff;

}

.suckerdiv ul li a:visited{
background:url(../images/epromo/topbar.gif);
background-position: right;
}

.suckerdiv ul li a:hover{
background:url(../images/epromo/topbar.gif);
background-position: right;
}

.suckerdiv .subfolderstyle{
/*background:url(../images/components/menuitemBG.png);*/
background:#00adee;
background-position: right;
}

#lhs_menu_bottom_gap {
border: 1px solid #8BC53D;
/*background:url(../images/components/bottommenu.png);*/
background-position: right;
/*height : 127px;*/
border :none;
}

/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */



.spansearchbox{
border: 1px solid #6f6f6f;	
}
