
header, menu {
  display:block;
}

.scontainer {
	position: relative;
	width: 965px;
	margin: 0 auto;
	overflow: hidden; 
}


/* Header
---------------------------------------- */
#topspacer {	
	width:965px;
	height:10px;
}

#header {
	width:965px;
	position: relative;
	margin:0;
}

header .scontainer {
	height: 420px;
	overflow: hidden;
}

.slideups {
	position: absolute;
	top: 164px;
	left: 0;
	z-index:200;
}

.slideups ul {
	overflow: hidden;
	margin: 0;
	list-style: none;
}
	
.slideups ul li {
	position: relative;
	float: left;
	width: 305px;
	padding: 0;
	cursor: pointer;
	top: 200px;
}
		
.slideups ul li:first-child {
	padding: 0;
}
		
.slideups ul li strong {
	display: block;
	height: 56px;
	overflow: hidden;
	letter-spacing: normal;
	line-height: 56px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-align: left;
	padding:0 0 0 10px;
	text-transform: uppercase;
	color: #fff;
}

.slideups ul li.custom-1 strong {
	background: url(heading1.png) repeat 0% 0%;
}

.slideups ul li.custom-2 strong {
	background: url(heading1.png) repeat 0% 0%;
}
	
.slideups ul li.custom-3 strong {
	background: url(heading1.png) repeat 0% 0%;
}

.slideups ul li div {
	background: url(contentbg.png) repeat 0% 0%;
	padding: 0;
}

.slideups ul li p {
	padding: 0 0 0 0 !important;
	line-height: 20px !important;
	font-size: 14px !important;
	color: #2d2b3f !important;
}

.slideups ul li b {
	display: block;
	line-height: 20px;
	font-size: 14px;
	font-weight: normal;
	color: #cf4400;
}

.slideups ul li b a {
	color: #cf4400;
}

