/* CSS Document */
* {
	margin:0;
	padding:0;
	}
					
body{
	background:url(../images/bg.jpg) 0 0 repeat-x fixed #686969;
	color:#fff;
	font:11px/14px Verdana, Arial, Helvetica, sans-serif;
	padding:17px 0;
	}

ul{
	list-style-type:none;
	}

a{
	outline:none;
	color:#A8A8A8;
	background-color:inherit;
	text-decoration:underline;
	}

a:hover{
	text-decoration:none;
	color:#484176;
	background-color:inherit;
	}

.spacer{
	font-size:0;
	line-height:0;
	clear:both;
	}

p{
	padding-bottom:12px;
	}
	
h2{
	font-size:24px;
	line-height:26px;
	font-weight:bold;
	padding-bottom:10px;
	}
	
img {
	display:block;
	border:none;
}

/* Container Panel	*/

#container{
	position:relative;
	width:1024px;
	margin:0;
	float:left;
	overflow:hidden;
	height:100%;

	}
	
/*-----Header-----*/

#header{
	width:970px;
	height:100%;
	overflow:hidden;
	padding:0 0 100px 0;
	margin-bottom:25px;
	}
.logo{
	position:absolute;
	left:49px;
	top:0;
	display:block;
	width:299px;
	}
#header ul{
	padding:28px 0 28px 370px;
	float:left;
	text-transform:uppercase;
	font-weight:normal;
	font-size:13px;
	line-height:15px;
	height:15px;
	}
#header ul li{
	float:left;
	width:auto;
	padding:0 10px;
	}
#header ul li a{
	color:#151224;
	background-color:inherit;
	text-decoration:none;
	}
#header ul li a:hover, #header ul li a.active{
	color:#666;
	background-color:inherit;
	}
#header ul li a.active{
	cursor:text;
	}
.hdrTxt{
	color:#151224;
	width:332px;
	border-left:2px solid #fff;
	position:absolute;
	left:643px;
	top:59px;
	padding-left:35px;
	padding-top:13px;
	padding-bottom:13px;
	z-index:70px;
	display:block;
	height:82px;
	}
.hdrTxt h2.different{
	background:url(../images/home-diff.gif) no-repeat 0 0;
	margin:0 0 3px 0;
	padding:0;
	text-indent:-2000px;
}	
.hdrTxt h2.effective{
	background:url(../images/home-effect.gif) no-repeat 0 0;
	margin:0 0 4px 0;
	padding:0;
	text-indent:-2000px;
}	
.hdrTxt h2.learning{
	background:url(../images/home-learn.gif) no-repeat 0 0;
	margin:0;
	padding:0;
	text-indent:-2000px;
}	

/*-----Body-----*/

#bodypan{
	background:url(../images/mid-bg.jpg) 0 0 repeat-x;
	width:970px;
	height:100%;
	overflow:hidden;
	padding:0 33px !important;
	}
/*Leftpan*/	
#lP{
	float:left;
	width:350px;
	height:370px;
	overflow:hidden;
	/*background:url(../images/lp-bg-home.jpg) 0 0 no-repeat;*/
	padding:34px 10px 15px 5px;
	}
#lP p{
	text-align:justify;
	}
#lP ul{
	padding:0 0 12px;
	}
#lP ul li{
	font-weight:bold;
	background:url(../images/bullet.jpg) 0 50% no-repeat;
	padding:0 0 0 27px;
	line-height:16px;
	}
	
/*Rightpan*/	
#rP{
	float:right;
	width:536px;
	overflow:hidden;
	/*background:url(../images/rp-bg-home.jpg) 0 0 no-repeat;*/
	padding:34px 0 20px 14px; 
	}
	
/*-----Footer-----*/
	
#footer{
	height:100%;
	overflow:hidden;
	width:100%;
	}
#footer p{
	text-align:right;
	font-size:10px;
	color:#151224;
	background-color:inherit;
	padding:5px 56px 0;
	}	
#footer p a{
	color:#fff;
	background-color:inherit;
	text-decoration:none;
	}
#footer p a:hover{
	color:#151224;
	background-color:inherit;	
	}
	
#bodypan h2.wellcome{
	background:url(../images/home.gif) no-repeat 0 0;
	text-indent:-2000px;
}		
	