@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: #616161;
	line-height: 1.3em;
}
h1 {
	font-size: 1.6em;
	margin-bottom: 15px;
}
h2 {
	font-size: 1.4em;
}
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: 460px;
	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;
}
#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.1em;
	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: 360px;
	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: 80%;
	margin: 25px auto 0px auto;
}
/*----------header_bottom----------*/
#header_bottom {
	background: url(../images/header-bottom.png) no-repeat center bottom;
	width: 990px;
	height: 35px;
}

/*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;
}
