@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. text align style
5. button styles
----------Index page styles----------
6. top_header
7. header
	7.1 header_top
	7.2 header_middle
			- slider
			- buttons
	7.3 header_bottom
8. content_wrapper
		- content
			- content_top
			- content_middle
   --------whole content div is repeated for features, subscribe, pricing, screenshots, contact
   		- sub_footer
			- 3 columns
9. 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: 5px;
}
h2 {
	font-size: 1.3em;
}
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: 400px;
	margin-right: 20px;
	float: left;
}
/*three columns*/
.column_3 {
	width: 250px;
	margin-right: 15px;
	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.text align style*/
/*---------------------------------------------------------------------------*/
.align_center {
	text-align: center;
}
/*5.button styles*/
/*---------------------------------------------------------------------------*/
.button_1 {
	background: url(../images/calltoaction-big-btn.png) no-repeat 0 0;
	width: 340px;
	height: 42px;
	padding: 5px;
	margin: 25px auto 0px auto;
	text-align: center;
}
.button_2 {
	background: url(../images/calltoaction-small-btn.png) no-repeat 0 0;
	width: 190px;
	height: 42px;
	padding: 5px;
	margin: 30px auto 30px auto;
	text-align: center;
}
.button_1 a, .button_2 a {
	font-size: 1.1em;
	color: #616161;
	line-height: 2.9em;
	display: block;
}
.button_3 {
	background: url(../images/signup-small-btn.png) no-repeat 0 0;
	width: 90px;
	height: 32px;
	padding: 5px;
	margin: 0 auto;
	text-align: center;
}
.button_3 a {
	font-size: 1em;
	color: #616161;
	text-transform: uppercase;
	line-height: 2.5em;
	display: block;
}
.button_1 a:hover, .button_2 a:hover, .button_3 a:hover {
	text-decoration: none;
	color: #288da6;
}
/*----------------------------------------*/
/*Index page style*/
/*----------------------------------------*/
/*6.top_header*/
/*---------------------------------------------------------------------------*/
#top_header {
	width: 830px;
	padding-top: 30px;
	margin: 0 auto;
}
.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;
}
/*7.header*/
/*---------------------------------------------------------------------------*/
#header {
	width: 990px;
	margin: 25px auto 30px auto;
	text-align: center;
	z-index: 99;
}
/*----------header_top----------*/
#header_top {
	background: url(../images/header-top.png) no-repeat center top;
	width: 830px;
	height: 15px;
	margin: 0px 80px;
	float: left;
}
/*----------header_middle----------*/
#header_middle {
	background: url(../images/header-middle.png) repeat-y center;
	width: 830px;
	margin: 0px 80px;
	position: relative;
	float: left;
}
#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;
	display: block;
}
/**--slider--**/
#slider {
	width: 800px;
	height: 330px;
	margin: 0px 15px 25px 15px;
}
/*----------header_bottom----------*/
#header_bottom {
	background: url(../images/header-bottom.png) no-repeat center bottom;
	width: 990px;
	height: 35px;
	float: left;
}
/*8.content_wrapper*/
/*---------------------------------------------------------------------------*/
#content_wrapper {
	width: 820px;
	margin: 0 auto;
}
.content {
	width: 820px;
}
/*----------content_top----------*/
.content_top {
	background: url(../images/content-top.png) no-repeat;
	width: 820px;
	height: 35px;
	padding-top: 15px;
	text-align: center;
	-moz-box-shadow: 0px 0px 10px #d4d4d4;
	-webkit-box-shadow: 0px 0px 10px #d4d4d4;
	box-shadow: 0px 0px 10px #d4d4d4;
	-o-box-shadow: 0px 0px 10px #d4d4d4;
	-ms-box-shadow: 0px 0px 10px #d4d4d4;
	float: left;
}
/*----------content_middle----------*/
.content_middle {
	background: #ffffff;
	width: 780px;
	padding: 30px 20px 30px 20px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	-moz-box-shadow: 0px 0px 10px #d4d4d4;
	-webkit-box-shadow: 0px 0px 10px #d4d4d4;
	-o-box-shadow: 0px 0px 10px #d4d4d4;
	-ms-box-shadow: 0px 0px 10px #d4d4d4;
	box-shadow: 0px 0px 10px #d4d4d4;
	float: left;
}
/**--features--**/
ul.features li {
	width: 250px;
	margin-right: 15px;
	margin-bottom: 25px;
	float: left;
}
/**--subscribe--**/
#subform {
	width: 340px;
	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: 328px;
	height: 23px;
	padding: 5px;
	margin: 0px 0px 15px 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/submit-btn.png) no-repeat 0 0;
	width: 340px;
	height: 40px;
	margin: 0px 0px 10px 0px;
	padding: 0;
	font-family:Tahoma, Geneva, sans-serif;
	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#form #result_sub {
	width: 340px;
	text-align: center;
}
.note {
	font-size: 0.7em;
}
/**--price table--**/
.price_table {
	background: #f9f9f9;
	width: 240px;
	border: 1px solid #ffffff;
	margin: 5px 27px 5px 0px;
	font-size: 1em;
	color: #8f8f8f;
	-moz-box-shadow: 0px 0px 10px #d4d4d4;
	-webkit-box-shadow: 0px 0px 10px #d4d4d4;
	-o-box-shadow: 0px 0px 10px #d4d4d4;
	-ms-box-shadow: 0px 0px 10px #d4d4d4;
	box-shadow: 0px 0px 10px #d4d4d4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	float: left;
}
.price_table:hover {
	-moz-box-shadow: 0px 0px 18px #d4d4d4;
	-webkit-box-shadow: 0px 0px 18px #d4d4d4;
	-o-box-shadow: 0px 0px 18px #d4d4d4;
	-ms-box-shadow: 0px 0px 18px #d4d4d4;
	box-shadow: 0px 0px 18px #d4d4d4;
}
.price_table h1 {
	background: url(../images/table-header-divider.png) no-repeat center bottom;
	font-size: 1.9em;
	color: #a07f7f;
	text-transform: uppercase;
	padding: 5px 0px 10px 0px;
}
.price_table p {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.4em;
	color: #ffffff;
	text-shadow: 0px -1px 0px #d1bebe;
	padding-top: 5px;
}
ul.price_list {
	text-align: center;
}
ul.price_list li {
	background: url(../images/table-content-divider.png) no-repeat center bottom;
	width: 230px;
	padding: 10px 5px 14px 5px;
	list-style: none;
	display: block;
}
li.table_top {
	background: url(../images/plan-name-bg.png) no-repeat center !important;
	width: 230px;
	height: 100px;
	padding: 5px !important;
}
li.table_last {
	background: none !important;
	width: 230px;
	padding: 15px 5px !important;
}
/**--gallery--**/
ul.gallery li {
	background: url(../images/gallery-box.png) no-repeat;
	width: 240px;
	height: 155px;
	padding: 5px;
	margin-right: 15px;
	margin-bottom: 25px;
	position: relative;
	list-style: none;
	float: left;
}
ul.gallery li a span {
	width: 240px;
	height: 155px;
	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, ul.gallery li.last_image a span img {
	width: 34px;
	height: 34px;
	border:none;
	margin-top: 65px;
	margin-left: 108px;
	background: none !important;
}
.gallery_title {
	background: url(../images/gallery-top-heading-bg.png) no-repeat;
	width: 178px;
	height: 25px;
	position: absolute;
	top: -5px;
	left: 36px;
	z-index: 999;
	color: #535353;
	text-shadow: 0px -1px 0px #f6f6f6;
	text-align: center;
	line-height: 1.8em;
}
/**--contact form--**/
#contact_form {
	width: 380px;
	float: left;
}
#form {
	padding-top: 20px;
}
form#form fieldset {
	border: none;
	background: none;
}
form#form fieldset p {
	background: none;
	padding: 0;
	margin: 0;
	display: block;
}
form#form label {
	width: 340px;
	font-size: 0.8em;
	color: #616161;
	text-align: left;
	padding-bottom: 5px;
	float: left;
}
form#form input {
	background: #ffffff;
	width: 328px;
	height: 23px;
	padding: 5px;
	margin: 0px 0px 15px 0px;
	font-family: Tahoma, Arial, 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;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	outline: none;
	float: left;
}
form#form textarea {
	width: 328px;
	height: 100px;
	padding: 5px;
	margin: 0px 0px 15px 0px;
	font-family: Tahoma, Arial, Geneva, sans-serif;
	color: #8a8a8a;
	font-size: 0.85em;
	line-height: 1.4em;
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	outline: none;
	float: left;
}
form#form input.submit {
	background: url(../images/submit-btn.png) no-repeat 0 0;
	width: 340px;
	height: 40px;
	margin: 0px 0px 10px 0px;
	padding: 0;
	color: #616161;
	font-size: 1em;
	text-shadow: 0px -1px 0px #ffffff;
	border: none;
	cursor: pointer;
	outline: none;
	display: block;
	float: left;
}
/*label.error is not used for this template*/
form#form label.error {
	width: 0px;
	font-size: 0px;
	line-height: 0em;
	display: none !important;
}
form#form input.error {
	border: 1px solid #efbcbc;
}
form#form textarea.error {
	border: 1px solid #efbcbc;
}
form#form #result {
	width: 340px;
	float: left;
	text-align: center;
}
/**--contact / address / map--**/
#address {
	width: 380px;
	padding-left: 20px;
	float: left;
}
/*map*/
.map {
	width: 340px;
	height: 180px;
	padding:5px;
	margin-bottom: 35px;
	background: #ffffff;
	border: 1px solid #e8e8e8;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 5px;
}
/*table for contact info*/
table td {
	padding-right: 10px;
}
td.info {
	font-size: 0.8em;
}
/**--sub_footer--**/
.sub_footer {
	background: #ffffff;
	width: 780px;
	padding: 30px 20px 25px 20px;
	margin-top: 30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0px 0px 10px #d4d4d4;
	-webkit-box-shadow: 0px 0px 10px #d4d4d4;
	-o-box-shadow: 0px 0px 10px #d4d4d4;
	-ms-box-shadow: 0px 0px 10px #d4d4d4;
	box-shadow: 0px 0px 10px #d4d4d4;
	float: left;
}
/*list for payment and social*/
.client {
	font-size: 0.85em;
	font-style: italic;
	padding-bottom: 5px;
	display: block;
}
ul.footer_list {
	padding-top: 10px;
}
ul.footer_list li {
	padding-right: 5px;
	background: none;
	list-style: none;
	float: left;
}
/*9.footer*/
/*---------------------------------------------------------------------------*/
#footer {
	width: 780px;
	font-size: 0.85em;
	padding: 10px 25px 30px 25px;
	margin: 0 auto;
}
#footer p {
	float: left;
}
#footer ul {
	float: right;
}
#footer ul li {
	padding-left: 10px;
	background: none;
	list-style: none;
	float: left;
}
