/*---------COMMON-----------------*/
.left {float: left;}
.right {float: right;}
.clr {clear: both;}

html {
	background: url(../img/body_bg.jpg) 0 0 repeat-x #f2f2f2;
}
.wrap {
	width: 990px;
	margin: 0 auto;
	position: relative;
	font: normal 14px Arial, Helvetica, sans-serif;
	padding-bottom: 40px;
}
h1 {
	font: normal 33px "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
	letter-spacing: -3px;
	color: #010101;
	padding: 51px 0 23px 25px; //padding: 20px 0 23px 25px;
}
h3 {
	font: normal 18px "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
	letter-spacing: -1.5px;
	color: #010101;
	padding: 5px 0 10px 0px;
}
.blue {
	color: #00a0dc;
}


/*----------HEADER------------------------------------------------------------------*/
.header {
	padding-top: 9px;
}
.header .logo img{
	margin: 2px 0 0 43px;
}

/*---------menu-----------*/
.header .menu {
	padding: 39px 0 0 46px;
}
.header .menu li {
	float: left;
	margin-right: 2px;
	height: 45px;
}
.header .menu li a {
	background:url(../img/menu_c.gif) 0 0 repeat-x;
	height: 45px;
	display: block;
	float: left;
	font: normal 18px "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
	text-decoration: none;
	letter-spacing:-1px;
	color: #FFF;
}
.header .menu li a.active {
	color: #000;
	background:url(../img/menu_active_c.gif) 0 0 repeat-x;
}
.header .menu li a:hover {
	text-decoration: underline;
}
.header .menu li a span {
	background: url(../img/menu_r.gif) right 0 no-repeat;
	float: left;
}
.header .menu li a.active span {
	background: url(../img/menu_active_r.gif) right 0 no-repeat;
}
.header .menu li a span span {
	background: url(../img/menu_l.gif) left 0 no-repeat;
	line-height: 45px;
	padding: 0 32px;
	white-space: nowrap;
	color: #FFF;
}
.header .menu li a.active span span {
	background: url(../img/menu_active_l.gif) left 0 no-repeat;
	color: #000;
}
.header .menu li a.active:hover {
	text-decoration: none;
}
.header .menu a.sign_upBtn {
	height: 32px;
	width: 147px;
	background: url(../img/sign_up_btn.gif) 0 0 no-repeat;
	margin: 7px 0 0 11px;
}
*html .header .menu a.sign_upBtn { margin: 7px 0 0 6px; }


/*-----------login--------------*/
.header .login {
	position: absolute;
	top: 9px;
	right: 0;
}
.header .login .inputWrap {
	width: 100px;
	margin-right: 20px;
	padding-top: 2px;
}
*html .header .login .inputWrap {
	margin-right: 7px;
}
.inputWrap div {
	float: left;
	height: 19px;
	padding-left: 18px;
}
.inputWrap div.userName {
	background:url(../img/username_l.gif) 0 0 no-repeat;
}
.inputWrap div.password {
	background:url(../img/password_l.gif) 0 0 no-repeat;
}
.inputWrap div span {
	background: url(../img/login_r.gif) right 0;
	display: block;
	height: 19px;
	padding-right: 18px;
}
.inputWrap input {
	background-color: #f2f2f2;
	color: #949494;
	border: none;
	width: 70px;
	font-size: 11px;
	padding: 0px 0 0px 6px;
	margin: 3px 0 0px 0;//margin: 2px 0 0px 0; 
}
.header .login .loginBtn {
	background: url(../img/login_btn.gif) 0 0 no-repeat;
	width: 57px;
	height: 23px;
	border: none;
	cursor: pointer;
	margin-right: 10px;
}
.loginWrap {
	width: 223px;
}
.loginWrap table td{
	background-color: #FFF;
	font-size: 12px;
	color: #000;
}
.loginWrap table td span {
	color: #828282;
	padding-left: 5px;
}
.logout {
	text-decoration: none;
	margin: 0 17px 0 3px;
}
/*----------------------------------------*/



/*-------------SUBMENU-------------------*/
.submenu {
	height: 33px;
}
.submenu img {
	display: inline;
	float: left;
	margin: 5px 0 0 22px;
}
.submenu ul {
	padding-right: 400px;
	margin: 10px 0 8px 0;
}
.submenu ul.messenger {
	padding-right: 300px;
	margin: 10px 0 8px 0;
}
.submenu li {
	float: left;
	border-right: solid 1px #dddee1;
	font-size: 13px;
}
.submenu li.noBorder {
	border: none;
}
.submenu li a {
	font: bold 13px Tahoma, Geneva, sans-serif;
	color: #00aaeb;
	text-decoration: none;
	padding: 0 27px;
}
.submenu li a:hover {
	text-decoration: underline;
}
.submenu li a.active {
	color: #101111;
}
.submenu li a.active:hover {
	text-decoration: none;
}



/*----------CONTENT----------*/

/*------------- ROUND TABLE ------------*/
.round {
	margin-left: 25px;
}
.round td {
	vertical-align: top;
	padding: 0;
}
.round .leftTop,
.round .rightTop,
.round .leftBottom,
.round .leftBottom {
	width: 7px;
	height: 7px;
}
.round .leftTop {
	background: url(../img/top_l.png) 0 bottom no-repeat;
}
.round .rightTop {
	background: url(../img/top_r.png) right bottom no-repeat;
}
.round .top {
	background: url(../img/top_c.png) 0 bottom repeat-x;
	height: 7px;
}
.round .centerLeft {
	background: url(../img/c_l.png) 0 0 repeat-y;
	width: 7px;
}
.round .centerRight {
	background: url(../img/c_r.png) right 0 repeat-y;
	width: 7px;
}
.round .leftBottom {
	background: url(../img/bottom_l.png) 0 top  no-repeat;
}
.round .rightBottom {
	background: url(../img/bottom_r.png) 0 top no-repeat;
}
.round .bottom {
	background: url(../img/bottom_c.png) 0 top repeat-x;
	height: 7px;
}
.round td.center {
	background-color: #ffffff;
}
.round .priceWrap {
	padding: 0 15px;
}
.round .priceWrap th {
	color: #00a7e8;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 17px 0;
}
.round .priceWrap td {
	padding: 0;
	border-bottom: solid 4px #FFF;
	padding: 7px 0;
	background-color: #f6f6f6;
}
.round .priceWrap .str td {
	background-color: #daf5ff;
}
.round .priceWrap input {
	border: none;
}
.orderBtn {
	background: url(../img/btn_order.gif) 0 0 no-repeat;
	width: 160px;
	height: 42px;
	display: block;
	text-decoration: none;
	margin: 25px 0;
}
table.roundFix {
	width: 980px;
	margin: 20px 0 20px 5px;
}
.round .center .info div{
	float: left;
	border-right: solid 1px #dadada;
	padding: 0 10px;	
}
.round .center .info .noBorder {
	border: none;
}
/*---------form-----------*/
.round .center form {
	padding: 15px 15px 0 15px;
}
.round .center .form td{
	padding: 7px 0;
	vertical-align: middle;
}
.round .center .form td.fix {
	vertical-align: top;
}
.center .form .inp1,
.center .form textarea,
.center .form select {
	width: 322px;
	background-color: #f6f6f6;
	border: solid 1px #ddd;
	padding: 4px;
}
.center .form .check {
	margin: 0px 12px 3px 5px;
	border: none;
}
.center .form label {
	font-size: 12px;
}
.center .form textarea {
	height: 140px;
	color: #7f7f7f;
	font-size:11px;
	line-height: 15px;	
}
.center .form select{
	width: 332px;
	padding: 0px;
	height: 24px;
}
.center .form .submitBtn {
	background:url(../img/btn_submit.gif) 0 0 no-repeat;
	width: 160px;
	height: 42px;
	border: none;
	cursor: pointer;
}
/*------------------------------------------------*/

/*----------CONTENT---------------*/
.content ul.questions {
	width: 520px;
	padding-left: 25px;
}
.content ul.questions a {
	text-decoration: none;
	color: #000;
	line-height: 22px;
}
.content ul.questions a:hover {
	color: #00aeef;
	text-decoration: underline;
}
.content .pic {
	margin-right: 60px;
}
.content .items {
	font-size: 12px;
	margin-top: 45px;
	padding-left: 25px;
}
.content .items div {
	margin-bottom: 20px;
}
.content .items strong {
	padding-bottom: 10px;
	display: block;
}
.content .items p {
	padding-bottom: 12px;
	line-height: 20px;
	padding-right: 50px;
}
.content .items .more {
	background: url(../img/btn_more.gif) 0 0 no-repeat;
	height: 23px;
	display: block;
	padding-left: 29px;
	padding-top: 3px;
	color: #00aeef;
	text-decoration: none;
	margin-top: -5px;
}
.content .items .more:hover {
	text-decoration: underline;
}
.content p.desc {
	width: 600px;
	line-height: 20px;
	padding-bottom: 25px;
	padding-left: 25px;
}
.content p.desc2 {
	width: 600px;
	line-height: 20px;
	padding: 30px 0 30px 25px;
}
.content .wiki {
	text-decoration: none;
}
.content .wiki img{
	margin-left: 25px;

}

.read-more {
	color: #00aeef;
	text-decoration: none;
	margin-top: -5px;
}
.read-more:hover {
	text-decoration: underline;
}

/*-----------leftColumn----------*/
.content .leftColumn {
	width: 422px;
}
.leftColumn h1 {
	// padding: 51px 0 20px 25px;
}
.leftColumn p {
	margin-bottom: 20px;
	line-height: 20px;
	padding-left: 25px;
}
.leftColumn .learnBtn img {
	text-decoration: none;
	border: none;
	padding: 28px 0 55px 25px;
}

/*---------rightColumn----------*/
.content .rightColumn {
	width: 543px;
}
.rightColumn .mainPic {
	margin-top: 31px;
}


/*------leftColumn2, rightColumn2-------*/
.leftColumn2 {
	width: 507px;
}
/*.leftColumn2 .block1 {
	padding-top: 27px;
	font-size: 12px;
}*/
.block1 p {
	line-height: 18px;
	font-size: 12px;
}
.leftColumn2 .block1 h3 {
}
.block1 img {
	display: inline;
	padding: 25px 0 0 15px;
}
.block1 .pic1 {
	float: left;
	width: 160px;
	text-align: center;
}
.leftColumn2 .block1 .left {
	width: 300px;
}
.leftColumn2 img.skin {
	margin: 45px 0 0px 20px;
}
.rightColumn2 {
	width: 483px;
}
.block2 {
	font-size: 12px;
	line-height: 18px;
}
.block2 img {
	padding: 20px 54px 0 30px;
}
.blocks td {
	vertical-align: top;
}
.rightColumn2 .mainPic,
table.blocks .mainPic{
	padding-top: 20px;
}
.blocks h1 {
	padding: 51px 0 23px 25px;
}
.round .block3 {
	padding-top: 10px;
}
.round .block3 p{
	padding-right: 23px;
	font-size: 12px;
	line-height: 18px;
}
.block4 p,
.block5 p {
	font-size: 12px; 
	line-height: 18px;
	margin-right: 40px;
}
.block5 {
	padding-bottom: 50px;
}
.block5 img{
	margin-right: 20px; 
}
.leftColumn2 .banner td{
	vertical-align: middle;
	font: normal 18px "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
	letter-spacing: -1.5px;
	padding: 12px 0 8px 0;
}
.leftColumn2 .upgradeBtn img {
	padding: 20px 0 50px 25px;
}

.rightColumn2 .tableWrap {
	padding-top: 26px;
}
.rightColumn2 .tableWrap .round {
	margin-bottom: 15px; // margin-bottom: -10px;
}
.tableWrap .round .info {
	margin-left: 23px;
}
.tableWrap .round .info td {
	padding: 4px 0;
	font-size: 12px;
	vertical-align: middle;
}
.round .info .str td {
	text-decoration: line-through;
	color: #757575;
}
.tableWrap .round h3 {
	padding-left: 23px;
}
.editInfoBtn img,
.paymentBtn img {
	padding: 16px 7px 10px 23px;
}
.leftColumn2 .alerts {
	padding: 0px 0 50px 25px;
}
.leftColumn2 .alerts p {
	padding: 8px 0px 8px 0;
	font-size: 12px;
}
.leftColumn2 .alerts p span {
	color: #757575;
	padding-right: 20px;
}
.leftColumn2 .alerts h3 {
	padding-top: 0;
}


/*blueBanner*/
.blueBanner {
	background-color: #d3ecf5;
	border-top: solid 1px #63caf1;
	padding: 13px 0 13px 17px;
}
.blueBanner .sign_upBtn {
	height: 56px;
	width: 208px;
	background: url(../img/btn_sign_up.gif) 0 0 no-repeat;
	display: block;
	float: left;
	margin-right: 32px;
}
.blueBanner p {
	font-size: 12px;
	padding-right: 200px;
	padding-top: 10px;
}

/*-------demo----------*/
.login2 {
    position:relative;
	margin: 0px 0 0 20px;
	padding-top: 50px;
}
.login_left {
	background:transparent url(../img/login_left.gif) no-repeat scroll left top;
	display:block;
	height:26px;
	left:5px;
	position:absolute;
	top:2px;
	width:169px;
	border: none;
}
.username_demo {
	background:transparent url(../img/username.gif) no-repeat scroll left top;
	border: none;
	color:#7E7E7E;
	font-family:"Lucida Grande",Arial,sans-serif;
	font-size:14px;
	height:26px;
	left:28px;
	padding:4px 0 0;
	position:absolute;
	top:2px;
	width:147px;
	border: none;
}
.b_submit {
	border: none;
	height:45px;
	left:195px;
	position:absolute;
	top:-9px;
	width:166px;
}

/*---------FOOTER-----------*/
.footer {
	border-top: solid 1px #dbdbdb;
	padding-top: 25px;
	font: normal 12px Arial, Helvetica, sans-serif;

}
.footer .copy {
	float: left;
	margin: 0 101px 0 19px;
	color: #77787c;
}
.footer li {
	float: left;
}
.footer li a,
.footer li span {
	color: #77787c;
	text-decoration: none;
}
.footer li a:hover {
	text-decoration: underline;
}
.footer li span {
	padding: 0 14px;
}
.blueBorder {
	border-top: solid 1px #63caf1;
}

.username_inp {
	color:#7E7E7E;
	border:1px solid #555;
}