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

html {
	background:url(images/htmlBackground.jpg) top center repeat-x;
	background-color:#275faa;
	background-attachment:fixed;
	}

a {
	text-decoration: underline;
	color: #304BAA;
	cursor:pointer;
	font-weight:bold;
	}

a:hover {
	text-decoration: none;
	color: #3399FF;
	cursor:pointer;
	}

.spacer {
	clear:both;
	height:0px;
	font-size:0pt;
	line-height:0pt;
	width:10px;
	border:0px;
	margin:0px;
	padding:0px;
	}

body {
	width:960px;
	margin:auto;
	padding:0;
	position:relative;
	min-height:100%;
	}

#headerImage {
	margin-top:30px;
	width:960px;
	height:300px;
	background:url(images/headerImage.gif) 0 0 no-repeat;
	padding-top:12px;
	}

#menuBar {
	width:960px;
	height:36px;
	background:url(images/menuBar.jpg) 0 0 no-repeat;
	text-align:center;
	}

#menuBar img {
	padding-top:2px;
	padding-left:10px;
	padding-right:10px;
	}

#pageBackground {
	padding-top:20px;
	width:960px;
	background:#FFFFFF;
	}

#columnLeft {
	float:left;
	margin-left:20px;
	_margin-left:8px;
	width:220px;
	background:url(images/boxBottom.jpg) left bottom no-repeat;
	background-color:#d4dfee;
	}

.columnTop {
	width:220px;
	height:23px;
	background:url(images/boxTop.jpg) 0 0 no-repeat;
	background-color:#D4DFEE;
	padding-top:8px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000033;
	border-bottom:2px solid #ffffff;
	}

.columnContent {
	background:url(images/boxBottom.jpg) left bottom no-repeat;
	background-color:#D4DFEE;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#275faa;
	}

.columnContent ul {
	padding-left:10px;
	text-align:justify;
	}

.columnContent #benefitUL li{
	padding-bottom:10px;
	}

.columnContent h1 {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#000033;
	text-align:center;
	padding-top:20px;
	padding-bottom:10px;
	margin:0px;
	}

.columnContent h2 {
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#000033;
	text-align:left;
	margin:0px;
	}

.columnContent input {
	width:178px;
	}

.columnContent ul, li{
	margin-left:5px;
	padding:0px;
	}

.columnContent p {
	text-align:justify;
	padding:0px;
	margin:0px;
	font-family:Tahoma, Verdana, Arial;
	font-size:11px;
	color:#275faa;
	}

#contentBox {
	float:left;
	margin-left:20px;
	margin-right:20px;
	width:440px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	color:#275faa;
	}

#contentBox h1 {
	line-height:33px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000033;
	padding:0px;
	margin:0px;
	}

#contentBox h1.main{
	width:420px;
	min-height:33px;
	background:url(images/contentH1.jpg) 0 0 no-repeat;
	background-color:#D4DFEE;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	}

#contentBox h1.alert{
	width:420px;
	min-height:33px;
	background:url(images/contentH1.jpg) 0 0 no-repeat;
	background-color:#D4DFEE;
	line-height:normal;
	padding:10px;
	text-align:justify;
	}

#contentBox p {
	text-indent:20px;
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
	}

#columnRight {
	float:left;
	margin-right:20px;
	_margin-right:10px;
	width:220px;
	background:url(images/boxBottom.jpg) left bottom no-repeat;
	background-color:#d4dfee;
	}

#footerImage {
	width:960px;
	height:100px;
	background:url(images/footerImage.jpg) 0 0 no-repeat;
	padding-top:38px;
	}

#bottomMenu {
	width:960px;
	height:20px;
	line-height:20px;
	text-align:center;
	font-family:Tahoma, Verdana, Arial;
	font-size:10px;
	color:#000033;
	}

#bottomMenu a{
	padding-left:10px;
	padding-right:10px;
	color:#000033;
	}

#bottomMenu a:hover{
	color:#275faa;
	}

#copyright {
	padding-top:10px;
	font-family:Tahoma, Verdana, Arial;
	font-size:10px;
	color:#275faa;
	text-align:center;
	}

#copyright a{
	color:#000033;
	}

#copyright a:hover{
	color:#275faa;
	}

.redText {
	color:#FF0000;
	font-weight:bold
	}

.breakLine {
	clear:both;
	margin-bottom:20px;
	}

.testimonials {
	font-size:11px;
	font-style:italic;
	color:#000033;
	text-align:right;
	clear:both;
	padding-top:0px;
	display:block;
	border-bottom:1px solid #000033;
	margin-bottom:20px;
	}

p.readMore {
	text-align:right;
	}
	
/* Error messages */
.error-text { 
	color: #FF0000;
	font-weight:bold;
}
.required { 
	color: #FF0000;
	padding-right: 2px;
}
/* Labels in the left column */
.label-text {
	text-align: left;
}
/* Text in the right column */
.form-text {
	color: #275FAA;
}
/* Text in colspan column */
.colspan-text {
	text-align:left;
	font-weight:bold;
}
/* Style of the form elements */
.form-inputs {
	border: 1px solid #5794BF;
}
/* Style of the form elements when validation fails*/
.form-error {
	background-color: #FFFF00;
	border: 1px solid #FF0000;
}

#homeTestimonials {
	border-top:3px double #123970;
	padding:10px;
	background:url(images/boxBottom.jpg) left bottom repeat-x;
	background-color:#D4DFEE;
	color:#FF0000;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	}
.getdvd{
color:#275FAA;
font-family:thoma;
font-size:22px;

font-weight:bold;
}
.getdvd_price{
color:#D3001E;
}