@charset "utf-8";
/* Outdoor Comfort Center */
/* Author: KrackMedia     */

/* Layout of this CSS */
/*  - Universal Styles
	- Front Page
	- Secondary Pages
	- Form Styling    */


* {
	margin: 0;
	padding: 0;
}
body {
	color: #C0C0C0;
	background-color: #244830;
	font-family: "Trebuchet MS", "New Gothic Std", sans-serif;
}
#container {
	height: 100%;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}
h1 {
	font-size: 18px;
	color: #FFFFFF;	
}
h2 {
	font-size: 18px;
	color: #FFFFFF;	
}
a {
	color: #ffff66;
	text-decoration: underline;	
}

/***UNIVERSAL STYLES***/
#nav a {
	font-size: 16px;
	color: #006633;
	text-decoration: none;
}
#nav a:hover {
	color:#3399CC;
	text-decoration:underline;
}
#nav ul{
	margin-left: 15px;

}
#nav li {
	display: inline;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}
#nav li.first {
	border-left-style: none;
}	
#footer {
	clear:both;
	padding-top: 5px;
	margin: 0 5px;
	padding-bottom: 15px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #497C25;
}
#footer h1 {
	font-size: 14px;
	text-align: center;
}
.copyright {
	font-size: 11px;
	color:#C0C0C0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	margin-top: 20px;
}
#footer a {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;	
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cb {
	clear: both;
}
.ar {
	text-align: right;
}
.ac {
	text-align: center;
}


/***FRONT PAGE***/
/*body style*/
.body_bg1 {
	background-image: url(../images/body_bg1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
/*header*/
#header1 {
	width: 760px;
	height: 212px;
}
#logo {
	width: 760px;
	height: 143px;	
	background-image: url(../images/logo1.jpg);
	background-repeat: no-repeat;
	background-position: top;
	float:left;
}
#horizontal_gradient1 {
	background-image: url(../images/horizontal_gradient1.gif);
	float: left;
	height: 69px;
	width: 352px;
	background-repeat: no-repeat;
}
#home_top {
	background-image: url(../images/home_top.jpg);
	float:left;
	height: 69px;
	width: 408px;
	background-repeat: no-repeat;
}
#home_bottom {
	background-image: url(../images/home_bottom.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 110px;
	width: 408px;
}
#box_green_flash {
	background-image: url(../images/box_green_flash.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 270px;
	width: 352px;
}
.slideshow {
	margin-left: 20px;
	margin-top: 8px;
	width: 324px;
	height: 255px;
	overflow: hidden;
}
.slideshow img {
	width: 324px;
	height: 255px;
}
#box_green_thumbnails {
	background-image: url(../images/box_green_thumbnails.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 160px;
	width: 408px;
}
#box_green_thumbnails img{
	height: 71px;
	width: 87px;
	border: 1px solid #FFFFFF;
	margin-right: 5px;
}
#box_green_thumbnails h1 {
	text-align: center;
	font-size: 18px;
	margin-top: 5px;
	margin-right: 5px;
}
#box_green_thumbnails a {
	font-size: 11px;
}
.thumb {
	width: 90px;
	height: 121px;
	text-align:center;
	float: left;
	margin-left: 4px;
	margin-top: 5px;
}
#main1 {
	float:left;
	width: 760px;
	height: auto;
	margin-bottom: 15px;
}
.news_left {
	width: 320px;
	float: left;
	margin-left: 10px;
	margin-top: 15px;
}
.news_right {
	width: 371px;
	float: right;
	margin-right: 15px;
	margin-left: 15px;
}
.news_right p {
	font-weight: bold;
	text-align: center;
	margin-right: 15px;
	line-height: 17px;
}
#box_blue_front {
	background-image: url(../images/box_blue_front.jpg);
	background-repeat: no-repeat;
	height: 122px;
	width: 386px;
	float: right;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 5px;
	background-position: top;
}
#box_blue_front h1 {
	font-size: 24px;
	padding-left: 10px;
	padding-top: 5px;
}
#box_blue_front p {
	font-size: 16px;
	color: #66ccff;
	font-family: "Trebuchet MS", "New Gothic Std", sans-serif;
	margin-right: 150px;
	text-align: center;
	padding-left: 10px;
	line-height: 18.5px;
}
#box_blue_front .conditions {
	color: #FFF;
	font-size: 10px;
	margin: 10px 5px 5px 5px;
}

/***SECONDARY PAGES***/
.body_bg2 {
	background-image: url(../images/body_bg2.jpg);
	background-repeat: repeat-x;
	
}
#header2 {
	height: 119px;
	width: 760px;
}
#logo2 {
	background-image: url(../images/logo2.jpg);
	background-repeat: no-repeat;
	height: 119px;
	width: 760px;
}
.main2 {
	width: 750px;
	height: auto;
	margin-top: 15px;
}
.main2 hr {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #497C25;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-right: 15px;
	margin-left: 15px;
	margin-bottom: 10px;
}
.main2 h1,.main2 h2 {
	font-size: 24px;	
}
.callout1 {
	background-image: url(../images/callout_green.jpg);
}
.callout2 {
	background-image: url(../images/callout_blue.jpg);
}
.callout1, .callout2 {
	float: right;
	height: 270px;
	width: 242px;
	overflow: hidden;
	margin-bottom: 10px;
	clear: right;
}
.callout1 h1,.callout2 h1,.callout1 h2,.callout2 h2 {
	font-size: 24px;
	text-align:center;
	margin-top: 10px;
}
.callout1 p,.callout2 p {
	font-size: 16px;
	line-height: 18.5px;
	color: #FFFFFF;
	margin-right: 5px;
	margin-left: 5px;
	text-align: center;
}
.callout1,.callout2{
}
.content {
	width: 480px;
	height: auto;
	margin-left: 10px;
	margin-top: 20px;
	float: left;
}
.content li, .main2 li{
	font-size: 12px;
	list-style-image: url(../images/li.gif);
	margin-left: 5px;
	list-style-position: inside;
	width: auto;
}
.content h1, .main2 h1,.content h2, .main2 h2 {
	font-size: 18px;
	margin-top: 10px;
}
.product_category h1{
	font-size: 24px;
	padding-top: 10px;
}
.product_list {
	float: right;
	width: 310px;
}
.highslide-caption {
	color:#000000;
}
.highslide-caption a {
	color:#3399CC;
	text-decoration:underline;
}

/***FORM STYLING***/
.formfeild {
	display:none;
}
#comments {
	height: 75px;
	width: 250px;

}

