﻿body  {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	background: #373737;
	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: #373737;
	background-image:url(images/bodyBG.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-attachment:fixed;
}
.twoColFixLtHdr #container { 
	width: 960px;  /* 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: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #FFFFFF; 
	padding:0;
	margin:0;
} 
.twoColFixLtHdr #header #pageTitle{ 
	width:960px;
	height:33px;
	margin:0;
	padding:0;
	background-image:url(images/titleBar.png);
	background-repeat:no-repeat;
	background-position:left top;
}
.twoColFixLtHdr #header #pageTitle h1 
{
    display:inline-block;
	margin: 0;
	margin-left:246px;
	padding:0;
	padding-top:6px;
	background-color:Transparent;
	color:#373737;
	font-size:18px;
	font-weight: normal;
}
.twoColFixLtHdr #sidebar1 h2 {
	margin: 0;
	margin-left:32px;
	padding:0;
	padding-top:7px;
	background-color:Transparent;
	color:#373737;
	font-size:15px;
	font-weight: normal;
}
.twoColFixLtHdr #mainContent hr
{
	border:none;
	color:silver;
	background-color:silver;
	height:1px;
}
.twoColFixLtHdr #mainContent h3 {
	margin: 0;
	padding:0;
	padding-top:8px;
	background-color:Transparent;
	color:#6b99c3;
	font-size:13px;
	font-weight: normal;
}
.twoColFixLtHdr #mainContent h3 a
{
	color:#6b99c3;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 208px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
}
.twoColFixLtHdr #sidebar1 #prodServBar
{
    margin-top:1px;
    width:208px;
    height:32px;
    background-image:url(images/prodservBar.png);
    background-repeat:no-repeat;
    background-position:left top;
}
.twoColFixLtHdr #sidebar1 #closeMenuBar
{
    width:208px;
    height:32px;
    background-image:url(images/closeMenuBar.png);
    background-repeat:no-repeat;
    background-position:left top;
}
.twoColFixLtHdr #sidebar1 ul
{
    list-style-type:none;
    margin:0;
    padding:0;
}
.twoColFixLtHdr #sidebar1 li
{
    margin:0;
    padding:0;
    width:208px;
    height:32px;
    background-image:url(images/itemMenuBar.png);
    background-repeat:no-repeat;
    background-position:left top;
}
.twoColFixLtHdr #sidebar1 .subLvl2
{
	margin:0;
    padding:0;
    width:208px;
    height:32px;
    background-image:url(images/itemMenuBarSub.png);
    background-repeat:no-repeat;
    background-position:left top;
	font-size:12px;
}
.twoColFixLtHdr #mainContent .subLevel
{
	margin:0;
    padding:0;
	/*
    background-image:url(images/itemMenuBarSub.png);
    background-repeat:no-repeat;
    background-position:left top;
	*/
	margin-bottom:4px;
	list-style-type:none;
}
.twoColFixLtHdr #mainContent .subLevel a
{
	color:#6b99c3;
}

.twoColFixLtHdr #sidebar1 li a
{
    display: block;    
    color:white;
    text-decoration:none;
    margin:0;
    padding:0;
    margin-left:32px;
    padding-top:10px;
}
.twoColFixLtHdr #sidebar1 li a:hover
{
    color:#6394c0;
    text-decoration:underline;
}
.fotoThumb
{
    border:solid 1px #6394c0;
    margin:8px;
}

.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 200px;
	padding-top:0px;
	padding-bottom:8px;
	padding-left: 16px;
	padding-right: 16px;
} 
.twoColFixLtHdr #footer { 
	padding:0;
	padding-top:7px;
	margin:0;
	margin-top:96px;
	width:960px;
	height:32px;
	background-image:url(images/footerBar.png);
	background-repeat: no-repeat;
	background-position:left top;
} 
.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;
}

.twoColFixLtHdr #mainContent #frmMail input
{
    font: 13px Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #mainContent #frmMail label
{
    display: inline-block;
    width:80px;
    text-align:left;
    margin-bottom: 13px;
}
.twoColFixLtHdr #mainContent textarea
{
    font: 13px Arial, Helvetica, sans-serif;
}