/* CSS Document */
body{
	background-color:#262626;
	color:#fff;
}
*
{
	margin:0;
	padding:0;
}
#wrapper
{
	width:1002px;
	height:768px;
	margin:0px auto;
}

/*header part*/
.header
{
	height:181px;
	background:url(../images/header.png) no-repeat;
}
.logo
{
	padding-left:10px;
	padding-top:20px;
	float:left;
	width:160px;
}
.details-about
{
	float:left;
	height:auto;
	margin-bottom:20px;
	margin-top:30px;
	width:700px;

}
.details-about  img
{
	float:left;
}
.menu-bg 
{
	float:right;
	width:790px;
	font-weight:bold;
}
.menu-bg ul li
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/menubg.png) no-repeat scroll 0 0;
	float:left;
	height:29px;
	list-style-type:none;
	width:98px;
}
.menu-bg ul li a
{
	color:#000000;
	float:left;
	padding-top:3px;
	text-align:center;
	text-decoration:none;
	width:94px;
	font-variant:small-caps;
}


/*content*/
.content-area
{
	/*height:496px;*/
	height:auto;
	background:#fff;
	color:#ffffff;
	width:1000px;
	overflow:auto;
	position:relative;
}
.ritecontent-box
{
	background:url(../images/rsidecurved1.png) no-repeat; 
	width:209px;
	position:absolute;
	font-variant:small-caps;
	z-index:100;
	height:496px;
}
.ritecontent-box ul li
{
	color:#FFFFFF;
	line-height:20px;
	padding:5px;
	font-size:14px;
	border-bottom:3px solid #ffffff;
	font-weight:bold;
	list-style:none;
}
.ritecontent-box ul li a
{
	text-decoration:none;
	color:#ffffff;
}
.ritecontent-box ul li:hover{
	background-color:#0e8abe;
}
.middlelayer
{
	position:relative;
	width:790px;
}
.middlelayer p
{
margin-left:215px;
line-height:25px;
color:#0000FF;
font-size:17px;
}
.middlelayer h2
{
margin-left:215px;
line-height:25px;
font-variant:small-caps;
color:#000;
}
.middlelayer h3
{
margin-left:215px;
font-variant:small-caps;
color:#0f1b33;
}
.leftcontent-box
{
	background:url(../images/lsidecurved1.png) no-repeat 0 0; 
	width:209px;
	height:496px;
	position:absolute;
	right:0;
	top:0;
	z-index:5;
}

/*footer part*/
.footermenu-bg ul li a
{
	color:#000000;
	float:left;
	padding-top:3px;
	text-align:center;
	text-decoration:none;
	width:94px;
}
.footermenu-bg 
{
	float:right;
	margin:20px 10px 0 0;
	font-weight:bold;
}
.footermenu-bg ul li
{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(../images/footermenubg.png) no-repeat scroll 0 0;
	float:left;
	height:38px;
	list-style-type:none;
	width:98px;
}
.footer
{
	background:url(../images/footerbg.png) repeat-x;
	width:999px;
	height:50px;
	clear:both;
	margin:0 auto;
}

/*innerpage*/

.leftcontent-box2
{
	background:url(../images/lsidecurved2.png) no-repeat; 
	width:209px;
	/*height:495px;*/
	height:auto;
	float:left;
	position: relative;
	z-index:5;
}











