html, body {
	height: 100%;
}
body {
	background-image: url(source/bg_top.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
body, div, p, td {
	font-family:Arial, Verdana;
	font-size:13px;
	color:#555555;
	line-height:16px;
}
a		{ color: #5C95C4; text-decoration: none; font-weight:bold; }
a:hover	{ color: #5C95C4; text-decoration: underline; font-weight:bold; }

a.footerNav			{ color:#ffffff; text-decoration:none; font-weight:normal; }
a.footerNav:hover	{ color:#ffffff; text-decoration:underline; font-weight:normal; }

a.subNav		{ color:#5d5d5d; text-decoration:none; font-weight:normal; }
a.subNav:hover	{ color:#5d5d5d; text-decoration:underline; font-weight:normal; }

a.greyLinks 	  {  color:#5d5d5d; text-decoration:none; font-weight:normal; }
a.greyLinks:hover {  color:#5C95C4; text-decoration:underline; font-weight:normal; }

h1 {
	display:inline;
	color:#016aac;
	font-size:22px;
	line-height:28px;
}
h2 {
	display:inline;
	color:#016aac;
	font-size:16px;
	line-height:2em;
}
#page {
background: url(bg_top.jpg) repeat-x;
width:100%;
font-family: Arial, Helvetica, sans-serif;
padding-top:59px;
}

#mainContainer {
	min-height: 100%;
	height: auto !important;
	height: 100%;	
}
/********HEADER********/
#header{
	height:247px;
	display:block;
	margin:auto;
	padding:0px 15px 20px 15px;
}
html div#header { 
   max-width: 1336px; /* this sets the max-width value for all standards-compliant browsers */
   min-width: 800px; /* this sets the max-width value for all standards-compliant browsers */
   text-align:right;
}
*html div#header { 
   width: expression( document.body.clientWidth > 1336 ? "1337px" : "auto" ); /* sets max-width for IE */
   height: expression( this.scrollHeight < 281 ? "282px" : "auto" ); /* sets min-height for IE */
   text-align:right;
}
ul.menu {
list-style-type:none;
width:auto;
text-align:right;
}

ul.menu li {
float:left;
text-align:right;
}
ul.menu li a {
float:left;
text-align:right;
}
/********* IMAGES **********/
#imagesContainer {
	margin:auto;
}
/*
html div#images { 
   max-width: 1336px; 
   min-width: 807px; 
   text-align:left;
}
*html div#images { 
   width: expression( document.body.clientWidth > 1336 ? "1337px" : "auto" ); 
   height: expression( this.scrollHeight < 256 ? "257px" : "auto" );
}
*/
/******* CONTENT*******/
#contentContainer{
	margin:auto;
	padding:0px 15px;
}
html div#contentContainer { 
   max-width: 1336px; /* this sets the max-width value for all standards-compliant browsers */
   min-width: 777px; /* this sets the max-width value for all standards-compliant browsers */
}
*html div#contentContainer { 
   width: expression( document.body.clientWidth > 1336 ? "1337px" : "auto" ); /* sets max-width for IE */
   /*height: expression( this.scrollHeight < 102 ? "103px" : "auto" ); /* sets min-height for IE */
}

.subNavOn {
	padding:5px 12px 5px 23px;
	background:url(bg_subnav_on.jpg) no-repeat bottom;
	font-size:12px;
}
.subNavOff {
	padding:5px 12px 5px 23px;
	background:url(bg_subnav_off.jpg) no-repeat bottom;
	font-size:12px;
}
.subsubNavOn {
	padding:5px 12px 5px 45px;
	background:url(bg_subnav_on.jpg) no-repeat bottom;
	font-size:12px;
}
.subsubNavOff {
	padding:5px 12px 5px 45px;
	background:url(bg_subnav_off.jpg) no-repeat bottom;
	font-size:12px;
}
#explore{ float:left; width:245px; height:200px; margin:50px 200px 0 0; }
#prod{float:left; width:245px; height:200px; margin:50px 7px 0 0; }

.padding {
	padding-bottom:75px;
}
/****** FOOTER ********/
#footerContainer {
	width:100%;
	background-image: url(bg_bottom.jpg);
	background-repeat: repeat-x;
	height: 75px;	
	margin-top:-75px;
	clear:both;
}
#footer {
	color:#fff;
	font-size:12px;
	padding:20px;
	margin:auto;
}
html div#footer { 
   max-width: 1221px; /* this sets the max-width value for all standards-compliant browsers */
   min-width: 777px; /* this sets the max-width value for all standards-compliant browsers */
}
*html div#footer { 
   width: expression( document.body.clientWidth > 1321 ? "1322px" : "auto" ); /* sets max-width for IE */
   height: expression( this.scrollHeight < 102 ? "103px" : "auto" ); /* sets min-height for IE */
}
.copyright {
float:left;
color:#FFFFFF;
}
/*************SUBSCRIPTION FORM *******/
#subscribe {
margin-left: 22px;
margin-top:35px;
position:relative;
}
.name{
margin-left:15px;
background: #006ea1;
border: 1px solid #006ea1;
color:#FFFFFF;
font-weight:bold;
}
.email{
background: #006ea1;
border: 1px solid #006ea1;
color:#FFFFFF;
font-weight:bold;
}
.label{
font-weight: bold;
font-size:16px;
}
.submit{
height: 23px;
width: 77px;
position:relative;
top:6px;
}
input{
padding:2px;
}

.photoGallery {
	padding: 0px 3px 3px 0px;
	float: left;
}

/* MOBILE */
#link-to-mobile {
	background:#FF0000;
	margin-top:41px;
	padding:10px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	clear:both;
}

#link-to-mobile a {
	color:#FFFFFF;
}
