@charset "utf-8";
/* CSS Document */
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

body { 
	font-family: Verdana, Geneva, sans-serif;
	font-size: 62.5%;
	color: #222;
}

p { margin: 0px 0px 10px 0px; }
h1 { color: #1f6694; font-size: 1.8em; font-weight: bold; margin: 8px 0px; }
h2 { font-weight: bold; font-size: 1.2em; margin-bottom: 5px; }
h3 { font-weight: bold; margin-bottom: 5px; }
h4 { font-weight: bold; font-size: 0.8em; margin-bottom: 2px; }

sup { vertical-align: super; }

a:link { color: #1F6694; }
a:visited { color: purple; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }


#wrapper {
	width: 931px;
	margin: 0 auto;
	font-size: 1.2em;
}

#header {
	height: 88px;
	margin: 20px auto auto auto;
}

#navigation {
	clear: right;
	width: 100%;
	font-size: 1.2em;
	position: relative;
	z-index: 500;
}

#navigation ul { 
	float: right;
	margin-right: 10px;
}

#navigation ul li {
	float: left;
	margin: auto 5px;
}

#navigation ul li a {
	color: #222;
	text-decoration: none;
	padding: 7px 10px 7px 10px;
	display: block;
}

#navigation ul li.active, #navigation ul li:hover {
	background: url(images/nav_bg_left.jpg) left top no-repeat; 
}

#navigation ul li.active a, #navigation ul li a:hover {
	background: url(images/nav_bg_right.jpg) right top no-repeat; 
}

#featured {
	height: 222px;
	background: url(images/featured_bg.jpg) no-repeat;
	margin-top: 20px;
	padding: 10px 0px 0px 25px;
}

	#featured_left {
		width: 288px; 
		float: left; 
		margin-right: 12px;
	}

#featured h1 {
	margin-bottom: 2px;
}

#featured p {
	margin-bottom: 6px;
}

#featured h2 {
	margin-bottom: 13px;
}

#content {
	width: 655px;
	float: left;
	padding: 15px;
}

#content ul, ol { margin-bottom: 15px; }

#content ul li {
	margin-left: 35px;
	list-style-type: disc;
	display: list-item;
	line-height: 150%;
}

#content ol li {
	margin-left: 35px;
	list-style-type: decimal;
	display: list-item;
	margin-bottom: 10px;
	line-height: 150%;
}

#content ol li ol li {
	list-style-type: disc; 
	padding-top: 5px;
}

#content p {
	line-height: 150%;
}

#sidebar {
	width: 222px;
	float: right;
	margin-right: 7px;
	margin-bottom: 25px;
}

#sidebar_main {
	background: url(images/sidebar_bg.jpg) repeat-y;
}

#sidebar h1 {
	font-weight: normal;
	text-align: center;
	margin-top: 0px;
}

#sidebar p {
	margin-left: 7px;
	margin-right: 7px;
}

#footer {
	clear: both;
	height: 135px;
	background: url(images/footer.jpg) no-repeat;
	margin: 20px auto;
	text-align: center;
	padding-top: 30px;
}

#footer2 {
	text-align: center;
	font-size: .8em;
}

#footer2 h3 {
	font-size: .8em;
	font-weight: bold;
}

#footer2 p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

#specials {
	color: #C33 !important;
	font-weight: bold;
}

#quoteBox {
	width: 181px;
	height: 127px;
	background: url(images/quote_box_bg.jpg);
	float: right;
}

#quoteBox p {
	padding: 25px 20px 15px 15px;
	color: #13486e;
	line-height: normal;
	font-size: 0.9em;
}

.featured_box {
	background: #EAEAEA;
	border: 1px solid #666;
	padding: .8em;
	float: right;
	margin-left: 8px;
	-moz-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.featured_box p {
	text-align: center;
	padding: 5px 0 0 0;
	margin-bottom: 0px;
}

.coupon {
	padding: 0px;
	border: 3px dashed #000;
	margin: 0 auto;
}

em { font-style: italic; }
strong { font-weight: bold; }

#ba tr td { padding: 3px; }

.clear { clear: both; }
.right { float: right; }
.imgright { float: right; margin-left: 10px; margin-bottom: 2px; }
.imgleft { float: left; margin-right: 10px; margin-bottom: 2px; }
.left { float: left; }
.center { text-align: center; margin: 0 auto; }
.small { font-size: 0.8em; }
.medium { font-size: 1.4em; font-weight: bold; }
.large { font-size: 1.8em; font-weight: bold; text-align: center; }
.red { color: #b80404; }









#qf
{
	position: relative;
	text-align: left;
	background-color: #EDEDED;
	padding: 8px; 
	font-size: 1.1em;
	font-weight: normal;
}

#qf ul.mainForm
{
	list-style-type: none;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-size:15px;	
	padding-left: 0px;
}

#qf li.mainForm
{
	padding-bottom: 6px;
}


#qf #mainFormError
{
	position: relative;
	border: 1px;
	border-style: solid;
	margin: 0 auto;
	text-align: left;
	width: 70%;
}



#qf input.mainFormError
{
	background-color: #FADADD;
}


#qf textarea.mainFormError
{
	background-color: #FADADD;
}


#qf select.mainFormError
{
	background-color: #FADADD;
}


#qf #formHeader
{
	position: relative;
	width: 100%;
	background-color: #666699;
	margin:0 0 0 0;
	padding-bottom: 10px;
}

#qf p.formHeader
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:25px;
	position:relative;
	left:-5px;
	top:4px;
	letter-spacing: 2px;
}



#qf #formInfo
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;
}

#qf h2.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	font-size:20px;
	position:relative;
	left:20px;
	top:0px;
	letter-spacing: 1px;
	line-height:150%;
	color: #ffffff;
}


#qf p.formInfo
{
	text-align: left;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #000000;
	font-size:12px;
	position:relative;
	left:20px;
	top:0px;
	color: #ffffff;
}

#qf #formFields
{
	position: relative;
	width: 100%;
	background-color: #ffffff;
	margin:0 0 0 0;

}

#qf label.formFieldQuestion
{
	line-height:125%;
	padding:0 4px 1px 0;
	border:none;	
	display:block;
	font-size:95%;
	font-weight:bold;
}

label.formFieldOption
{
	font-size:90%;
	display:block;
	line-height:1.0em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	width:90%;
}



#qf input.formFieldStyle
{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}


/* tooltip */
#qf a.info {
	font-family: Tahoma, Arial, Sans-Serif;
	text-decoration:none; 
	position: relative;
}

#qf a.info img {
	margin-right: 3px;
	position: relative;
	z-index: 100;
}

#qf a.info span {
	position: relative;
	display:none;
	position:absolute; 
	z-index: 9999;
}

#qf a.info:hover {
	position: relative;
	cursor:default;
}

#qf a.info:hover .infobox {
	font-weight: normal; 
	display:block; 
	position:absolute; 
	top:-20px;
	left:-295px;
	width:280px; 
	height:auto; 
	border: 1px solid #333;
	background:#f4f4f4; 
	color:#000; 
	text-align:left; 
	font-size:0.9em; 
	padding: 5px;
	z-index: 9999;
	line-height: 140%;
}

/* pop-up calendar */
#qf button.calendarStyle
{
	background-color: transparent;
	border: 0;
	height:22px;
	width:22px;
	background-image:url(imgs/calendar.png);
	cursor: pointer;
	cursor: hand;
}


#qf p.footer
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:9px;
	position:relative;
	top:4px;
	left:-140px;
	letter-spacing: 2px;
}

#qf a.footer
{
	text-align: right;
	margin:0 0 0 0;
	font-family: Tahoma, Arial, Verdana, sans-serif;
	font-weight:normal;
	color: #ffffff;
	font-size:9px;
	position:relative;
	top:4px;
	letter-spacing: 2px;
}

#qf #saveForm {
	background: url(images/get_free_quote_button.gif) no-repeat;
	width: 169px;
	height: 45px;
	border: 0;
	cursor: pointer;
	margin-left: 18px;
	margin-top: 5px;
}
#qf input, #qf select { font-weight: normal; }

#cfSqft { width: 85px; }
#cfSupply { width: 25px; }
#cfReturn { width: 25px; }
#cfName { width: 99px; }
#cfPhone { width: 97px; }
#cfEmail { width: 95px; }

#cfQuote { background: url(images/get_free_quote_button.gif) no-repeat; width: 169px; height: 45px; padding: 0 0 0 0; border: 0; text-indent: -9999px; font-size: 0px; color: #fff; text-decoration: none; cursor: pointer; margin: 5px 0px 0px 11px; }

#qf .errors { color: #900; font-size: .8em; background: #FDE1E1; border: 1px solid #900; padding: 5px; text-align: justify; margin: 0 0 1em 0; }
#qf .errors br { margin: 5px 0px; }

.crossout { text-decoration: line-through; font-size: 150%; }
.special { font-weight: bold; color: #C00; font-size: 150%; }

#priceQuote {  background: #fff; }
#priceQuote .title {
	width: 150px;
	padding: 5px 8px;
	font-size: 1em;
	font-weight: bold;
	text-align: right; 
	border-bottom: 1px solid #CCC;
	vertical-align: middle;
	border: 4px solid #fff;
	background: #E7E7E7;
}

#priceQuote .data {
	padding: 5px 8px;
	border: 4px solid #fff;
	background: #F4F4F4;
	vertical-align: middle;
}

#print { text-align: center; }
	#print a { padding: 0px 0px 20px 20px; margin-bottom: 10px; background: url(images/print.png) top left no-repeat; height: 15px; }
	
#id26 #content, #id27 #content, #id28 #content, #id29 #content { width: 901px; }
#id26 #sidebar, #id27 #sidebar, #id28 #sidebar, #id29 #sidebar { display: none; }

