@charset "utf-8";
/* CSS Document */
/*General page layout*/
/*---------------------------------------------------------------------------
1. header_top_bg
	1.1 header_top
			- logo
			- phone number
2. wrapper_bg
	2.1 wrapper
		2.1.1 header
				- slider
				- subscribe
				- button with tagline
		2.1.2 social
				- twitter
				- facebook
		2.1.3 content
				- column_half
		      		- features 
				- column_half_last
					- general info
					- gallery
		2.1.5 content_bottom
				- three "columns" for
					- testimonial
					- payment method
					- contact form
3. footer_bg
	3.1 footer
			- copyright
			- some links
---------------------------------------------------------------------------*/
*{font-family: Arial, Helvetica, sans-serif;}
body {
	background: repeat-y #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #6e6e6e;
	line-height: 1.6em;
	width:  100%;
}
.clear {
	clear:both;
}
/*Typography and default*/
/*---------------------------------------------------------------------------*/
h1, h2, h3, h4 {
	font-family: MuseoSans500;
	color: #303030;
	line-height: 1.2em;
	font-weight: normal;
}/*Margin bottom to headings as line-height property do not work well with many browsers in case of cufon*/
h1 {
	font-size: 28px;
	margin-bottom: 30px;
	text-align: center;
}
h1 span {
	color: #ee2e24;
}
h2 {
	font-size: 27px;
	color: #FFF;

}
h2.bottom {
	margin-top: 20px;
	font-size: 25px;
	color: #ee2e24;

}
h3 {
	font-size: 18px;
	margin-bottom: 15px;
}
h4 {
	font-size: 16px;
	margin-bottom: 15px;
}
a {
	color: #6e6e6e;
	text-decoration: none;
	cursor: pointer;
}
/*header_top*/
/*---------------------------------------------------------------------------*/
#header_top_bg {
	background: url(../images/header-bg.png) repeat-x;
	width: 100%;
	height: 85ppx;
}
#header_top {
	width: 940px;
	margin: 0 auto;
	padding: 20px 0px;
}
/*----------logo----------*/
.logo {
	float: left;
}
/*----------phone number----------*/
#header_top p {
	line-height: 64px;
	float: right;
	font-size: 20px;
}
#header_top span {
	color: #303030;
}
/*wrapper*/
/*---------------------------------------------------------------------------*/
#header_top h2 {
	margin-top: 0px;
	padding-top: 0px;
	float: right;
}
#wrapper_bg {
	width: 100%;
}
#wrapper {
	width: 940px;
	margin: 0 auto;
	padding: 0;
}
/*header*/
/*---------------------------------------------------------------------------*/
#header {
	width: 940px;
	float: left;
	padding: 25px 0px 30px 0px;
}
/*----------image slider----------*/
#slider_bg {
	width: 600px;
	height: 300px;
	margin-right: 30px;
	margin-bottom: 30px;
	padding: 4px;
	background: #f8f8f8;
	border: 1px solid #e5e5e5;
	float: left;
}
#slider {
	width: 600px;
	height: 300px;
}
/*----------subscribe----------*/
.subscribe_bg {
	width: 290px;
	height: ;
	margin-bottom: 30px;
	padding: 4px;
	background: #f8f8f8;
	border: 1px solid #e5e5e5;
	float: left;
}
.subscribe {
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-top: 10px;
	background: #ee2e24;
	width: 250px;
	height: ;
}
.subscribe h2 {
	margin-top: 0px;
	margin-bottom: 8px;
	font-size: 38px;
	text-align: center;
}
.subscribe p {
	padding-bottom: 5px;
	color: #FFF;
	text-align: left;
}
/*----------subscribe form----------*/
form#subform {
	width: 250px;
}
form#subform fieldset {
	border: none;
	background: none;
}
form#subform fieldset p {
	background: none;
	padding: 0;
	margin: 0;
	display: block;
}
form#subform fieldset p span {
	background: none;
	padding: 0;
	margin: 0;
	display: block;
	color: #FFF;
	font-size: 10px;
	line-height: 12px;
}
form#subform fieldset p span a{
	color: #FFF;
	text-decoration: underline;

}

form#subform label {
	font-size: 0.9em;
	color: #FFF;
	padding: 0px;
	margin: 0px;

}

form#subform input {
	width: 238px;
	padding: 4px;
	margin: 0px 0px 6px 0px;
	font-family: Arial, Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1em;
	background-color: #ffffff;
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	float: left;
}
form#subform textarea {
	width: 238px;
	padding: 4px;
	margin: 0px 0px 15px 0px;
	font-family: Arial, Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	color: #6e6e6e;
	line-height: 1em;
	background-color: #ffffff;
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	float: left;
}

form#subform input.submit {
	background: url(../images/download-btn.png) no-repeat 0 0;
	width: 250px;
	height: 40px;
	margin: 10px 0px 0px 0px;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	border: none;
	cursor: pointer;
	outline: none;
	display: block;
}
/*label error is not used for this variation, so display none*/
form#subform label.error {
	font-size: 0px;
	line-height: 0em;
	width: 0px;
	height: 0px;
	text-align: right;
	margin: 0;
	padding: 0;
	display: none !important;
}
form#subform input.error {
	width: 238px;
	height: 28px;
	padding: 5px;
	border: 1px solid #c52c02;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
form#subform #result_sub {
	width: 250px;
	float: left;
	text-align: right;
}
/*----------tagline----------*/
#tagline {
	width: 775px;
	padding-right: 20px;
	font-size: 22px;
	color: #303030;
	float: left;
}
/*----------buttons----------*/
.button_1 {
	background: url(../images/buy-btn.png) no-repeat;
	width: 145px;
	height: 40px;
	float: left;
}
.button_1 a {
	margin-left: 32px;
	margin-top: 9px;
	color: #fffefe;
	font-size: 14px;
	font-weight: bold;
	display: block;
}
/*social*/
/*---------------------------------------------------------------------------*/
#social {
	width: 940px;
	height: 45px;
	padding: 0;
	margin-bottom: 30px;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	overflow: hidden;
	line-height: 1.2em;
	float: left;
}
#twitter {
	width: 740px;
	float: left;
}
.tweet_bird {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
#twitter_list li {
	list-style: none;
	padding: 10px 10px 10px 0px;
	font-size: 11px;
	overflow: hidden;
	margin: 0;
}
/*columns in main content area*/
/*---------------------------------------------------------------------------*/
#content {
	width: 600px;
	float: left;
	margin-top: -340px;
}
#content h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
letter-spacing: -0.5px;
color: #333;
padding-bottom: 10px;
line-height: 1.2em;
display: block;
color: #000;
}
#content h3.spot {
font-size: 18px;
letter-spacing: -0.5px;
color: #EE2E24;
line-height: 1em;
display: block;
padding-bottom: 0px;

}

#content .column-1 {
width: 270px;
padding-right: 10px;
float: left;
}

#content .column-2 {
width: 315px;
padding-left: 0px;
float: right;
}

#content .column-2 p {
padding-top:5px;
}

#content .column-1 ul li {
padding-left: 30px;
margin-bottom: 10px;
position: relative;
background: url('../images/bullet_h3.jpg') top left no-repeat;
}
.column_half {
	width: 600px;
	float: left;
	margin-top: -210px;
	margin-bottom: 30px;
	margin-right: 0px;
}
.column_half_last {
	width: 460px;
	float: left;
	margin-bottom: 30px;
}
.column_half_last p {
	padding-bottom: 10px;
}
.column_half h4 {
	margin-bottom: 10px;
}
/*----------features----------*/
.feature_center {
	width: 460px;
	float: left;
	padding: 20px 0px;
	text-align: center;
}
.feature_topleft {
	background: url(../images/feature-box-right-bottom.png) no-repeat bottom right;
	width: 158px;
	padding: 30px;
	margin-right: 20px;
	background-color: #f8f8f8;
	border: 1px solid #e5e5e5;
	float: left;
}
.feature_topright {
	background: url(../images/feature-box-left-bottom.png) no-repeat bottom left;
	width: 158px;
	padding: 30px;
	background-color: #f8f8f8;
	border: 1px solid #e5e5e5;
	float: left;
}
.feature_bottomleft {
	background: url(../images/feature-box-right-top.png) no-repeat top right;
	width: 158px;
	padding: 30px;
	margin-right: 20px;
	background-color: #f8f8f8;
	border: 1px solid #e5e5e5;
	float: left;
}
.feature_bottomright {
	background: url(../images/feature-box-left-top.png) no-repeat top left;
	width: 158px;
	padding: 30px;
	background-color: #f8f8f8;
	border: 1px solid #e5e5e5;
	float: left;
}
.feature_topleft:hover, .feature_topright:hover, .feature_bottomleft:hover, .feature_bottomright:hover {
	background-color: #e5e5e5;
}
/*----------list with bullet----------*/
ul.star_bullet {
	list-style: none;
	padding-bottom: 30px;
	color: red;
}
ul.star_bullet li {
	background: url(../images/icon_bullet.png) no-repeat 0 0px;
	padding-left: 20px;
	line-height: 2em;
	display: block;
}
/*----------gallery----------*/
ul.gallery li {
	width: 70px;
	height: 70px;
	margin-bottom: 5px;
	margin-right: 8px;
	padding: 0;
	list-style: none;
	display: block;
	float: left;
}
ul.gallery li:nth-child(6n) {
 margin-right: 0px;
}
/*class "last_image" to every third li as nth child property do not work in IE*/
ul.gallery li.last_image {
	margin-right: 0;
}
ul.gallery li img {
	background: #f8f8f8;
	border: 1px solid #e5e5e5;
	padding: 4px;
}
/*content_bottom*/
/*---------------------------------------------------------------------------*/
#content_bottom_bg {
	width: 100%;
	background-color: #f8f8f8;
	border-top: 1px solid #e5e5e5;
	padding-bottom: 20px;
}
#content_bottom {
	width: 940px;
	margin: 0 auto;

}
#content_bottom p {
	padding-bottom: 20px;
}
/*---------- 3 columns----------*/
.column_3 {
	width: 300px;
	margin: 20px 0px 40px 0px;
	padding: 0px 20px 0px 0px;
	float: left;
}
.column_3_last {
	width: 300px;
	margin: 20px 0px 40px 0px;
	padding: 0;
	float: left;
}
a.info {
	font-size: 12px;
	color: #FFF;
	background-color: red;
	padding: 5px 8px 5px 8px;
}

/*----------testimonial----------*/
.testimonial span {
	font-size: 10px;
	color: #303030;
	font-weight: bold;
}
/*----------payment----------*/
ul.payment li {
	padding-right: 5px;
	list-style: none;
	background: none;
	float: left;
}
/*----------contact form----------*/
form#form {
	width: 300px;
}
form#form fieldset {
	border: none;
	background: none;
	width: 300px;
}
form#form fieldset p {
	background: none;
	padding: 0;
	margin: 0;
	display: block;
	width: 145px;
}
form#form fieldset p.submit_btn {
	width: 300px;
}
form#form fieldset .left {
	width: 115px;
	float: left;
	margin-right: 10px;
}
form#form fieldset .right {
	width: 175px;
	float: left;
}
form#form label {
	width: 115px;
	color: #303030;
	font-size: 12px;
	float: left;
	display: inline-block;
}
form#form input {
	width: 103px;
	height: 15px;
	padding: 5px;
	margin: 0;
	font-family: Arial, Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	color: #6e6e6e;
	line-height: 1.4em;
	background-color: #ffffff;
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	float: left;
}
form#form textarea {
	width: 163px;
	height: 60px;
	padding: 5px;
	font-family: Arial, Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	color: #6e6e6e;
	line-height: 1.2em;
	background-color: #ffffff;
	border: 1px solid #d7d7d7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	float: left;
}
form#form input.submit {
	background: url(../images/submit-btn.png) no-repeat 0 0;
	width: 70px;
	height: 28px;
	margin: 5px 0px 0px 0px;
	padding: 0 !important;
	border: none;
	cursor: pointer;
	outline: none;
	float: right;
}
/*contact form errors*/
/*label error is not used in this template's contact form*/
form#form label.error {
	font-size: 0px;
	line-height: 0em;
	width: 0px;
	margin: 0;
	padding: 0;
	display: none !important;
}
form#form input.error {
	border: 1px solid #c52c02;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
form#form textarea.error {
	border: 1px solid #c52c02;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/*contact form result*/
form#form #result {
	width: 300px;
	float: left;
	text-align: right;
	height: 12px;
}
/*footer*/
/*---------------------------------------------------------------------------*/
#footer_bg {
	background: url(../images/footer-bg.jpg) repeat;
	width: 100%;
}
#footer {
	width: 940px;
	margin: 0 auto;
	padding: 20px 0px;
	font-size: 11px;
}
#footer p {
	float: left;
}
#footer ul {
	float: right;
}
#footer ul li {
	list-style: none;
	background: none;
	float: left;
	padding-left: 10px;
}
#footer ul li a:hover {
	border-bottom: 1px solid #6e6e6e;
}
