/* ==========================================================================
   Style based on HTML5 Boilerplate and Initializr
   ========================================================================== */
   
body,div,object,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {margin: 0;padding: 0; }
fieldset,img,object { border: 0; }
object { display: block; }
address,caption,cite,code,dfn,em,strong,var {	font-style: normal;	font-weight: normal; }
ol,ul { list-style: none; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 {font-size: 100%;font-weight: normal; }
a { }
em { font-style:  }

html,button,input,select,textarea { color: #415159; }
h1, h2, h3, h4, h5, h6 { margin: 0; }
::-moz-selection { background: #d4eefb; text-shadow: none; color: #0f8ec7  }
::selection { background: #d4eefb; text-shadow: none; color: #0f8ec7  }
img { vertical-align: middle; }
fieldset { border: 0; margin: 0; padding: 0; }
textarea { resize: vertical; }
.chromeframe { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; }

.clearfix:before,
.clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/***/

html { background: url(../img/header_bg.jpg) repeat-x 0 0 #fff; }

body { 
	background: url("../img/inner_header_bg.jpg") no-repeat scroll center 96px transparent;
    color: #313131;
    font-family: 'Droid sans',sans-serif;
    font-size: 14px;
	margin: 0; }

.wrapper { margin: 0 auto; width: 960px}

h2 { 
	color: #565456;
	font-size: 18px;
	}	
		
h3 { 
	font-family: 'Droid sans', sans-serif;
	font-size: 20px;
	font-weight: 700; 
	margin-bottom: 20px;}
	
strong { font-weight: 700; }

p { margin-bottom: 15px; line-height: 21px; }

/* Header *********************/
/******************************/

.header-container { height: 424px; }
	
	.header-container header { 
		height: 100%;
		padding: 0 25px;
		position: relative;
		width: 907px;}	
		
		.header-container header #logo { 
			background: url("../img/logo.jpg") no-repeat scroll 0 0 transparent;
			color: #4A4A4A;
			display: block;
			font-family: 'Scada',sans-serif;
			font-size: 30px;
			font-weight: 700;
			height: 54px;
			line-height: 24px;
			margin-bottom: 65px;
			margin-top: 20px;
			padding-left: 65px;
			margin-bottom: 50px;
			padding-top: 8px;
			text-transform: uppercase;
			width: 280px; }	
			
			.header-container header #logo em { color: #3ca8ab; font-weight: 400; }
			.header-container header #logo span { 
				color: #494649;
				display: block;
				font-size: 15px;
				font-weight: 400;
				text-transform: none; }
						
		.header-container header h1 { 
			color: #393a3c;
			text-transform: uppercase;
			font-family: 'Droid sans',sans-serif;
			font-size: 44px;
			font-weight: 700;
			line-height: 38px;
			margin-bottom: 25px; }	
			
			.header-container header h1 span { font-size: 30px; display: block; }
			.header-container header h1 em { color: #3ca8ab; font-weight: 700; }
			.header-container header h1 strong { color: #83aa01; }
			
		.header-container header p { width: 455px; font-size: 15px; margin-bottom: 25px;}
		
		.button {
			background: url("../img/button.png") no-repeat scroll 0 0 transparent;
			clear: both;
			color: #FFFFFF;
			display: block;
			font-size: 30px;
			font-weight: 700;
			height: 60px;
			margin-top: 23px;
			padding-bottom: 4px;
			padding-top: 9px;
			text-align: center;
			text-decoration: none;
			text-transform: uppercase;
			width: 243px; }
			
			.button span { 
				display: block;
				font-family: 'Droid sans',sans-serif;
				font-size: 12px;
				font-weight: 400;
				margin-top: -3px;
				text-transform: none; }
				
			.button:hover { background-position:0 -78px; }
			
		#money-back { 
			background: url("../img/button.png") no-repeat scroll 0 -235px transparent;
			display: block;
			height: 98px;
			padding-top: 22px;
			position: absolute;
			right: 13px;
			text-align: center;
			top: 0;
			width: 240px; }
			
			#money-back  span { 
				color: #FFFFFF;
				display: block;
				font-size: 17px;
				font-weight: 700;
				text-transform: uppercase; }
						
		#pills {    
			bottom: 13px;
			left: 250px;
			position: absolute;}

		#free_shipping { 
			color: #393A3C;
			display: block;
			font-size: 10px;
			height: 55px;
			left: 34px;
			line-height: 21px;
			position: absolute;
			text-align: center;
			top: 97px;
			width: 60px; }
			
			#free_shipping strong {
				font-size: 20px;
				font-weight: normal;
				text-transform: uppercase; }
				
			#free_shipping em { 
				display: block;
				font-size: 35px;
				margin-top: 2px;
				padding-bottom: 1px;
				text-align: left;
				text-transform: uppercase; }	
				
		    #free_shipping span { 
				line-height: 11px;
				position: absolute;
				right: -1px;
				text-transform: uppercase;
				background: none;
				width: 26px;
				height: 25px;
				top: 25px; }
				
		    #free_shipping span b { 
				display: block;
				font-size: 19px;
				font-weight: 200;
				margin-bottom: 2px;	}
				
			#free_shipping b.storewide {     
				display: block;
				font-size: 12px;
				font-weight: 400;
				margin-top: 2px; }
				

/* Main ***********************/
/******************************/

.main-container { 
	padding-top: 40px;
	padding-bottom: 40px; }
	
	.main-container h2 {
		text-align: center;
		font-size: 22px;
		text-transform: uppercase;
		color: #83aa01;
		margin-bottom: 40px;
		font-weight: 700;
		background: url(../img/header_lines.png) no-repeat center center;}
		
	/* features */
	
	.features {      
		background: url("../img/features.jpg") no-repeat scroll -15px 30px transparent;
		margin-bottom: 55px; }
	.features ul li { 
		background: url("../img/icons.jpg") no-repeat scroll 33px 0 transparent;
		color: #5B656A;
		float: left;
		font-size: 15px;
		height: 42px;
		line-height: 21px;
		margin-right: 63px;
		padding-top: 140px;
		text-align: center;
		width: 192px; }
		
		.features ul li.b { background-position: 29px -252px }
		.features ul li.c { background-position: 26px -511px }
		.features ul li.d { background-position: 29px -766px }
		
	.features ul li.last { margin-right: 0; }
			
	/* main content */
	
	.benefits {}
		
		.benefits .inner_content { 
			float: left;
			margin-bottom: 30px;
			width: 570px; }
			
		.benefits aside { 
			float: right;
			position: relative;
			width: 280px;}
			
			.benefits aside ul { width: auto; }
			.benefits aside li { padding-bottom: 15px; padding-left: 0; background: none; font-size: 13px; }
			.benefits aside li.last { border-bottom: none; }
			
			.benefits aside li q {    
				color: #5B656A;
				display: block;
				font-size: 14px;
				line-height: 26px;
				margin-bottom: 12px;}
				
				.benefits aside .q {    
					background: url("../img/button.png") no-repeat scroll 0 -175px transparent;
					display: block;
					height: 30px;
					left: -58px;
					position: absolute;
					top: 28px;
					width: 53px; }
			
					.benefits aside .q.bottom {     
						left: 228px;
						top: 189px; }
			
			.bx-prev, .bx-next { 
				display: block;
				width: 46px;
				height: 43px;
				background: url(../img/arrows.png) no-repeat 0 0; }
				
				.bx-next { left: auto; right: 0; background-position: 0 -53px; } 
				
			.bx-pager {   
				width: 60px;
				background: url("../img/button.png") no-repeat scroll -67px -164px transparent;
				position: absolute;
				right: 0;
				top: -45px; }
				
				.bx-pager a { 
					background: #FFFFFF;
					color: #393A3C;
					font-family: 'Times New Roman',serif;
					font-size: 14px;
					font-style: italic;
					margin: 0 7px;
					padding: 0;
					text-decoration: none }
				.bx-pager a.pager-active { color: #3aa6aa; }
			
			.benefits aside #discount { 
				position: relative; 
				display: block; 
				width: 216px; 
				height: 207px;
				background: url(../img/side_pills.jpg) no-repeat; }
		
		.benefits ul { width: 585px; font-size: 15px; }
		.benefits li { 
			margin-bottom: 15px; 
			padding-left: 23px;
			background: url(../img/v.png) 0 3px no-repeat; }
		.benefits li em { color: #3ca8ab; font-weight: 700;}
		
		.benefits  .button { line-height: 52px; }

		
/* Footer *********************/
/******************************/

	footer .footer_bottom { 
		background: url("../img/footer_line.png") no-repeat scroll top center transparent; 
		padding-bottom: 10px; 
		position: relative; }
		
		footer .footer_bottom #footer_logo { 	
			background: url("../img/footer_logo.png") no-repeat scroll 0 0 transparent;
			color: #737373;
			display: block;
			float: left;
			font-family: 'Scada',sans-serif;
			font-size: 30px;
			height: 43px;
			margin-top: 13px;
			padding-left: 64px;
			padding-top: 10px;
			text-transform: uppercase; }
			
			footer .footer_bottom #footer_logo strong { color: #bac3c8; font-weight: 400; }
			
		footer .footer_bottom em {    
			color: #58595b;
			float: right;
			font-size: 16px;
			margin-top: 33px;
			text-align: right;
			text-transform: none;}
