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

/*reset all styles*/
html, body, div, span, h1, h2, h3, h4, h5, h6,
 p, a, em, font, img, sub, sup, tt, var, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/*end reset*/

html {
	min-height: 100.1%;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
	color: #000000;
	font: 12px tahoma, arial, Tahoma;
	letter-spacing: .05em;

}

a {
	text-decoration: underline;
}

a:hover {
	color: #0000cc;
}

p {
	margin: 8px 0px 0px 0px;
}

img {
	border: 0px;
}

/*OFFSET HEADER*/
h1 {
	font: 14px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 10px;
}

/*CENTERED HEADER*/
h2 {
	font: 18px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	letter-spacing: .08em;
}

/*SERVICE TABLE HEADER*/
h3 {
	font: 14px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: .08em;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	border-bottom: 1px solid #bad3d8;
}

/*HEADER DESCRIPTION*/
h4 {
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	width: 480px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;	
}

#wrapper {
	width: 950px;
	height: 100%;
	background-color: #ffffff;
	margin: 5px auto 20px auto;
	display: block;
}


img.ad {
	float: right;
}

#splash {
	width: 950px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}

#nav {
	width: 950px;
	min-height: 31px;
	background-color: #ffffff;
	margin: 0px auto 0px auto;
	border-top: 2px solid #bad3d8;
}

#navlist ul {
	list-style-type: none;
}

#navlist li {
	display: inline;
}

#navlist li a {
	font-size: 14px;
	float: left;
	color: #2d6c83;
	text-decoration: none;
	padding: 0px 7px 0px 7px;
	border-right: 1px solid #bad3d8;
}

#navlist li a.last {
	border: 0px;
}

#navlist li a:hover {
	color: #000000;
	background-color: #bad3d8
}



/*hack to fix table overflow in FF*/
html>body #wrapper {
	overflow: hidden;
}

/*hack to fix wrapper height in IE*/
* html #wrapper {
	height: 400px;
}


#content {
	float: left;
	width: 775px;
	background-color: #ffffff;
	min-height: 475px;
	/*padding: 0px 0px 20px 0px;*/
	display: block;
	padding-top: 30px;
}

#textwide {
	width: 665px;
	text-align: justify;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
}

#textright {
	width: 360px;
	text-align: justify;
	margin-right: 50px;
	margin-top: -12px;
	float: right;
}

#textleft {
	width: 400px;
	text-align: justify;
	margin-left: 53px;
	float: left;
}

#imgleft {
	width: 250px;
	float: left;
	margin-left: 53px;
}

#content table {
	background-color: #FFFFFF;
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-top: 0px;
	border-collapse:collapse;
}

#content table td.option {
	text-align: left;
	width: 50%;
	border-bottom: 1px solid #bad3d8;
	padding: 3px 0px 3px 0px;
}

#content table td.cost {
	text-align: right;
	width: 25%;
	border-bottom: 1px solid #bad3d8;
}

#content table td.time {
	text-align: right;
	width: 25%;
}

#content table td.disclaimer {
	font: 9px Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	width: 25%;
}

#content table td.vidtime {
	font-weight: bold;
	text-align: center;
}

#content table td.vidqty {
	font-weight: bold;
	text-align: center;
}

#content table td.vidprice {
	text-align: center;
}

#content img {
	display: block;
	margin-left: auto;
	margin-right: auto;
/*	border: 2px solid #000000;*/
}


#features {
	float: left;
	width: 175px;
	background-color: #ffffff;
	height: 100%;
	text-align: center;
}

* html #features {
	height: 500px;
}

#features p.month
{
color: #2d6c83;
font-size: 18px;
font-weight: bold;
padding-top: 8px;
}

#features p.offer
{
color: #000000;
font-size: 12px;
font-weight: normal;
}

#features p.pop
{
color: #2d6c83;
font-size: 18px;
font-weight: normal;
margin: 8px 0px;
}

#features p.fine
{
width: 120px;
margin-left: auto;
margin-right: auto;
color: #000000;
font-size: 10px;
font-weight: normal;
}

#features img {
	padding: 10px 0px 10px 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	clear: both;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
	color: #2d6c83;
	background-color: #ffffff;
	text-align: center;
	border-top: 2px solid #bad3d8;
}