@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;
	background:url(../images/background_gradient.png);
	background-repeat:repeat-x;
}
.thrColFix {
}
.thrColFix #container { 
	width: 785px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	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. */
	padding-left:10px;
	background:url(../images/background_shadow.png)
} 
.thrColFix #containerHome {
	width: 785px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-left:10px;
	background:url(../images/background_shadow.png);
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
} 
.thrColFix #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* 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 */
	line-height: 15px;
	font-size:10px;
	padding-left:15px;
}
.thrColFix #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 130px; /* padding keeps the content of the div away from the edges */
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 20px;
}
.thrColFix .mainContent { 
	margin: 0 170px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#FFFFFF;
	font-size:11px;
	line-height:18px;
}
.thrColFix .mainContentHome {
	margin: 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	color:#FFFFFF;
	font-size:11px;
	line-height:18px;
}

.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;
}
.roundedCap{
	background: url(../images/rounded_top.png) no-repeat;
	width: 776px;
	height: 20px;
	text-align: center;
}
.header{
	background: url(../images/header_small.jpg) no-repeat;
	width: 776px;
	height: 115px;
}
.headerLarge {
	width: 774px;
	height: 127px;
	margin: 0px;
	background-image: url(../images/header_large.jpg);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.menuBlend {
	width:774px;
	float:left;
	height:36px;
	background-image:url(../images/menubase.jpg);
	background-repeat:no-repeat;
}
.productSubHeader {
	color: #5E8AD9;
	font-weight: bold;
	font-size: 13px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	display: block;
	margin-bottom: 13px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}
.productSupportHeader {
	color: #5E8AD9;
	font-weight: bold;
	font-size: 12px;
	display: block;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

.boldHeader{
	font-size: 11px;
	font-weight: bold;
	color: #5E8AD9;
	display: block;
}

	
/* Left Menu */

#sidebar1 ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

#sidebar1 li a{
	display: block;
	padding: 3px 0 3px 9px;
	width: 120px; /*185px minus all left/right paddings and margins*/
	text-decoration: none;
	color: #CCCCCC;
}

* html #sidebar1 li a{ /*IE only */
width: 130px; /*IE 5*/
w\idth: 130px; /*185px minus all left/right paddings and margins*/
}

#sidebar1 li a:hover {
	/*border-left: 5px solid #1c64d1;*/
	color:#5E8AD9;
}

#sidebar1 div.menutitle{
	color: #5E8AD9;
	padding-left: 5px;
	font-weight: bold; 
}
/* End Left Menu */
/* Main Content */
.bodyContent {
	margin: 0px;	
	w\idth: 400px;/*185px minus all left/right paddings and margins*/
}
.bodyContent a, .bodyContent a:visited{
	color: #5E8AD9;
	text-decoration:none;
}
.bodyContent a:hover{
	color: #cccccc;
	text-decoration:underline;
}
.bodyContentfaq {
	margin: 0px;	
	w\idth: 400px;/*185px minus all left/right paddings and margins*/
}
.bodyContentfaq a {
	color:#FFFFFF;
	text-decoration:none;
}
.bodyContentfaq a:hover {
	color:#5E8AD9;
	text-decoration:underline;
}
#currentfaq{
	color:#5E8AD9;
}
.productHeader {
	color: #5E8AD9;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
	padding-top: 15px;
}
.ProductShot {
	float: right;
	padding-right: 20px;
}
.productFeatures {
	line-height: 18px;
	color:#CCCCCC;
	font-size:11px;
}
.productFeatures input{
	font-size:10px;
}
/*.productFeatures a, .productFeatures a:visited {
	color: #5E8AD9;
	text-decoration: none;
}
.productFeatures a:hover {
	color: #CCC;
	text-decoration: underline;
	}
*//* Right Menu */
.submenuRightHeader {
	color: #5E8AD9;
	font-weight: bold;
	font-size: 10px;
	border-bottom: 3px solid #999999;
	display: block;
	padding-bottom: 5px;
	width: 130px;
	margin-bottom: 8px;
	list-style: url(../Templates/none) none outside;
}
.submenuRight ul li {
	font-size: 10px;
	border-bottom: 1px dotted #CCCCCC;
	width: 130px;
	display: block;
	padding-bottom: 6px;
	margin-bottom: 6px;
	list-style: none;
}
.submenuRight ul {
	list-style: url(../Templates/none) none;
	margin: 0px;
	padding: 0px;
}
.submenuRight {
	float: left;
	list-style: url(../Templates/none) none outside;
	width: 137px;
	margin: 0px;
	padding-top: 0;
	padding-bottom: 0;
}
.submenuRight a, .submenuRight a:visited{
	color:#CCCCCC;
	list-style-image: none;
	list-style-type: none;
	text-decoration: none;
}
.submenuRight a:hover{
	color:#5E8AD9;
	list-style-image: none;
	list-style-type: none;
}
/* SUPPORT STYLES */
.InsetBox{
	background-color: #2A2A2A;
}
.supportTopicHeader {
	font-size: 13px;
	color: #FC9800;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
}
/* FOOTER */
.footer {
	display: block;
	background-image: url(../images/footer_bg.png);
	height: 118px;
	width:776px;
	background-repeat:no-repeat;
	color:#FFFFFF;
	font-size:10px;
	margin-left: -5px;
}
.footer a, .footer a:visited {
	color:#CCCCCC;
	text-decoration: none;
		padding-top: 60px;

}
.footer a:hover {
	color:#FF9933;
	text-decoration: underline;
}
.newsBlockLeft {
	width: 500px;
	display: block;
	margin-right: 15px;
	line-height: 15px;
	padding-right: 15px;
	float:left;
	padding-left: 20px;
	margin-left: 20px;
	color: #FFFFFF;
	text-align: left;
}

.newsBlockMiddle {
	width: 200px;
	display: block;
	float: left;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
	margin-right: 15px;
	padding-left: 5px;
	margin-top: 15px;
	margin-bottom: 10px;
	line-height: 15px;
	padding-right: 15px;
}
.newsBlockRight {
	width: 200px;
	display: block;
	float: left;
	margin-right: 15px;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: 10px;
	line-height: 15px;
}

.footerHeader {
	font-family: Tahoma;
	font-size: 24px;
	font-weight: bold;
	color: #FF9933;
	line-height: 28px;
}
.containerBottom{
	width:795px;
	text-align:center;
	margin: 0 auto;
	height:127px;
	background-repeat:no-repeat;
	background-image:url(../images/footer_bg.png)
}
.containerBottom a, a:visited{
	color: #FFFFFF;
}

#search_box form {
    margin: 0;
}
#search_box {

}
#search_box #s {
	float: left;
	padding: 0;
	width: 100px;
	background: #ffffff;
	font-size: 10px;
	color:#000000;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0;
}
#search_box #go {
    float: right;
    margin: 3px 4px 0 0;
}
.searchHeader {
padding-top:20px;
	font-size: 10px;
	color: #528AD9;
	font-weight: bold;
}
