html{font-size:100.01%;}
body{
	margin:0;
	color:#555;
	font:62.5% Arial, Helvetica, sans-serif;
	background:#fff url(../images/bg-page.gif) repeat-x;
	min-width:950px;
}
img{border-style:none;}
a{text-decoration:none; color:#555;}
a:hover{text-decoration:underline;}
q{quotes:none;}
q:before{content:''}
q:after{content:''}
#wrapper{
	width:941px;
	position:relative;
	padding:202px 0 0;
	margin:0 auto;
	font-size:140%;
}
#header{
	width:941px;
	position:absolute;
	left:0;
	top:0;
	z-index: 10;
}
#header .holder:after,
.top-bar:after,
#header:after{
	content:'';
	display:block;
	clear:both;
}
.top-bar{
	height:69px;
}
#header .holder{
	padding:18px 0 0;
	width:100%;
}
.logo{
	float:left;
	background:url(../images/logo.gif) no-repeat;
	width:216px;
	height:90px;
	text-indent:-9999px;
	overflow:hidden;
	padding: 0px 0 0 0;
	display: inline;
}
.logo a{
	display:block;
	height:100%;
}
.login-box{
	float:right;
	text-align:right;
	color:#666;
	font-size:11px;
	padding:65px 0 0;
	
}
.login-box p{
	margin:0 0 5px;
}
.login-box .links{
	font-size:0;
	line-height:0;
	font-weight:bold;
	position:relative;
	margin:0 -3px 0 0;
}
.login-box a{
	display:inline-block;
	float:left;
	background:url(../images/btn-blue.png) no-repeat;
	width:139px;
	height:43px;
	color:#fff;
	text-align:center;
	font-size:16px;
	line-height:38px;
	text-transform:uppercase;
	cursor:pointer;
	margin:0 0 0 5px;
}
.login-box a.login{
	background:url(../images/btn-red.png) no-repeat;
}
.login-box a:hover{text-decoration:none;}



/* --------------------- user bar area ---------------------------------- */

.user-bar{
	position:absolute;
	left: 580px;
	background:url(../images/bg-user-bar.gif) no-repeat;
	width:349px;
	height:54px;
	padding:5px 0 0 16px;
	color:#fff;
}

.user-bar a
{
	color:#fff;
}

.user-bar .account{
	float:left;
	background:url(../images/ico-person.gif) no-repeat 0 12px;
	height:27px;
	padding:12px 0 0 29px;
	font-size:11px;
}
.user-bar .account .logout{
	color:#fff;
	background:url(../images/ico-close.gif) no-repeat 100% 50%;
	padding:0 15px 0 5px;
}

.user-bar .account .change{
	background: url(../images/sep1.gif) no-repeat 100% 50%;
	padding:0 5px 0 0px;
}

.user-bar .account strong{
	font-size:12px;
	display:block;
}
.user-bar .application{
	width:183px;
	font-size:11px;
	padding:6px 0 0 17px;
	float:right;
	background:url(../images/sep1.gif) no-repeat;
	height:40px;
}
.application .title{
	padding:0 0 4px 2px;
	display:block;
}


#app_status_bar
{
	cursor: pointer;
}

.application .status-bar{
	width:100%;
	overflow:hidden;
	line-height:17px;
	
}
.application .status-bar .bar{
	float:left;
	background:url(../images/bg-bar.gif) no-repeat;
	width:129px;
	height:17px;
	margin:0 4px 0 0;
	padding:2px 3px 0;
}
.application .status-bar .bar strong{
	display:block;
	background:url(../images/bg-bar-l.gif) no-repeat;
	width:81px;
}
.application .status-bar .bar strong em{
	display:block;
	background:url(../images/bg-bar-r.gif) no-repeat 100% 0;
	height:13px;
}
#main{
	background:url(../images/sep2.gif) repeat-y 191px 0;
	overflow:hidden;
	margin:0 0 30px;
	padding:0 0 154px;
	width:100%;
	position: relative;
}
#main .btn-share{
	top: 36px;
	right: 0px;
	position: absolute;
	margin: 0px -30px 0 0;
}


/*------------------------ Content presentation ----------------------------- */
#content{
	float:right;
	width:696px;
	padding:26px 0 0;
}

#maincol p
{
	line-height: 150%;
}

#maincol a 
{
	text-decoration: underline;
}

#maincol li
{
	padding: 5px;
}


.article{
	width:100%;
}
.article h1 {
	margin:0 200px 19px 0;
	font-size:30px;
	color:#036;
	font-weight:normal;
}
.article .entry-title:after{
	content:'';
	display:block;
	clear:both;
}
.article .entry-content{
	line-height:22px;
}
.article .entry-content p{
	margin:0 0 22px;
}
.article .entry-text{
	padding:0 190px 0 0;
}




.testimonials {
	width: 100%;
	position: relative;
	margin: -15px 0 0 -6px;
	vertical-align: bottom;
}
* html .testimonials {margin-bottom: 12px;}
*+html .testimonials {margin-bottom: 12px;}

.testimonials .illustration{
	vertical-align:bottom;
	display:inline-block;
}

/* flexible image frame */
.image-frame {
	float: left;
	position: relative;
}
.image-frame .holder { display: table; }
.image-frame .c { display: table-row; }
.image-frame .l,
.image-frame .r {
	background: url(../images/bg-l1.png) repeat-y;
	width: 13px;
	display: table-cell;
}
.image-frame .r { background: url(../images/bg-r1.png) repeat-y; }
.image-frame .content {
	height: 1%;
	background-color: #fff;
	display: table-cell;
}
.image-frame .lt,
.image-frame .rt,
.image-frame .lb,
.image-frame .rb {
	background: url(../images/bg-tl1.png) no-repeat;
	height: 13px;
	width: 13px;
	font-size: 0;
	display: table-cell;
}
.image-frame .rt { background: url(../images/bg-tr1.png) no-repeat; }
.image-frame .lb { background: url(../images/bg-bl1.png) no-repeat; }
.image-frame .rb { background: url(../images/bg-br1.png) no-repeat; }
.image-frame .t,
.image-frame .b {
	background: url(../images/bg-t1.png) repeat-x;
	height: 13px;
	display: table-cell;
	font-size: 0;
}
.image-frame .b { background: url(../images/bg-b1.png) repeat-x; }

.image-frame .image {
	top: -3px;
	width: auto;
	float: left;
	position: relative;
	margin-bottom: -2px;
}
* html .image-frame .image {margin-bottom: -5px;}
*+html .image-frame .image {margin-bottom: -5px;}
.image-frame .image img {display: block;}

.testimonials .text{
	vertical-align:bottom;
	display:inline-block;
	width:160px;
	padding:0 0 5px 15px;
}
* html .testimonials .text {
	padding-bottom: 0;
	margin-bottom: -7px;
	position: relative;
	padding-left: 19px;
}
*+html .testimonials .text {
	padding-bottom: 0;
	margin-bottom: -7px;
	position: relative;
	padding-left: 19px;
}
.testimonials blockquote{
	margin:0;
}
.testimonials blockquote q{
	font:bold italic 85.71%/175% Georgia, 'Times New Roman', Times, serif;
	color:#757575;
	display:block;
	background:url(../images/q-l.gif) no-repeat;
	text-indent:30px;
	vertical-align:middle;
	margin:0 0 8px;
	height: 1%;
}
.testimonials blockquote q img{vertical-align:middle;}
.testimonials blockquote cite{
	color:#000;
	display:block;
	font-size:78.57%;
	line-height:118.18%;
	font-style:normal;
	padding:0 0 8px 2px;
}
.testimonials blockquote cite span{display:block;}
.testimonials .text a{
	color:#f00;
	font-size:78.57%;
	background:url(../images/arrow2.gif) no-repeat 100% 50%;
	padding:0 18px 0 2px;
}





.testimonials .text{
	vertical-align:bottom;
	display:inline-block;
	width:160px;
	padding:0 0 5px 17px;
}
.testimonials blockquote{
	margin:0;
}
.testimonials blockquote q{
	font:bold italic 85.71%/175% Georgia, 'Times New Roman', Times, serif;
	color:#757575;
	display:block;
	background:url(../images/q-l.gif) no-repeat;
	text-indent:30px;
	vertical-align:middle;
	margin:0 0 8px;
}
.testimonials blockquote q img{vertical-align:middle;}
.testimonials blockquote cite{
	color:#000;
	display:block;
	font-size:78.57%;
	line-height:118.18%;
	font-style:normal;
	padding:0 0 8px 2px;
}
.testimonials blockquote cite span{display:block;}
.testimonials .text a{
	color:#f00;
	font-size:78.57%;
	background:url(../images/arrow2.gif) no-repeat 100% 50%;
	padding:0 18px 0 2px;
}
#sidebar{
	float:left;
	width:192px;
}


.adv{margin:0 auto 20px; text-align: center;}
.adv img{vertical-align:top;}


/*--------------------- footer -------------------------------------- */
#footer{
	font-size:110%;
	color:#898989;
	width:100%;
	background:url(../images/bg-footer.gif) repeat-x;
	padding:21px 0 32px;
}
.f1{
	width:940px;
	margin:0 auto;
	position:relative;
}
#footer .holder ul{
	padding:0;
	margin:0;
	list-style:none;
	font-size:109.09%;
	line-height:181.81%;
}
#footer .holder ul li{
	display:inline;
	margin:0 15px 0 0;
}
#footer .holder ul a{
	color:#003366;
}
#footer .partners{
	float:right;
	vertical-align:middle;
	font-size:12px;
	color:#4b677d;
}
#footer .partners .label,
#footer .partners img{
	vertical-align:middle;
	margin:0 0 0 11px;
}
#footer .holder,
#footer .holder2{
	width:100%;
	overflow:hidden;
}
#footer .holder{
	padding:0 0 29px;
}
#footer .holder2 p{
	float:right;
	margin:21px 0 0;
	word-spacing:2px;
}
#footer .holder2 ul{
	padding:0;
	margin:0;
	list-style:none;
	float:left;
}
#footer .holder2 ul img{
	vertical-align:middle;
}
#footer .holder2 ul li{
	display:inline;
	margin:0 11px 0 0;
}
.social-links{
	position:absolute;
	top:-174px;
	left:246px;
	height:75px;
	color:#666;
	font-size:12px;
	line-height:30px;
	text-align:left;
}
.social-links p{margin:0;}
.social-links .box{
	position:relative;
	
	padding:10px 0 10px 16px;
	margin:0 0 0 -3px;
	background:url(../images/bg-social-box.gif) no-repeat;
	width:606px;
	height:35px;
}
.social-links ul{
	list-style:none;
	margin:0 20px;
	float:right;
	padding:0 0 0 35px;
}
.social-links li{
	float:left;
	display:inline;
	margin:0 0 0 8px;
}
.social-links a{display:block;}
.social-links img{display:block;}
.social-links .btn-becomeafan{
	float:left;
	margin:5px 0 0;
}

