@charset "utf-8";
/* CSS Document */
body {
	background: url(../images/body_bg.jpg) repeat #ffffff; 
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #646464;
	line-height: 1.6em;
}
.clear {
	clear:both;
}
/*Typography and default*/
/*---------------------------------------------------------------------------*/
h1, h2, h3, h4 {
	color: #444444;
	line-height: 1em;
	font-weight: bold;
}/*Margin bottom to headings as line-height property do not work well with many browsers in case of cufon*/
h1 {
	font-size: 36px;
	text-align: left;
	margin-bottom: 5px;
	color: #f4f4f4;
}/*works for offer big heading*/
h2 {
	font-size: 22px;
	margin-bottom: 5px;
}
h3 {
	font-size: 18px;
	margin-bottom: 15px;
}
h4 {
	font-size: 16px;
	margin-bottom: 20px;
}
a {
	color: #0000FF;
	text-decoration: none;
}
/*header_top*/
/*---------------------------------------------------------------------------*/
#header_top_bg {
	background: url(../images/header_top.jpg) repeat-x;
	width: 100%;
	height: 81px;
}
#header_top {
	width: 960px;
	margin: 0 auto;
}
#header_top p {
	font-size: 24px;
	color: #f4f4f4;
	font-weight: bold;
	float: right;
	padding-top: 35px;
	margin-right: 30px;
}
/*logo*/
.logo {
	float: left;
	margin-top: 6px;
}
/*offer*/
/*---------------------------------------------------------------------------*/
#offer_bg {
	background: url(../images/header_middle.jpg) 50% 0 no-repeat;
	width: 100%;
	height: 329px;
}
#offer_top {
	width: 960px;
	margin: 0 auto;
	padding-top: 40px;
}
#offer_top p {
	font-size: 16px;
	text-align: left;
	color: #fafafa;
	font-weight: normal;
	text-shadow: #000000 0px 1px 0px;
}
#offer_middle {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
}
#offer_middle p {
	width: 580px;
	color: #fafafa;
	font-size: 13px;
	line-height: 1.7em;
	text-shadow: #000000 0px 1px 0px;
	float:left;
}
#offer_bottom {
	width: 960px;
	margin: 0 auto;
	padding-top: 40px;
}
#offer_bottom a {
	float: right;
	font-size: 16px;
	color: #fffcae;
}
/*buttons*/
/*-----------------------------------------*/
.button1 {
	background: url(../images/download_btn.png) no-repeat;
	width: 225px;
	height: 58px;
	float: left;
	margin: 18px 40px 0px 40px;
}
.button1 a {
	display: block;
	color: #fafafa;
	font-size: 20px;
	font-weight: bold;
	margin: 18px 0px 0px 70px;
}
.button2 {
	background: url(../images/buy_btn.png) no-repeat;
	width: 580px;
	height: 58px;
	float: right;
	margin: 30px 25px 0px 0px;
}
.button2 a {
	display: block;
	color: #fafafa;
	font-size: 21px;
	font-weight: bold;
	margin: 18px 0px 0px 420px;
}
/*countdown*/
/*-----------------------------------------*/
#defaultCountdown {
	width: 430px;
	float:left;
	font-size: 16px;
	color: #fffcae;
}
#d, #h, #m, #s {
	float:left;
	margin-right: 5px;
	margin-left: 5px;
}
html #d_name, #h_name, #m_name, #s_name {
	float:left;
}
/*header*/
/*---------------------------------------------------------------------------*/
#header {
	width: 960px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
#header_img {
	float: left;
	width: 425px;
	height: 280px;
	padding-right: 30px;
}
#text {
	float: left;
	width: 475px;
}
#text ul {
	margin-top: 5px;
}
#text li {
	list-style: none;
	background: url(../images/bullet_checkmark.png) no-repeat 0 5px;
	margin: 0;
	display: block;
	line-height: 2.2em;
	padding-left: 25px;
	font-size: 10px;
}

#text-middle {
	float: left;
	width: 475px;
}
#text-middle ul {
	margin-top: 5px;
	width:960px;
}
#text-middle li {
	list-style: none;
	background: url(../images/bullet_checkmark.png) no-repeat 0 5px;
	margin: 0;
	display: block;
	line-height: 2.2em;
	padding-left: 25px;
	font-size: 10px;
	float:left;
	width:220px;
}

#feature {
	width: 960px;
	float: left;
	padding-top: 40px;
	text-align: center;
	
}
#feature li {
	width: 225px;
	background: none;
	list-style: none;
	display: inline;
	float: left;
	padding: 0px 20px 0px 0px;
}
#feature li.last {
	width: 225px;
	background: none;
	list-style: none;
	display: inline;
	float: left;
	padding: 0px 0px 0px 0px;
}
#feature li img, #feature li.last img {
	float: left;
	margin: 20px 20px 20px 0px;
}
#feature span {
	color:#444444;
	font-weight:bold;
}
/*subscribe*/
/*---------------------------------------------------------------------------*/
#subscribe_bg {
	width: 100%;
	background: url(../images/divider.jpg) repeat;
}
#subscribe {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0px 40px 0px;
}
#subscribe h3 {
	float: left;
	margin-top: 10px;
	margin-right: 30px;
}
/*subscribe*/
.input_subscribe {
	background: url(../images/input_fld.png) no-repeat;
	width: 350px;
	height: 42px;
	border:none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #848484;
	line-height: 3em;
	padding-left: 10px;
	margin-right: 10px;
}
.btn_subscribe {
	background: url(../images/subscribe_btn.png) no-repeat;
	width: 150px;
	height: 42px;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	line-height: 2.2em;
	color: #2f2f2f;
	text-shadow: #d1d1d1 0px 1px 1px;
	border:none;
	float:left;
	cursor: pointer;
}
/*information*/
/*---------------------------------------------------------------------------*/
#information {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0px 40px 0px;
}
/*twitter*/
/*-----------------------------------------*/
#twitter_wrapper {
	width: 465px;
	float: left;
}
#twitter {
	width: 465px;
	float: left;
}
#twitter ul {
	padding: 0;
	margin: 0;
	float: left;
}
#twitter ul li {
	background: none;
	padding-bottom: 10px;
	line-height: 1.4em;
	float: left;
	margin: 0;
}
#twitter ul li a {
	padding: 0;
}
#twitter ul li a:hover {
	text-decoration: none;
	border-bottom: 1px solid #444444;
}
/*testimonial*/
/*-----------------------------------------*/
#testimonial {
	width: 465px;
	float: left;
	margin-right: 30px;
}
#testimonial span {
	color: #444444;
	font-weight:bold;
	display: block;
	margin-top: 5px;
}
/*footer*/
/*---------------------------------------------------------------------------*/
#footer_bg {
	background: url(../images/footer_bg.jpg) #000 repeat-x;
	width: 100%;
	height: 130px;
}
#footer {
	width: 960px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer p {
	float: left;
}
/*social*/
/*-----------------------------------------*/
ul.social {
	float: right;
	padding: 0;
}
ul.social li {
	float:left;
	display:inline;
	list-style:none;
	padding: 0px 0px 0px 10px;
	margin: 0;
}
/*none and details in fancybox*/
/*-----------------------------------------*/
.none {
	display:none;
	float: left;
}
#details {
	width: 500px;
	padding: 30px;
	background-color:#ebebeb;
	color: #565656;
}
#details img {
	float: left;
	margin-right: 20px;
	margin-bottom: 5px;
}
#details p {
	padding-bottom: 10px;
}
#details h2 {
	font-size: 22px;
	color: #565656;
	margin-bottom: 10px;
}
#details li {
	list-style: none;
	background: url(../images/bullet_gear.png) no-repeat 0 5px;
	margin: 0;
	padding-left: 25px;
	display: block;
	line-height: 2.4em;
}
#details .button2 {
	margin-left: 130px;
}

#text-middle {
	width:960px;
	clear: both;
	padding-top: 40px;
}
