html{
	background:#fff url(http://ppc-coach.com/images/bg-html.jpg) repeat-x 50% 0;
	height:100%;
}
body{
    margin:0;
	height:100%;
	color:#0475a9;
	font:14px Arial, Helvetica, sans-serif;
}
#leftbox{
	float:left;
	width:385px;
	margin:0 0 0 7px;
	padding:3px;
	/*background:#9c9;*/
}
#rightbox{
	float:right;
	width:385px;
	padding:3px;
	/*background:#cc9;*/
}
li.faqlist:before { 
	list-style-type:none;
	/*content:"QUESTION"; */
}

ul.mainlist{
	padding:3px;
	margin:7px;
}
li.mainlist{
	padding:0;
	margin:7px;
}
li.bold{
	font-weight:bold;
	font-size:14px;
}
p.indent{
	margin-left:10px;
}
p.faqanswer{
	padding:10px 0px 10px 10px;
	
}
p.faqquestion{
	font-weight:bold;
}
img{border:none;}
a{color:#000;}
a:hover{text-decoration:none;}
input,
textarea,
select{
    font:100% arial,sans-serif;
    vertical-align:middle;
}
form,fieldset{
    margin:0;
    padding:0;
    border:none;
}
.conteiner-holder{
	min-height:100%;
	background:url(http://ppc-coach.com/images/bg-body.gif) repeat-x 0 100%;
}
* html .conteiner-holder{ height:100%; }
#wrapper{
	width:924px;
	margin:0 auto;
	padding:150px 0 108px;
	position:relative;
}
/* header star */
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
}
.logo{
	position:absolute;
	top:0;
	left:-114px;
	z-index:2;
}
.logo strong{
	display:block;
	background:url(http://ppc-coach.com/images/bg-logo-shadow.png) no-repeat;
	width:183px;
	height:297px;
	padding:6px 135px 0;
}
.logo strong span{
	display:block;
	position:relative;
}
.logo strong a{
	display:block;
	width:183px;
	height:156px;
	background:url(http://ppc-coach.com/images/bg-logo.png) no-repeat;
	cursor:pointer;
	text-indent:-9999px;
}
/* navigation start */
#nav{
	position:absolute;
	top:0;
	right:0;
	overflow:hidden;
	height:70px;
	width:720px;
	padding:0 0 0 206px;
}
#nav ul{
	float:left;
	margin:0;
	padding:0 0 0 55px;
	list-style:none;
	background:url(http://ppc-coach.com/images/bg-nav-left.png) no-repeat;
}
#nav ul li{
	float:left;
	padding:0 7px;
}
#nav ul li a{
	float:left;
	height:70px;
	overflow:hidden;
	margin:0 -25px;
	display:inline;
	position:relative;
	cursor:pointer;
}
#nav ul li a span{
	display:block;
	height:140px;
	text-indent:-9999px;
}
#nav ul li a.blog span{
	background:url(http://ppc-coach.com/images/bg-blog.png) no-repeat;
	width:178px;
}
#nav ul li a.about span{
	background:url(http://ppc-coach.com/images/bg-about.png) no-repeat;
	width:178px;
}
#nav ul li a.pricing span{
	background:url(http://ppc-coach.com/images/bg-pricing.png) no-repeat;
	width:161px;
}
#nav ul li a.why span{
	background:url(http://ppc-coach.com/images/bg-why.png) no-repeat;
	width:155px;
}
#nav ul li a.faq span{
	background:url(http://ppc-coach.com/images/bg-faq.png) no-repeat;
	width:117px;
}
#nav ul li a.join span{
	background:url(http://ppc-coach.com/images/bg-join.png) no-repeat;
	width:177px;
}
#nav ul li a:hover{
	border:none;
	z-index:5;
}
#nav ul li.active a span,
#nav ul li a:hover span{
	margin:-70px 0 0;
}
#nav ul li.active a{ z-index:3; }
.nav-right{
	float:left;
	width:55px;
	height:70px;
	background:url(http://ppc-coach.com/images/bg-nav-right.png) no-repeat;
}
/* navigation end */
/* login box start */
.login{
	position:absolute;
	top:111px;
	right:45px;
	width:317px;
}
.login .t{
	width:100%;
	overflow:hidden;
	background:url(http://ppc-coach.com/images/bg-login-t.png) no-repeat;
	height:27px;
}
.login .b{
	width:100%;
	overflow:hidden;
	background:url(http://ppc-coach.com/images/bg-login-b.png) no-repeat;
	height:27px;
}
.login .c{
	height:1%;
	background:url(http://ppc-coach.com/images/bg-login-c.png) repeat-y;
	padding:0 6px;
}
.login .content{
	background:#f2863b url(http://ppc-coach.com/images/bg-login-content.gif) repeat-x;
	height:1%;
	padding:0 20px;
}
.login .content:after{
	content:"";
	clear:both;
	display:block;
}
.login-form{
	width:100%;
	float:left;
	margin:-18px 0 -12px;
	position:relative;
}
.login strong{
	display:block;
	text-align:center;
	color:#006fa2;
	font-size:20px;
	margin:0 0 5px;
}
.login-form .row{
	width:100%;
	overflow:hidden;
	padding:0 0 5px;
}
.login-form .row label{
	float:left;
	color:#feffff;
	width:85px;
	padding:3px 0 0;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.inp01{
	float:left;
	width:158px;
	height:21px;
	padding:3px 10px 0;
	background:url(http://ppc-coach.com/images/bg-inp01.gif) no-repeat;
}
.inp01 input{
	float:left;
	margin:0;
	background:none;
	border:0;
	width:158px;
	color:#006fa2;
}
.btn-holder{
	height:1%;
	overflow:hidden;
	padding:7px 0 9px 82px;
}
.btn-holder input{
	float:left;
	width:83px;
	height:35px;
	margin:0 6px 0 0;
	display:inline;
	border:0;
	overflow:hidden;
	padding:0 0 5px;
	background:url(http://ppc-coach.com/images/bg-btn.png) no-repeat;
	color:#feffff;
	font:12px/12px Verdana, Geneva, Arial, Helvetica, sans-serif;
	cursor:pointer;
}
.check-holder{
	height:1%;
	overflow:hidden;
	padding:0 0 0 20px;
}
.checkbox{
	float:left;
}
.checkbox label{
	float:left;
	font:11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#feffff;
	padding:1px 9px 0 0;
}
#remember{
	float:left;
	margin:0;
	width:16px;
	height:15px;
}
.check-holder a{
	float:left;
	color:#feffff;
	font:11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin:2px 0 0 34px;
	display:inline;
}
/* login box end */
.cloud{
	position:absolute;
	top:83px;
	left:210px;
}
/* header end */
/* main start */
#main{
	width:100%;
	overflow:hidden;
}
.main-t{
	width:100%;
	overflow:hidden;
	height:43px;
	background:url(http://ppc-coach.com/images/bg-main-t.png) no-repeat;
}
.main-b{
	width:100%;
	overflow:hidden;
	height:52px;
	background:url(http://ppc-coach.com/images/bg-main-b.png) no-repeat;
}
.main-c{
	height:1%;
	background:url(http://ppc-coach.com/images/bg-main-c.png) repeat-y;
	padding:0 12px;
}
.main-c:after{
	content:"";
	clear:both;
	display:block;
}
.main-content{
	width:790px;
	padding:0 48px;
	float:left;
	margin:-9px 0 -8px;
	position:relative;
}
#main h1{
	margin:0 0 42px -20px;
	position:relative;
}
.article{
	padding:0 0 40px;
}
/* heading srart */
.heading{
	width:400px;
	margin:0 -10px 14px 0;
	position:relative;
	overflow:hidden;
}
.heading .t{
	width:100%;
	overflow:hidden;
	background:url(http://ppc-coach.com/images/bg-heading-t.png) no-repeat;
	height:19px;
}
.heading .b{
	width:100%;
	overflow:hidden;
	background:url(http://ppc-coach.com/images/bg-heading-b.png) no-repeat;
	height:22px;
}
.heading .c{
	height:1%;
	background:url(http://ppc-coach.com/images/bg-heading-c.png) repeat-y;
	padding:0 6px;
}
.heading .content{
	height:1%;
	background:#f48b3e url(http://ppc-coach.com/images/bg-heading.gif) repeat-x;
}
.heading .content:after{
	content:"";
	clear:both;
	display:block;
}
.heading h2{
	margin:-9px 0;
	text-align:center;
	width:100%;
	float:left;
	overflow:hidden;
	position:relative;
}
.heading h2 img{
	display:block;
	margin:0 auto;
}
/* heading end */
.article p{
	margin:0 0 0 7px;
	line-height:17px;
} 
.player-holder{
	float:right;
	width:375px;
	height:294px;
	position:relative;
	margin:0 -35px 0 0;
	padding:29px 0 60px 50px;
	display:inline;
}
* html .player-holder{ padding-left:45px; }
.player{
	width:375px;
	height:294px;
}
.watch{
	position:absolute;
	top:200px;
	left:-5px;
	width:178px;
	height:182px;
}
* html .watch{ left:-10px;}
/* main end */
/* footer start */
.footer-holder{
	width:100%;
	margin:-165px 0 0;
	position:relative;
}
#footer-wrapper{
	width:100%;
	height:165px;
	background:url(http://ppc-coach.com/images/bg-footer.png) repeat-x;
	overflow:hidden;
}
#footer{
	width:900px;
	margin:0 auto;
	padding:77px 0 0;
	overflow:hidden;
	font-size:12px;
	color:#00496a;
}
#footer ul{
	margin:0;
	padding:0;
	list-style:none;
	text-align:center;
}
#footer ul li{
	display:inline;
	background:url(http://ppc-coach.com/images/footer-sep.gif) no-repeat 0 3px;
	padding:0 2px 0 4px;
}
#footer ul li:first-child{ background:none; }
#footer ul li a{
	color:#00496a;
	text-decoration:none;
}
#footer ul li a:hover{ text-decoration:underline; }
#footer p{
	margin:13px 0 0;
	text-align:center;
}
#footer p a{
	text-decoration:none;
	color:#00496a;
}
#footer p a:hover{ text-decoration:underline; }
/* footer end */

