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

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

body {

	font: normal 12px Arial, Helvetica;
	color: #666;
	line-height: 140%;
	background: #5BBDFF url("../images/bg.jpg") top repeat-x;
	font-smooth: always;

}

.clearFloat{
	clear: both;
}

ul li{
	list-style: none;
}

input{
	border: 1px solid #ccc;
}

textarea{
	border: 1px solid #ccc;
}

.contact_input
{
	width: 200px;
}

img{
	border: none;
}

a{
	text-decoration: none;
	color: #099CFF;
}


h1{
	font-size: 16px;
	margin: 5px 0px;
	color: #099CFF;
}

h2{
	font-size: 13px;
	margin: 5px 0px;
	color: #099CFF;
}

h3{
	font-size: 12px;
	margin: 5px 0px;
	color: #099CFF;
}




#wrapper{

	width: 960px;
	margin: 0px auto;
	background: url("../images/bg_header.jpg") top center no-repeat;
}

#header{
	background: none;
	position: relative;
}


#logo{
	width: 200px;
	margin: 5px auto;
	padding-left: 40px;
	padding-top: 70px;
}


#menu
{
	text-align: left;
	width: 960px;
	padding: 30px 10px;
	padding-top: 70px;
}



#menu ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#menu ul li{
	display: inline;
	margin: 0px;
	padding: 0px;
}

#menu ul li .tree_selected{
	display: inline;
}


#menu ul li a{

	height: 32px;
	line-height: 32px;
	padding: 4px 10px 6px 10px;
	font-size: 23px;
	margin: 0px;
	color: #FE9900;
}

#menu ul li .tree_selected .ml{
	display: inline;
	height: 32px;
	line-height: 32px;
	padding: 4px 1px 6px 1px;
	font-size: 23px;
	margin: 0px;
	color: #FE9900;
	background: url("../images/ml.jpg") top right no-repeat;
}

#menu ul li .tree_selected .mr{
	display: inline;
	height: 32px;
	line-height: 32px;
	padding: 4px 1px 6px 1px;
	font-size: 23px;
	margin: 0px;
	color: #FE9900;
	background: url("../images/mr.jpg") top left no-repeat;
}

#menu ul li .tree_selected a{
	background: url("../images/bg_a.jpg") top repeat-x;
	padding: 4px 5px 6px 5px;
	color: #fff;
}

#menu ul li .tree_selected{
	background: url("../images/bg_li.jpg") left top no-repeat;
	background-position: 15px 0px;
	padding: 13px 0px 15px 0px;
}

#menu ul li a:hover
{
	/*border-bottom: 3px solid #099CFF;*/
	color: #099CFF;
}

#menu ul li .tree_selected a:hover
{
	border: none;
	color: #FFF;
}




#content{
	padding-top: 0px;
}




#main
{
	float: left;
	width: 665px;
	margin: 0px 10px;
	position: relative;
	overflow: hidden;
}

.x_transparency25
{
	background: #fff;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
	width: 665px;
	height: 100%;
	position:absolute;
	top:0px;
	left:0px;
	 -moz-border-radius: 10px;
	 -webkit-border-radius: 10px;

}

.x_transparency45
{
	background: #fff;
	filter: alpha(opacity=45);
	-moz-opacity: .45;
	opacity: .45;
	width: 665px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	 -moz-border-radius: 10px;
	 -webkit-border-radius: 10px;
}



#main .main_content
{
	float: left;
	position: relative;
	padding: 10px;
}

#main h1{

	padding: 4px 0px 0px 0px;

}


#left{
	float: left;
	width: 250px;
	margin: 0px 10px 10px 0px;

}

.tab_left .transparency25
{
	background: #fff;
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
	width: 260px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;

	z-index: 0;
	overflow: hidden;
	 -moz-border-radius: 10px;
	 -webkit-border-radius: 10px;

}

.tab_left .transparency45
{
	background: #fff;
	filter: alpha(opacity=45);
	-moz-opacity: .45;
	opacity: .45;
	width: 260px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;

	z-index: 0;
	overflow: hidden;
	 -moz-border-radius: 10px;
	 -webkit-border-radius: 10px;

}



.tab_left{
	position: relative;
	margin: 0px;
	float: left;
	width: 250px;
	margin-bottom: 20px;
	padding: 10px 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	overflow: hidden;

}

.tab_left .tab_left_content{
	position: relative;
	overflow: hidden;
}

.tab_left_
{
	position: relative;
	margin: 0px;
	float: left;
	width: 260px;
	margin-bottom: 10px;
	color: #fff;
	padding-bottom: 10px;
	overflow: hidden;

}

.tab_left_ a
{
	color: #fff;
	font-weight: bold;
}


.tab_left_ h1
{
	color: #fff;
}



.tab_left_ p
{
	/*border-bottom: 1px dotted #fff;*/
	margin-bottom: 5px;
	padding-bottom: 5px;
}


.tab_left_ .tab_left_content_
{
	filter: alpha(opacity=95);
	-moz-opacity: .95;
	opacity: .95;
	padding: 10px;
	position: relative;
	overflow: hidden;
	background: #2DABFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

.tab_left h1{

	padding: 5px;
	padding-left: 7px;
}

.tab_left ul{
	padding: 0px 10px 0px 5px;

}

.tab_left ul li{
	padding-left: 5px;
}


.tab_left ul li a{
	display: block;
	padding: 4px 2px 4px 10px;
	border-bottom: 1px dotted #fff;
	background: url("../images/dot.gif") left no-repeat;
}

.tab_left ul li a:hover{
	font-weight: bold;
	color: #FE9900;
}

.tab_left ul li .tree_selected a{
	font-weight: bold;
}

.tab_left .tab_left_second{
	padding: 0px 10px;

}

.tab_left .tab_left_second p{
	border-bottom: 1px dotted #fff;
	padding-bottom: 5px;
	margin-bottom: 5px;
}


#footer{

}

#footer a {
	color: #fff;
}

#footer ul li{
	display: inline;
	margin-right: 0px;
}

#footer ul li .tree_selected{
	display: inline;
}

#footer ul li a {
	color: #fff;
	padding: 10px;
}

#footer ul li .tree_selected a{
}

#footer ul li a:hover{
}

#footer ul li .tree_selected .ml
{
	display: inline;
}

#footer ul li .tree_selected .mr
{
	display: inline;
}

#footer_inner{
	background:  url("../images/bg_footer.jpg") top center no-repeat;
	color: #fff;
	text-align: center;
	width: 960px;
	margin: 15px auto;
	padding: 10px 20px 0px 20px;
	position: relative;
}


