/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#111111 url(/style/top-tail.gif) top repeat-x;
	text-align:center;
}

#main {
	width:1000px;
	margin:0 auto;
	text-align:left;
}
	
#topHeader {
	float:left;
	text-align: right;
	height: 36px;
	color:#fff;
	margin-right:0px;
	margin-left:20px;
	margin-top:15px;
}

#header {
	height:335px;
	background:url(/style/header-cyber-bg.jpg) top left no-repeat;
	padding:30px 62px 0 62px;
}

#content {border-bottom:8px solid #DC5E06; background:#f9f9f9 url(/style/content-tail.gif) bottom repeat-x; margin:0 62px 0 63px;}

#footer { height:68px;}

.col-1, .col-2, .col-3 {float:left;}
.container {width:100%; overflow:hidden;}
.container a {color:#000;text-decoration:none;}

/* ============================= page1 ===========================*/

#page1 .col-1 {width:470px;}
#page1 .col-2 {width:230px;}

#page2 .col-1 {width:165px;}
#page2 .col-2 {width:305px;}
#page2 .col-3 {width:305px;}

#page4 .col-1 {width:600px;}
#page4 .col-2 {width:160px; margin-left:15px}

#page5 .col-1 {width:785px; margin-right:15px}
#page5 .col-2 {width:0px; margin-left:0}

#page6 .col-1 {width:165px;}
#page6 .col-2 {width:610px;}

.boxTitleLeft, .boxTitleRight {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #FFFFFF;
	background-color: #031074;
	background-image: url(/style/boxTitleBg.gif);
	height: 15px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding-left: 5px;
}
.boxContentLeft, .boxContentRight {
	border: 1px solid #000000;
	background-color: #EBEDFE;
	padding-left: 5px;
	margin-bottom: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
}
.colLeft {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
/*.colMid {
	position: relative;
	width: 403px;
	float: left;
}*/
.colRight {
	position: relative;
	width: 160px; 
	padding-left: 5px;
	right: 0px;
	float: right;
}
.boxContent {
	padding: 0px 10px;
	color: #333;
	margin-bottom: 5px;
}
.boxContent a {
	color: #D96100;
}
.boxContent a:hover {
	color: #000;
	text-decoration:underline;
}
.boxContent li{
	padding-left:8px;
}
.boxContent .banner2 h3 {color:#d96100;}
/* CHECKOUT PAGES */
.colLeftCheckout {
	position: relative;
	left: 0px;
	width: 160px; 
	padding-left: 15px;
	padding-right: 5px;
	float: left;
}
.colMainCheckout {
	position: relative;
	width: 568px;
	float: left;
}
/* END CHECK OUT PAGES */
.siteDocs {
	text-align:center;
	margin-top: 10px;
}
.pagination {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
#subCats {
	background-color: #EBEDFE;
	text-align: center;
	border: 1px solid #C9CEFC;
	margin: 0px;
	padding: 3px;
	float: left;
	width: 387px;
}
.subCat {	
	text-align: center;
	padding: 8px;
	float: left;
	width: 110px;
}
#regSep{
	padding: 10px 0px 10px 0px;
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

/* Login */
#login {
	padding:15px 10px;
	position:relative;
}
.loginBox {
	border:1px solid #d8d8d8;
	padding:10px;
	width:260px;
	height:225px;
	margin-top:10px;
}
#loginReturn {
	float:left;
	width:280px;
	color:#666;
}
#loginNew {
	float:left;
	width:280px;
	color:#666;
	padding-right:10px;
}
#login a {
	color:#a30100;
	text-decoration:none;
}
#login a:hover {
	text-decoration:underline;
}
/* //login */

.testamonial {  
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 70%;
    font-weight: normal;
    text-align: left;
    padding-left: 0px;
    padding-right: 3px;
}
.testamonialname {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 80%;
    color: #ff0000;
    text-align: right;
    font-style: italic;
    padding-left: 0px;
    padding-right: 3px;
}

#accpic {
	float:left;
}

#accpic img{
	border:1px solid #000;
	margin-top:10px;
}