.maincontent h2.home {
	font-family:'Droid Sans', sans-serif;
	display:block;
	float:left;
	width:600px;
	clear:both;
	color:#D7110E;
	font-size:1.9em;
	font-weight:400;
	text-transform:uppercase;
	padding:5px 0 0 20px;
}

.hometeasers {
	float:left;
	width:770px;
	height:190px;
	margin:10px 0 20px 0;
}

.hometeasers.small {
	height:100px;
}

.hometeaser_small {
	float:left;
	width:770px;
	margin:10px 0 20px 0;
	height:110px;
}

.hometeasers .ht_left {
	float:left;
	width:380px;
	height:190px;

}

.hometeasers .ht_right {
	float:right;
	width:380px;
	height:190px;

}


.col-main .maincontent {
	position: relative;
}

.sw {
	float:left;
	width:770px;
	height:246px;
	margin:0 0 8px 0;
	position: relative;
	overflow:hidden;

}

.sw .slidebox {
	padding:0 2px 4px 2px;	
}

li.slidebox {
	width: 175px;
	height: 240px;
	margin:0 2px 0 0;
}

li.slidebox a {
	text-align:center;
	padding:0 5px;
}

#switchbox_1, #switchbox_2, #switchbox_3 {
	width: 732px;
	height: 246px;
	margin:0 0 0 22px;
	overflow: hidden;

}

#switch_1, #switch_2, #switch_3 {
	position:relative;
	height:246px;
}

#prev_1, #prev_2, #prev_3 {
	background:#ccc;
	position: absolute;
	top:0;
	left:0;
	width: 23px;
	height: 246px;
	background: url(/static/img/homeslider.png) no-repeat 0 0 !important;
	cursor: pointer;
	z-index:100;
}

#next_1, #next_2, #next_3 {
	background:#ccc;
	position: absolute;
	top:0;
	right:0;
	width: 23px;
	height: 246px;
	background: url(/static/img/homeslider.png) no-repeat -23px 0 !important;
	cursor: pointer;
	z-index:100;
}


.col1-layout .main .infobox .std {
	padding:0;	
}

.col1-layout .main .infobox .col-left {
	width:auto;
	padding:0;	
}

.maincontent .infobox {
	border:5px solid #FC0;
	line-height:16px;
	padding:10px 20px 0 20px;
	margin:0 0 10px 0;
}




