@charset "UTF-8";
/* CSS Document */

body  {
	font: 12px Helvetica, sans-serif;
	background: #f5f5f5;
	margin:6px 0px 0px 0px;
	padding:0px;
	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;
}
h2 {
	font-size:15px;
	color:#ff6600;
	font-weight:normal;
	margin:6px 0px 10px 0px;
}
#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;
}

.thrColFix #container { 
	width: 760px;  /* 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: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:5px;
	padding-bottom:40px;
	
}

#header_wrapper {
	height:33px;
	background-image:url(images/header/logo.png);
	background-repeat:no-repeat;
	padding-top:115px;
	}
	
/*main navigation*/	
#navbar {
	background-color:#ff6600;
	height:28px;
}
#navbar li {
	float:left;
	list-style:none;
	padding:5px 11px 0px 6px;
	border-right:#ff9b59 dashed 1px;
	height:23px;
	font-size:14px;
	text-transform:uppercase;
	margin:0px;
}
#navbar a {
	color:#fff;
	text-decoration:none;
}
#navbar a:hover {
	color:#333;
	text-decoration:none;
}
.nav_active {
	background-color:#333333;
	color:#FFFFFF;

}

#feature_wrapper {
	height:208px;
	background-color:#333333;
}

#content_wrapper { 
	margin-top:20px;
}

#col_left {
	float:left;
	padding-right:0px;
	width:563px;
}
#col_right {
	float:right;
	width:166px;
	line-height:13px;
}
#col_right a {
	color:#FF6600;
}
#col_right a:hover {
	color:#333333;
}
#ttl_wrapper {
	width:556px;
	height:28px;
}


/*sub features*/
.subs_heading {
	font-size:20px;
	font-weight:normal;
	width:200px;
	float:left;
}
.subs_subheading {
	font-size:13px;
	font-weight:normal;
	text-align:right;
	color:#b7b7b7;
	width:300px;
	float:right;
	margin-top:6px;
}
#subs_wrapper {
	/*padding-left:3px;
	padding-bottom:25px;*/
	border:solid 0px #000000;
	margin:0px;
	padding:0px;
}
#subs, #subs_text {
	float:left;
	margin:0px 4px 0px 0px;
}
#subs {
	border:solid 1px #d6d6d6;
}
#subs_text {
	height:25px;
	font-size:13px;
	width:134px;
	padding-top:2px;
	padding-left:2px;
}
#subs_text a {
	color:#FF6600;
	text-decoration:none;
}
#subs_text a:hover {
	color:#333333;
}
	
	

/*quicklinks*/
#quicklinks {
	float:left;
	width:139px;
	background-color:#f7e6db;
	padding-bottom:10px;
}
#ql_title {
	background-color:#ff9c5b;
	color:#FFFFFF;
	font-size:14px;
	padding:10px 0px 14px 5px;
	border-bottom:solid #FFFFFF 1px;
}
#quicklinks li {
	padding:7px 2px 7px 22px;
	margin:0px 0px 0px 0px;
	border-bottom:1px solid #FFFFFF;
	list-style:none;
	background-image:url(images/ql_bullet.gif);
	background-repeat:no-repeat;
}
#quicklinks a {
	color:#FF6600;
	text-decoration:none;
	font-size:13px;
	margin-left:-3px;
}
#quicklinks a:hover {
	color:#333333;
}

/* Distributors*/
#distributors-wrapper {
	margin-top:16px;
	float:left;
}
#distributors-region {
	float:left;
	padding-left:5px;
}
#distributors-region img {
	float:left;
	margin-right:17px;
}
#distributors-line-break {
	float:left;
	height:0px;
	width:100%;
	border-bottom:dotted 1px #f08f00;
	margin:4px 0px 9px 0px;
}



/*COPYRIGHT*/
#footer {
	margin: 0 auto;
	width:760px;
	font-size:9px;
	color:#999999;
	border:#0066FF solid 0px;
	padding:5px 0px 0px 0px;
	line-height:11px;
}
#footer a {
	text-decoration:none;
	color:#FF6600;
}
#footer a:hover {
	color:#333333;
}
#footer_left {
	float:left;
	width:200px;
	text-align:left;
}
#footer_right {
	float:right;
	text-align:left;
}


/*Clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
