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

body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#container{
	width:1000px; 
	margin:0 auto;
	overflow:hidden;
	background-color:#9e9e9e;
}

#container1{
	width:962px; 
	margin:0 auto;
	overflow:hidden;
	background: url(../images/line.jpg) repeat-y;
}

#leftside{
	width:300px; 
	overflow:hidden;
	float:left;
}

#logo{
width:300px; 
overflow:hidden;
float:left;
height:182px;
}

#menu{
width:100%; 
overflow:hidden;
float:left;
margin:32px 0;
display:inline;
}

ul li.main_menu{
margin-left:-30px;
padding-left:20px;
float:left;
width:100%;
display:inline;
border-bottom:2px solid #510b6a;
}

ul li.main_menu_current{
background-color:#510b6a;
padding-left:20px;
margin-left:-30px;
width:100%;
float:left;
display:inline;
}

a.main_menu{
font-family:"Myriad Pro";
font-size:24px;
text-decoration:none;
color:#510b6a;
}

a.main_menu_current{
font-family:"Myriad Pro";
font-size:24px;
text-decoration:none;
color:#FFFFFF;
}

#menu_banner{
width:271px; 
overflow:hidden;
height:178px;
float:left;
margin:0 14px;
display:inline;
}

#content{
	width:662px; 
	overflow:hidden;
	float:left;
}

#content_header{
	width:100%; 
	overflow:hidden;
	float:left;
	margin-top:15px;
	background-color:#000000;
	height:80px;
}

.aux_menu{
font-size:16px;
text-decoration:none;
color:#fff;
}

.aux_menu_current{
font-size:16px;
text-decoration:none;
color: #FF0000;
}

#content_header_call{
	overflow:hidden;
	float:right;
	margin:15px 10px 0 0;
	height:25px;
	font-size:16px;
	font-weight:bold;
	color:#898989;
	display:inline;
	text-align:right;
}

#content_header_menuaux{
	overflow:hidden;
	float:right;
	width:90%;
	margin:5px 10px 0 0;
	height:25px;
	display:inline;
	text-align:right;
	color:#FFFFFF;
}

#content_banner{
width:100%; 
overflow:hidden;
float:left;
background-color:#FFFFFF;
height:270px;
}

#content_text{
	width:632px; 
	padding:15px 0;
	overflow:hidden;
	float:left;
	margin:15px;
	background-color:#9e9e9e;
	display:inline;
}

#text{
	width:632px; 
	overflow:hidden;
	float:left;
	background-color:#fff;
	display:inline;
}

.purple{
font-size:20px;
background-color:#510b6a;
color:#FFFFFF;
}

.link_content{
font-size:11px;
font-weight:bold;
color: #FF0000;
text-decoration:underline;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

.normal_content{
font-size:11px;
color: #222222;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#footer{
width:100%;
background-color:#000000;
height:50px;
float:left;
}

.second_menu{
font-size:16px;
text-decoration:none;
color:#000000;
}

.second_menu_current{
font-size:16px;
text-decoration:none;
color: #FF0000;
}

p{
margin:0px;
padding:0px;
}

#sitetools {
	width:120px;
	float:left;
	background-color:#FFFFFF;
}
