@charset "UTF-8";
/* CSS Document */

/* GLOBAL VARIABLES */
body {
	padding:0;
	margin:0;
	background-color:#dc2028;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
}
h1 {
	font-size:100%;
}
.clear {
	clear:both;
	line-height:1px;
	font-size:1px;
}
/* MAIN FRAME */

#wrapper {
	margin:0 auto;
	text-align:center;
}
#container {
	margin: 0 auto;
	width:684px;
	text-align:center;
	padding-bottom:5px;
}
#content {
	width:100%;
	margin:0;
	padding:0;
}
#header {
	background-color:#fff;
}
#customerLogin {
	float:right;
	padding-right:30px;
	font-size:70%;
	color:#666;
}
#customerLogin a {
	color:#666;
	text-decoration:none;
}
#customerLogin a:hover {
	text-decoration:underline;
	color:#dc2028;
}
#topNav {
	background-image:url(../images/topnav_fill.gif);
	background-repeat:repeat-x;
	width:635px;
	height:28px;
	text-align:center;
	margin:0 auto;
}
#topNav ul {
	padding-top:3px;
	margin:0 0 0 0;
}
#topNav li {
	display:inline;
	margin:0;
}
#topNav li a {
	font-size:70%;
	color:#fff;
	text-decoration:none;
	font-weight:normal;
	border-right:1px solid #fff;
	padding:0 5px 0 0;
	margin:0 0 0 0;
}
#topNav li a.last {
	border-right:0;
}
#topNav li a:hover, #topNav li a.selected {
	color:#000;
}
#topNavLeft {
	float:left;
}
#topNavRight {
	float:right;
}
.subNav {
	width:172px;
	margin:10px 0 7px 0;
	text-align:left;
}
.subNav p {
	color:#fff;
	font-weight:bold;
	font-size:70%;
	margin:0;
	padding:3px 0 0 12px;
}
.subNav ul {
	list-style-type:none;
	width:150px;
	padding:0;
	margin:10px 0 10px 5px;
}
.subNav li {
	list-style-type:none;
	padding:2px 0 2px 0;
	margin:0;
	border-bottom:1px solid #efefef;
}
.subNav li a {
	font-size:70%;
	color:#999;
	font-weight:bold;
	text-decoration:none;
	margin:0 0 0 7px;
	padding:0;
}
.subNav li a:hover, .subNav li a.selected {
	color:#dc2028;
}
.subNav p.heading {
	font-size:70%;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	margin:0;
	padding:3px 0 3px 12px;
	background-color:#dc2028;
}
#guideNav {
	text-align:left;
}
#guideNav ul {
	margin: 10px 0 0 0;
	padding: 0;
}
#guideNav li {
	margin: 0;
	padding: 0 0 0 5px;
	list-style: none;
	font-size: 70%;
}
#guideNav li a {
	text-decoration:none;
	color:#dc2028;
}
#guideNav li a:hover {
	text-decoration:underline;
}
#copySpace {
	width:636px;
	margin:0 auto;
	text-align:left;
	padding-bottom:10px;
}
#prodOptions {
	width:464px;
	float:left;
	margin-bottom:7px;
}
#bodyContent {
	width:460px;
	padding-left:2px;
	padding-top:10px;
	margin-bottom:10px;
	float:left;
}

.productSeparator{
	border:solid 1px #CCC;
	padding:10px;
	width:400px;

}

#bodyContent .divline{
	width:400px; 
	margin-top:3px;
	float:left;
}
#bodyContent h1 {
	color:#dc2028;
	font-size:100%;
	margin:0;
	padding-right:20px;
}
#bodyContent h2{
	color:#dc2028;
	font-size:90%;
	margin:0;
	padding-right:20px;
}
#bodyContent .customHeader {
	color:red;
	font-size:90%;
	color:#dc2028;
	padding-right:20px;
}
#bodyContent h3 {
	font-size:70%;
	font-weight:bold;
	color:#999;
	padding:5px 20px 0 0;
	margin:0;
}
#bodyContent p {
	font-size:70%;
	color:#666;
	padding-right:20px;
}
#bodyContent ul {
	padding:5px 0 5px 20px;
	margin:0;
	font-size:70%;
}
#bodyContent li {
	padding:0 0 3px 0;
	color:#666;
}
#bodyContent ul li ul li {
	font-size:150%;
}
#bodyContent a {
	color:#dc2028;
	text-decoration:none;
}
#bodyContent a:hover {
	text-decoration:underline;
}
fieldset {
	margin-right : 10px;
	margin-bottom:15px;
	border : 1px solid #ccc;
	padding:10px;
	color:#666;
	font-size:11px;
}

legend {
	font-weight : bold;
	color : red;
	margin : 0;
}

#bodyContent label {
	display : block;
	font-weight:bold;
	padding:10px 0 2px 0;
}


#mainImage {
	width:634px;
	text-align:left;
	margin:0 auto;
}
#bannerBlock {
	width:631px;
	height:120px;
	margin:0 auto;
}
#bannerBlock h1 {
	font-size:130%;
	color:#dc2028;
	font-weight:normal;
	padding:40px 0 0 15px;
	margin:0;
	line-height:110%;
	text-align:left;
}
.products, .forms{
	background-image:url(../images/banner_products.jpg);
	background-repeat:no-repeat;
}
.faqs{
	background-image:url(../images/banner_FAQs.jpg);
	background-repeat:no-repeat;
}
.waystopay{
	background-image:url(../images/banner_waystopay.jpg);
	background-repeat:no-repeat;
}

.registration, .buynow{
	background-image:url(../images/banner_registration.jpg);
	background-repeat:no-repeat;
}
.contactus{
	background-image:url(../images/banner_contact.jpg);
	background-repeat:no-repeat;
}
.aboutus{
	background-image:url(../images/banner_about.jpg);
	background-repeat:no-repeat;
}
.account{
	background-image:url(../images/banner_login.jpg);
	background-repeat:no-repeat;
}
.sitemap{
	background-image:url(../images/banner_sitemap.jpg);
	background-repeat:no-repeat;
}
#sidePanel {
	width:172px;
	float:right;
	margin-bottom:10px;
}

#newUser{
	padding-bottom:5px;
}

#newUserText p{
	text-align:left;
	font-size:11px;
	color:#666;
}
.subpage {
	margin-top:5px;
	text-align:right;
}
.secureSubpage {
	text-align:right;
	font-size:70%;
}
#accountStatus, #personalOptions, #saveOptions {
	background-color:#fff;
	padding:20px;
}
#loginPanel {
	height:181px;
	background-image:url(../images/login_bg.gif);
	background-position:right;
	background-repeat:no-repeat;
	font-size:70%;
	text-align:left;
	margin-top:3px;
}
#loginForm {
	margin:0px;
	padding:0px 5px 5px 12px;
}
#loginForm .btn {
	margin-top:5px;
}
#loginForm p{
	margin:0;
	padding-top:5px;
}
.loginTitle{
	color:#F00;
	font-weight:bold;
}
#loginForm label {
	display : block;
	font-weight:bold;
	padding:5px 0 2px 0;
}
#socialBookmarking {
	text-align:center;
}
#bottomNav {
	width:635px;
	height:25px;
	text-align:center;
	border-top: 1px solid #dc2028;
	clear:both;
	margin:0 auto;
	font-size:70%;
	color:#666;
}
#bottomNav ul {
	display:inline;
	padding:0 0 0 0;
	margin:0 0 0 10px;
}
#bottomNav li {
	display:inline;
	padding:0;
	margin:0;
}
#bottomNav li a {
	color:#666;
	text-decoration:none;
	font-weight:normal;
	border-right:1px solid #999;
	padding:0 5px 0 0;
	margin:0 0 0 0;
}
#bottomNav li a.last {
	border-right:0;
}
#bottomNav li a:hover, #bottomNav li a.selected {
	color:#dc2028;
}
#bottomNavLeft {
	float:left;
	padding-top:5px;
	padding-bottom:0px;
}
#bottomNavRight {
	float:right;
	padding-top:5px;
	padding-bottom:0px;
}
#bottomNavRight a {
	color:#666;
	text-decoration:none;
}
#bottomNavRight a:hover {
	color:#dc2028;
	text-decoration:underline;
}
#footer {
	width:684px;
	clear:both;
	margin:0 auto;
	font-size:70%;
	color:#0655a0;
	background-color:#f9d7d8;
}
#footerRight a {
	text-decoration:none;
	color:#0655a0;
}
#footerRight a:hover {
	text-decoration:underline;
}
#seFooter {
	clear:both;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:30px;
	color:#666;
	line-height:1.4em;
}
#seFooter p {
	margin:0;
	padding:0;
}
.footerlist {
	float:left;
	width:157px;
	text-align:left;
}
.footerlist h5 {
	padding-left:10px;
	font-size:120%;
	margin:0;
}
.footerlist ul {
	list-style-type:none;
	margin:0;
	padding-left:10px;
}
.footerlist a {
	color:#666;
	text-decoration:none;
}
.footerlist a:hover {
	text-decoration:underline;
}
/* TABLE STYLINGS */
table {
	width:100%;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	border-collapse:collapse;
	font-size:70%;
}
tr.odd td {
	background:#f7fbff
}
tr.odd .column1 {
	background:#f4f9fe;
}
.column1 {
	background:#f9fcfe;
}
.price {
	text-align:center;
}
td {
	color:#678197;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em;
	text-align:left;
}
th {
	font-weight:bold;
	color: red;
	text-align:left;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
}
thead th {
	background:#f4f9fe;
	color:#66a3d3
}

/* ACCORDIONS */

#vertical_container{
	padding-bottom:10px;	
}

.accordianBodyHeadline{
	color:#FFF;	
	font-size:12px;
}
		
.accordion_toggle {
	background-color:#DC2028;
	display: block;
	width: 425px;
	padding: 5px 10px 5px 10px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	font-size: 70%;
	border: 1px solid #bdbcbd;
	cursor: pointer;
	margin: 0 0 2px 0;
}
.accordion_toggle_active {
	color: #ffffff;
	border: 1px solid #dc2028;
	background-color:#dc2028;
	background-image:none;
}
.accordion_content {
	width:435px;
	background-color: #ffffff;
	border: 1px solid #dc2028;
	color: #444444;
	overflow: hidden;
	padding:10px;
	margin: 0 0 2px 0;
}
.accordion_content h2 {
	margin: 5px 0 0 10px;
	color: #00385d;
}
.accordion_content p {
	padding: 5px 10px 5px 10px;
	font-size:70%;
}