body {
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 0.9em;
	background: #4686D0 url(images/bg.jpg) repeat-x;
	margin: 0;
}

*html body {
	background: #4686D0;
}

/*************************
Layout
*************************/

#container {
	width: 720px;
	margin: 0 auto;
	background: url(images/page_bg.png) repeat-y;
}

*html #container {
	background: url(images/page_bg.jpg) repeat-y;
}

/*************************
Header
*************************/

#header {

}

/*************************
Content
*************************/

#content {
	padding: 20px 30px 0 30px;
}

/*************************
Footer
*************************/

#legal {
	line-height: 2em;
}

#legal a {
	text-decoration: none;
	color: #1653B6;
	font-size: 13px;
}

#legal p {
	padding: 0;
	margin: 0;
}

#footer {
	background: url(images/footer.png) no-repeat;
	width: 720px;
	height: 35px;
	margin: 0 auto;
}

*html #footer {
	background: url(images/footer.jpg) no-repeat;
}

#footer p {
	padding: 0;
	margin: 0;
	color: #fff;
	text-align: center;
	padding-top: 3px;
}

/*************************
Common
*************************/
h1 {
	line-height: 1.2em;
	color: #0F3D88;
	font-size: 35px;
	font-weight: normal;
}

h2 {
	line-height: 1.2em;
}

li {
	margin-bottom: 10px;
}

a {
	color: blue;
}

.tahoma {
	font-family: tahoma;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.underline {
	text-decoration: underline;
}

.highlight {
	background: yellow;
}

.red {
	color: #cc0000;
}

.blue {
	color: #0F3D88;
}

.font_10px {
	font-size: 10px;
}

.font_12px {
	font-size: 12px;
}

.font_14px {
	font-size: 14px;
}

.font_16px {
	font-size: 16px;
}

.font_18px {
	font-size: 18px;
}

.font_20px {
	font-size: 20px;
}

.font_22px {
	font-size: 22px;
}

.font_24px {
	font-size: 24px;
}

.font_25px {
	font-size: 25px;
}

.font_26px {
	font-size: 26px;
}

.font_28px {
	font-size: 28px;
}

.font_30px {
	font-size: 30px;
}

.line-height {
	line-height: 1.3em;
}

.spacer {
	border-bottom: 2px solid #999999;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.watch_video {
	position: relative; 
	z-index: 3;	
	margin-right: 81px;
}

.video {
	background: #CFE0F3; 
	padding: 10px; 
	position: relative; 
	top: -10px; 
	z-index: 1; 
	margin-right: 81px;	
}

.video_seal {
	float: right; 
	position: relative; 
	top: -161px; 
	margin-bottom: -170px;
	z-index: 3;	
}

.seal_2 {
	float: left;
	position: relative;
	top: 32px;
	z-index: 1;
	margin-bottom: -22px;
}

ul.bullet {
	margin: 0 0 0 230px;
	padding: 0;	
}

.bullet li {
	background: url(images/bullet.jpg) left top no-repeat;
	list-style: none;
	padding-left: 25px;
	margin-bottom: 20px;
}

ul.bullet2 {
	margin: 0 0 0 200px;
	padding: 0;	
}

ul.bullet3 {
	margin: 0 0 0 10px;
	padding: 0;	
}

.bullet2 li, .bullet3 li{
	background: url(images/bullet2.jpg) left top no-repeat;
	list-style: none;
	padding-left: 30px;
	margin-bottom: 20px;
}

/*************************
Testimonials
*************************/

.testimonial_yellow {
	background: #FFFFDE;
	border: 1px solid #FFEC8A;
	padding: 10px 20px;
	margin: 20px auto;
}

.testimonial_blue{
	background: #EAF0FF;
	border: 1px solid #B7C9FF;
	padding: 20px;
	width: 500px;
	margin: 20px auto;
}

.tetimonial_title {
	color:#0F3D88;
	text-align:center;
	font-weight:bold;
	margin-top:10px;
	font-size:20px;
}

.yellow_box {
	background: #FFFFE6;
	border: 1px solid #CCCCCC;
	padding: 0 10px;
	margin: 0 auto;	
}

.blue_box {
	background: #CFE0F3;
	padding: 20px 10px 20px 0;	
}
*html .blue_box2 {
	position:relative;
}

.red_box {
	border: 2px dashed #CC0000;
	width: 409px;
	margin: 20px auto;
}

*html .red_box {
	border: 2px dashed #CC0000;
	width: 400px;
	margin: 20px auto;
	padding:10px 0;
}

.moneyback {
	border:3px solid #0077DD;
	padding:10px 20px;
	width:500px;
	margin:0 auto;
}
.moneyback_title {
	font-size:20px;
	color:#0F3D88;
	font-weight:bold;
	text-align:center;
	margin-top:10px;
}
