@charset "utf-8";

* {margin:0;padding:0}

/* PNG FIX
----------------------------------------------------*/
img, div {
	behavior: url(includes/scripts/iepngfix.htc);
}

/* GLOBAL
----------------------------------------------------*/
body{
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color: #315f83;
	text-align: center;
	background-repeat: repeat-x;
	background-position: top;
	background-image: url('../images/main_bg.gif');
}
ul li {
	list-style:none;
}
a { color: #315F83; outline: none;}

a:hover { text-decoration:none;}

input, select, textarea {
	font-size:10px;
	border: none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:#ffffff;
	color:#365684;
	padding:2px;
	text-indent:2px;
}
h3 {
	font-size:11px;
}

h2 {
	font-size:10px;
}

.clear{
	clear:both;
}
#container {
	margin: 0 auto;
	text-align:left;
	width:806px;
	top: 0;
}
#content_right {
	text-align:left;
	width:160px;
	padding-left:6px;
	padding-right:0px;
	position:relative;
	float:left;
}
#content_left {
	text-align:left;
	width:656px;
	padding-left:9px;
	position:relative;
	float:left;
}
#main_content {
	text-align:left;
	width:806px;
	height: 100%;
	display:block;
	padding-top:6px;
}
#menu {
	background-repeat:no-repeat;
	width: 806px;
	display:block;
	height: 69px;
}
#menu ul {
	float:left;
	margin-top: -14px;
	padding-left: 420px;
	list-style:none;
}
#menu li {
	display:block;
	float:left;
	height:11px;
	margin-right: 32px;
	text-decoration:none;
}
#menu li a {
	text-decoration:none;
	display:block;
	background: none;
}
#menu li.home {
	background:no-repeat url('../images/home.gif');
	width:36px;
}
#menu li.home a {
	height:11px;
	width:36px;
}
#menu li.home:hover {
	background-position: -36px 0;
}
#menu li.products {
	background:no-repeat url('../images/products.gif');
	width:60px;
}
#menu li.products a {
	height:11px;
	width:60px;
}
#menu li.products:hover {
	background-position: -60px 0;
}
#menu li.about {
	background:no-repeat url('../images/about.gif');
	width:41px;
}
#menu li.about a {
	height:11px;
	width:41px;
}
#menu li.about:hover {
	background-position: -41px 0;
}
#menu li.partners {
	background:no-repeat url('../images/partners.gif');
	width:58px;
}
#menu li.partners a {
	height:11px;
	width:58px;
}
#menu li.partners:hover {
	background-position: -58px 0;
}
#menu li.contact {
	background:no-repeat url('../images/contact.gif');
	width:52px;
}
#menu li.contact a {
	height:11px;
	width:52px;
}
#menu li.contact:hover {
	background-position: -52px 0;
}
#footer {
	background-image: url('../images/footer_bg.gif');
	background-repeat: no-repeat;
	background-position: top;
	height: 50px;
	clear:both;
}
#footer ul {
	color:#CCCCCC;
	float:left;
	margin-top: 9px;
	padding-left: 250px;
	list-style:none;
}
#footer li {
	float:left;
	padding-right: 35px;
}
#footer a {
	color:#cccccc;
	
}
#header {
	background-image: url('../images/main_title_bg.gif');
	background-repeat: no-repeat;
	background-position: top;
	height: 68px;
}
#breadcrumb{
	background-image: url('../images/bread_bg.gif');
	background-repeat: no-repeat;
	height: 24px;
	width: 808px;
	padding-left: 14px;
	padding-top: 3px;
}
#breadcrumb a {
	text-decoration: underline;
	color:#315F83;
}
#breadcrumb a:hover {
	text-decoration: none;
}
/* index.php
----------------------------------------------------*/
#home_left {
	width: 266px;
	padding-right: 4px;
	float:left;
}
#cat_search {
	height: 37px;
	padding-top:29px;
	padding-left:15px;
}
#feature {
	padding-top:29px;
	padding-left:15px;
}
#feature ul {
	float:left;
	width: 236px;
}
#feature li {
	float:left;
}
#home_right {
	width: 536px;
	float:left;
}
#news {
	background:url('../images/home_news_bg.gif');
	height:238px;
}
#newsItem {
	padding-top: 8px;
	padding-bottom:4px;
	padding-left: 12px;
	height: 64px;
	width: 512px;
}
#left_col{
	width: 218px;
	float:left;
	background-image: url('../images/left_bg.gif');
	background-repeat:repeat-y;
	padding:0px;
	margin:0px;
}
#left_content{
	background-image: url('../images/left_top_bg.gif');
	background-repeat: no-repeat;
	background-position: top;
	height:100%;
	padding:0px;
	margin:0px;
}
#left_content div {
	margin-bottom: 8px;
}
.toggler {
	font-weight: bold;
	cursor: pointer;
}
.mainNoJS {
	font-weight: bold;
	cursor: pointer;
}
.mainNoJS a {
	font-weight: bold;
	color:#000000;
	text-decoration: none;
}
.element {
	padding-left: 8px;
}
.element a {
	color: #000;
	text-decoration: none;
}
.element a:hover {
	text-decoration: underline;
}
.subNoJS {
	padding-left: 8px;
	color:#315F83;
}
.subNoJS a {
	color: #000;
	text-decoration: none;
}
.subNoJS a:hover {
	text-decoration: underline;
}
#right_col{
	width: 588px;
	float:left;
	background-image: url('../images/right_bg.gif');
	background-repeat:repeat-y;
	padding:0px;
	margin:0px;
}

#right_title{
	background-image: url(../images/right_title_bg.gif);
	height:31px;
	width:588px;
}
#content{
	background-image: url('../images/right_top_bg.gif');
	background-repeat: no-repeat;
	background-position: top;
	height:100%;
	padding:0px;
	margin:0px;
}


#wideCol{
	width: 806px;
	float:left;
	background-image: url('../images/wideContentBg.gif');
	background-repeat:repeat-y;
	padding:0px;
	margin:0px;
}

#wide_title{
	background-image: url(../images/wideTitle_bg.gif);
	height:31px;
	width:806px;
}

#wide_content{
	background-image: url('../images/wideTopBg.gif');
	background-repeat: no-repeat;
	background-position: top;
	height:100%;
	padding:0px;
	margin:0px;
}
#wide_content ul{
	background-image: url('../images/wideGradientBg.gif');
	background-repeat: no-repeat;
	background-position: top;
	height:100%;
	width:792px;
}

#productContent{
background-image: url('../images/productBg.gif');
	background-repeat: no-repeat;
	background-position: top;
	min-height:187px;
	_height:187px;
	width:574px;
}

#productRight_content{
	float:left;
	width:184px;
	height:100%;
	padding:8px;
}

#productLeft_content{
	float:left;
	width:354px;
	height:100%;
	
	margin-right:4px;
	padding:8px;
}

.mainCats_container{
	background-image: url('../images/mainCatPage_catBg.gif');
	background-repeat: no-repeat;
	background-position: top;
	width:285px;
	height:102px;
	margin-top:4px;
	margin-right:4px;
	padding-top:4px;
}

.mainCats_container a {
	text-decoration: none;
}
.mainCats_container a span{
	color:#000000;
	display:block; 
	cursor:pointer;
	text-decoration: none;
}
	
.mainCats_container a:hover span {
	color:#315F83;
	text-decoration: none;
}

.mainCats_container img{
	border:none;
}

.mainCat_container{
	background-image: url('../images/mainCat_BG.gif');
	background-repeat: no-repeat;
	background-position: top;
	width:574px;
	height:187px;
}

#productList{
	background-image: url('../images/mainCat_BG.gif');
	background-repeat: no-repeat;
	background-position: top;
	width:566px;
	height:187px;
	padding-left:8px;
	padding-top:8px;
}

#productList li{
	float: left;
	display:block;
	height:170px ;
 
	padding-left:7px;
	padding-top:10px;
	padding-bottom:10px;
}

#productList a {
	text-decoration: none;
	cursor:pointer;
}

#productList a span {
	width:112px; 
	display:block; 
	text-align:left;
	margin-left:12px;
}

#productList a:hover span {
	text-decoration: none;
}

#wideRight_content{
	float:left;
	width:526px;
	padding:8px;
}

#wideLeft_content{
	float:left;
	width:230px;
	margin-right:4px;
	padding:8px;
}

.contact input{
	width: 187px;
	margin:3px;
}

.contact select{
	margin:3px;
}

.contact textarea{
	margin:3px;
}

#product_toolbar {
	float:right; 
	margin-top:-3px; 
	margin-right:-3px;
}

#product_toolbar li{
	background-image: url('../images/product_icons_bg.gif');
	background-repeat:repeat-x; 
}

#prodData{
	width:280px;
	margin-left:30px;
	margin-top:15px;
	opacity:60;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}

#prodData tr{
	background-color:#ffffff;

}
#prodData td{
	padding:3px;	
}
#productPop, #productPop img {
	background-image: url(../images/productPop.png);
	background-repeat: no-repeat;
	position:absolute;
	width: 578px;
	height: 308px;
	top: 170px;
	left: -1200px;
	text-align:center;
} 
#closePic {
	text-decoration: underline;
	cursor: pointer;
	margin-top: 10px; 
	margin-right: 20px;
}
#closePic:hover {
	text-decoration: none;
}
#enlargePic {
	text-decoration: underline;
	cursor: pointer;
	float: right;
}
#enlargePic:hover {
	text-decoration: none;
}
.inputError, .inputError li {
	background: none;
}