@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#FFF;
}


#mainholder {
	position:relative;
	width:960px;
	background-color:#000;
	border-left:#FFF 2px solid;
	border-right:#FFF 2px solid;
	border-bottom:#FFF 2px solid;
}

#contentholder {
	position:relative;
	width:900px;
	left:30px;
}

#headerholder {
	position:relative;
	width:960px;
	height:120px;
	top:0px;
	left:0px;
	background-image:url(images/header-bg.png);
	background-position:top;
	background-repeat:no-repeat;
}

#logo {
	position:absolute;
	width:439px;
	height:100px;
	top:10px;
	left:2px
}

#menuholder {
	position:absolute;
	width:600px;
	height:27px;
	top:55px;
	left:360px;
	border-top:#FFF 2px solid;
	border-bottom:#FFF 2px solid;
}

#innermenuholder {
	position:absolute;
	left:460px;
	top:57px;
}

#footerholder {
	position:relative;
	width:960px;
	height:80px;
	top:0px;
	left:0px;
}

#footersymbol {
	position:absolute;
	width:145px;
	height:80px;
	top:0px;
	left:809px;
	z-index:5;
}

#footer {
	position:absolute;
	width:860px;
	z-index:4;
	border-bottom:#FFF 1px solid;
	border-top:#FFF 1px solid;
	left:0px;
	top:30px;
}
#footertext {
	width:820px;
	z-index:4;
	font-size:12px;
}

.comparisonheader {
	font-size:18px;
	text-align:center;
}
.comparisonside {
	font-size:15px;
	text-align:left;
	cursor:help;
}
.comparisonniner {
	font-size:16px;
	text-align:center;
	font-weight:bold;
}
.terms {
	font-size:14px;
}
.verysmall {
	font-size:10px;
}
#contactbar {
	position:relative;
	width:700px;
	font:Arial, Helvetica, sans-serif 14px;
	left:50px;
}
.smallinput {
	position:absolute;
	width:290px;
	height:20px;
	top:0px;
	left:80px;
	font:Arial, Helvetica, sans-serif 12px;
	background-color:#FFF;
	border:1px solid #000;
	color:#CCC;
}
.biginput {
	position:absolute;
	width:650px;
	height:150px;
	top:0px;
	left:80px;
	font:Arial, Helvetica, sans-serif 12px;
	background-color:#FFF;
	border:1px solid #000;
	color:#CCC;
}
.dropdown {
	position:absolute;
	width:250px;
	height:20px;
	top:-3px;
	left:140px;
	font:Arial, Helvetica, sans-serif 12px;
	background-color:#FFF;
	border:1px solid #000;
	color:#000;
}
.submitbutton {
	position:absolute;
	width:114px;
	height:22px;
	left:615px;
	top:0px;
	background-image:url(images/send-bg.png);
	background-position:center;
	font:Arial, Helvetica, sans-serif 12px;
	color:#FFF;
	border:0px #000 solid;
}
.generaltext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#contactholder {
	position:relative;
	left:50px;
}
#toptext {
	position:absolute;
	width:460px;
	height:76px;
	top:95px;
	left:475px;
	z-index:20;
	background-color:#000;
	border:#FFF 1px solid;
}
#indextextholder {
	position:relative;
	width:522px;
	height:auto;
	top:10px;
	left:0px;
	overflow:auto;
}
.redtext {
	color:#F00;
}
#indexflashbox {
	position:absolute;
	width:384px;
	height:224px;
	top:137px;
	left:550px;
	border:#F00 1px dashed;
}
#indexflashbox2 {
	position:absolute;
	width:404px;
	height:547px;
	top:400px;
	left:542px;
	border:#FFF 1px solid;
}