body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#333333;
}

img{
	border: 0px;
}

H2{
	font-family: Arial, Helvetica, sans-serif;
	color:#e06900;

}

a{
	color:#e06900;
	text-decoration: none;
}

.oneColFixCtrHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page 
	border: 1px solid #000000; */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	padding: 10px 0px 0px 0px;
	height: 94px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	text-align:center;
	padding: 3px 10px 20px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	color:#666666;
	font-size: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


 
 
 #logo {
 padding: 0px 0px 0px 10px;
width:325px;
float:left;
}
#navPrime, #nav {
float: right;
text-align:right;
width: 555px;
padding: 20px 10px 0px 0px;
}

#navPrime {
float: right;
text-align:right;
width: 200px;
padding: 0px 10px 0px 0px;
}


#navPrime ul,  #nav ul {
list-style-image:none;
list-style-type:none;
margin:0px;
padding:0px;
display: inline;
}
#navPrime ul li, #nav ul li {
display:inline;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0px;
padding:0px 6px 0px 0px !important; /* the rest */
padding:0px 1px 0px 5px; /* ie 6 */
border-right: solid 1px #999999;
}

* + html #navPrime ul li, * + html #nav ul li { /* ie 7 hack*/
	padding: 0px 2px 0px 4px !important;
}

#navPrime ul li.last, #nav ul li.last {
border-right: none;
}

#navPrime ul li a, #nav ul li a {
color:#666666;
font-family: Arial, Helvetica, sans-serif;
font-size:11px;
text-decoration:none;
}

#navPrime ul li a{
font-size:10px;
}


#nav ul li a:hover {
color:#e06900;
}


#container.home #navPrime ul li a.home{color:#e06900;}
#container.contact #navPrime ul li a.contact{color:#e06900;}
#container.clients #nav ul li a.clients{color:#e06900;}
#container.solutions #nav ul li a.solutions{color:#e06900;}
#container.corporate #nav ul li a.corporate{color:#e06900;}
#container.services #nav ul li a.services{color:#e06900;}
#container.snow #nav ul li a.snow{color:#e06900;}
#container.cultured #nav ul li a.cultured{color:#e06900;}






/*  internal page Styles */
#contentBody{
 	background-image:url(/images/internal-content-bg.jpg);
	background-repeat: repeat-y;
	padding: 40px 150px 0px 250px;
}
#contentFooter{
 	background-image:url(/images/internal-footer-bg.jpg);
	background-repeat: no-repeat;
	height: 116px;
	padding: 0px 0px 0px 0px;	
	margin: -20px 0px 0px 0px;	
}



/*  Home Page Styles */

.oneColFixCtrHdr #container.home #mainContent{
 	background-image:url(/images/home_bg.jpg);
	background-repeat:no-repeat;
	height:450px;
	width: 900px;
 }

#homeflash{
padding: 0px 0px 0px 10px;

}

#clientBtn{
padding: 10px 0px 0px 15px;
width: 200px;
float:left;
}

#homeNews{
font: 10px Verdana, Arial, Helvetica, sans-serif normal;
margin: 5px 0px 10px 0px;
padding: 0px 0px 10px 35px;
border-left: #CCCCCC solid 1px;
width: 625px;
float:right;
color:#666666;

}

#homeNews h3{
font-family:"Myriad Pro",Verdana,Arial,Helvetica,sans-serif;
font-size:14px;
color:#e06900;
font-weight: normal;
}

/*  Client Page Styles */

.oneColFixCtrHdr #container.clients #mainContent{
 	background-image:url(/images/client_bg.jpg);
	background-repeat:no-repeat;
	height:500px;
	width: 900px;
 }

#clientScroller{
padding: 0px 0px 0px 10px;

}

#clientsList{
padding: 10px 0px 0px 15px;
width: 200px;
float:left;
}

#homeNews{
font: 12px Verdana, Arial, Helvetica, sans-serif normal;
margin: 20px 0px 10px 0px;
padding: 0px 0px 10px 35px;
border-left: #CCCCCC solid 1px;
width: 625px;
float:right;
color: #333333;

}

#homeNews h3{
font-family:"Myriad Pro",Verdana,Arial,Helvetica,sans-serif;
font-size:14px;
color:#e06900;
font-weight: normal;
}

