@charset "utf-8";
/* CSS Document */
/*General CSS structure and layout*/
/*---------------------------------------------------------------------------
----------Default styles----------

1. typography and default
2. basic columns and margin adjust classes
3. image styles
4. button styles
----------Index page styles----------
---wrapper includes---
5. top_header
6. header
	6.1 header_top
	6.2 header_middle
			- slider
			- buttons
	6.3 header_bottom
7. content 
	7.1 content_top
			- testimonial
	7.2 content_middle
			- features
			- about + subscribe
			- gallery
			- tagline + button
			- contact info etc.
			
	7.3 content_bottom
8. footer
---------------------------------------------------------------------------*/
body {
	background: url(../images/body-bg.jpg) no-repeat center top #efefef;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #8a8a8a;
	line-height: 1.5em;
	text-shadow: 0px -1px 0px #ffffff;
}
.clear {
	clear:both;
}
/*1.typography and default*/
/*---------------------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
	color: #288da6;
	line-height: 1.3em;
}
h1 {
	font-size: 1.35em;
	margin-bottom: 15px;
}
h2 {
	font-size: 1.4em;
	padding-bottom: 10px;
}
h3 {
	font-size: 1.2em;
	margin-bottom: 15px;
}
h4 {
	font-size: 1em;
	margin-bottom: 15px;
}
h5 {
	font-size: 0.9em;
	margin-bottom: 0px;
	color: #288da6;
}
a {
	color: #8a8a8a;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
/*2.basic columns and margin adjust classes*/
/*---------------------------------------------------------------------------*/
/*columns below you can use to display content in "#content_middle"*/
/*two columns*/
.column_2 {
	width: 940px;
	margin-right: 20px;
	float: left;
}


/*three columns*/
.column_3 {
	width: 300px;
	margin-right: 20px;
	float: left;
}
/*four columns*/
.column_4 {
	width: 220px;
	margin-right: 20px;
	float: left;
}
/*twothird and onethird columns*/
.column_onethird {
	width: 300px;
	margin-right: 20px;
	float: left;
}
.column_twothird {
	width: 620px;
	margin-right: 20px;
	float: left;
}
/*columns threefourth and onefourth*/
.column_onefourth {
	width: 220px;
	margin-right: 20px;
	float: left;
}
.column_threefourth {
	width: 700px;
	margin-right: 20px;
	float: left;
}
/*-----margin adjust classes-----*/
.alpha {
	margin-right: 0px !important;
}
.beta {
	padding-bottom: 0px !important;
}
/*3.image styles*/
/*---------------------------------------------------------------------------*/
.image_left {
	float: left;
	margin-right: 15px;
}
.image_right {
	float: right;
	margin-left: 15px;
}
.image_left_vertcenter {
	float: left;
	margin-right: 15px;
	margin-top: 15px;
}
.image_right_vertcenter {
	float: right;
	margin-left: 15px;
	margin-top: 15px;
}
/*4.button styles*/
/*---------------------------------------------------------------------------*/
.button_1 {
	background: url(../images/calltoaction-btn.png) no-repeat 0 0;
	width: 190px;
	height: 42px;
	padding: 5px;
	text-align: center;
	float: left;
}
.button_2 {
	background: url(../images/calltoaction-btn.png) no-repeat 0 0;
	width: 190px;
	height: 42px;
	padding: 5px;
	margin-left: 30px;
	text-align: center;
	float: left;
}
.button_1 a, .button_2 a {
	font-size: 1.1em;
	color: #68a3b6;
	line-height: 2.9em;
}
.button_1 a:hover, .button_2 a:hover {
	text-decoration: none;
}
/*----------------------------------------*/
/*Index page style*/
/*----------------------------------------*/
#wrapper {
	width: 990px;
	padding: 30px 0px;
	margin: 0 auto;
}
/*5.top_header*/
/*---------------------------------------------------------------------------*/
#top_header {
	width: 990px;
	float: left;
}
.logo {
	float: left;
}
#top_header p {
	float: right;
	font-size: 14px;
	font-weight: bold;
	padding-right: 170px;
}
#top_header p span {
	font-size: 9px;
	font-weight: normal !important;
	line-height: 2.6em;
	padding-right: 5px;
	float: left;
}
/*6.header*/
/*---------------------------------------------------------------------------*/
#header {
	width: 990px;
	margin: 25px 0px 30px 0px;
	text-align: center;
	float: left;
	z-index: 99;
}
/*----------header_top----------*/
#header_top {
	background: url(../images/header-top.png) no-repeat center top;
	width: 830px;
	height: 15px;
	margin: 0px 80px;
}
/*----------header_middle----------*/
#header_middle {
	background: url(../images/header-middle.png) repeat-y center;
	width: 830px;
	margin: 0px 80px !important;
	position: relative;
	z-index: 99;
}
#header_middle p {
	padding: 0px 10px;
}
/**--price label--**/
.label {
	background: url(../images/label.png) no-repeat;
	width: 112px;
	height: 78px;
	padding: 37px 20px;
	font-size: 1.1em;
	color: #a99d9a;
	line-height: 1.2em;
	position: absolute;
	top: -60px;
	right: -60px;
	z-index: 999;
}
.label span {
	font-size: 24px;
	color: #a1c8d2;
	line-height: 1.6em;
}
/**--slider--**/
#slider {
	width: 800px;
	height: 330px;
	margin: 0px 15px 25px 15px;
}
/**--button_wrapper--**/
/*width of button_wrapper = 'a.button_1' width + 'a.button_2' width + margin between two buttons*/
.button_wrapper {
	width: 430px;
	margin: 25px auto 0px auto;
}
/*----------header_bottom----------*/
#header_bottom {
	background: url(../images/header-bottom.png) no-repeat center bottom;
	width: 990px;
	height: 35px;
}
/*7.content*/
/*---------------------------------------------------------------------------*/
#content {
	width: 990px;
	margin: 0 auto;
}
/*----------dividers----------*/
.divider_horz {
	background: url(../images/hor-divider.jpg) repeat-x;
	width: 980px;
	margin: 0px 5px;
	height: 1px;
}
.divider_vert {
	background: url(../images/ver-divider.png) repeat-y;
	float: left;
	width: 2px;
	height: 210px;
}
/*----------content_top----------*/
#content_top {
	background: url(../images/content-top.png) no-repeat center top;
	width: 990px;
	height: 75px;
	float: left;
	padding-top: 70px;
}
#content_top1 {
	width: 990px;
	height: 120px;
	float: left;
}
.testimonial_heading {
	background: url(../images/quote-heading-bg.png) no-repeat;
	width: 125px;
	height: 40px;
	margin: 5px 0px 0px 5px;
	padding: 5px 5px 5px 0px;
	float: left;
	font-size: 1.1em;
	text-align: center;
	line-height: 2.8em;
}
.testimonial {
	width: 810px;
	margin: 6px 20px 0px 20px;
	text-shadow: 0px -1px 0px #f6f6f6;
	float: left;
}

.testimonial_heading1 {
	background: url(../images/quote-heading-bg.png) no-repeat;
	width: 125px;
	height: 40px;
	margin: 5px 0px 0px 5px;
	padding: 5px 5px 5px 0px;
	float: left;
	font-size: 1.1em;
	text-align: center;
	line-height: 2.8em;
}
.testimonial1 {
	width: 810px;
	margin: 5px 20px 0px 130px;
	text-shadow: 0px -1px 0px #f6f6f6;
	float: left;
}
/*----------content_middle----------*/
#content_middle {
	background: url(../images/content-middle.png) repeat-y;
	width: 990px;
	float: left;
}
/**--alternate rows for content--**/
.row_white {
	background: #ffffff;
	margin: 0px 5px;
}
.row_alternate {
	background: #f8f8f8;
	width: 940px;
	padding: 30px 20px;
	margin: 0px 5px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
/**--features--**/
ul.features li {
	width: 300px;
	margin-right: 20px;
	float: left;
}
/**--bullet list--**/
ul.bullet {
	padding-top: 5px;
}
ul.bullet li {
	background: url(../images/bullet-list.png) no-repeat 0 7px;
	padding-left: 20px;
	line-height: 2em;
	display: block;
	list-style: none;
}
/**--subscribe--**/
.subscribe {
	width: 438px;
	padding-left: 20px;
	text-align: center;
	float: left;
}
.subscribe h3 {
	color: #e27f26;
}
/*subscribe form*/
.subscribe_form {
	width: 240px;
	margin: 10px auto 0px auto;
}
form#subform fieldset {
	border: none;
	background: none;
}
form#subform fieldset p {
	background: none;
	padding: 0;
	margin: 0;
	display: block;
}
form#subform input {
	background: #ffffff;
	width: 228px;
	height: 22px;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #8a8a8a;
	font-size: 0.85em;
	line-height: 1.8em;
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline: none;
}
form#subform input.sub_submit {
	background: url(../images/signup-btn.png) no-repeat 0 0;
	width: 240px;
	height: 40px;
	margin: 5px 0px 10px 0px;
	padding: 0;
	color: #616161;
	font-size: 1em;
	text-shadow: 0px -1px 0px #ffffff;
	border: none;
	cursor: pointer;
	outline: none;
	display: block;
}
/*label.error is not used for this template*/
form#subform label.error {
	font-size: 0px;
	display: none !important;
}
form#subform input.error {
	border: 1px solid #f7a8a8;
}
form#subform #result_sub {
	width: 240px;
	text-align: center;
}

.row_white1 {
	background: #ffffff;
	margin: 0px 5px;
}
.row_alternate {
	background: #ffffff;
	width: 940px;
	padding: 10px 20px;
	margin: 0px 5px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
/**--features--**/
ul.features li {
	width: 300px;
	margin-right: 20px;
	float: left;
	margin-top: 160px;
}
/**--bullet list--**/
ul.bullet {
	padding-top: 5px;
}
ul.bullet li {
	background: url(../images/bullet-list.png) no-repeat 0 7px;
	padding-left: 20px;
	line-height: 2em;
	display: block;
	list-style: none;
}
/**--subscribe--**/
.subscribe {
	width: 438px;
	padding-left: 20px;
	text-align: center;
	float: left;
}
.subscribe h3 {
	color: #e27f26;
}
/*subscribe form*/
.subscribe_form {
	width: 240px;
	margin: 10px auto 0px auto;
}
form#subform fieldset {
	border: none;
	background: none;
}
form#subform fieldset p {
	background: none;
	padding: 0;
	margin: 0;
	display: block;
}
form#subform input {
	background: #ffffff;
	width: 228px;
	height: 22px;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #8a8a8a;
	font-size: 0.85em;
	line-height: 1.8em;
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	outline: none;
}
form#subform input.sub_submit {
	background: url(../images/signup-btn.png) no-repeat 0 0;
	width: 240px;
	height: 40px;
	margin: 5px 0px 10px 0px;
	padding: 0;
	color: #616161;
	font-size: 1em;
	text-shadow: 0px -1px 0px #ffffff;
	border: none;
	cursor: pointer;
	outline: none;
	display: block;
}
/*label.error is not used for this template*/
form#subform label.error {
	font-size: 0px;
	display: none !important;
}
form#subform input.error {
	border: 1px solid #f7a8a8;
}
form#subform #result_sub {
	width: 240px;
	text-align: center;
}
/**--gallery--**/
ul.gallery li {
	background: url(../images/gallery-box.png) no-repeat;
	width: 302px;
	height: 135px;
	padding: 5px;
	margin-right: 20px;
	position: relative;
	list-style: none;
	float: left;
	text-align: center;
}
ul.gallery li a span {
	width: 210px;
	height: 135px;
	background-color: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 10;
	display: none;
}
ul.gallery li a span img {
	width: 34px;
	height: 34px;
	border:none;
	margin-top: 55px;
	margin-left: 93px;
	background: none !important;
}
.gallery_title {
	background: url(../images/gallery-top-heading-bg.png) no-repeat;
	width: 178px;
	height: 25px;
	position: absolute;
	top: -5px;
	left: 21px;
	z-index: 999;
	text-align: center;
	line-height: 1.8em;
	color: #535353;
	text-shadow: 0px -1px 0px #f6f6f6;
}
/**--tagline--**/
.tagline {
	width: 710px;
	margin-right: 10px;
	float: left;
}
.tagline p {
	font-size: 1.0em;
	margin-bottom: 10px;
}
.column_2 p {
	font-size: 1.0em;
	margin-bottom: 10px;
}
.tagline1 {
	width: 940px;
	float: left;
}
.tagline1 p {
	font-size: 1.0em;
	margin-bottom: 10px;
}

.tagline1 ul li{
	background-image:url(images/smallyes.png);
	background-repeat: no-repeat;
	background-position:top left;
	padding-left:35px;
	font-family:helvetica;
	font-size:14px;
	color:#4c4c4c;
	line-height:15px;
	padding-top:0px;
	padding-bottom:10px;
}
/**--list for payment and social--**/
ul.footer_list {
	padding-top: 10px;
}
ul.footer_list li {
	padding-right: 5px;
	background: none;
	list-style: none;
	float: left;
}
/**--table for contact info--**/
table td {
	padding-right: 10px;
}
td.info {
	font-size: 0.8em;
}
/*----------content_bottom----------*/
#content_bottom {
	background:url(../images/content-bottom.png) no-repeat center bottom;
	width: 990px;
	height: 30px;
	float: left;
}
/*8.footer*/
/*---------------------------------------------------------------------------*/
#footer {
	width: 940px;
	font-size: 0.85em;
	padding-top: 10px;
	margin: 0 auto;
}
#footer p {
	float: left;
}
#footer ul {
	float: right;
}
#footer ul li {
	padding-left: 10px;
	background: none;
	list-style: none;
	float: left;
}
