@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 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
	margin-bottom: 20px;
	color: #ffffff;
}
h5 {
	font-size: 18px;
	margin-bottom: 15px;
	color: #708801;
	text-align: center;
}
a {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
/*header_top*/
/*---------------------------------------------------------------------------*/
#header_top_bg {
	background: url(../images/header_top.jpg) repeat-x;
	width: 100%;
	height: 81px;
}
#header_top {
	width: 960px;
	margin: 0 auto;
}
#header_top p {
	font-size: 16px;
	color: #ffffff;
	float: right;
	padding-top: 35px;
}
/*logo*/
.logo {
	float: left;
	margin-top: 20px;
}
/*demo*/
/*---------------------------------------------------------------------------*/
#demo_bg {
	background: url(../images/header_middle.png) 50% 0 no-repeat;
	width: 100%;
	height: 199px;
}
#demo {
	width: 960px;
	height: 159px;
	padding-top: 40px;
	margin: 0 auto;
}
#demo p {
	font-size: 16px;
	text-align: center;
	color: #ededed;
	font-weight: normal;
	text-shadow: #000000 0px 1px 0px;
}
#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;
}
#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;
}
/*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: 40px;
}
#main_tagline {
	width: 960px;
	float: left;
}
#main_tagline h1 {
	color: #1a1a1a;
	font-size: 28px;
	margin-bottom: 40px;
}
/*box, box_middle and box_last for arrow as hover*/
.box {
	width: 300px;
	float: left;
	margin-right: 30px;
}
.box:hover {
	background: url(../images/arrow_left.png) no-repeat top right;
	float: left;
}
.box_middle {
	width: 300px;
	float: left;
	margin-right: 30px;
}
.box_middle:hover {
	background: url(../images/arrow_middle.png) no-repeat 190px 0;
}
.box_last {
	width: 300px;
	float: left;
	margin-right: 0px;
}
.box_last:hover {
	background:url(../images/arrow_right.png) no-repeat top left;
}
/*box_inner for content*/
.box_inner {
	width: 300px;
	float: left;
	margin-top: 60px;
}
.box_inner img {
	margin-left: 105px;
	margin-bottom: 10px;
}
.box_inner p {
	text-align: center;
	color: #1a1a1a;
}
.box_inner a {
	font-size: 24px;
	color: #1a1a1a;
	text-align: center;
	margin-bottom: 5px;
	display: block;
	font-weight: bold;
}
/*big_action button*/
/*---------------------------------------------------------------------------*/
.big_action {
	background: url(../images/click_to_action_btn.png) no-repeat;
	width: 502px;
	height: 72px;
	float: left;
	margin-left: 230px;
	margin-bottom: 20px;
}
.big_action a {
	font-size: 34px;
	color: #f4f4f4;
	text-align: center;
	font-weight: bold;
	display: block;
	margin-top: 25px;
}
/*subscribe, testimonial*/
/*---------------------------------------------------------------------------*/
#information {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0px 40px 0px;
}
#subscribe {
	width: 465px;
	float: left;
}
#testimonial {
	width: 465px;
	float: left;
	margin-right: 30px;
}
#testimonial span {
	display: block;
	color: #708801;
	margin-top: 10px;
}
/*subscribe*/
.input_subscribe {
	background: url(../images/input_fld.png) no-repeat;
	width: 375px;
	height: 42px;
	border:none;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #848484;
	line-height: 3em;
	padding-left: 10px;
	margin-bottom: 10px;
}
.btn_subscribe {
	background: url(../images/subscribe_btn.png) no-repeat;
	width: 125px;
	height: 42px;
	font-size: 18px;
	font-weight: bold;
	text-align:center;
	line-height: 2.2em;
	color: #363636;
	text-shadow: #cccccc 0px 1px 0px;
	border:none;
	float:left;
	margin-top: 5px;
	cursor: pointer;
}
/*social*/
ul.social {
	float: left;
	padding-top: 15px;
	padding-left: 18px;
}
ul.social li {
	float:left;
	display:inline;
	list-style:none;
	padding: 0px 0px 0px 10px;
	margin: 0;
}
ul.social li.tag {
	padding-top: 15px;
}
/*footer*/
/*---------------------------------------------------------------------------*/
#footer_bg {
	background: url(../images/footer_bg.jpg) repeat-x;
	width: 100%;
	height: 100px;
}
#footer {
	width: 960px;
	margin: 0 auto;
	padding-top: 40px;
}
#footer p {
	float: left;
	color: #ededed;
}
#footer ul li {
	float:right;
	display:inline;
	list-style:none;
	padding: 0px 0px 0px 15px;
	margin: 0;
}
#footer ul li a {
	color: #ededed;
}
#footer ul li a:hover {
	color: #ededed;
	border-bottom: 1px solid #ededed;
}
/*if IE6*/
/*---------------------------------------------------------------------------*/
* html .big_action {
	margin-left: 115px;
}
* html .big_action a {
	margin-top: 15px;
}
