body {
	background-color:#FFF;
	background-image:none;
}
#main {
	width:960px;
}
#header_wrapper {
	height:100px;
	background-image:none;
	background-color:#FFF;
	z-index:0;
}
#logo {
	padding-top:20px;
	border:none;
}
#wayne {
	float:left;
	height:116px;
	width:182px;
	background:transparent url(../images/wayne.png) center left no-repeat;
	margin:6px 0 0 6px;
	z-index:-1;
}
#footer_wrapper {
	background-image:none;
	background-position:center top;
	background-repeat:repeat-x;
	background-color:#FFF;
	bottom:0;
	height:75px;
	position:absolute;
	width:100%;	
}
#footer {
	background-color:#FFF;
}
#footer_text {
	text-align:center;
	color:#24a6fa;
}

#footer_text a {
	color:#24a6fa;
	text-decoration:none;
}
/*Main tab menu*/
ul.site_tab_menu {
	padding-top:15px;
	list-style: none;
}

ul.site_tab_menu li {
	list-style: none;
	float:left;
	height:33px;
	width:140px;
	background:transparent url(../images/tab_inactive_bg.png) center left no-repeat;
	margin:0;
	padding:0 6px 0 0;
	cursor:pointer;
}
ul.site_tab_menu li:hover, .active_site_tab_menu {
	background:transparent url(../images/tab_active_bg.png) center left no-repeat !important;
}
ul.site_tab_menu li a {
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	font-size:18px;
}

ul.site_tab_menu li a span {
	height:33px;
	width:140px;
	display:block;
	margin:10px 0 0 10px;
}

/* Main Content Area Backgrounds */
.content_bg {
	background-image:url(../images/bg_default.gif);
	background-position:center top;
	background-repeat:repeat-y;
	background-color:#4C81C7;
	height:100%;
	min-width:960px;
}

.home {
	background-image:url(../images/bg_home.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:100%;
}


.testimonials {
	background-image:url(../images/bg_testimonials.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:100%;
}
.faq {
	background-image:url(../images/bg_faq.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:100%;
}
.video {
	background-image:url(../images/bg_video.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	height:100%;
}
#video {
	height:630px;
	margin:0 auto;
	padding-top:25px;
	width:800px;
}
#faq {
	height:645px;
	width:830px;
	margin:0 auto;
	padding-top:10px;
}

#testimonials {
	height:655px;
	width:800px;
	margin:0 auto;
}
#p2w_powered_by {
	background-image:none;
	height:0px;
}

/*Home items*/
#homepage_pic {
	background:transparent url(../images/hompage_more_info.png) bottom center no-repeat;
	width:302px;
	height:282px;
	padding:16px 0 0 60px;
}

#homepage_video {
	float:right;
	padding:20px 60px 0 0;
}

#homepage_content{
	padding-top:0px;
}

#homepage_products {
	padding:0 0 10px 45px;
	height:319px;
}

.hp_product {
	height:319px;
	width:272px;
	background-color:#FFF;
	float:left;
	margin-right:16px;
}
.prodcut_one {
	background-image:url(../images/hompage_big_button_1.png);
}
.prodcut_two {
	background-image:url(../images/hompage_big_button_2.png);
}
.prodcut_three {
	background-image:url(../images/hompage_big_button_3.png);
}

#faq dt {
	font-weight:bold;
	color:#0365e2;
	padding:3px 0 3px 18px;
	cursor:pointer;
	text-decoration:underline;
	font-size:16px;
	background:transparent url(../images/arrow_right.gif) center left no-repeat;
}
#faq dt:hover {
	cursor:pointer;
	background-color:#CFE5FF;
}
#faq dt.down {
	background:transparent url(../images/arrow_down.gif) center left no-repeat;
	
}
#faq_head {
	color:#0365e2;
	
}
#faq dd {
	padding:3px 25px 3px 20px;
}

