/* General styles */
html {
	font-size:100.01%; /* for resizable fonts */
	background: #fff url(../images/bg-html.gif) repeat-x;
	height:100%;
}
body {
	margin:0;
	color:#0d1116;
	font:62.5% Arial, Helvetica, sans-serif;
	background: url(../images/bg-body.jpg) no-repeat 50% 0;
	height:100%;
	min-width:960px;
}
img {border:none;}
a{
	color:#2d88cb;
	text-decoration: underline;
}
a:hover{text-decoration: none;}
a:focus{outline:none;}
/* logo styles */
.logo{
	position:absolute;
	top:12px;
	left:0;
	margin:0;
	text-indent:-9999px; /* to take out the html text */
	overflow:hidden;
	width:147px;
	height:50px;
	z-index:1;
}
.logo a{
	background: url(../images/logo.png) no-repeat;
	display:block;
	height:100%;
	cursor:pointer;
}
/* main containers styles */
#wrapper {
	width:100%;
	overflow:hidden;
	position:relative;
	background: url(../images/bg-wrapper.gif) repeat-x 0 85px;
}
/* header block styles */
#header-area{
	width:100%;
	overflow:hidden;
}
#header {
	overflow:hidden;
	width: 961px;
	margin:0 auto;
	padding:0 0 49px;
	position:relative;
}
/* main navigation styles start */
#nav{
	position:absolute;
	top:48px;
	right:0;
	list-style:none;
	margin:0;
	padding:0;
	z-index:3;
	overflow:hidden;
}
#nav li{
	float:left;
	padding:0 0 0 25px;
}
#nav li a{
	font-size:16px;
	color:#606060;
	text-decoration:none;
	text-transform:uppercase;
}
#nav li a:hover, #nav li.active a{
	color:#eaeaea;
}
/* main navigation styles end */
#header .area{
	padding:129px 0 116px;
	height:478px;
	position:relative;
}
#header .ttl{
	display:block;
	margin:0 0 23px;
	font: bold 24px/30px Verdana, Arial, Helvetica, sans-serif;
	color:#4c7dba;
}
#header .ttl span{
	color:#fff;
}
/* tip block */
.tip{
	position:absolute;
	top:143px;
	right:0;
	background: url(../images/bg-tip.gif) no-repeat;
	width: 178px;
	height: 226px;
	padding:20px 11px 0 53px;
	color:#fff;
}
.tip .try{
	position:absolute;
	background: url(../images/btn-try.png) no-repeat;
	width: 172px;
	height: 41px;
	left:52px;
	bottom:11px;
	text-indent:-9999px;
	overflow:hidden;
}
.tip .stop{
	display:block;
	text-indent:-9999px; /* to take out the html text */
	overflow:hidden;
	background: url(../images/text-stop.gif) no-repeat;
	width: 155px;
	height: 48px;
	margin:0 0 5px;
}
.tip .text{
	display:block;
	margin:0 0 13px;
	font-size:14px;
}
.tip .par{
	margin:0;
	font-size:19px;
	line-height:22px;
}
/* numbers block */
.numbers{
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	overflow:hidden;
}
.numbers li{
	float:left;
}
.numbers li.one{
	margin:0;
}
/* help block styles start */
.help{
	width:100%;
	overflow:hidden;
}
.help h2{
	margin:0 0 26px;
	font-size:24px;
	color:#4b80c1;
	font-weight:normal;
	text-transform:uppercase;
}
.help h2 span{
	font-weight:bold;
}
.help .columns{
	width:1014px;
	overflow:hidden;
	margin:0 0 0 -42px;
}
.help .column{
	float:left;
	width:302px;
	margin:0 0 0 42px;
	display:inline; /* ie6 fix */
}
.help .short{
	width:274px;
}
.help .img{
	float:left;
	margin:0 12px 0 0;
}
/* fix for ie6 */
* html .help .img{
	margin:0 9px 0 0;
}
.help .text{
	height:1%;
	overflow:hidden;
}
.help .text p{
	margin:0;
	font-size:1.5em;
	line-height:1.334em;
	color:#b9b9b9;
}
/* help block styles end */

/* footer block styles */
#footer {
	width:960px;
	margin:0 auto;
	overflow:hidden;
	padding:26px 0 30px;
}
.navbar{
	float:left;
	width:520px;
}
/* bottom navigation styles start */
.nav{
	list-style:none;
	margin:0 0 7px;
	padding:0;
	width:100%;
	overflow:hidden;
}
.nav li{
	float:left;
	margin:0 20px 0 -12px;
	padding:0 0 0 11px;
	background: url(../images/divider.gif) no-repeat 0 4px;
}
.nav li a{
	font-size:1.3em;
	color:#f15924;
	text-decoration:none;
}
.nav li a:hover{
	text-decoration:underline;
}
/* bottom navigation styles end */
#footer p{
	margin:0;
	font-size:1.2em;
	color:#7a7a7a;
}
/* social block styles */
.social{
	float:right;
	width:200px;
	margin:6px 0 0;
}
.social .txt{
	float:left;
	font-size:16px;
	color:#435f71;
	margin:6px 5px 0 0;
}
.social ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}
.social ul li{
	float:left;
	margin:0 0 0 9px;
	display:inline; /* ie6 fix */
}

