/* CSS Document */

body{
margin:0px;
background:#000 url(../images/body_bg.gif) top left repeat-x;
}
.clr{
clear:both;
}
/*------------beautification css----------------*/
#top{
float:left;
background:url(../images/top_bg.gif) top center no-repeat;
width:1000px;
height:96px;
margin:0;
padding:0;


}

#top a:link, #top a:visited, #top a:active{

	font-family:Tahoma;
	font-size:11px;
	font-weight:normal;
	color:#ffc000;
	padding:0px 20px;
	text-decoration:none;
	height:36px;
	line-height:36px;
}

#top a:hover{

	color:#fff;
	text-decoration:none;
	height:36px;
	line-height:36px;	
}
#all{
margin: 0 auto;
width:1000px;

}
/*------------HEADER----------------*/
#header{
float:left;
background:url(../images/header_bg.gif) top center no-repeat;
width:1000px;
height:228px;
margin:0;
padding:0;
}


#main_container{
min-height:500px;
}

#left_outer{
float:left;
background:url(../images/left_bg.gif) bottom center no-repeat;

width:272px;
margin:0;
padding:0;
}

#left_inner{

width:232px;
margin:0 auto;
margin-bottom:300px;
padding:0;
}

.left_content{
margin-bottom:20px;
}

.left_content_inner{
}

.left_content_inner ul{

	margin-top:10px;
	margin-left:0px;
	margin-right:2px;
	margin-bottom:0px;

}
.left_content_inner li{
	list-style-image: url(../images/bullet.gif);
	line-height:20px;
	color:#ffffff;
	padding-left:5px;
	


}

.left_content_inner li strong{

	color:#0f87ea;
	padding:0px 20px;
	font-weight:normal;
	


}

.left_content_inner li a:link, .left_content_inner li a:visited, .left_content_inner li a:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	padding:0 ;
	text-decoration:none;

}

.left_content_inner li a:hover{
	color:#ff52c6;
	text-decoration:underline;	
}

.left_heading{
background:url(../images/left_heading_bg.gif) top right no-repeat;
height:37px;
line-height:37px;
width:232px;


}

.left_heading h2{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight: bold;
color:#ff9200;
margin:0px;
padding:0px;
}

/*------------MEN MENU----------------*/

#mainmenu{
	float:left;
	background:url(../images/main_menu_bg.gif) top center no-repeat;
	height:36px;
	width:728px;
	text-align:center;
	color:#ffffff;
}
#mainmenu a:link, #mainmenu a:visited, #mainmenu a:active{
/*	display:block;*/
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#ffffff;
	padding:12px 25px;
	text-decoration:none;
	height:36px;
	line-height:36px;
}

#mainmenu a:hover{
	background:url(../images/link_hover.gif) top center no-repeat;
	color:#fff;
	text-decoration:none;
	height:36px;
	line-height:36px;	
}


/*------------MAIN COINTAINER----------------*/

#content{
	float:left;
	background:url(../images/content_bg.gif) top left no-repeat;
	width:688px;
	padding:20px;
}
.content_inner{
margin-bottom:10px;
}

.content_inner h3{
background:url(../images/h3_bg.gif) top left no-repeat;
font-family:Arial, Helvetica, sans-serif;
font-size:15px;
font-weight: bold;
color:#b9145f;
margin:0px;
padding:0px;
text-indent:25px;
height:22px;
line-height:22px;
border-bottom:1px dashed #303030;
margin-bottom:10px;
}



.content_inner a:link, .content_inner a:visited, .content_inner a:active{
/*	display:block;*/
	font-family:Tahoma;
	font-size:11px;
	font-weight:bold;
	color:#ee1597;
	padding:0px;
	text-decoration:none;

}

.content_inner a:hover{

	color:#9e9e9e;
	text-decoration:none;

}


#page_title{
	background:url(../images/pagetitle_bg.gif) bottom center no-repeat;
	height:38px;
	line-height:38px;
	margin-bottom:10px;

}

#page_title h2{

margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
font-weight: normal;
color:#ff9200;

}

#page_title h2 strong{
font-weight: normal;
color:#ee1597;
}



/*------------FOOTER----------------*/
#footer{
	float:left;
	background:url(../images/footer_bg.gif) top center no-repeat;
	width:1000px;
	height:80px;
	line-height:80px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#ffffff;
	text-align:center;
}

#footer a:link, #footer a:visited, #footer a:active{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#464331;
	padding:0 25px;
	text-decoration:none;
}

#footer a:hover{
	color:#464331;
	text-decoration:underline;	
}


/*------------beautification css end------------*/




/*------------global css------------*/
blockquote,form,div,li,ol,p,td,th,ul {font-size: 12px; font-family:Arial, Helvetica, sans-serif, Tahoma; color: #9e9e9e;}
p{
	text-align: justify;
	margin:0px;
	padding:0px;
	
}
strong{
color: #ff9200;
}
ul{
	margin-top:0px;
	margin-left:0px;
	margin-right:2px;
	margin-bottom:0px;
	padding-left:20px;
}
li{
	list-style-image: url(../images/bullet.gif);
	line-height:16px;
	color:#9e9e9e;
	padding-left:0px;

}
ol li{
	list-style-image:none;
	line-height:16px;
	text-align:left;
	margin:0px;
	padding:0px;
}
/*------------global css end------------*/


/*------------form css------------*/
form{
	margin: 0 0 0 0;
}
.form-text{
	text-align: right;
}
input {
	font-family: Tahoma;
	font-size: 11px;
	color: #605E76;
	background: none;
	border: 1px solid #a2a2a2;

}
textarea {
	font-family: Tahoma;
	font-size: 11px;
	color: #605E76;
	background: none;
	border: 1px solid #a2a2a2;
	width:170px;
}
select {
	font-family: Tahoma;
	font-size: 11px;
	color: #605E76;
	background: none !important;
	background:#e5e5e5;
	border: 1px solid #a2a2a2 !important;
	border: none;
	padding:0px;
}
radio {
	background: none;
	border: 0px solid #a2a2a2;
}
.input {
	font-family: Tahoma;
	font-size: 11px;
	color: none;
	background: none;
	border: 1px solid #a2a2a2;
}
.input-button {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	padding:2px 10px;
	color: #ffffff;
	background: url(../images/button_bg.jpg);
	border: 1px solid #c70067;
}

/*------------form css end------------*/



/*------------link css----------------*/
.more-link, .more-link:active, .more-link:visited {
	background:url(../images/more_link_bg.jpg) top right no-repeat;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	color: #636466;
	padding:0 25px 0 0;
	text-decoration: none;
}


.more-link:hover {

	font-size:13px;
	font-weight: bold;
	color: #0071bc;
	text-decoration: none;
}
/*------------link css end------------*/



/*------------mainlevel css----------------*/
a.mainlevel:link, a.mainlevel:visited {

display: block;
background-image: url(../images/link_middle.gif);
background-position:top left;
background-repeat:repeat-x;
vertical-align: middle;
FONT-FAMILY: Tahoma;
FONT-SIZE: 12px;
font-weight: bold;
color: #fefefe;
text-align: center;
padding: 0px 22px;
line-height: 34px;
height: 34px;
text-decoration: none;
}

a.mainlevel:hover {
display: block;
background-image: url(../images/link_hover.gif);
background-position:top left;
background-repeat:repeat-x;
vertical-align: middle;
FONT-FAMILY: Tahoma;
FONT-SIZE: 12px;
font-weight: bold;
color: #000000;
text-align: center;
padding: 0px 22px;
line-height: 34px;
height: 34px;
text-decoration: none;
}
a.mainlevel#active_menu {

color:#fff;
font-weight: bold;
}

a.mainlevel#active_menu:hover {
color: #fff;
}

/*a.mainlevel_active {
display: block;
background-image: url(../images/link_hover_bg.gif);
background-position:top left;
background-repeat:repeat-x;
vertical-align: middle;
FONT-FAMILY: Tahoma;
FONT-SIZE: 11px;
font-weight: bold;
color: #29166f;
text-align: center;
padding: 0px 15px;
line-height: 30px;
height: 30px;
text-decoration: none;
}*/
/*------------mainlevel css end------------*/

