@charset "utf-8";
body  {
	font-size: 10pt;
	background-color: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
html { 
	overflow-y: scroll; 
	}
blockquote {
	background: #EEE;
	padding: 5px 15px;
	border-left: 1px dotted #AAA;
}
img {
	border: none;
}
#container {
	width: 780px;
	margin: 20px auto 0 auto;
	text-align: justify;
} 

#header { 
	padding: 0 5px 0 0;
	background-color: #083766;
	background-image:url(images/NaturalLight_Logo.jpg);
	background-position:left;
	background-repeat:no-repeat;
	height: 85px;
} 

#header a {
	color: #FFFFFF;
	margin: 0 10px 0 0;
}

#header a:hover { 
	color: #FA9E1F; 
	border-bottom:1px solid #D9D9D9;
	padding-bottom: 5px;
	text-decoration: none;
}

#nav {
	margin:55px 0 0;
	list-style-type:none;
	float:right;
}
.footer {
	clear: both;
	text-align:left;
	height: 90px;
}
.footer hr {
	padding-top: 10px;
	border: none;
	height: 1px;
	border-bottom: 1px solid #CCC;
}
.footer #miniLinks {	
	font-size: 8pt;
	float: right;
	text-align: right;
	color: #666;
}
.footer #miniLinks a:hover { 
	color: #FA9E1F; 
	border-bottom:1px solid #D9D9D9;
	padding-bottom: 5px;
	text-decoration: none;
}
.footer #miniLinks ul {
	list-style: none;
	padding: 5px 0 0 0;
	margin: 0;
}
.footer #miniLinks li { 
	display: inline;
	padding-left: 15px;
}
.footer #contactInfo {
	float: left;
	color: #666;
	font-size: 8pt;
	margin-bottom: 20px;
}
.footer #FooterLogos {
	float: left;
	padding-top: 5px;
	padding-left: 20px;
}	
#mainContent { 
	margin: 10px 0 10px 0;
	padding: 0;	
} 

#homeleft {
	margin-top:10px;
	width:435px;
	float:left;
}

#homeright {
	margin-top:10px;
	width: 345px;
	float:right;
}
#productleft {
	margin-top:10px;
	width:510px;
	float:left;
}

#productright {
	margin: 10px 0 0 5px;
	padding: 0 0 0 15px;
	border-left: 1px solid #CCC;
	width: 230px;
	float: right;
}
#productright li {
	list-style-type:none;
	margin: 15px 0
}
#productright a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #083766;
	font-weight: normal;
}
#contactleft {
	margin-top:10px;
	width:375px;
}
#contactleft button {
	margin: 0 0 0 61px;
}

#contactright {
	margin: 10px 0 0 5px;
	padding: 0 0 0 15px;
	border-left: 1px solid #CCC;
	width: 285px;
	float: right;
	color: #083766;
}
#contactright a { 
	font-weight: normal;
	color: #083766;
	text-decoration: none;
}

#flashcontent {
	height: 525px;
	width: 100%;
}
a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
	color: #666;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #666;
}


h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #083766;
	font-weight: bold;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FA9E1F;
	text-transform:uppercase;
	font-weight: bold;
} 
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FA9E1F;
 	text-transform: uppercase;
	text-align: center;
}
h4 {
	font-family:"Arial Narrow", Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	font-weight: bold;
}
h5 {
	font-family:"Arial Narrow", Helvetica, sans-serif;
	font-size: 10pt;
	color: #083766;
	font-weight: normal;
}
h6 {
	font-family:"Arial Narrow", Helvetica, sans-serif;
	font-size: 10pt;
	color: #083766;
	font-style: oblique;
	text-align: right;
	font-weight: normal;
	margin-bottom: 0px;
	margin: 0px;
}
td {
	vertical-align: top;
	text-align: justify;
}

textarea, input {
	width: 385px;
}

input:focus,textarea:focus {
	background: #EEE;
}
