@charset "utf-8";
@import url("base.css");
#breakout {
	float: left;
	background: #3E1003;
	height: 260px;
	width: 960px;
}
#slider {
	float: left;
	height: 114px;
	width: 960px;
	border-bottom: 1px solid #392315;
	border-top: 1px solid #b89176;
	background: url(img/bg_slider.png) repeat-x 0px 0px;
	margin: 0px;
	padding: 0px;
}
#slider_back {
	background: url(img/buttons_slider_arrows_sprite.png) no-repeat 0px 0px;
	float: left;
	height: 114px;
	width: 42px;
	cursor: pointer;
	display: block;
}
#slider_back:hover {
	background: url(img/buttons_slider_arrows_sprite.png) no-repeat 0px -114px;
}
#slider_back.disabled, #slider_back.disabled:hover {
	background: url(img/buttons_slider_arrows_sprite.png) repeat 0px -228px;
	cursor: default;
}

#slider_next {
	background: url(img/buttons_slider_arrows_sprite.png) no-repeat -42px 0px;
	float: left;
	height: 114px;
	width: 42px;
	cursor: pointer;
	display: block;
}
#slider_next:hover {
	background: url(img/buttons_slider_arrows_sprite.png) no-repeat -42px -114px;
}
#slider_next.disabled, #slider_next.disabled:hover {
	background: url(img/buttons_slider_arrows_sprite.png) no-repeat -42px -228px;
	cursor: default;
}

#slides {
	float: left;
	height: 114px;
	width: 876px;
	overflow: hidden;
}

#slides  ul {
	display: block;
	background: url(img/bg_slider.png) no-repeat 0px 0px;
	float: left;
	left: 42px;
	top: 0px;
	width: 876px;
}
#slides     ul  li {
	background: url(img/bg_slider.png) no-repeat 0px 0px;
	height: 114px;
	width: 876px;
	display: block;
	float: left;
	clear: none;
}
#slides      ul     li     a img  {
	background: url(img/bg_slider_img.png) no-repeat 0px 0px;
	padding: 7px 8px;
	margin: 0px;
	height: 100px;
	width: 276px;
	float: left;
}
#slides ul li a:hover img {
	background: url(img/bg_slider_img.png) no-repeat 0px -114px;
}
#home_cols {
	background: #fff;
	float: left;
	width: 900px;
	padding-top: 18px;
	padding-right: 30px;
	padding-left: 30px;
}
#home_col1 {
	float: left;
	height: 246px;
	width: 594px;
	background: url(img/bg_home_cols.jpg) no-repeat left top;
}
#home_col1 p {
	color: #535353;
	font-size: 14px;
	margin-top: 58px;
	padding: 0px;
	margin-left: 324px;
	line-height: 22px;
}
#home_col2 {
	float: right;
	height: 246px;
	width: 288px;
	background: url(img/bg_home_cols.jpg) no-repeat right top;
}
#home_col2 img {
	background: #FFFFFF;
	padding: 5px;
	border: 1px solid #b3aea9;
	margin-top: 58px;
	margin-left: 12px;
}
#home_col2 p {
	text-align: right;
	margin-right: 12px;
	margin-left: 11px;
	margin-top: 8px;
	font-size: 13px;
}
#home_col2 p a {
	color: #823e0d;
	text-decoration: none;
}
#home_col2 p a:hover {
	text-decoration: underline;
}
#news {
	font-size: 13px;
	line-height: 44px;
	color: #494949;
	float: left;
	height: 44px;
	width: 748px;
	padding-left: 152px;
	font-weight: normal;
	background: url(img/bg_home_news.png) no-repeat 0px 0px;
	overflow: hidden;
}


