* {
	margin: 0;
	padding: 0;
	font-size: 100%; /* reset all fonts to a common size */
}
p, dl {
	display: block;
	margin: 1em 0;
}
dd {
	display: block;
	margin-left: 40px;
}
blockquote {
	display: block;
	margin: 1em 40px;
}
h1 {
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	margin: .75em 0;
}
h2 {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	margin: .6em 0;
}
h3 {
	display: block;
	font-weight: bold;
	margin: .5em 0;
}
h4 {
	display: block;
	font-weight: normal;
	margin: .5em 0;
}
h5 {
	display: block;
	font-weight: normal;
	margin: .5em 0;
}
h6 {
	display: block;
	font-weight: normal;
	margin: .5em 0;
}
img {
	display: block;
	border: none;
}
/* inlines */

strong {
	font-weight: bolder;
}
em {
	font-style: italic;
}
/* lists */

ul {
	display: block;
	list-style-type: disc;
	margin: 1em 0;
	padding-left: 40px;
}
ol {
	display: block;
	list-style-type: decimal;
	margin: 1em 0;
	padding-left: 40px;
}
/* nested lists have no top/bottom margins */
ul ul, ul ol, ol ul, ol ol {
	margin-top: 0;
	margin-bottom: 0;
}
/* 2 deep unordered lists use a circle */
ol ul, ul ul {
	list-style-type: circle;
}
/* 3 deep (or more) unordered lists use a square */
ol ol ul, ol ul ul, ul ol ul, ul ul ul {
	list-style-type: square;
}
/* leafs */

hr {
	display: block;
	height: 1px;
	margin: 0.5em auto 0.5em auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
frameset {
	display: block ! important;
	position: static ! important;
	float: none ! important;
	border: none ! important;
}
html {
	height: 100%;
}
body {
	font-size: 75%; /* sets a base font size of 12px/9pt */
	font-family: Verdana, "Lucida Grande", "Bitstream Vera Sans", Helvetica, Arial, sans-serif;
	color: #000000;
	background-color: #F4E5B0;
	background-image: url(/img/body_bg.gif);
	background-repeat: repeat-x;
	height: 100%;
	background-attachment: fixed;
}
/******************************************************** Container */
#container {
	width: 756px;
	background-color: #007AC3;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}
/******************************************************** Header */
#header {
	width: 756px;
	position: relative;
	background-color: #D9F1FF;
}
.home {
	height: 294px;
}
.default {
	height: 126px;
}
div.home img.logo {
	position: absolute;
	top: 42px;
	left: 18px;
}
div.default img.logo {
	position: absolute;
	top: 17px;
	left: 42px;
}
.slogan {
	position: absolute;
	top: 42px;
	right: 42px;
}
/******************************************************** Navigation */
#globalnav {
	color: #FFFFFF;
	height: 42px;
	width: 756px;
	background-image: url(/img/globalnav_bg.gif);
	background-repeat: no-repeat;
}
#globalnav ul#menu {
	height: 42px;
	width: 756px;
	margin: 0;
	padding: 0;
	position: relative;
	background-color: transparent;
	background-image: url(/img/globalnav_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#globalnav ul#menu li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0px;
}
ul#menu li, ul#menu a {
	height: 42px;
	display: block;
}
#globalnav ul#menu li a {
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
}
#home {
	left: 0px;
	width: 57px;
}
#home a:hover {
	background-image: url(/img/globalnav_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px -42px;
}
#about {
	left: 57px;
	width: 86px;
}
#about a:hover {
	background-image: url(/img/globalnav_bg.gif);
	background-repeat: no-repeat;
	background-position: -57px -42px;
}
#advantages {
	left: 143px;
	width: 170px;
}
#advantages a:hover {
	background-image: url(/img/globalnav_bg.gif);
	background-repeat: no-repeat;
	background-position: -143px -42px;
}
#natural {
	left: 313px;
	width: 164px;
}
#natural a:hover {
	background-image: url(/img/globalnav_bg.gif);
	background-repeat: no-repeat;
	background-position: -313px -42px;
}
#products {
	left: 477px;
	width: 89px;
}
#products a:hover {
	background-image: url(/img/globalnav_bg.gif);
	background-repeat: no-repeat;
	background-position: -477px -42px;
}
#installation {
	left: 566px;
	width: 113px;
}
#installation a:hover {
	background-image: url(/img/globalnav_bg.gif);
	background-repeat: no-repeat;
	background-position: -566px -42px;
}
#contact {
	left: 679px;
	width: 77px;
}
#contact a:hover {
	background-image: url(/img/globalnav_bg.gif);
	background-repeat: no-repeat;
	background-position: -679px -42px;
}
/************************************* Homepage Layout */
#homepage {
	width: 756px;
	height: 210px;
	background-image: url(/img/homepage_bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	background-color: #94A43B;
}
.promo1 {
	position: absolute;
	left: 42px;
	top: 0px;
}
.promo2 {
	position: absolute;
	left: 278px;
	top: 0px;
}
.promo3 {
	position: absolute;
	left: 517px;
	top: 0px;
}
/******************************************************** Content */
#content {
	width: 756px;
	background-color: #FFFFFF;
	background-image: url(/img/content_bg.gif);
	background-repeat: repeat-y;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #007AC3;
	text-align: left;
	text-transform: uppercase;
}
#content a {
	color: #F9A13A;
}
#content a:hover {
	color: #FFDF72;
}
#content hr {
	color: #007AC3;
	background-color: #007AC3;
}
/******************************************************** Columns */
/************************************* 2 Column Layout */
#col1 {
	padding: 42px;
	width: 399px;
	float: left;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #007AC3;
}
#col1 p {
	line-height: 1.6em;
	font-size: 0.95em;
}
#col1 ul {
	line-height: 1.6em;
	font-size: 0.95em;
}
#col1 dt {
	font-weight: bold;
}
#col1 dd {
	font-style: italic;
}
#col1 table {
	left: 0px;
	right: 0px;
	background-color: #FFFFFF;
	width: 399px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #007AC3;
	border-left-color: #007AC3;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #007AC3;
}
#col1 th {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #007AC3;
	color: #FFFFFF;
	background-color: #F9A13A;
}
#col1 td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #007AC3;
	border-right-color: #007AC3;
	padding: 0.3em;
}
#col2 {
	color: #666666;
	float: right;
	width: 231px;
	padding-top: 42px;
	padding-right: 21px;
	padding-bottom: 42px;
	padding-left: 21px;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #F9A13A;
}
#col2 p {
	line-height: 1.5em;
	font-size: 0.9em;
}
#col2 img {
	margin-bottom: 2em;
	margin-top: 1em;
}
#col2 ul {
	line-height: 1.2em;
	font-size: 0.9em;
	padding-left: 15px;
	list-style-position: inside;
}
#col2 h3 {
	color: #F9A13A;
}
#col2 blockquote {
	margin-right: 0px;
	margin-left: 0px;
	font-style: italic;
}
/******************************************************** Footer */
#footer {
	clear: both;
	color: #FFFFFF;
	background-color: #007AC3;
	width: 756px;
	background-image: url(/img/footer_bg.gif);
	background-repeat: repeat-x;
	position: relative;
}
#footer a {
	color: #F9A13A;
}
#footer a:hover {
	color: #FFDF72;
}
#footcol1 {
	width: 378px;
	padding: 42px;
	float: left;
}
#footcol1 p {
	font-size: 0.8em;
	line-height: 1.6em;
}
#footcol1 h2 {
	text-transform: uppercase;
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 0em;
	letter-spacing: 0.1em;
}
#footcol1 h2 em {
	font-style: normal;
	color: #F9A13A;
}
#footcol2 {
	float: right;
	padding-bottom: 21px;
	padding-right: 11px;
}
#credit {
	height: 16px;
	width: 114px;
	overflow: hidden;
}
#credit a {
	background-image: url(/img/credit_bg.gif);
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	width: 114px;
	text-indent: -9999px;
}
#credit a:hover {
	background-image: url(/img/credit_bg.gif);
	background-position: 0px -16px;
	background-repeat: no-repeat;
}
/******************************************************** Forms */
form {
	background-color: #FFDF72;
	color: #000000;
	padding: 36px;
	font-size: 0.95em;
}
fieldset {
	border: 1px solid #FFFFFF;
	padding: 36px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
}
legend {
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
label {
	margin-bottom: 0.2em;
	display: block;
}
input.text, textarea, select {
	font-family: Verdana, "Lucida Grande", "Bitstream Vera Sans", Helvetica, Arial, sans-serif;
	font-size: 1em;
	width: 98%;
	margin-bottom: 0.5em;
}
form em {
	font-weight: bold;
	font-style: normal;
	color: #FF0000;
}
/******************************************************** Classes */
.clear {
	clear: both;
}
.form_alert {
	color: #FF0000;
}
.linkslist dt {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DFE4EC;
	padding-top: 0.3em;
	font-weight: bold;
}
.floatright {
	float: right;
}
td div.hidden {
	display: none;
}
