/* page start */
body{
	margin:0;
	font:12px Arial, Verdana ,Helvetica, sans-serif;
	color:#858585;
}
form{
	margin:0;
	padding:0;
}
img{
	border:none;
}
h1{
	font-size:24px;
	font-weight:bold;
	margin:0;
	line-height:30px;
	color:#f15923;
}
h2{
	font-size:14px;
	color:#f15923;
	font-weight:bold;
	margin:0;
}
ul{
	color:#f15923;
}
ul span{
	color:#858585;
}
/* page holder */
#main{
	width:822px;
	margin:0 auto;
	position:relative;
	padding:111px 0 0;
}
/* content start */
#content{
	padding:19px 0 0;
}
/*top boxes holder */
.box-holder{
	overflow:hidden;
	height:1%;
	padding:0 0 0 59px;
}
/* top boxes start */
.inform-box{
	float:left;
	width:240px;
}
.inform-box img{
	float:left;
	margin:0;
}
.text-holder{
	width:175px;
	float:left;
	padding:0 0 0 5px;
}
.text-holder strong{
	font-size:18px;
	color:#f15923;
	line-height:21px;
}
.text-holder strong span{
	color:#424242;
}
.text-holder p{
	margin:9px 0 0;
	line-height:20px;
}
/* orange box start */
.main-text{
	width:820px;
	background:#f15a24 url(../images/content-bg-top.gif) no-repeat;
	overflow:hidden;
	padding:11px 0 0;
	margin:12px 0 0 1px;
	position:relative;
}
.content-holder{
	background:url(../images/box-bg.gif) repeat-y;
	width:820px;
	overflow:hidden;
}
.box-bg{
	width:820px;
	overflow:hidden;
	background:url(../images/content-gradient.gif) no-repeat 0 100%;
}
/* content h1 */
.home-head1{
	font-size:24px;
	color:#fff;
	font-weight:bold;
	margin:0 3px 24px 7px;
	text-indent:-7px;
	line-height:30px;
}
.home-head2{
	font-size:14px;
	color:#fff;
	font-weight:bold;
	margin:0 0 0 7px;
}
/* content list */
.info{
	margin:0;
	padding:11px 0 2px 6px;
	list-style:none;
	float:left;
	width:204px;
	color:#fff;
}
.info li{
	background:url(../images/bullet-content.gif) no-repeat 0 2px;
	padding:0 0 5px 16px;
}
.content-wrapper{
	width:420px;
	float:left;
	padding:18px 0 0 44px;
}
/* content buttons box */
.button-box{
	width:820px;
	height:78px;
	background:url(../images/content-bottom-bg.jpg) no-repeat;
}
/* sign up button */
.sign-up{
	height:45px;
	color:#fff;
	text-decoration:none;
	float:left;
	font-size:20px;
	line-height:42px;
	margin:17px 0 0 49px;
	position:relative;
	cursor:pointer;
}
.sign-up em{
	height:45px;
	background:url(../images/sign-up-left.png) no-repeat;
	float:left;
	width:27px;
}
.sign-up strong{
	background:url(../images/sign-up-bg.gif) repeat-x;
	float:left;
	height:45px;
	padding:0 14px 0 0;
	margin:0 0 0 -3px;
	position:relative;
}
.sign-up span{
	height:45px;
	background:url(../images/sign-up-right.png) no-repeat;
	float:left;
	width:32px;
}
/* learn more button */
.learn-more{
	height:34px;
	color:#fff;
	text-decoration:none;
	float:left;
	font-size:18px;
	line-height:31px;
	margin:23px 0 0 18px;
	cursor:pointer;
}
.learn-more em{
	height:34px;
	background:url(../images/learn-more-left.png) no-repeat;
	float:left;
	width:19px;
}
.learn-more strong{
	background:url(../images/learn-more-bg.gif) repeat-x;
	float:left;
	height:34px;
	padding:0 21px 0 0;
	margin:0 0 0 -1px;
	font-weight:normal;
}
.learn-more span{
	height:34px;
	background:url(../images/learn-more-right.png) no-repeat;
	float:left;
	width:31px;
}
/* content img holder */
.img-holder{
	position:absolute;
	top:32px;
	right:16px;
}
.img-holder img{
	border:3px solid #fff;
	display:block;
	margin:0 0 0 30px;
	position:relative;
	z-index:3;
}
.img-holder span{
	display:block;
	width:346px;
	height:16px;
	background:url(../images/img-shadow.png) no-repeat;
	margin:-8px 0 0 16px;
}
/* content cite box */
.cite-box{
	margin:39px 0 0;
	overflow:hidden;
	height:1%;
	width:100%;
}
/* twitter link */
.twitter{
	float:left;
	background:url(../images/twitter.jpg) no-repeat;
	color:#424242;
	font-size:18px;
	font-weight:bold;
	width:90px;
	padding:1px 0 2px 62px;
	text-decoration:none;
	margin:7px 0 0 70px;
	line-height:21px;
}
.twitter:hover{
	text-decoration:underline;
}
/* content cite */
.cite-box blockquote{
	float:right;
	font-size:18px;
	font-style:italic;
	color:#858585;
	width:552px;
	margin:0;
	padding:0;
}
.cite-box blockquote p{
	margin:0;
	line-height:21px;
}
.cite-box blockquote cite{
	font-style:normal;
}
/* bottom logo list */
.logo-box{

	padding:0;
	width:100%;
	overflow:hidden;
	list-style:none;
	margin:46px 0 0 -1px;
}
.logo-box li{
	float:left;
	padding:0 6px 0 0;
}
.logo-box li a img,
.logo-box li a{
	display:block;
}
/* footer area */
#footer{
	width:822px;
	text-align:right;
	overflow:hidden;
	margin:0 0 17px;
}
/* footer menu */
.footer-menu{
	padding:0;
	margin:29px 0 11px;
	list-style:none;
	float:right;
	color:#000;
}
.footer-menu li{
	float:left;
	padding:0 0 0 9px;
}
.footer-menu li a{
	color:#000;
}
.footer-menu li a:hover{
	text-decoration:none;
}
/* footer copyright */
#footer p{
	clear:both;
	margin:0;
	font-size:14px;
	color:#858585;
}
/* header area */
#header{
	position:absolute;
	width:100%;
	height:111px;
	top:0;
	left:0;
}
/* logo */
.logo{
	width:226px;
	height:76px;
	position:absolute;
	top:34px;
	left:0;
	text-indent:-9999px;
	overflow:hidden;
	z-index:2;
}
.logo a{
	display:block;
	height:100%;
	background:url(../images/logo.gif) no-repeat;
}
/* header login form */
.login-form{
	font-size:11px;
	color:#000;
	position:absolute;
	top:19px;
	right:2px;
	overflow:hidden;
}
.login-form label{
	float:left;
	padding:2px 3px 0 4px;
}
.login-text{
	float:left;
	width:125px;
	height:20px;
	background:url(../images/input-bg.gif) no-repeat;
	padding:0 3px 0 0;
	overflow:hidden;
}
.login-text input{
	padding:3px 2px 0;
	border:0;
	width:121px;
	background:none;
	font-size:11px;
}
.btn-login{
	background:url(../images/login-btn.gif) no-repeat;
	width:47px;
	height:20px;
	float:left;
	font-size:11px;
	color:#fff;
	border:none;
}
.btn-login:hover{
	text-decoration:underline;
}
/* checkbox holder */
.remember{
	clear:both;
	text-align:right;
	line-height:15px;
	padding:2px 0 0;
}
.remember a{
	color:#f36427;
	font-size:12px;
	padding:0 4px 0 0;
}
.remember a:hover{
	text-decoration:none;
}
.remember label{
	float:none;
	margin:0;
}
/* checkbox */
.remember input{
	margin:0;
	padding:0;
	position:relative;
	top:1px;
	height:13px;
	width:13px;
}
* html .remember input{
	top:-1px;
}
* +html .remember input{
	top:-1px;
}
/* main menu area */
.menu-holder{
	position:absolute;
	top:71px;
	right:0;
}
.menu-box{
	height:39px;
	float:right;
	background:url(../images/menu-bg-left.gif) no-repeat;	
}
.main-menu{
	padding:0;
	margin:0 0 0 -4px;
	overflow:hidden;
	list-style:none;
	font-size:14px;
	float:left;
	background:url(../images/menu-bg-right.gif) no-repeat 100% 0;
	height:39px;
}
.main-menu li{
	float:left;
	line-height:39px;
	background:url(../images/main-menu-sep.gif) no-repeat 0 10px;
	margin:0 0 0 -2px;
	padding:0 19px;
}
.main-menu li a{
	color:#fff;
	text-decoration:none;
}
.main-menu li a:hover{
	text-decoration:underline;
}
