@charset "utf-8";
/*--SCREEN----------------------------------------------------------------------------------*/
	/*--REDEFINITIONS-----------------------------------------------------------------------*/
	body {
		background: url(../../images/bg.gif) repeat-x;
		margin: 0;
		padding: 0;
	}
	strong {
		color:#145C96;
	}

	/*--IDS---------------------------------------------------------------------------------*/
	#divContainer {
		width: 974px;
		margin: auto;
	}
	#divContentArea {
		width: 974px;
		min-height:315px;
		height:auto !important;
		height:315px;
		background: url(../../images/bg_content.gif) no-repeat;
	}
	#divContentAreaAlt {
		width: 974px;
		min-height:315px;
		height:auto !important;
		height:315px;
		background: url(../../images/bg_content_alt.gif) no-repeat;
	}	
	#divLeftCol {
		float: left;
		width: 270px;
	}
	#divCenterCol {
		float: left;
		width: 430px;
	}
	#divCenterColAlt {
		float: left;
		width: 700px;
	}	
	#divBody {
		margin: 10px;
		font: 12px/18px Arial;
		color: #636363;
	}
	#divBody a {
		color: #fb791c;
		text-decoration: underline;
	}
	#divBody a:visited {
		color: #fb791c;
		text-decoration: underline;
	}	
	#divBody a:hover {
		color: #fb791c;
		background-color:#f9eed8;
		text-decoration: underline;
	}			


	#divSideMenu a {
		color: #fb791c;
		text-decoration: none;
	}
	#divSideMenu a:visited {
		color: #fb791c;
		text-decoration: none;
	}	
	#divSideMenu a:hover {
		color: #fb791c;
		background-color:#f9eed8;
		text-decoration: underline;
	}			

	
	#divCenterColText {
		margin-left: 10px;
	}
	#divRightCol {
		float: left;
		width: 270px;
	}
	#divRightColText {
		font: 11px/18px Arial;
		margin-left: 18px;
		margin-top: 10px;
	}	
	#divHeader {
		font: 12px Arial;
	}	
	#ulNav1 {
		padding-left: 640px;
		padding-top: 13px;
		color: #898989;
		margin: 0;
	}
	
	#ulNav1 li {
		float: left;
		list-style: none;
		color: #fff;
		margin: 0 10px 0 10px;
	}
	
	#ulNav1 li a {
		color: #fff;
		text-decoration: none;
	}
	
	#ulNav1 li a:hover {
		color: #fff;
		text-decoration: underline;
	}
	
	#ulNav2 {
		padding-left: 380px;
		padding-top: 45px;
		color: #898989;
		margin: 0;
	}
	
	#ulNav2 li {
		float: left;
		list-style: none;
		padding: 0 10px 0 10px;
		background: url(../../images/nav_spacer.gif) right no-repeat;
	}
	
	#ulNav2 li a {
		color: #898989;
		text-decoration: none;
	}
	
	#ulNav2 li a:hover {
		color: #898989;
		text-decoration: underline;
	}
	
	#divFooter{
		width: 100%; 
		margin-top: 30px; 
		height: 53px; 
		background: #1c1e21 url(images/bg_footer.gif) repeat-x;
	}
	
	/*--CLASSES-----------------------------------------------------------------------------*/

	.clsFloatLeft {
		float:left;
	}
	.clsFloatRight {
		float:right;
	}
	.clsClearBoth {
		clear:both;
	}
	.newsHeadline {
		color: #fd6b1f;
		text-decoration: none;
	}
	.newsHeadline:hover {
		color: #fd6b1f;
		text-decoration: underline;
	}
	.textHilite {
		color: #1F4E84;
		font-weight:bold;
	}
	.textHiliteAlt {
		color:#FB791C;
		font-weight:bold;		
	}
	.callOut {
		float:right;
		margin:10px;
		padding:10px;
		width:180px;
		font-size:12px;
		font-family:Arial, Helvetica, sans-serif;
		line-height:20px;
		color:#666666;
		border:#E2E2E2 solid 1px;
		background-image:url(../../images/bg_callout.gif);
		background-repeat:no-repeat;
		background-position:top;
		background-color:#F2F2F2;
	}
	.colsBody {
		width:330px;
		float:left;
		margin:2px 2px 4px 2px;
		padding:6px;		
		background-color:#F4F4F4;
		border:#E2E2E2 solid 1px;		
	}
	.productimage{
		width:170px;
	}
	.productdescription{
		width:480px;
	}
.centertext {
	text-align: center;
}
.centertext td {
	margin: 0;
	padding: 0;
}