@charset "utf-8";
/* CSS Document */

body {
	margin:0px auto;
	width:100%;
	background-color: #00a9cc;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color:#272e33;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:18px;
}
#container{
	width:964px;
	margin:0px auto;
	background-image:url(../images/page-bg.gif);
	background-repeat:repeat-y;
	background-position:left top;
}
#page-holder{
	background-image: url(../images/header-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#left-panel{
	float:left;
	width:660px;
	padding:20px 0px 20px 16px;
}
#main-area{
	width:608px;
	padding:20px;
	text-align:justify;
	
}
#right-panel{
	float:right;
	width:265px;
	padding:56px 15px 0px 0px;
}
#right-gray-area{
	padding:11px;
}
#footer{
	background-color:#153b8a;
	color:#FFFFFF;
	font-size:12px;
	padding:3px 20px;
}










a{
	color:#00a9cc
}
a img{
	border:0px;
}
h1{
	color:#0090cc;
	font-size:19px;
	padding:0px;
	margin:0px;
	padding-bottom:8px;
	font-weight:normal;
	line-height:24px;
}
h2{
	color:#153b8a;
	font-size:15px;
	padding:0px;
	margin:0px;
	padding-bottom:3px;
	line-height:24px;
}
p{
	paddding:0px;
	margin:0px;
	padding-bottom:18px;
}
ul{
	padding:0px;
	margin:0px;
	padding-bottom:18px;
	padding-left:15px;
}
li{
	padding:0px;
	margin:0px;
	padding-bottom:3px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left:18px;
	list-style:none;
}





.text{
	color:#272e33;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
}
.text-bold{
	font-weight:bold;

}
.white-text-bold{
	color:#FFFFFF;
	font-weight:bold;
}
.blue-bold{
	color:#00a9cc;
	font-weight:bold;
}


.red-bold{	
	color:#ff5f5f;
	font-weight:bold;
	text-decoration:none;
}


.sub-title{
	border-left:4px solid #00a9cc;
	color:#00a9cc;
	font-size:14px;
	padding:0px;
	font-weight:bold;
	padding:5px 10px;
	margin-bottom:15px;
	margin-top:5px;
	background-color:#ddf0f4
	
}
.record-table{
	border:1px solid #dbe1e7;
	border-bottom:none;
}
.record-table td{ 
	border-bottom:1px solid #dbe1e7;
}
.form-left{
	float:left;
	width:120px;
	font-weight:bold;
}
.form-right{
	float:left;
	width:200px;
}
.box{
	color:#272e33;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	width:198px;
	border:1px solid #abc8ce;
	padding:3px;
}
.box2{
	color:#272e33;
	font-size:13px;
	font-family:Arial, Helvetica, sans-serif;
	width:250px;
	border:1px solid #abc8ce;
	padding:3px;
}
.points{
	background-image: url(../images/logo-icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:25px;
}
.points span{
	color:#00a9cc;
	font-weight:bold;
	font-size:14px;
}

.css_iframe{
	width:0px;
	height:0px;
	border:0px solid #fff; 
	background:none; 
	padding:0px; 
	margin:0px;
}


.buy-now-tabs{
	background-color:#959da2;
	font-size:16px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding:8px 0px;
	float:left;
	width:137px;
	margin-right:19px;
	display:none;
}




.copyright{
	float:left;
}
.TC{
	float:right;
}
.TC a{
	color:#00c6ef;
}