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

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-decoration:none;
	line-height:20px;
	margin:0px;
	padding:0px;
	}
	
	
p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-decoration:none;
	line-height:18px;
	margin:0px;
	padding:0px;
	}
	
td{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-decoration:none;
	line-height:18px;
	margin:0px;
	padding:0px;
	}
	
li,ol,ul{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	text-decoration:none;
	line-height:18px;
	margin:0px;
	padding:0px;
	list-style:none;
	}
	
img{
	border:none;
	}				
	
.left{
	float:left;
	}
	
.right{
	float:right;
	}
	
#main-container{
	width:906px;
	margin:0 auto;
	}	
/*----------- Header Start Here ---------*/	

.top-blue-bg{
	background:url(../images/tp-blue-bg.gif) repeat-x left top;
	width:906px;
	height:91px;
	float:left;
	}

.top-nav{
	background:url(../images/tab-bg.gif) repeat-x left top;
	width:906px;
	height:36px;
	margin:0px;
	padding:0px;
	float:left;
	}	

.top-nav ul{
	height:36px;
	color:#FFFFFF;
	margin:0px;
	line-height:36px;
	font-size:12px;
	text-decoration:none;
	display:block;
	}	
	
.top-nav ul li{
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
	text-align:center;
	float:left;
	line-height:36px;
	background:url(../images/dvd.gif) no-repeat right top;
	}
	
.top-nav ul li a{
	color:#FFFFFF;
	font-size:12px;
	padding:0px 37px 0 36px;
	display:block;
	text-decoration:none;
	}
	
.top-nav ul li a:hover{
	color:#FFFFFF;
	padding:0px 37px 0 36px;
	font-size:12px;
	text-decoration:none;
	background:url(../images/tab-bg-over.gif) repeat-x left top;
	}	
	
.flash-container{
	width:906px;
	float:left;
	height:253px;
	}		
/*----------- Header Start End ---------*/	

/*----------- Body Container Start ---------*/
#body-container{
	width:906px;
	float:left;
	}	

.left-container{
	width:689px;
	float:left;
	}
	
.right-container{
	width:217px;
	float:right;
	background-color:#c6e7ee;
	}

.banner-container{
	width:689px;
	float:left;
	margin-top:20px;
	background:url(../images/banner.jpg) no-repeat left top;
	height:202px;
	}	
	
.heading{
	color:#01a7c3;
	font-size:20px;
	line-height:35px;
	}		

.img-border{
	border:1px solid #b3b3b3;
	padding:1px;
	}

.browse-cate{
	width:200px;
	padding:15px 0 0 15px;
	float:left;
	}
	

.browse-cate1{
	width:200px;
	padding:10px 0 40px 15px;
	float:left;
	}

.banner-txt-con{
	width:330px;
	float:left;
	padding:20px 0 0 20px;
	}
	
.black-heading{
	color:#000;
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
	}
	
.feature{
	width:190px;
	float:left;
	border-bottom:1px solid #000;
	padding-bottom:5px;
	}	
	
.feature-txt{
	width:150px;
	float:left;
	color:#044163;
	font-size:11px;
	}
	
.feature-txt a{
	color:#044163;
	font-size:11px;
	text-decoration:none;
	}
	
.feature-txt a:hover{
	color:#044163;
	text-decoration:underline;
	font-size:11px;
	}				
	
.browse-txt{
	color:#000000;
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
	}	

.right-nav{
	font-size:11px;
	color:#044163;
	float:left;
	text-decoration:none;
	}

.right-nav ul{
	font-size:11px;
	color:#044163;
	float:left;
	text-decoration:none;
	}
	
.right-nav ul li{
	font-size:11px;
	color:#044163;
	background:url(../images/arrow.gif) no-repeat left top;
	padding:0 0 0 20px;
	line-height:25px;
	text-decoration:none;
	}	

.right-nav ul li a{
	font-size:11px;
	color:#044163;
	text-decoration:none;
	}
	
.right-nav ul li a:hover{
	font-size:11px;
	color:#01719d;
	text-decoration:none;
	}			
/*----------- Body Container End ---------*/	
	
.footer-container{
	width:906px;
	float:left;
	background:url(../images/footer-bg.gif) repeat-x left top;
	height:52px;
	margin:20px 0 20px 0;
	}

.footer-txt{
	color:#ffffff;
	font-size:11px;
	float:left;
	padding:15px 0 0 25px;
	text-decoration:none;
	}

.footer-txt a{
	color:#ffffff;
	font-size:11px;
	text-decoration:none;
	}
	
.footer-txt a:hover{
	color:#ffffff;
	font-size:11px;
	text-decoration:underline;
	}
	
.footer-txt span{
	color:#ffffff;
	font-size:11px;
	}
			
.copy-rgigth{
	color:#ffffff;
	font-size:11px;
	float:right;
	padding:15px 25px 0 0px;
	text-decoration:none;
	}			
			
