@charset "utf-8";

/* CSS Document */
body
{
	background: url(../images/body_bg.jpg) repeat #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color: #ededed;
	line-height: 1.6em;
}

.clear { clear:both; }

/*Typography and default*/
/*---------------------------------------------------------------------------*/
h1, h2, h3, h4
{
	color: #ffffff;
	line-height: 1em;
	margin-bottom: 15px;
	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: 38px;
	color: #f4f4f4;
	text-align: center;
	margin-bottom: 5px;
}/*works for demo big heading*/

h2
{
	font-size: 26px;
	margin-bottom: 5px;
	color: #ffffff;
}

h3
{
	float: left;
	font-size: 22px;
	color: #f4f4f4;
	margin-top: 10px;
}

h4
{
	font-size: 18px;
	margin-bottom: 20px;
	color: #ffffff;
}

h5
{
	font-size: 18px;
	margin-bottom: 15px;
	color: #bf2b2b;
	text-align: center;
}

a
{
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
	color: #F93;
}
/*header_top*/
/*---------------------------------------------------------------------------*/
#header_top_bg
{
	background: url(../images/header_top.jpg) repeat-x;
	width: 100%;
	height: 81px;
	padding: 5px 0 5px 0;
}

#header_top
{
	width: 960px;
	margin: 0 auto;
}

#header_top p
{
	font-size: 24px;
	color: #ffffff;
	float: right;
	padding-top: 30px;
	text-transform: uppercase;
	font-weight: bolder;
}

/*----------logo---------*/
.logo
{
	float: left;
	margin-top: 2px;
}

/*demo*/
/*---------------------------------------------------------------------------*/
#demo_bg
{
	background: url(../images/header_middle.png) 50% 0 no-repeat;
	width: 100%;
	height: 199px;
    background-repeat: no-repeat;
    background-size: 100% 100%;	
}

#demo
{
	width: 960px;
	height: 159px;
	padding-top: 40px;
	margin: 0 auto;
}

#demo p
{
	font-size: 36px;
	text-align: center;
	color: #12CBFE;
	font-weight: normal;
	text-shadow: #000000 0px 1px 0px;
	line-height: 36px;
}

#demo a
{
	font-size: 18px;
	color: #f4f4f4;
	text-align: center;
	font-weight: bold;
	display: block;
	margin-top: 35px;
}

/*header*/
/*---------------------------------------------------------------------------*/
#header
{
	width: 960px;
	padding: 40px 0px 40px 0px;
	margin: 0 auto;
}

/*----------text----------*/
#text
{
	width: 450px;
	padding-right: 40px;
	float: left;
}

#text img
{
	float: left;
	margin-right: 20px;
}

#text ul
{
	margin-top: 5px;
	clear: both;
}

#text li
{
	list-style: none;
	background: url(../images/bullet_star.png) no-repeat 0 5px;
	margin: 0;
	padding-left: 25px;
	display: block;
	line-height: 2em;
}

/*----------buttons----------*/
.button_1
{
	background: url(../images/purchase_btn.png) no-repeat;
	width: 190px;
	height: 55px;
	float: left;
	margin-right: 20px;
	margin-top: 25px;
}

.button_2
{
	background: url(../images/trial_btn.png) no-repeat;
	width: 190px;
	height: 55px;
	float: left;
	margin-top: 25px;
}

.button_1 a, .button_2 a
{
	display: block;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-top: 18px;
}

/*----------slideshow----------*/
#slideshow
{
	width: 470px;
	height: 350px;
	background: #e4e4e4;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-border-radius: 10px;
	float: left;
	overflow: hidden;
	position: relative;
}

#slideshow img
{
	margin-left: 10px;
	margin-top: 10px;
}

#prev
{
	background: url(../images/previous.png) no-repeat 0 0;
	width:31px;
	height:35px;
	display:block;
	position:absolute;
	top:170px;
	left:0;
	z-index:101
}

#prev:hover
{
	background: url(../images/previous.png) no-repeat 0 -40px;
	width:31px;
	height:35px;
}

#next
{
	background: url(../images/next.png) no-repeat 0 0;
	width:31px;
	height:35px;
	display:block;
	position:absolute;
	top:170px;
	right:0;
	z-index:101
}

#next:hover
{
	background: url(../images/next.png) no-repeat 0 -40px;
	width:31px;
	height:35px;
}

/*display*/
/*---------------------------------------------------------------------------*/
#display_bg
{
	width: 100%;
	background-color: #eeeeee;
}

#display
{
	width: 960px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 30px;
	color: #1a1a1a;
}

/*----------hover_div----------*/
#hover_div
{
	width: 400px;
	float: left;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-border-radius: 10px;
	background-color: #d9d9d9;
	padding: 30px 30px 10px 30px;
}

#hover_div:hover { background-color:#c7c7c7; }

#hover_div p { margin-bottom: 15px; }

#hoverpic
{
	width: 390px;
	height: 100px;
	display: inline-block;
	margin: 50px 0px 0px 45px;
}


/*----------features----------*/
#features
{
	width: 500px;
	float: right;
}

#features img
{
	float: left;
	margin-right: 20px;
}

#features h3
{
	font-size: 18px;
	color: #1a1a1a;
	font-weight: normal;
	float: none;
	margin-bottom: 10px;
}

#features li
{
	float: left;
	list-style: none;
	background: none;
	margin-left: 30px;
	margin-bottom: 30px;
	width: 220px;
}

#display a { color: #1a1a1a; }

#display a:hover { border-bottom: 1px solid #1a1a1a; }

/*tabs*/
/*---------------------------------------------------------------------------*/
.tab_heading
{
	background: url(../images/tab_nav.jpg) top repeat-x;
	width: 100%;
	height: 63px;
}

ul.tabs
{
	width: 960px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	position:relative;
}

ul.tabs li
{
	float: left;
	display: block;
	margin-right: 30px;
	overflow: hidden;
	position: relative;
}

ul.tabs li a
{
	outline: none;
	display: block;
	font-size: 18px;
	color: #ffffff;
	float:left;
	height: 56px;
	padding-top: 22px;
}

ul.tabs li.active a
{
	background: url(../images/tab_arrow.png) center bottom no-repeat;
	height: 57px;
	display: block;
}

#tab_container_bg
{
	background: url(../images/tabs_bg.jpg) repeat;
	width: 100%;
}

.tab_container
{
	width: 960px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #ededed;
}

/*----------Tab - about / testimonial / subscribe / gallery----------*/
/*----------about----------*/
#about p.two_col
{
	width: 450px;
	padding-left: 30px;
	float:left;
	color: #ededed;
}

#about img
{
	float: left;
	border: 10px solid #e4e4e4;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-border-radius: 10px;
}

/*----------testimonial----------*/
.section1
{
	width: 465px;
	margin-right: 30px;
	float:left;
}

.section2
{
	width: 465px;
	float:left;
}

.section1 span, .section2 span
{
	display: block;
	color: #017088;
	margin-top: 10px;
}

/*----------subscribe----------*/
#subscribe_text
{
	width: 450px;
	float: left;
}

#subscribe_form
{
	width: 510px;
	float: left;
	position: relative;
}

form#subform fieldset
{
	border: none;
	background: none;
}

form#subform fieldset p
{
	background: none;
	padding: 0;
	margin: 0;
	display: block;
}

form#subform input
{
	background: url(../images/input_fld.png)no-repeat;
	width: 375px;
	height: 42px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 3em;
	color: #848484;
	padding-left: 10px;
	margin: 0;
	border:none;
	float: left;
}

form#subform #submit
{
	background: url(../images/subscribe_btn.png) no-repeat;
	width: 125px;
	height: 42px;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	color: #363636;
	line-height: 2.2em;
	text-shadow: #CCCCCC 0px 1px 0px;
	border:none;
	float:right;
	cursor: pointer;
	margin: 0;
	padding:0;
}

form#subform label.error
{
	color: #c52c02;
	font-style: italic;
	font-size: 10px;
	line-height: 1em;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 50px;
	left: 0;
}

form#subform #result_sub
{
	width: 375px;
	float: left;
	text-align: right;
	padding-top: 5px;
}

/*----------tab_gallery----------*/
#tab_gallery ul
{
	float: left;
	list-style-type: none;
}

#tab_gallery li
{
	width: 225px;
	height: 150px;
	padding: 0;
	display:inline;
	position: relative;
	float: left;
	list-style-type: none;
	background: none;
	margin: 0px 20px 0px 0px;
}

#tab_gallery li:nth-child(4n) { margin-right: 0px; }

#tab_gallery li a
{
	width: 225px;
	height: 150px;
	position: relative;
	float: left;
	display: block;
}

#tab_gallery li a img
{
	width: 205px;
	height: 130px;
	border: 10px solid #e4e4e4;
	position: relative;
	float:left;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-border-radius: 10px;
}

#tab_gallery span
{
	width: 205px;
	height: 130px;
	background-color: rgba(255, 255, 255, 0.8);
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10;
	display: none;
}

#tab_gallery li a span img
{
	width: 32px;
	height: 32px;
	border:none;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
}

/*----------quote / contact form----------*/
#contact_form
{
	width: 300px;
	float: left;
	margin-right: 30px;
}

form.contact_form
{
	width: 300px;
	float: left;
}

form.contact_form fieldset
{
	border: none;
	background: none;
}

form.contact_form fieldset p
{
	background: none;
	padding: 0;
	margin: 0;
	display: block;
}

form.contact_form label
{
	display: inline-block;
	color: #ededed;
	float: left;
	width: 98px;
	padding-top: 10px;
}

form.contact_form label.first_label { padding-top: 0px; }

input
{
	background:url(../images/txt-fld.png) no-repeat;
	width: 195px;
	height: 30px;
	padding: 0px 0px 0px 5px;
	margin: 10px 0px 0px 0px;
	font-family: Arial, Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	line-height: 2em;
	outline: none;
	float: left;
	border: none;
}

input.first { margin: 0; }

textarea
{
	background: url(../images/txt-area.png) no-repeat;
	width: 195px;
	height: 90px;
	padding: 0px 0px 0px 5px;
	margin: 10px 0px 0px 0px;
	font-family: Arial, Trebuchet MS, Verdana, sans-serif;
	font-size: 12px;
	border: none;
	line-height: 2em;
	outline: none;
	float: left;
}

form.contact_form input.submit
{
	background: url(../images/send-btn.png) no-repeat 0 0;
	width: 80px;
	height: 30px;
	margin: 15px 0px 0px 220px;
	padding: 0;
	border: none;
	cursor: pointer;
	outline: none;
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	color: #363636;
	line-height: 2.2em;
	text-shadow: #CCCCCC 0px 1px 0px;
}

form.contact_form label.error
{
	width: 300px;
	font-size: 10px;
	line-height: 1em;
	color: #c52c02;
	font-style: italic;
	float: right;
	text-align: right;
	margin: 0;
	padding: 0;
}

form.contact_form #result
{
	width: 300px;
	float: left;
	text-align: right;
	padding-top: 5px;
}

/*----------contact_text----------*/
#contact_text
{
	width: 630px;
	float: left;
	font-size: 13px;
}

#contact_text p
{
	float:left;
	margin-right: 30px;
}

#contact_text img 
{
	border: 10px solid #e4e4e4;
	float:left;
	margin-right: 30px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	-border-radius: 10px;
}

/*footer*/
/*---------------------------------------------------------------------------*/
#footer_bg
{
	background: url(../images/footer_bg.jpg) repeat-x;
	width: 100%;
	height: 100px;
}

#footer
{
	width: 960px;
	margin: 0 auto;
	padding-top: 40px;
	color: #ededed;
}

#footer p
{
	font-size: 12px;
}

#footer a
{
	font-size: 12px;
}
/*----------social----------*/
ul.social
{
	float: right;
	padding: 0;
}

ul.social li
{
	float:left;
	display:inline;
	list-style:none;
	padding: 0px;
	margin: -30px 0 0;
}

/*if IE6*/
/*---------------------------------------------------------------------------*/
* html #features li
{
	margin-left: 15px;
	margin-bottom: 30px;
	width: 220px;
}

* html #features h3 { margin-bottom: 10px; }


.contactInfo
{
	padding: 15px 0 16px 10px;
	line-height: 1.1em;
	font-size: 18px;
	font-weight: 600;
	/* [disabled]color: #000; */
	text-transform: uppercase;
	display: inline-block;
/*
	font-size: 20px;
	font-weight: bold;
	letter-spacing: -0.06em;
	line-height: 20px;
*/
}

.contactInfo a
{
	font-size: 0.85em !important;
	text-transform: lowercase !important;
}

.clear
{
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}
