@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: #000000;
}
.thrColFixHdr #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 */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	background-color: #FFFFFF;

} 
.thrColFixHdr #header-index {
	background-image: url(../images/_navigation/homepage_r1_c1.jpg);
	height: 57px;
	background-repeat: no-repeat;
	padding-left: 50px;
} 


 
.thrColFixHdr #flash-index {
	background-image: url(../images/_navigation/homepage_r2_c1.jpg);
	height: 267px;
	background-repeat: no-repeat;
} 


.thrColFixHdr #navigation {
	height: 29px;
	float: left;
	width: 709px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	padding-left: 40px;
	padding-top: 0px;
	background-image: url(../images/_navigation/homepage_r3_c1.jpg);
} 


.thrColFixHdr #sidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 181px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-image: url(../images/_navigation/homepage_r3_c2.jpg);
	height: 600px;
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 10px;
	background-repeat: no-repeat;
	color: #666666;
	
}


.thrColFixHdr #logos {
	background-image: url(../images/_navigation/homepage_r5_c1.jpg);
	height: 77px;
	background-repeat: no-repeat;
	width: 960px;
} 




.thrColFixHdr #index-content {
	background-image: url(../images/home-image.jpg);
	height: 100%;
} 


	
	
.thrColFixHdr #index-textbox {
	margin: 10px 0px 0px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 685px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	float: left;
	height: 225px;
	background-image: url(../images/product1.jpg);
	padding-left: 3px;
	padding-top: 5px;
} 

.thrColFixHdr #index-textbox2 {
	margin: 10px 0px 0px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 695px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #666666;
	float: left;
	height: 265px;
	background-image: url(../images/product1.jpg);
	padding-left: 3px;
	padding-top: 5px;
} 



.thrColFixHdr #index-textbox-left {
	margin: 10px 10px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 310px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	float: left;
	height: 230px;
	padding: 13px 10px 0px 0px;
	color: #FFFFFF;
	font-weight: normal;
} 


.thrColFixHdr #index-textbox-right {
	margin: 10px 10px 0px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	float: right;
	height: 230px;
	padding: 13px 10px 0px 10px;
	color: #FFFFFF;
	font-weight: normal;
} 





.thrColFixHdr #mainContent {
	width: 749px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	float: left;
	height: 575px;
	background-image: url(../images/_navigation/homepage_r4_c1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
} 




.thrColFixHdr #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 38px;
	background-color: #FFFFFF;
	width: 930px;
	background-image: url(../images/_navigation/homepage_r6_c1.jpg);
	background-repeat: no-repeat;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	background-position: bottom;
	padding-top: 20px;
} 
.thrColFixHdr #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 */
}

.thrColFixHdr #credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 20px;
	width: 960px;
	color: #CCCCCC;
	margin-top: 15px;
	margin: 0 auto;
	padding-top: 10px;
	background-color: #091A3B;
	line-height: 16px;
} 


	

.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;
}

