* {padding:0; margin:0;}
.clear {clear:both;}

html {height: 101%;}
body {background:#fff url(/images/background.png) repeat-x; font: 11px Verdana, Arial, Helvetica, sans-serif; color:#333;}

#homelink {text-decoration: none; color: #000;}
#wrap {width:954px; margin:15px auto;}

.bigger {font: 18px "Trebuchet MS", halvetica, Verdana, sans-serif;color: rgb(0, 145, 200);}

#wrap #header {
	background:url(/images/pagebg.png) repeat-y; 
	padding:12px 9px 0 9px; 
	margin:0;
	text-align:center;
	display:block;
}
#wrap #header a img {border: 0;}
#main {background:url(/images/pagebg.png) repeat-y; padding:0 9px 0 9px; margin:0;}
#menus {background:url(/images/menu.jpg) no-repeat; width:936px; height:88px; margin:0 auto 0 auto;}
#submenu ul {list-style: none;}
#submenu li {display: inline;}
#submenu a {
	background: url(/images/submenudevider.png) no-repeat left;
	display: block;
	float: left;
	height: 16px;
	padding-top: 2px;
	padding-right: 15px;
	padding-left: 15px;
	color: #666666;
	text-decoration: none;
}
#submenu #active_submenu a {font-weight: bolder;}

#mainmenu {
	height: 55px;
	font: bold 14px "Trebuchet MS", halvetica, Verdana, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 22px;
	padding-left: 22px;
}
#mainmenu a {
	display: block;
	height: 40px;
	padding-top: 15px;
	padding-right: 25px;
	padding-left: 25px;
	float: left;
	text-decoration: none;
	background: url(/images/menudivider.png) no-repeat 5px 3px;
	/*color: rgb(0, 145, 200);*/
	color: #fff;
}
#mainmenu a:visited, #mainmenu a:active {text-decoration:none; color:#fff;}
#mainmenu a:hover {color: rgb(0, 105, 147);}
#mainmenu .first a {background: none;}
#mainmenu .first a:visited, #mainmenu .first a:active { background: none; }
#mainmenu ul {list-style:none;}
#mainmenu li {display: inline;}
#mainmenu #active a {background:url(/images/menuactive.gif) no-repeat center top; color:#fff; }

#wrap #main #content {padding: 10px;}

#homeleft_half {width:470px; float:left;}
#homeright_half {margin-left:490px;}

#homeleft_third {width:544px; float:left;}
#homeright_third {margin-left:564px;}


h1, h2, h3, h4 {font-family:"Trebuchet MS", halvetica, Verdana, sans-serif;}
h1 {font-size:22px;}
h2 {font-size:18px;}
h3 {font-size:16px;}
h4 {font-size:14px;}

#main h2 {color:#333; display:block; padding:3px 0 8px 0;}

.green {color: #5B920A;}
.red {color: #990000;}
.red2 {color: #CC0033;  font-weight: 700;}

.blue {/* color: rgb(0, 145, 200); */ color: rgb(0, 105, 147);}

#homeright_half h3, #homeright_third h3 {
	color: rgb(0, 105, 147);
	font-weight: normal;
	font-size: 14px;
	margin-top: 5px;
	margin-bottom: 8px;
}

#main p {line-height:16px; margin-bottom:18px;}

#homeright_half .column1 {float: left;padding: 0px 4px;width: 32%;}
#homeright_half .column2 {float: left;padding: 0px 4px;width: 32%;}
#homeright_half .column3 {float: left;width: 32%;}

#homeright_third .column1 {float: left;width: 25%;}
#homeright_third .column2 {float: left;width: 25%;}
#homeright_third .column3 {float: left;width: 25%;}
#homeright_third .column4 {float: left;width: 25%;}

#wrap #footer {
	background: url(/images/footer.png) no-repeat;
	height: 70px;
	padding-top: 15px;
	text-align: center;
	color: #AAAAAA;
}

#submenu a:visited, #submenu a:active {
	background: url(/images/submenudevider.png) no-repeat left;
	display: block;
	float: left;
	height: 16px;
	padding-top: 2px;
	padding-right: 15px;
	padding-left: 15px;
	color: #666666;
	text-decoration: none;
}
#submenu a:hover {
	background: url(/images/submenudevider.png) no-repeat left;
	display: block;
	float: left;
	height: 16px;
	padding-top: 2px;
	padding-right: 15px;
	padding-left: 15px;
	color: #000000;
	text-decoration: none;
}


#productlist {list-style: none;}
#productlist li {display: block;padding: 3px;border-bottom: 1px solid #eee;}

.post {padding: 5px;}
.post .date {font-size: 10px;}
.post h3 {
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	margin-bottom: 15px;
}
.productimage {float: left;}
#sidebar1 {float: left;width: 49%;}
#sidebar2 {float: right;width: 49%;}
#homeright  ul {list-style: none;}
#homeright li {
	display: block;
	border-bottom: 1px solid #eee;
	height: 18px;
}
#homeright li a {
	display: block;
	height: 15px;
	padding-top: 2px;
	color: #999999;
	text-decoration: none;
	background: url(/images/bullet.png) no-repeat 0px 3px;
	padding-left: 15px;
}

.form {margin:10px 25px 10px 50px;}
.form .text {
	display:block;
	border:1px solid #666666;
	background: #efefef;
	width:250px;
	padding:5px;
	font-size:14px;
	color:#000000;
}
.form label {display:block; margin-bottom:3px; margin-top:10px;}
.form .text:hover{background:#FFFFFF; border: solid 1px #000000;}
.form .text:focus {background:#efefef;border: 1px solid #669900;}
.form .button {
	display:block;
	border:1px solid #666666;
	background:#efefef;
	padding:5px 10px 5px 10px;
	margin:10px 0px 10px 0px;
}
.form .button:hover {
	display:block;
	border:1px solid #666666;
	background: #ffffff;
	padding:5px 10px 5px 10px;
	margin:10px 0px 10px 0px;
}
