@charset "UTF-8";
/* CSS Document */
* {
	font-family: "Arial";
}
body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	background: #000;
	color: #a6a6a6;
	
}

body,td,th {
	color: #999;
}
img
{  
	border-style: none;
}
a:link {
	text-decoration: none;
	color:#ff4ca4;
}
a:visited {
	text-decoration: none;
	color:#ff4ca4;
}
a:hover {
	text-decoration: underline;
	color:#ff4ca4;
}
a:active {
	text-decoration: none;
}
ul {
	width: 200px;
	float: left;
	
}

ul li {
	margin: 10px 0;
	text-align: left;
	overflow: hidden;
	border-bottom-color:#666;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	display: block;
}

ul li a {
	padding: 0;
}

ul li a:hover {
	background:none;
	display:block;
	color:#FFFFFF;
	text-decoration:underline;
}


ul li a img {
	display: inline;
	vertical-align: middle;
}


ul ul {
	width: 200px;
	margin: 10px;
}

ul ul li {
	margin: 0;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url("/images/gr_3-dot-right.gif") 0 50% no-repeat !important;
}
#wrapper {
	width:900px;
	margin: 0 auto;
}
.header {
	width:900px;
	float:left;
	display:inline;
	text-align:center;
}

.newcontent {
	width:900px;
	float:left;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	border-bottom-color:#666666;
}
.right {
	width:660px;
	float:left
}
.newinner {
	width:660px;
	float:left;
	font-size:12px;
}
.newinner_bg {
	width:660px;
	height:460px;
	float:left;
	background: url('/images/home-bg-new.jpg') no-repeat 50% 50%;
}
.newleftmenu {
	width:240px;
	float:left;
	padding-top:35px;
}



.newfooter {
	width:900px;
	float:left;
	text-align:center;
}
p {
	margin: .3em 0 1em 0;
	display: block;
	clear: both;
	line-height: 1.7em;
	
}
h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin:10px 0px;
	padding: 0px;
	display: block;
}
h2 {padding:0px; margin:5px 0px 10px 0px;}

h1 span {
	font-size: 12px;
	display: block;
	font-weight: normal;
	padding: 0 0 0 15px;
	margin: 2px 0;
	
}
ul, li {
	margin: 0;
	padding: 0;
}

ul li {
	background: url("/images/gr_3-dot-right.gif") 0 .45em no-repeat;
	padding-left: 10px;
	margin-bottom: 5px;
	list-style: none;
}
ul li:hover {
	text-decoration:underline;
	color:#FFFFFF;
}

.navbar {
   margin: 0;
   padding-left:15px;
   height: 1em; }
.navbar li {
   list-style: none;
   float: left; 
   border:none;
   margin:15px 0x;
   color:#ff4ca4;
 }
.navbar li a {
   display: block;
   padding: 3px 8px;
   text-decoration: none;
   color:#ff4ca4;
   list-style:none;
}
.navbar li ul {
   display: none; 
   width: 10em; /* Width to help Opera out */
   border:none;
   background:none;
   padding: 10px 0;
   color:#FFF;
 }

.navbar li:hover ul, #navbar li.hover ul {
   display: block;
   position: absolute;
   margin: 0;
   padding: 0;
   background-color:#000;
	filter:alpha(opacity=50); opacity: 0.7;-moz-opacity:0.7;
   color:#FFF;
   

}
.navbar li:hover li, #navbar li.hover li {
   background:none;
   float: none;
   color:#ff4ca4;
   
   }
.navbar li:hover li a, #navbar li.hover li a {
     background:none;
	 color: #FFF; }
.navbar li li a:hover {
  	 background:none;
	 color: #ff4ca4; }

.footer {
	margin: 0 0 20px 0;
	font-size: 11px;
	color: #343434;
	padding-bottom: 15px;
	text-align:center;
}

.footer p {color:#CCCCCC;}

.minisearch {
	float:left;
	padding:5px;
	font-size:12px;
}
.labelsearch {
	font-size:12px;
}

#floatjs {
	margin: 0;
}
#floatjs li {
	background: none;
	border-bottom: none;
	}
   
