@charset "utf-8";
/*-------------------------------------| main body frame start |---------------------------*/

body {
	background-color: #000000;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position:left top;
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#483f3d;
	line-height:18px;
}
#container{
	width:1000px;
	padding:0px;
	margin:0px auto;
	background-color:#ffffff;
	background-image: url(../images/container-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#header{
	width:1000px;
	height:284px;
	overflow:hidden;
}
#leftPanel{
	width:171px;
	float:left;
	background-image: url(../images/header-part.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:10px;
	padding-top:38px;
}
#rightPanel{
	float:right;
	width:770px;
	padding-right:20px;
	padding-top:34px;
	text-align:justify
}
/*-------------------------------------| main body frame end |---------------------------*/





/*-------------------------------------| left panel start |---------------------------*/
#leftBtns{
	width:170px;
	overflow:hidden;
	padding-bottom:16px;
}
#leftBtns ul{
	padding:0px;
	margin:0px;
}
#leftBtns ul li{
	padding:0px;
	margin:0px;
	list-style-type: none;
	padding-bottom:5px;
}
#leftBtns ul li a{
	background-image: url(../images/btn.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	font-size:13px;
	font-weight:bold;
	color:#a64cee;
	text-decoration:none;
	padding:2px;
	padding-left:27px;
}
#leftBtns ul li a:hover{
	background-image: url(../images/btn-r.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display:block;
	font-size:13px;
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	padding:2px;
	padding-left:27px;
}
#contactDetails{
	background-color:#000000;
	color:#FFFFFF;
	font-size:13px;
	font-weight:bold;
	padding:12px;
	padding-bottom:0px;
	padding-top:8px;
	line-height:20px;
	background-image: url(../images/contact-detail-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#contactDetails a{
	color:#FFFFFF;
}
#contactDetails a:hover{
	color:#a64cee;
}
/*-------------------------------------| left panel end |---------------------------*/



/*-------------------------------------| footer start |---------------------------*/
#footer{
	background-color:#0e2435;
	clear:both;
	overflow:hidden;
	padding:6px 16px;
	color:#CCCCCC;
	font-size:11px;
	height:26px;
	overflow:hidden;
}
#footer a{
	color:#CCCCCC;
}
#footer a:hover{
	color:#a64cee;
	
	}
#footer #left{
	float:left;
	width:300px;
	padding-top:6px;
}
#footer #right{
	float:right;
	width:300px;
	text-align:right;
}
/*-------------------------------------| footer end |---------------------------*/




/*-------------------------------------| tags start |---------------------------*/
h1{
	padding:0px;
	margin:0px;
	padding-bottom:20px;
	color:#c9040a;
	font-size:24px;
	font-weight:normal;
}
h2{
	padding:0px;
	margin:0px;
	padding-bottom:8px;
	color:#1d51a7;
	font-size:16px;
}
p{
	padding:0px;
	margin:0px;
	padding-bottom:18px;
}
ul{
	padding:0px;
	margin:0px;
	padding-bottom:18px;
}
ul li{
	padding:0px;
	margin:0px;
	padding-bottom:3px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	list-style-type: none;
	padding-left:14px;
}
/*-------------------------------------| tags end |---------------------------*/







/*-------------------------------------| other css start |---------------------------*/
.imgArea{
	float:right;
	padding-left:20px;
	width:230px;
}
/*-------------------------------------| other css end |---------------------------*/