@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #dadada;
	background-image: url(body/body_bg.jpg);
	background-position: center;
	background-repeat: repeat-y;
	width: 100%;
	margin: 0px;
	overflow-y: scroll;
}
#main_bg{
	background-color: #FFF;
	background-image: url(body/main_bg.jpg);
	background-position: 0px 115px;
	background-repeat: no-repeat;
	height: 100%;
	width: 800px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	border-left: solid 1px #c9c7c7;
	border-right: solid 1px #c9c7c7;
	min-height: 100%;
}
/*#sec_bg{
	background-color: #FFF;
	background-image: url(body/main_bg.jpg);
	background-position: 0px 115px;
	background-repeat: no-repeat;
	position: relative;
}*/

#main_bg #header{
	height: 90px;
	background-image: url(body/header_bg.jpg);
	background-repeat: repeat-x;
}
#main_bg #menu{
	height: 25px;
	background-image: url(body/menu_bg.jpg);
	background-repeat: no-repeat;	
	padding-left: 85px;

}
#main_bg #menu a{
	color: #a5a3ab;
	text-decoration: none;
}
#main_bg #menu a:hover{
	color: #FFF;
}
#main_bg #menu ul {
	list-style: none;
	margin: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-left: 0px;
	clear: both;
}
#main_bg #menu ul li{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	color: #a5a3ab;
	font-size: 12px;
	text-transform: uppercase;
	font-weight:600;
	float: left;
	padding-right: 16px;
}
/*headers*/
h1 {
	/*	padding-left: 5px;*/
/*	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #ac0000;*/
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #353535;
	margin-left: 5px;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ac0000;
}
h2 {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3f3f3f;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #3f3f3f;	
	padding-left: 6px;
	margin-bottom: 2px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
}
h3{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	margin-bottom: 2px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
}
h4{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-bottom: 2px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 5px;
}
h5{
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-transform: uppercase;	
	background-image: url(body/h5.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 22px;
	margin: 0px;
}
/*selector*/
#cat_selector_container{
	margin-left: 5px;
	margin-right: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#cat_selector{
	font-size: 12px;
	list-style: none;
	list-style-position: outside;
	margin: 0px;
	padding: 0px;
	display: table;
}
#cat_selector li{
	float: left;
	margin-right: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999;
	cursor: pointer;
}
#cat_selector li:hover{
	color: #666;
}
/*product list divs*/
.products {
	padding-left: 2px;
	padding-bottom: 30px;
	clear: both;
	font-family: Calibri, Arial, Helvetica, sans-serif;
}
.products .product_div {
	margin-right: 4px;
	float: left;
/*	position: relative;*/
	width: 262px;
	text-align:center;
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 10px;
}
.products .product_div a{
	text-decoration: none;
	color: #333;
}
.products .product_div a img{
	border: 1px solid #9D9D9D;
}
.products .product_div a:hover {
	text-decoration: none;
	color: #C00;
}
.products .product_div a:hover img{
	border: 1px solid #C00;
}
/* product sheet */
#prod_features{
	font-size: 12px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	-moz-column-count: 2;
	-webkit-column-count: 2;
}
#prod_tech #techspec{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;

}
/* thumbs */
#thumbs{
	padding-left: 5px;
	padding-right: 5px;
}
#thumbs img{
	margin-right: 5px;
	border: 1px solid #BBB;	
}
#thumbs img:hover{
	border: 1px solid #CCC;	
}

/* BOXMODEL */
/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:absolute;
  z-index:9000;
  background-color:#000;
  display:none;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
   
#boxes .window {
  position:fixed;
  width:440px;
  display:none;
  z-index:9999;
}
 
#boxes #supportw{
	width: 600px;
	font-family: Arial, Helvetica, sans-serif
}

#boxes h1{
	color: #900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 2px;
	border-bottom: solid 1px #333;
}
#boxes h2{
	color: #C00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 10px;
	font-weight: bold;
	clear: both;
	margin-bottom: 0px;
}
#boxes h5{
	font-size: 18px;
	color: #CCC;
	text-align: center;

}
.inwin_bg{
	background-image: url(body/wbg.png);
	background-repeat: repeat-x;
	background-color: #FFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
/*	height: 50px;*/
}
.win_bottom{
	height: 5px;
	background-image: url(body/wbottom.png);
}
#boxes a{
	color: #036;
	text-decoration: none;	
}
#boxes a:hover{
	color: #999;
}
.download_table{
	font-size: 10px;
	margin-bottom: 10px;
}

#downloads_button{
	position: absolute;
	right: 10px;
	top: 400px;
	cursor: pointer;
}

#slider ul, #slider li{
		margin-top: 2px;
		padding:0;
		list-style:none;
		width: 800px;
		}
#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:800px;
		height:400px;
		overflow:hidden; 
		}
.content{
	font-size:12px;
}
.err_msg{
	color: #C00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.news_time{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: left;
	float: left;
	width: 130px;
	color: #900;
}
.news_title{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	clear: right;
	cursor: pointer;
}
.news_preview_text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	display:none;
}
#xport_logo{
	position: fixed;
	bottom: 0px;
	right: 0px;
}
