@import url('reset.css');
@import url('font.css');
@import url('common.css');
@import url('menu.css');
/* CSS Document */
.pblue{
	color:#09aac7;	
}
.red{
	color:#af2316;
}
.iblue{
	color:#386891;
}
.underline{
	text-decoration:underline;
}

#leftcontent h4,  #leftcontent h3{font-style:italic; }

body{
	background:#5b5e5e;	
	padding-top:30px;
}

#wrapper{
	width:960px;
	margin:0 auto;
	text-align:left;
	padding-bottom:20px;
	background:#ededed;
	border:1px solid #FFF;
	position:relative; 
}
#wrapper-inside{
	padding:30px 24px;	
}
/* header styling */

#logo{
	width:121px;
	height:128px;
	position:absolute;
	left:30px;
	top:30px;
}
#logo h1 a{
	background:url(../images/acidreflex.png) no-repeat;
	width:121px;
	height:128px;
	display:block;
	text-indent:-3000px;
	z-index:10;
}

/* menu styling */
#menu{
	/*padding-top:20px;*/
	float:right;
	font-size:1.4em;
	text-transform:uppercase;
}

#menu li{
	float:left;
}
#menu li a{
	text-decoration:none;
	color:#386891;
	background:url(../images/separator.jpg) left top no-repeat;
	padding: 0 15px;	
}
#menu li a:hover{
	text-decoration:underline;
}


#header h1#title{
	clear:both;
	line-height:40px;
	background:#4991be;
	color:#fff;
	border:1px solid #f2f0ef;
	border-bottom:none;
	font-size:2.2em;
	font-weight:normal;
	padding-left:150px;
}

#header h2{
	line-height:30px;
	background:#7aaccb;
	color:#f7cb05;
	border:1px solid #f2f0ef;
	border-top:none;
	font-size:1.6em;
	padding-left:150px;
}


/* content styling */
#content{
	/*background:#3CF;*/
	/*padding-top:10px;*/
}
#leftcontent{
	width:640px;
	float:left;
	/*border:2px solid #e4e4e4;
	background:#fff url(../images/gradient-box.jpg) left top  no-repeat;*/
}

#leftcontent-inside{
	padding:30px 20px;	
}


.attention{
	background:#ffe429;
	padding:0 2px;
}

#leftcontent h3, #leftcontent h4{
	font-size:2.5em;
	color:#af2316;
	text-align:center;
	line-height:30px;
	padding:12px 40px;
	font-family:"Myriad Pro", Tahoma, sans-serif;
	/*font-weight:normal;*/
}

#leftcontent h4{
	font-size:2.4em;
	/*text-align:left;*/
	text-align:center;
	padding:6px 12px;
	padding-top:18px;
}
#leftcontent .white-box h4{
	text-align:center;
}
#leftcontent h4.ac{
	/*text-align:center;	*/
}

.green-list li{
	border:1px solid #e0faaf;
	background:#f4fce5 url(../images/tick.jpg) no-repeat left 6px;
	padding-left:30px;
	margin-bottom:6px;
	line-height:26px;
}

#leftcontent .blue-box{
	background:#d4e9fc;
	border:2px solid #c7e3fb;
	color:#386891;
	margin:12px 0;
}

#leftcontent .blue-box h4{
	background:#d4e9fc;
	border:2px solid #c7e3fb;
	color:#386891;
	/*font-style:normal;*/
	border:none;
	text-align:center;

}
#leftcontent .blue-box p, p{
	padding:6px 12px;
	line-height:18px;
}


#leftcontent h4.grey-box{
	
	background:#f2f2f2;
	color:#386891;
	line-height:32px;
	padding:4px;
}

#leftcontent .brown-box{
	/*background:#fff9df;*/
	background:#fff;
	padding-bottom:12px;
	border:2px solid #cfc371;
	border-top:3px solid #5c4e07;
	border-right:1px solid #e5dba6;
	margin:12px auto;
}

#leftcontent .brown-box h4{
	
	background:#bfad4b;
	color:#fff9df;
	line-height:32px;
	padding:4px;

}



#leftcontent .pink-box{
	background:#ffefef;
	border:2px solid #fcdddd;
	margin:12px 0;
}

#leftcontent .pink-box h4{
	/*font-style:normal;*/
	border:none;
	text-align:center;

}
#leftcontent .pink-box p, p{
	padding:6px 12px;
	line-height:18px;
}




#leftcontent .yellow-box{
	background:#fff9df;
	border:2px solid #fdf3c6;
	margin:12px 0;
}

#leftcontent .yellow-box h4{
	border:none;
	text-align:center;

}
#leftcontent .yellow-box p, p{
	padding:6px 12px;
	line-height:18px;

}


#leftcontent .white-box h4.ac{
	text-align:center;
}


#rightcontent{
	width:256px;
	float:right;
	padding-bottom:30px;
	/*border:2px solid #e4e4e4;
	background:#ebf9fa;*/

}

#rightcontent-inside{
	padding:0 8px 0px 6px;
		
}

#rightcontent .video-wrapper{

}

#rightcontent .video-wrapper h4{
	color:#af2316;
	color:#09aac7;
	font-size:1.2em;
	padding:6px;
	/*padding:6px 3px 6px 3px;*/
	background:#d4e9fc;
	border:2px solid #c7e3fb;
	color:#386891;
	font-style:normal;	
	

}

#rightcontent .video-wrapper .video{
	margin:4px auto 12px auto;	
}
.testimonial {
	padding-bottom:12px;	
}


.testimonial h4{
	color:#09aac7;
	color:#af2316;
	font-size:1.6em;
	line-height:36px;	
}

.testimonial p{
	padding:6px 0;	
}

/* footer styles */
#footer{
	clear:both;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}


#footer #footer-links{
	background:#4991be;	
	height:30px;

}

#footer #footer-links ul{
	display:inline-block;
}	

#footer-links li {
	float:left;	
	
}

#footer-links li a{
		display:inline-block;
		line-height:30px;
		color:#fff;
		padding:0 15px;
		font-size:1.2em;
		font-style:normal;
		text-transform:uppercase;
}

#footer p{
	padding:12px 0;	
}
#content{	
	background:url(../images/main-bg.jpg) repeat-y;
	margin-top:10px;
}
#main-top{
	background:url(../images/main-top.jpg) no-repeat;
	/*height:52px;*/

}
#main-bottom{
	background:url(../images/main-bottom.jpg) no-repeat;
	height:52px;
}

