/****************** TEXT STYLES ***************************************************************/
.newsHeader{
	font-weight:bold;
	/*color:#FFFF00;*/
	color:#ffcc33;
}
.newsText{
	color:#FFFFFF;
	font-weight:bold;
}
.loginText{
	width:230px;
	position:relative;
	top:10px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
}
.loginBox{
	position:relative;
	top:10px;
	left:10px;
	color:#FFFFFF;
}
.loginButton{
	position:relative;
	top:20px;
	left:153px;
	color:#FFFFFF;
}
.login{
	width:126px;
	position:relative;
	top:0px;
	margin:10px 0px 0px 0px;
}
.footerText{
	text-align:center;
	font-size:10px;
	color:#999999;
}
.sealHeader{
	width:230px;
	position:relative;
	top:5px;
	text-align:center;
	font-weight:bold;
	color:#FF0000;
}
.sealList{
	width:230px;
	position:relative;
	top:9px;
	left:20px;
	color:#FFFFFF;
	list-style:disc;
	list-style-position:inside;
	font-weight:bold;
}
.sealLink{
	widows:230px;
	position:relative;
	top:12px;
	text-align:center;
}
.productPitch{
	font-size:12px;
	font-weight:bold;
	position:relative;
	top:40px;
	left:5px;
	margin:0px 10px 0px 0px
}
.productBullets{
	font-size:12px;
	font-weight:normal;
	list-style:disc;
	list-style-position:inside;
	line-height:15px;
	position:relative;
	top:60px;
	left:5px;
}
.lightBlueProduct{
	font-size:12px;
	font-weight:bold;
	color:#0066b3;
	letter-spacing:1px;
	position:relative;
	top:80px;
	left:5px;
	margin:0px 5px 0px 0px;
}
.quote{
	font-size:12px;
	font-style:italic;
	color:#000000;
	position:relative;
	top:0px;
	left:5px;
	margin:0px 10px 0px 0px;
}
.price1{
	font-size:30px;
	letter-spacing:-2px;
	font-weight:bold;
	position:relative;
	top:100px;
	left:5px;
}
.price2{
	font-size:30px;
	letter-spacing:-2px;
	font-weight:bold;
	position:relative;
	top:85px;
	left:5px;
}
.time1{
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
	position:relative;
	top:95px;
	left:5px;	
}
.time2{
	font-size:14px;
	font-weight:bold;
	letter-spacing:-1px;
	position:relative;
	top:80px;
	left:5px;	
}
.learnMore1{
	position:relative;
	top:95px;
	left:5px;
}
.learnMore2{
	position:relative;
	top:80px;
	left:5px;
}
.orderNow1{
	position:relative;
	top:40px;
	left:111px;
}
.orderNow2{
	position:relative;
	top:25px;
	left:111px;
}
.buyNow1{
	position:relative;
	top:95px;
	left:5px;
}
.buyNow2{
	position:relative;
	top:80px;
	left:5px;
}
.lostPass{
	position:relative;
	top:2px;
	left:7px;
}
/****************** LINK STYLES ***************************************************************/
a.learn:link{font-size:10px; color:#0066b3; text-decoration:underline;}
a.learn:visited{font-size:10px; color:#0066b3; text-decoration:underline;}
a.learn:hover{font-size:10px; color:#ffcc33; text-decoration:none;}
a.pass:link{font-size:12px; color:#ffffff; font-weight:bold; text-decoration:underline;}
a.pass:visited{font-size:12px; color:#ffffff; font-weight:bold; text-decoration:underline;}
a.pass:hover{font-size:12px; color:#ffcc33; font-weight:bold; text-decoration:none;}
/****************** CONTAINER STYLES **********************************************************/
#container{
	width:772px;
	position:absolute;
	left:50%;
	margin-left:-386px;
}
#container2{
	background-color:#000000;
	width:772px;
	position:absolute;
	left:50%;
	margin-left:-386px;
	padding-top:1000px;
}
#header{
	width:772px;
	height:113px;
	position:relative;
	top:0px;
	left:0px;
	border-top:1px solid #001f41;
	border-left:1px solid #001f41;
	border-right:1px solid #001f41;
}
#content{
	width:772px;
	position:relative;
	top:0px;
	left:0px;
	border-left:1px solid #001f41;
	border-right:1px solid #001f41;
	border-bottom:1px solid #001f41;
}
#footer{
	width:772px;
	position:relative;
	top:0px;
	left:0px;
	
}
/****************** BOXES STYLES **************************************************************/
#headerTop{
	width:772px;
	height:84px;
	position:relative;
	top:0px;
	left:0px;
}
#headerNav{
	width:772px;
	height:29px;
	position:relative;
	top:0px;
	left:0px;
}
#topContent{
	width:772px;
	height:256px;
	position:relative;
	top:0px;
	left:0px;
}
#topLeftFloat{
	width:531px;
	position:relative;
	float:left;
	top:0px;
	left:0px;
}
#newsBar{
	width:531px;
	height:25px;
	background-image:url(images/newsFill.gif);
	background-repeat:repeat-x;
	position:relative;
	top:0px;
	left:0px;
}
#newsBarLeft{
	width:4px;
	height:25px;
	background-image:url(images/newsBarLeft.gif);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
}
#news{
	position:relative;
	top:5px;
	left:5px;
}
#newsBarRight{
	width:4px;
	height:25px;
	background-image:url(images/newsBarRight.gif);
	background-repeat:no-repeat;
	background-position:right;
	float:right;
}
#topRightFloat{
	width:241px;
	position:relative;
	float:right;
	top:0px;
	right:0px;
}
#loginBox{
	width:241px;
	height:137px;
	background-image:url(images/loginBoxFill.gif);
	background-repeat:repeat-x;
	position:relative;
	top:0px;
	left:0px;
}
#loginLeft{
	width:10px;
	height:137px;
	background-image:url(images/loginBoxLeftSide.gif);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
}
#loginRight{
	width:231px;
	height:137px;
	float:right;
}
#sealBox{
	width:241px;
	height:119px;
	/*background-image:url(images/chamberSealBoxFill.gif);*/
	background-image:url(images/chamberSealBack.gif);
	background-repeat:repeat-x;
	position:relative;
	top:0px;
	left:0px;
}
#sealLeft{
	width:10px;
	height:119px;
	background-image:url(images/sealBoxLeftSide.gif);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
}
#sealRight{
	width:231px;
	height:119px;
	float:right;
}
#productBoxes{
	width:772px;
	height:333px;
	position:relative;
	top:0px;
	left:0px;
	background-image:url(images/productBoxesFill.gif);
	background-repeat:repeat-x;
}
#productBoxesLeft{
	width:7px;
	height:333px;
	background-image:url(images/productBoxesLeft.gif);
	background-repeat:no-repeat;
	background-position:left;
	float:left;
}
#productBoxesRight{
	width:7px;
	height:333px;
	background-image:url(images/productBoxesRight.gif);
	background-repeat:no-repeat;
	background-position:right;
	float:right;
}
#bottomShadow{
	width:772px;
	height:9px;
	background-image:url(images/bottomShadow.gif);
	background-repeat:no-repeat;
}
#basicBox{
	width:182px;
	height:314px;
	background-image:url(images/basicBack.gif);
	background-repeat:no-repeat;
	position:relative;
	float:left;
	top:9px;
	left:3px;
}
#businessBox{
	width:182px;
	height:314px;
	background-image:url(images/businessBack.gif);
	background-repeat:no-repeat;
	position:relative;
	float:left;
	top:9px;
	left:12px;
}
#webstoreBox{
	width:182px;
	height:314px;
	background-image:url(images/webstoreBack.gif);
	background-repeat:no-repeat;
	position:relative;
	float:left;
	top:9px;
	left:20px;
}
#biabBox{
	width:182px;
	height:314px;
	background-image:url(images/customBack.gif);
	/*background-image:url(images/businessinaboxBack.gif);*/
	background-repeat:no-repeat;
	position:relative;
	float:right;
	top:9px;
	right:3px;
}
/****************** OTHER STYLES **************************************************************/
body{
	margin:0px;
	/*background-color:#e2eaf2;*/
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
div, table, tr, td, form, ul, li{
	margin:0px;
	padding:0px;
}
img{
	border:none;
}

/**************************** OLD CSS ********************************/
/*
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 5px;
}*/
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #1C3375;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #1C3375;
}
.headerwhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
}
.welcome {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
.explain {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;

}
.whiteheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;

}
.grayedout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #cccccc;

}
.grayedout2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #545454;

}
.grayedout3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #aaaaaa;

}
.grayedout4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #aaaaaa;

}
.explainred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: red;
}
.offering {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.largeoffering {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.fuckinridiculous {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #009900;
}
.hugered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #990000;
}
.mediumred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #990000;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
.terms {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
.directorytitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1C3375;
}
.quotation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1C3375;
}
.announcement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1C3375;
}
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 15px;
}
h1 {
	font-family: Times New Roman;
	font-size: 40px;
	color: #545454;
	font-weight: bold;
	letter-spacing: -1px;
	font-variant: normal;
	line-height: 40px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	letter-spacing: -2px;
	font-variant: bold;
}
h3 {
	font: Times New Roman;
	font-size:16px;
	color: #545454;
	font-weight: bold;
}
.image{
	border: none;
}
.fancy_input {
	border: 1px solid black;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #eee;
	padding: 0px 3px 0px 3px;
	width: 175;
}
.fancy_other {
	border: 1px solid black;
	font-family: sans-serif;
	font-size: 12px;
	background-color: #eee;
	padding: 0px 3px 0px 3px;
}
a:link    {text-decoration:underline;color:#1C3375;background-color:transparent}
a:visited {text-decoration:underline;color:#1C3375;background-color:transparent}
a:hover   {text-decoration:none;color:blue;background-color:transparent}
a:active  {text-decoration:underline;color:#1C3375;background-color:transparent}

a.whitenav:link {color: #ffffff; text-decoration: none; font-weight: bold}
a.whitenav:visited {color: #ffffff; text-decoration: none; font-weight: bold}
a.whitenav:hover {text-decoration: underline}

a.darkgold:link {color: #ffcc33; text-decoration: none; font-weight: bold; text-decoration: underline}
a.darkgold:visited {color: #ffcc33; text-decoration: none; font-weight: bold; text-decoration: underline}
a.darkgold:hover { text-decoration: none;}

a.blk12:link{font-size:12px; font-weight:normal; color:#000000; text-decoration:none;}
a.blk12:visited{font-size:12px; font-weight:normal; color:#000000; text-decoration:none;}
a.blk12:hover{font-size:12px; font-weight:normal; color:#002A5A; text-decoration:underline;}

a.blk14b:link{font-size:14px; font-weight:bold; color:#000000;}
a.blk14b:visited{font-size:14px; font-weight:bold; color:#000000;}
a.blk14b:hover{font-size:14px; font-weight:bold; color:#002A5A;}
