body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #eece9f;
	background-image:url(../images/bg02.gif);
	background-repeat: repeat;
	background-position: top;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000;
}

#container {
	width: 960px;  
	background: #fff;
	margin: 0 auto; 
	border: 0px solid #000;
	text-align: left; 
}

#mainContent {
	/*padding: 0 20px;*/ 
}

#info {
	padding: 15px;
	border-top: 2px solid #377893;
	border-bottom: 4px solid #377893;
	}

#video {
	position:relative;
	top:12px;
	left:400px;
	width:275px;
	height:209px;
	z-index:99;
}

/*  order now buttons div */

#mydiv {
	position: absolute;
	margin: 0px 0 0 0px;
	color: #000;
	z-index: 10;
	overflow:hidden;
	}

.title {
	color: #ff0000;
	font-size: 28px;
	font-weight:bold;
	padding: 5px;
	display:block;
	text-align:left;
	font-style:italic;
	}
	
.subtitle {
	color: #666;
	font-size: 18px;
	font-weight:normal;
	display:inline;
	}
	
td {
	color:#000;
	padding: 1px;
	text-align:left;
	}				
th {
	color: #000;
	text-align:left;
	padding: 2px;
	}
	
.bullet {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ff0000;
	}
	
.testimonials-link a{
	color: #ff0000;
	font-size: 13px;
	font-weight:bold;
	text-decoration:underline;
	cursor:pointer;
}	

