body{
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 */
	line-height: 1.5em;
font-size: 85%;
font-family:Verdana, Arial, Helvetica, sans-serif;
color: #333333;
margin-bottom: 30px;
background-color: #fff;
}

#maincontainer{
width: 840px; /*Width of main container*/
margin: 0 auto; /*Center container on page*/
background-image: url(/look/images/new/wrap.gif);
background-repeat: repeat-y;
}

#topsection{
position: relative;
background:  url(/look/images/new/logo_header.gif); 
background-repeat: no-repeat;
background-position: top-center;
height: 127px; /*Height of top section*/
}

#contentwrapper{
float: left;
width: 100%;
position: relative;
border: 0;
text-align: left; /* this overrides the text-align: center on the body element. */
}

#contentcolumn{
margin-left: 90px; /*Set left margin to LeftColumnWidth*/
padding-top: 0px;
padding-left: 0px;
}

#leftcolumn{
float: left;
width: 140px; /*Width of left column*/
background-image: url(/look/images/new/side_bg.gif);
background-repeat: no-repeat;
margin-left: -840px; /*Set left margin to -(MainContainerWidth)*/
padding-top: 15px;
height: 356px;
}

#footer{
clear: left;
width: 100%;
background-image: url(/look/images/new/wrap.gif);
background-repeat: repeat-y;
height: 40px;
padding: 4px 0;
}

#footer a{
color: #004a4b;
font-family: verdana, arial, helvetica;
text-decoration: none;
font-size: 11px;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

#nav { 
	background: transparent; 
position: absolute;
top: 91px;
left: 0px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 

/* FLOATS */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
 #sidebar1 { width: 130px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
 #sidebar1 { padding-top: 30px; }
 #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->

/* NAVIGATION */

 #navs {
    width: 840px; height: 36px;
    margin: 0; padding: 0;
	position: relative;
}
 #navsMain li a span {
display:none;
}
 #navsMain li {
    margin: 0; padding: 0; list-style: none;
    position: absolute; top: 0;
}
 #navsMain li, #navs a {
    height: 36px; display: block;
}
 #sub1 { left: 0; width: 365px; }
 #sub2 { left: 365px; width: 103px; }
 #sub3 { left: 468px; width: 165px; }
 #sub4 { left: 633px; width: 103px; }
 #sub5 { left: 736px; width: 106px; }

 #sub1 a:hover, #sub1 a.selected {
    background: transparent url(/look/images/new/navs_main2.png) 	0 -36px no-repeat; }
 #sub2 a:hover, #sub2 a.selected {
    background: transparent url(/look/images/new/navs_main2.png)     -365px -36px no-repeat; }
 #sub3 a:hover, #sub3 a.selected {
    background: transparent url(/look/images/new/navs_main2.png)     -468px -36px no-repeat; }
 #sub4 a:hover, #sub4 a.selected {
    background: transparent url(/look/images/new/navs_main2.png)     -633px -36px no-repeat; }
 #sub5 a:hover, #sub5 a.selected {
    background: transparent url(/look/images/new/navs_main2.png)     -736px -36px no-repeat; }

h1 {
font-family: arial, helvetica, sans-serif;
font-size: 14px;
border-bottom: 1px solid #cccccc;
color: rgb(0,74,75);
padding: 2px;
text-transform: uppercase;
}

h2 {
font-family: arial, helvetica, sans-serif;
font-size: 13px;
border-bottom: 1px solid #cccccc;
color: rgb(0,74,75);
padding: 2px;
text-transform: uppercase;
}

h3 {
font-family: arial, helvetica, sans-serif;
font-size: 10px;
border-bottom: 1px solid #cccccc;
color: rgb(0,105,107);
padding: 3px;
text-transform: uppercase;
}

 a:link, a:visited {
color: #333333;
font-size: 90%;
}

a:hover, a:active {
color: #339999;
}

 p {
line-height: 2em;
font-size: 85%;
color: #333333;
margin-bottom: 30px;
}

.carrot {
font: 10px verdana;
color: #999999;
padding-left: 35px;
}

.carrot a:link, .carrot a:visited {
font: 10px verdana;
text-decoration: none;
color: #999999;
}

.carrot a:hover, .carrot a:active {
color: #003333;
}

/* FONT STYLES */

.style1 {
	color: #333333;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
}
.style2 {
	color: #003333;
	font-weight: bold;
}
.style3 {
	color: #003333;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
}
.style4 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: verdana, arial, helvetica, sans-serif;
}
.style5 {
	color: #006666;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif;
}
.stylesmall {
	color: #006666;
	font-size: 9px;
	font-family: verdana, arial, helvetica, sans-serif;
}

.specs {
	font-size: 11px;
}

/* Tab Image divs */
#tabimage {
position: relative;
margin: 5px 5px 5px 5px;
padding: 10px 10px 10px 10px;
}

#tabimage p {
font-size: 14px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #333333;
font-weight: bold;
padding-left: 10px;
}

ul {
list-style-type: none;
}

li {
font-size: 11px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
