@charset "UTF-8";

* {margin: 0; padding: 0;}

body {
	color: #727272;
	font: 12px Arial, Helvetica, sans-serif;
	background: #3D8ABE url(../images/bg_body.jpg) center 0 no-repeat
}

p {
	line-height: 1.5em;
	margin-bottom: 1em;
	}
	
a {color: #227ad1;}
a:hover { text-decoration: none;}
	
img, img a {border: none;}

.img-left {
	float: left;
	margin: 0 16px 16px 0;
	}
	
.img-right {
	float: right;
	margin: 0 0 16px 16px;
	}

#top, #wrap, #footer {
	width: 926px;
	margin: 0 auto;
	padding: 0 52px;
	}
	
#top {
	height: 80px;
	margin-top: 58px;
	padding-top: 34px;
	background: url(../images/bg_top.png) no-repeat;
	}
	
#wrap {
	background: url(../images/bg_wrap.png) repeat-y;
	}
	
#top #logo{
	display: block;
	width: 454px;
	height: 74px;
	background: url(../images/logo.gif) no-repeat;
	}
	
#nav ul {width: 100%}
	
#nav li {
	float: left;
	list-style: none;
	margin-right: 1px;
	position: relative;
	}
	
#nav li a {
	display: block;
	color: #227ad1;
	padding-left: 22px;
	text-decoration: none;
	}
	
	#nav li a span {
		display: block; 
		cursor: pointer; 
		padding: 8px 22px 0 0; 
		height: 22px;
		}
	* html  #nav li a span { display: inline-block}
	
#nav li a:hover,  #nav li a.menu-current, #nav li a.menu-parent {background: url(../images/bg_nav-a-hover.gif) no-repeat; color: #111}

#nav li a:hover span, #nav li a.menu-current span, #nav li a.menu-parent span {background:  url(../images/bg_nav-a-hover.gif) right 0 no-repeat;  }

#nav ul ul {
padding: 4px 0 0 0;
position: absolute;
width: 14em;
background: #E9E9E9;
}

#nav ul ul li {
width: 100%;
border-bottom: 1px solid #FFF;
display: inline;
}

#nav ul ul li a{
padding:8px 20px;
}

#nav li li a span {height: auto; padding: 0;}


#nav ul ul li a:hover, #nav ul ul li a:hover span {
background-image: none;
}

#nav li li a.menu-current, #nav li li a.menu-current span, #nav li li a.menu-parent, #nav li li a.menu-parent span{ background-image: none; }

#nav ul ul li a:hover {
	background: #59AA13;
	color: #FFF;
	}

#nav ul li ul li ul {
	position: absolute;
	top: -1px;
	left: 100%;
}

#nav ul ul, #nav ul li:hover ul ul, #nav ul ul li:hover ul ul {display: none;}
#nav ul li:hover ul, #nav ul ul li:hover ul, #nav ul ul ul li:hover ul {display: block;}

#content {
	padding: 26px 0;
	}
	
	#content h1 {
		color: #227ad1;
		font: 2.2em "Arial Narrow", Arial, Helvetica, sans-serif;
		margin-bottom: 1em;
		padding-bottom: 4px;
		border-bottom: 1px solid #dadada
		}
		
	#content h2 {
		color: #78aee4;
		font-size: 1.6em;
		font-weight: normal;
		margin-bottom: 1em;
		}
		
	#content h3 {
		color: #111;
		font-size: 1.4em;
		font-weight: normal;
		margin-bottom: 1em;
		padding-top: 16px;
		}
		
	#content h4 {
		color: #111;
		font-size: 1.1em;
		font-weight: normal;
		margin-bottom: 1em;
		padding-top: 16px;
		}
		
	#content ul, #content ol {
		margin: 0 0 16px 20px;
		}
		
	#content li {
		line-height: 1.5em;
		}
		
	#content td {
		vertical-align: top;
		}
		
#bodycopy {
	float: left;
	width: 568px;
	}

#sidebar {
	float: right;
	width: 326px;
	}
	
	
#featured-products {
	float: right;
	width: 298px;
	background: url(../images/bg_featured-products.png) no-repeat 0 bottom;
	}
	
	#featured-products h1 {
		display: block;
		height: 30px;
		background: url(../images/h_featured-products.gif) no-repeat;
		border: none;
		margin-bottom: 24px;
		padding: 0;
		}
	#featured-products h1 strong {display: none}
	
	#featured-products h2 {
		color: #3183d4;
		font-size: 1em;
		margin-bottom: 0;
		}
	
	#featured-products .bodycopy {margin: 20px;}
	
	#featured-products table {margin: 0 16px;}
	
	#featured-products td { vertical-align: top;  font-size: .9em; padding-bottom: 16px; }
	
	#featured-products img {
		border: 1px solid #ccc;
		margin-right: 16px;
		}
	
#footer {
	color: #d0e7f6;
	font-size: .9em;
	padding: 60px 52px;
	text-align: center;
	background: url(../images/bg_footer.png) no-repeat;
	}
	
/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/*=================PRODUCTS=================*/

#category {margin-bottom: 24px;}

#category td { text-align: center;}

#category img {
	background: url(../images/bg_products-category.png) no-repeat;
	padding: 18px;
	margin-bottom: 6px;
}

#category a {
	text-decoration: none;
	}

table#product-list {margin-bottom: 24px;}

#product-list td {
	text-align: center;
	}

#product-list .thumb {
	width: 160px;
	height: 185px;
	padding: 13px;
	background: url(../images/bg_thumb.jpg) no-repeat;
	text-align: center;
	}
	

#product-list td p {margin: 0 8px;}


/*=============== CONTACT ===================*/

table.contact td {
	padding: 4px 6px;
	}
	
table.contact td.label {width: 200px;}

table.table1 th {background: #666666; color: #FFF; padding: 4px 6px;}

table.table1 td {
	background: #f0f0f0;
	padding: 4px 6px;
	}
	
table.table1 p {margin: 0;}