@CHARSET "UTF-8";
/* Reset Styles */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
body, ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,html,p,blockquote,fieldset,input,object { margin:0; padding:0 }
a img,:link img,:visited img { border:none }

/* Main Styles */
body {
	font-family: arial, sans-serif;
	font-size: 13px;
	background: url('../images/bg.jpg') no-repeat center 20px #1E1F21 ;
	color: #444;
	padding: 0 0 20px 0;
}

.outerContainer {
	text-align: center;
	min-width: 900px;
}

.innerContainer {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #fff;
}

.clear {
	clear: both;	
}

.mainContent {
	background: url('../images/contentBg.png') repeat-x;
}

p {
	margin: 0 0 15px 0;	
}

h3 {
	font-size: 18px;
	color: #000;
	margin: 0 0 10px 0;
}

h3 em{
	color: #d20e29;
	font-style: normal;
}

h4 {
	font-size: 15px;
	color: #393939;
	margin: 0 0 10px 0;
}

/* Terms */

.terms {
	font-size: 10px;
	padding:10px;
}

.terms ul {
	line-height: 20px;
	list-style-type:none;
}

.mainContent ul {
	padding: 0 0 15px 15px;
	font-weight: bold;
}

.indent {
	padding: 0 0 0 20px;	
}

.spaceBottom {
	margin-bottom: 20px;
}

.tight {
	margin-bottom: 0;
}

/* Column Styles */

.wideCol {
	padding: 0 0 22px 22px;
	clear: both;
	width: 856px;
}

.mediumCol {
	padding:  0 0 22px 22px;
	width: 566px;
	float: left;
}

.narrowCol {
	padding:  0 0 22px 22px;
	width: 272px;
	float: left;
}

.featureCol {
	padding:  0 0 22px 15px;
	width: 200px;
	float: left;
}

.featureCol-txt {
	padding:0;
	width: 325px;
	float: left;
}

/* Managed Service */

.featureCol {
	margin: 0 20px 10px 0;
	border-right: 1px dashed #CCCCCC;
}

.featureCol p {
	font-size:20px;
}

.featureCol ul {
	padding: 0 10px 0 20px;
	/*list-style: none;*/
}
.featureCol ul li {
	padding: 5px 0;
}

p.smalltxt {
	font-size:9px;
}

/* Header Styles */

.header .top {
	text-indent: -9000px;
	height: 109px;
	background: url('../images/header.png') no-repeat;
}

/* Homepage Styles */

.banner {
	background: url('../images/banners/banner1.png');
	height: 220px;
}

.banner img{
	visibility: hidden;
}

.bannerCtrl {
	height: 24px;
	background: url('../images/bannerCtrlBg.png');
	padding: 0 5px;
}

.bannerCtrl a {
	display: block;
	height: 16px;
	width: 16px;
	background: url('../images/bannerCtrlOff.png') no-repeat;
	float: left;
	margin: 4px 2px;
	text-indent: -9000px;
}

.bannerCtrl a.active {
	background: url('../images/bannerCtrlOn.png');
}

.homeText {
	font-size: 15px;
	margin: 10px 0 0 0;
	color: #666;
}

.breadcrumb {
	text-align: right;
	padding: 10px 25px 5px 0;
	margin: 0;
	font-weight: bold;
	font-size: 11px;
}

.breadcrumb a {
	color: #4c4c4c;
	padding: 0 0 0 10px;
	background: url('../images/arrow.png') no-repeat 4px 4px ;
}

.breadcrumb a:hover {
	color: #333;
}

/* Product Page */

#productTabs {
	list-style:none;
	padding: 0;
	
}

#productTabs li{
	float: left;
	height: 25px;
	width: 134px;
	padding: 0 1px 0 0;
	border-bottom: 1px solid #b6b7b9;
}

#productTabs li a{
	display: block;
	float: left;
	height: 25px;
	width: 134px;
	background: url('../images/tabOff.png') no-repeat 0 0;
	text-align: center;
	line-height: 25px;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}

#productTabs li a.activeTab {
	border-bottom: 1px solid #fff;
	background: url('../images/tabOn.png') no-repeat 0 0;
	color: #4d4d4d;
}

#product_specs ul {
	list-style: none;
	font-size: 11px;
}

#product_specs ul li{
	margin: 0;
	clear: both;
}

#product_specs ul li label{
	font-weight: bold;
	width: 130px;
	display: block;
	float: left;
	text-align: right;
	line-height: 19px;
}

#product_specs ul li p{
	font-weight: bold;
	width: 400px;
	float: right;
	font-weight: normal;
	margin: 0;
	line-height: 19px;
}


.tabContainer {
	clear: both;
	padding: 10px 0 10px 0;	
}

.contactForm fieldset{
	width: 564px;
	border: 0;
	background: url('../images/about/formBgTop.png') no-repeat #0E0E0E;
	color: #fff;
}

.contactForm fieldset div.bottom {
	padding: 20px 15px;
	background: url('../images/about/formBgBottom.png') no-repeat bottom;
}

.contactForm fieldset ul li.bottom{
	clear: both;
}

#recaptcha_widget_div {
	float: left;
}

.contactForm fieldset ul{
	list-style: none;
	text-indent: 0;
	padding: 0;
}

.contactForm fieldset ul li{
	margin: 0 0 10px 0;
	display: block; 
	clear: both;
}

.contactForm fieldset ul li label{
	width: 100px;
	display: block; 
	padding: 0 10px 0 0;
	float: left;
	text-align: right;
}

.contactForm fieldset ul li.error label{
	color: red;
}

.contactForm fieldset ul li textarea {
	height: 60px;	
}

.contactForm fieldset ul li textarea ,
.contactForm fieldset ul li input{
	width: 400px;
	padding: 2px 5px;
	background: #2d2d2d;
	border: 0;
	color: #ccc;
	font-family: Arial;
}

.contactForm fieldset ul li input[type="image"] {
	width: auto;
	padding: 0;	
	float: right;
}

.contactBox {
	background: url('../images/leftNavBg.png');
	height: 206px;
	padding: 20px 20px !important; 
	color: #fff;
	line-height: 19px;
}

.contactBox a {
	color: #3a879c;
	text-decoration: none;
}

.contactBox a:hover {
	text-decoration: underline;
}

/* Boxes */

.boxes {
	height: 48px;
	width: 252px;
	display: block;
	padding: 95px 10px 5px 10px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

.boxes.xbond {
	background: url('../images/boxes/xbond.png');
}
.boxes.qbalancer {
	background: url('../images/boxes/qbalancer.png');
}
.boxes.sangfor {
	padding: 95px 5px 5px 5px;
	width: 262px;
	background: url('../images/boxes/sangfor.png');
}
.box {
	text-align:center
}

/* Footer Styles */

.footer {
	clear: both;
	margin: 0;
	padding: 10px 0 0 0;
	background: #f4f4f4;
	font-size: 12px;
	line-height: 15px;
}

.footer .column {
	width: 205px; 
	float: left;
	padding: 0 0 10px 20px;
}

.footer .column h6{
	color: #000;
	font-weight: bold;
}

.footer .column a{
	display: block;	
	color: #757575;
	text-decoration: none;
	font-weight: bold;
}

.footer .column a:hover{
	text-decoration: underline;
}

.footer .column p{
	font-weight: bold !important;
	color: #757575;
}

.footer .column p a{
	color: #00acd4;
	text-decoration: none;
	font-weight: bold;
}

.footer .column p a:hover{
	text-decoration: underline;
}

