@charset "utf-8";



a:link {
	color: #C32026;
	text-decoration: underline;
}
a:visited { color: #C32026; }
a:hover { color: #F63; }
a:active { color: #C32026; }


#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	background: #FFF;
	
	-moz-box-shadow: 0px 0px 6px #666;
	-webkit-box-shadow: 0px 0px 6px #666;
	
	
}
#header {
	background: #333 url(../Images/headerback.jpg) no-repeat;
	height: 100px;
	position: relative;
	width: 960px;
	
}

#footer {
	background: url(../Images/footer_grad.png) repeat-y;
	width: 960px;
	overflow: hidden;
	float: left;
}
#footerTop {
	background: #C32026;
	height: 25px;
	width: 960px;	
	float: left;
	clear: both;
	
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}


#mainHeader {
	background: url(../Images/header_logo_315x60.png) no-repeat;
	height: 60px;
	width: 315px;
	text-indent: -999em;
	position: absolute;
	top: 28px;
	left: 47px;
}

#subHeader {
	background: url(../Images/subheading_420x35.png) no-repeat;
	height: 35px;
	width: 420px;
	text-indent: -999em;
	position: absolute;
	left: 498px;
	top: 53px;
}
#homeButton {
	height: 60px;
	width: 315px;
	position: absolute;
	top: 28px;
	left: 47px;
	text-indent: -999em;
}




h3 {
	text-align: center;
	font-size: 1.6em;
	color: #C32026;
	display: block;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	font-weight: bold;
	border-bottom: 2px dotted #E0E0E0;
	
}
h4 {
	font-size: 1.6em;
	color: #C32026;
	font-weight: bold;
	padding-bottom: 10px;
	padding-left: 10px;
}



#navigation {
	background: #C32026;
	height: 30px;
	margin-bottom: 40px;	
	width: 960px;
	
	-moz-box-shadow: 0px 2px 4px #666;
	-webkit-box-shadow: 0px 2px 4px #666;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;	
}




#navigation ul {
	text-align: center;
	display: block;
	width: 630px;
	height: 30px;
	margin-left: 190px;


}
#navigation li {
	border-left: 2px solid #F63;
	padding-right: 8px;
	padding-left: 8px;
	float: left;
	height: 18px;
	top: 6px;
	position: relative;
}

#navigation li.first {
	
	border-left: none;
	padding-left: 0px;
	
	}
#navigation a {
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
	height: 30px;
	text-align: center;
	color: #F63;

}
#navigation a:hover {
	color: #FFF;
}

#navigation #currentpage a {
	color: #FFF;
	}


#hometopContainer, #servicestopContainer, #abouttopContainer, #factsheettopContainer, #newstopContainer {
	margin-bottom: 40px;
	margin-left: 50px;
	position: relative;
	width: 856px;
	border: 2px solid #E0E0E0;
	background-repeat: no-repeat;
}

#hometopContainer
{
	height: 216px;
}

#servicestopContainer, #abouttopContainer, #factsheettopContainer, #newstopContainer
{
	height: 106px;
}



#hometopContainer {
	background: url(../Images/top_home.jpg);
}

#servicestopContainer {
	background: url(../Images/top_services.jpg);
}

#abouttopContainer {
	background: url(../Images/top_about.jpg);
}

#factsheettopContainer {
	background: url(../Images/top_factsheet.jpg);
}

#newstopContainer {
	background: url(../Images/top_news.jpg);
}




#box1  {
	margin-left: 50px;
	}

#box3, #box2 {
	margin-left: 40px;
	}

#box1, #box2, #box3 {
	float: left;
	height: 230px;
	width: 256px;
	border: 2px solid #E0E0E0;
	margin-bottom: 40px;
	background-color: #F8F8F8;
}

.boxText {
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 10px;
	font-size: 1.2em;
	line-height: 1.4em;	
}



#box2column {
	width: 556px;
	float: left;
	margin-bottom: 50px;
	margin-left: 50px;
	border: 2px solid #E0E0E0;
	overflow: hidden;
	background-color: #F8F8F8;
}
#box2column p {
	font-size: 1.2em;
	text-align: left;
	line-height: 1.4em;
	color: #000;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

.question {
	display: block;
	border-bottom: 1px dotted #EC3926;
	color: #F54528;
	font-weight: bold;
	padding-bottom: 5px;
}


.boxList li, .twocolumnboxList li {
	font-size: 1.2em;
	line-height: 1.4em;
	background: url(../Images/bullet.png) no-repeat 10px 1px;
	padding-left: 24px;
}

.boxList {
	padding-bottom: 10px;
}

.twocolumnboxList {
	padding-bottom: 20px;
}



.redHilite {
	color: #C32026;
}

.hidethistext {
	text-indent: -9999px;
}


.newsHeaders {
	color: #000;
	font-weight: bold;
}





.footerLinks1, .footerLinks2, .footerLinks3 {
	width: 260px;
	float: left;
	margin-bottom: 40px;
	margin-top: 20px;
	display: block;
}


.footerLinks1 {
	margin-left: 50px;
	}

.footerLinks2, .footerLinks3 {
	margin-left: 40px;
}




.footerLinks3 p, .footerLinks1 li a, .footerLinks2 li a, .footerLinks3 li a {
	font-size: 1.1em;
	color: #666;
	line-height: 1.4em;
	text-decoration: none;
}


.footerLinks1 li a:hover, .footerLinks2 li a:hover, .footerLinks3 li a:hover {
	color: #333;
}

#footerLeft {
	width: 610px;
	float: left;
}

.okhybrid {
	color: #666;
	display: block;
	float: left;
	width: 560px;
	margin-bottom: 40px;
	line-height: 1.4em;
	font-size: 1.1em;
	margin-left: 50px;
}

.okhybrid a {
	color:#C32026;
}


#purchaseButton
{
	display: block;
	width: 100px;
	height: 32px;
	background: url(../Images/purchase_96x32.png) no-repeat 0 0;

}
#buyButton {
	display: block;
	width: 100px;
	height: 32px;
	background: url(../Images/buynow_96x32.png) no-repeat 0 0;
}



#box3 #purchaseButton, #box3 #buyButton
 {
	margin-right: auto;
	margin-left: auto;
}
#box2column #paypal_icons {
	width: 532px;
	float: left;
	display: block;
	margin-bottom: 20px;
	border: 2px solid #E0E0E0;
	height: 70px;
	padding-top: 10px;
	background: #FFF;
	text-align: center;
	margin-left: 10px;
}
#box3 #paypal_buynowbutton {
	text-align: center;
}










#eFraudGuideButton
{
	display: block;
	width: 138px;
	height: 32px;
	background: url(../Images/efraudguide_132x32.png) no-repeat 0 0;
}


#hometopContainer #eFraudGuideButton {
	position: absolute;
	left: 713px;
	top: 176px;
}




#homeButton
{
	display: block;
	width: 315px;
	height: 60px;
	position: absolute;
}

#purchaseButton:hover, #buyButton:hover, #eFraudGuideButton:hover
{

}

#purchaseButton span, #buyButton span, #eFraudGuideButton span, #homeButton span
{
  display: none;
}

#box1, #box2, #box3, #newsBox, #topContainer, #hometopContainer, #abouttopContainer, #factsheettopContainer, #servicestopContainer, #box2column, #newstopContainer, #paypal_icons {
	
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

