body {
	background-color: #728BA3;		
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	}
		
h1 {
	font-size: 15px;
	color: #D27DA2;
	}

h2 {
	font-size: 13px;
	}		
		
.wrapper {
	background-color: #fff;
	text-align: left;
	margin: 10px auto;
	padding: 0;
	width: 990px;
	border: 1px solid #000;
	overflow: auto;
	}
	
.footer a, .content a {
	text-decoration: none;
	font-weight: bold;
	color: #0571BA;
	}	
		
.footer a:hover, .content a:hover {
	text-decoration: underline;
	color: #D27DA2;
	}	

.button1 {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-opera-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #D27DA2;
	font-weight: bold;
	color: #fff !important;
	padding: 4px;
	margin: 0;
	border: 1px solid #000;
	cursor: pointer;
	}	

.button1:hover {
	background-color: #FFC20A;
	}
	
	
.button2 {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-opera-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #D27DA2;
	font-weight: bold;
	color: #fff !important;
	padding: 4px 6px;
	margin: 0;
	border: 1px solid #000;
	text-decoration: none !important;
	cursor: pointer;	
	}	

.button2:hover {
	background-color: #FFC20A;
	}
	
	
.clearout {
	clear: both;
	}
	
#header {
	position: relative;
	z-index: 99999;
	height: 155px;
	width: 100%;
	padding: 0;
	margin: 0 0 0 0;
	background: #FFF url(/images/header_background.jpg) no-repeat;
}


.others {
	float: right;
	width: 132px;
	height: 115px;
	cursor: pointer;
	padding: 0;
	margin: 0;
	}
	


.signin_top {
	float: left;
	width: 150px;
	padding: 0;
	margin: 64px 0 0 95px;
	color: #CC3333;
	font-size: 11px;
}

.signin_top a {
	color: #CC3333;
	font-weight: bold;
}


.search_top {
	float: left;
	padding: 0;
	margin: 27px 0 0 370px;
}


.search_top .inputbox{	
	width: 100px;
}

.search_top .submitbutton{	
	width: 80px;
	background-color: #FFC20A;
	color: #fff;
}


/******* NAV START *******/

ul#nav {
	height: 30px;
	position: absolute;
	margin: 0;
	padding: 0;
	top: 122px;
	left: 60px;
	list-style: none;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul#nav li {
	float: left;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
}

ul#nav li a img {
	border: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 15.4em;
	w\idth: 14.9em;
}



#nav li:hover ul , #nav li.sfhover ul {
	left: 0;
	top: 28px;
}

#nav li ul li {
	padding: 5px;
	text-align: left;
	float: none;
	border-bottom: 1px solid #CCCCCC;
}

#nav li ul li a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

#nav li ul li a:hover {
	text-decoration: none;
	color: #990000;
}

#nav li:hover, #nav li.sfhover {
	background: #EBEBEA;
}


/******* NAV END *******/


.content {
padding: 20px 30px;
margin: 0;
}



.footer {
	background: #F5F9FC;
	text-align: center;
	margin: 0;
	padding: 20px 0 0 0 ;	
	height: 70px;
	border-top: 1px dotted #000;		
	}
	
	#slider {
	width: 988px;
	margin: 0 auto;
	padding: 0;
	background: #FFF;	
	border: 1px solid #CCC;
}



	
