/*
 * RESET
 * http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/
 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*
 * LAYOUT 
 */

body {
	background: #daeffc url(../images/bg.gif) repeat-x;
	font-family: Georgia, Times, serif;
	font-size: 15px;
	line-height: 21px;
	padding: 0 0 20px 20px;
}
#main {
	margin: 0 auto;
	width: 720px;
}
#content {
	background: white;
	background-image: url('/images/contentbgbot.gif');
	background-repeat: no-repeat;
	background-position: bottom left;
	float: left;
	margin-bottom: 4px;
	padding: 20px 20px 20px 40px;
	position: relative;
	width: 660px;
}
#contenttop {
	background-image: url('/images/contentbgtop.gif');
	height: 7px;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
}

/*
 * CLEAR SPACE FOR FLASH ON HOMEPAGE
 */
#home #content {
	line-height: 0;
	padding: 0;
}
#home #contenttop {
	display: none;
}

#header {
	margin: 0 auto;
	position: relative;
	width: 720px;
}

#telephone {
	background: url('../images/freeestimates.gif') 0 0 no-repeat;
	display: block;
	height: 66px;
	right: -33px;
	position: absolute;
	text-indent: -9999px;
	top: 19px;
	width: 417px;
}

#footer {
	clear: left;
	height: 30px;
	margin: 0 auto;
	width: 720px;
}
#address a:link, #address a:visited, #address a:hover, #address a:active {
	color: black;
}
#credits {
	color: #5c829a;
	font-family: Verdana;
	font-size: 11px;
	margin: 0 auto;
	width: 720px;
}
#address {
	float: left;
	font-size: 11px; //IE7 DOESNT INHERIT FONT SIZE;
}
#design {
	float: right;
	font-size: 11px; //IE7 DOESNT INHERIT FONT SIZE;
}
#design a:link, #design a:visited, #design a:hover, #design a:active {
	color: #5c829a;
}
#design a:link, #design a:visited {
	text-decoration: none;
}
#design a:hover, #design a:active {
	text-decoration: underline;
}

.highlight {
	float: left;
	width: 50%;
}
.highlight ul {
	padding-right: 20px;
}
#features {
	cellspacing: 0;
	font-family: Verdana;
	font-size: 11px;
	margin: 0;
}
#features th {
	font-weight: bold;
}
#features td,
#features th {
	border-bottom: 1px solid #ccc;
	padding: 10px;
	width: 93px;
}
.illustration {
	border: 1px solid #999;
	float: right;
	margin: 0 0 20px 20px;
	padding: 1px;
	position: relative;
	z-index: 1;
}
.smallillustration {
	border: 1px solid #999;
	clear: right;
	float: right;
	margin: 0 0 20px 20px;
	padding: 1px;
}

/*
 * TYPOGRAPHY 
 */

h1 {
	background-image: url('../images/header.gif');
	background-repeat: no-repeat;
	cursor: pointer;
	height: 136px;
	position: relative;
	top: 0;
	width: 754px;
}
h1 a {
	display: block;
	height: 122px;
	text-indent: -9999px;
	width: 276px;
}
h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	border: none;
	outline: none;
}
h2 {
	color: #7c2001;
	font-family: "Futura Std", Futura, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin: 21px 0 20px 0;
}
h3, dt {
	color: #996600;
	font-family: "Pointed Brush";
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 20px;
	padding: 0;
	position: relative;
	top: 8px;
}
dt a:link,
dt a:visited {
	color: #7c2001;
	text-decoration: underline;
}
dt a:hover,
dt a:active {
}
p, dd {
	font-size: 15px;
	margin-bottom: 20px;
	padding: 0;
}
ul {
	list-style-image: url('../images/checkmark.gif');
	margin-bottom: 20px;
	padding: 0 0 0 20px;
}
li {
	margin-bottom: 10px;
}
a:link, a:visited, a:hover, a:active {
	color: #7c2001;
}
a:link, a:visited {
	text-decoration: underline;
}
a:visited {
	color: #400000;
}
a:hover, a:active {
}
table {
	border: 0;
}
th {
	text-align: left;
	vertical-align: top;
}
tr {
	border-bottom: 1px solid #ccc;
}
tr:first-child th {
	text-align: center;
}
td {
	text-align: center;
	vertical-align: top;
	width: 20%;
}
input {
	width: 100%;
}
textarea {
	height: 80px;
	margin: -20px 0 20px 0;
	width: 100%;
}
strong {
	font-weight: bold;
}

/* 
 * NAVIGATION 
 */

#navigation {
	height: 30px;
	list-style-type: none;
	margin: 10px 0 5px 0;
	padding: 0;
	position: relative;
	z-index: 1;
}
#navigation li {
	background-image: url('../images/nav.gif');
	display: block;
	height: 30px;
	left: 0px;
	position: absolute;
	top: 0px;
}
#navigation a {
	background-position: 0 0;
	border: none;
	display: block;
	height: 30px;
	outline: none;
	position: absolute;
	text-indent: -9999px;
	top: 0px;
	width: 100%;
}
#navigation #navhome {
	background-position: 0 0;
	left: 0;
	width: 57px;
}
#navigation #navhome:hover {
	background-position: 0 -30px;
}
#navigation #navawnings {
	background-position: -57px 0;
	left: 57px;
	width: 137px;
	z-index: 1;
}
#navigation #navawnings:hover {
	background-position: -57px -30px;
}
#navigation #navfabrics {
	background-position: -194px 0;
	left: 194px;
	width: 60px;
}
#navigation #navfabrics:hover {
	background-position: -194px -30px;
}
#navigation #navinstallation {
	background-position: -254px 0;
	left: 254px;
	width: 81px;
}
#navigation #navinstallation:hover {
	background-position: -254px -30px;
}
#navigation #navpaymentoptions {
	background-position: -335px 0;
	left: 335px;
	width: 116px;
}
#navigation #navpaymentoptions:hover {
	background-position: -335px -30px;
}
#navigation #navwarranty {
	background-position: -451px 0;
	left: 451px;
	width: 75px;
}
#navigation #navwarranty:hover {
	background-position: -451px -30px;
}
#navigation #navabout {
	background-position: -526px 0;
	left: 526px;
	width: 126px;
}
#navigation #navabout:hover {
	background-position: -526px -30px;
}
#navigation #navcontact {
	background-position: -652px 0;
	left: 652px;
	width: 68px;
}
#navigation #navcontact:hover {
	background-position: -652px -30px;
}

/*
 * NAVIGATION DROPDOWN
 */

#navigation ul {
	padding: 0;
	left: -5px;
	position: absolute;
	top: -3px;
	z-index: 2;
}
#navigation ul li {
	background-position: 0 0;
	height: 21px;
	left: 0;
	padding: 0;
	width: 207px;
}
#navigation ul a {
	width: 100%;
}
#navigation ul li:hover {
	background-position: 0 -21px;
}
#navigation ul li#navretractableawnings {
	height: 29px;
}
#navigation ul li#navretractableawnings:hover {
	background-position: 0 -29px;
}
#navigation ul li#navtraditionalcanvasawnings {
	height: 31px;
}
#navigation ul li#navtraditionalcanvasawnings:hover {
	background-position: 0 -31px;
}
#navigation #navretractableawnings {
	background-image: url('../images/navdropretractableawnings.png');
	top: 0px;
}
#navigation #naveasternsunflexx {
	background-image: url('../images/navdropeasternsunflexx.png');
	top: 29px;
}
#navigation #navsolairpro {
	background-image: url('../images/navdropsolairpro.png');
	top: 50px;
}
#navigation #navsolairselect {
	background-image: url('../images/navdropsolairselect.png');
	top: 71px;
}
#navigation #navsolaircomfort {
	background-image: url('../images/navdropsolaircomfort.png');
	top: 92px;
}
#navigation #navsolairette {
	background-image: url('../images/navdropsolairette.png');
	top: 113px;
}
#navigation #navcompareawningssidebyside {
	background-image: url('../images/navdropcompareawningssidebyside.png');
	top: 134px;
}
#navigation #navspecialoffers {
	background-image: url('../images/navdropspecialoffers.png');
	text-indent: -9999px;
	top: 155px;
}
#navigation #navinventoryreductionsale {
	background-image: url('../images/navdropinventoryreductionsale.png');
	top: 176px;
}
#navigation #navcurrentsales {
	background-image: url('../images/navdropcurrentsales.png');
	top: 197px;
}
#navigation #navtraditionalcanvasawnings {
	background-image: url('../images/navdroptraditionalcanvasawnings.png');
	top: 218px;
}

/*
 * HEADINGS 
 */

h2, h3 {
	height: 31px;
	left: -5px;
	position: relative;
	text-indent: -9999px;
}
#abouth2 {
	background-image: url('/images/abouth2.gif'); 
}
#compareawningssidebysideh2 {
	background-image: url('/images/compareawningssidebysideh2.gif'); 
}
#compareh2 {
	background-image: url('/images/compareh2.gif'); 
}
#contacth2 {
	background-image: url('/images/contacth2.gif'); 
}
#currentsalesh2 {
	background-image: url('/images/currentsalesh2.gif'); 
}
#easternsunflexxh2 {
	background-image: url('/images/easternsunflexxh2.gif'); 
}
#fabricsh2 {
	background-image: url('/images/fabricsh2.gif'); 
}
#indexh2 {
	background-image: url('/images/indexh2.gif'); 
}
#installationh2 {
	background-image: url('/images/installationh2.gif'); 
}
#inventoryreductionsaleh2 {
	background-image: url('/images/inventoryreductionsaleh2.gif'); 
}
#paymentoptionsh2 {
	background-image: url('/images/paymentoptionsh2.gif'); 
}
#solaircomforth2 {
	background-image: url('/images/solaircomforth2.gif'); 
}
#solairetteh2 {
	background-image: url('/images/solairetteh2.gif'); 
}
#solairproh2 {
	background-image: url('/images/solairproh2.gif'); 
}
#solairselecth2 {
	background-image: url('/images/solairselecth2.gif'); 
}
#specialoffersh2 {
	background-image: url('/images/specialoffersh2.gif'); 
}
#thankyouh2 {
	background-image: url('/images/thankyouh2.gif'); 
}
#traditionalcanvasawningsh2 {
	background-image: url('/images/traditionalcanvasawningsh2.gif'); 
}
#warrantyh2 {
	background-image: url('/images/warrantyh2.gif'); 
}
#dicksonh3 {
	background-image: url('/images/dicksonh3.gif'); 
}
#doityourselfinstallationh3 {
	background-image: url('/images/doityourselfinstallationh3.gif'); 
}
#easternsunflexxh3 {
	background-image: url('/images/easternsunflexxh3.gif'); 
}
#fabrich3 {
	background-image: url('/images/fabrich3.gif'); 
}
#featuresh3 {
	background-image: url('/images/featuresh3.gif'); 
}
#framesh3 {
	background-image: url('/images/framesh3.gif'); 
}
#optionsh3 {
	background-image: url('/images/optionsh3.gif'); 
}
#sattlerh3 {
	background-image: url('/images/sattlerh3.gif'); 
}
#solaircomforth3 {
	background-image: url('/images/solaircomforth3.gif'); 
}
#solairproh3 {
	background-image: url('/images/solairproh3.gif'); 
}
#solairselecth3 {
	background-image: url('/images/solairselecth3.gif'); 
}
#specialsituationsh3 {
	background-image: url('/images/specialsituationsh3.gif'); 
}
#standardwallmountinstallationh3 {
	background-image: url('/images/standardwallmountinstallationh3.gif'); 
}
#sunbrellah3 {
	background-image: url('/images/sunbrellah3.gif'); 
}
#warrantyh3 {
	background-image: url('/images/warrantyh3.gif'); 
}
#weofferh3 {
	background-image: url('/images/weofferh3.gif'); 
}


