/* CSS Document */

/* menu */
#firststep_menu {
	clear: both;
	width: 930px;
	height: 45px;
	padding: 0 15px;
	background: url(images/menu.jpg) no-repeat
}

#firststep_menu ul {
	float: left;
	width: 900px;
	margin: 0;
	padding: 0;
	list-style: none;
}

#firststep_menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#firststep_menu ul li a {
	float: left;
	display: block;
	padding: 10px 10px;
	margin: 0 1px 0 0;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000;
	outline: none;
	border: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

#firststep_menu ul li a:hover, #firststep_menu ul li .current
 { color: #fff; background:url(images/menu_hover.jpg) repeat-x;  }



/* end of menu */

/* slider */
#slider_wrapper {
	clear: both;
	width: 960px;
	height: 300px;	
	background:url(images/slideshow/sliderbg.jpg) no-repeat #22508e;
	margin-bottom:5px;border-bottom: solid #000000 4px;
	
}

#slider_wrapper_n { clear: both; width: 800px; padding: 30px; margin-bottom: 15px; background:#22508e } 
#slider_wrapper_n h2 {
	color: #fff;
}
#slider_wrapper_n p { font-size: 16px }

#slider { 
	width: 660px;
	height:300px;
	overflow: hidden;
	float:right
}


/* end of slider */
