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

* {
	margin: 0px;
	padding: 0px;
	border: 0px;
}
div {
	overflow: hidden;
}

body{
	background:#f7f7f7 url(../images/page_bg.jpg) no-repeat center top;
	font-family:Arial, Helvetica, sans-serif;
}

#container{
	width:804px;
	margin:0 auto;
}

#header{
	background:url(../images/header_bg.png) no-repeat;
	height:198px;
	margin-top:40px;
}

#header img.logo{
	margin-top:25px;
	margin-left:37px;
	float:left;
}

#header ul{
	list-style:none;
	margin-left:250px;
}

#header li{
	float:left;
}

#header li a{
	color:#FFF;
	text-decoration:none;
	font-size:14px;
	display:block;	
	line-height:50px;
	margin-right:30px;
}

#header li a:hover{
	text-decoration:underline;
	color:#F4F4F4;
}

#header a.activeLink{
	text-decoration:underline;
}

#relog{
	width:515px;
	height:145px;
	margin-left:225px;
}

#login{
	margin:35px 15px;
	color:#FFF;
	font-size:12px;
	float:left;
}

#login input[type=text], input[type=password]{
	width:150px;
	background:#F3F3F3;
}

#login input[type=submit]{
	background:url(../images/login.jpg) no-repeat;
	width:60px;
	height:16px;
}

#reg{
	margin:30px 20px;
}

#userDetails{
	float:left;
}

#userDetails h1{
	color:#FFF;
	font-size:18px;
	margin-top:40px;
	margin-left:20px;
}

#userDetails a{
	color:#CCC;
	font-size:12px;
	margin-left:50px;
}
#userDetails a:hover{
	color:#FFF;
	text-decoration:none;
}

#userLogo{
	margin-left:270px;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}


#contents{
	background:url(../images/container_bg.png) repeat-y;
	min-height:300px;
}

#banner{
	height:295px;
	background:url(../images/banner_shadow.png) no-repeat center bottom;
	text-align:center;
	margin-bottom:20px;
}

#cu3er-container{
	width:700px;
	height:250px;
	margin:20px auto;	
}

#pageLabel{
	background-color: #1C3166;
	height:50px;
	margin:20px;	
	line-height:50px;
}

#pageLabel h1{
	color:#FFF;
	margin-left:20px;
	font-weight:normal;
	font-size:24px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#data{
	margin:20px;
}

#courseData{
	margin:20px;
	float:left;
	width:550px;
}

#data h1{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px; 
	margin:20px 0;
}

#data p{
	font-size:14px;
	color:#666;
	line-height:20px;
	text-align:justify;
}

#data ul, #data ol{
	margin-left:20PX;
}

#data li{
	margin-bottom:20px;
	color:#666;
}

.box{
	float:left;
	width:325px;
	margin-left:50px;
	margin-bottom:20px;
}

.box h1{
	font-size:24px;
	margin-bottom:10px;
	color:#006;
}

.box ul{
	margin-left:25px;
	margin-top:10px;
}

.box a{
	line-height:30px;
	margin-bottom:10px;
	color:#666;
	text-decoration:none;
}

.box a:hover{
	text-decoration:underline;
	color:#000;
}

.box a.more{
	float:right;
	margin-right:30px;
	font-size:12px;
	color:#F60;
}

#bottom{
	background:url(../images/container_bottom.png) no-repeat;
	height:5px;
}

#footer{
	height:50px;
	color:#999;
	font-size:12px;
}

#footer p{	
	margin:10px;
	float:left;
}

#footer a{
	text-decoration:none;
}


#footer ul{
	list-style:none;
	float:right;
	margin:10px;
}

#footer li{
	float:left;
}

#footer a.activeLink{
	text-decoration:underline;
}

/*++++++++++++*/
/*contact page*/
/*++++++++++++*/

#map{
	float:right;
	margin:0 20px;
	border:1px solid #666;
}

/*+++++++++++++++++++*/
/*course details page*/
/*+++++++++++++++++++*/

font.label{
	font-size:18px;
	font-weight:bold;
	color:#900;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

/*++++++++++++++++++++++++++*/
/*register your company page*/
/*++++++++++++++++++++++++++*/

#data input[type=text], 
#data input[type=password], 
#data input[type=file],
#data textarea{
	border:1px solid #666;
	width:300px;
}

#data input[type=submit], 
#data input[type=reset]{
	border:1px solid #666;
	width:75px;
	height:20px;
}

/*cert page*/
#certForm{
	border:1px solid #1C3166;
	border-bottom:3px solid #1C3166;
	padding:20px;
	margin:10px 0;
}

#cert{
	background:url(../admincp/images/1.jpg) no-repeat;
	width:744px;
	height:1052px;
	margin:0 auto;
	position:relative;
}












