
div#home-layout div#two-col-layout {
	width: 870px;
	overflow: hidden;
	margin: 0 auto;
	border-top: 1px solid #bdbcbc;
	margin-top: 15px;
}
div#home-layout div#two-col-layout h1 {
	font-weight: normal;
	color: #a0cf67;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 12px;
	text-transform: lowercase;
	margin-top: 26px;
}

div#home-layout div#two-col-layout p {
	color: #a1a1a1;
	font-size: 12px;
	line-height: 19px;
}

div#home-layout div#two-col-layout p a {
	color: #000000;
	text-decoration: none;
}
div#home-layout div#two-col-layout div#col-1{
	width: 412px;
	overflow: hidden;
	float: left;
	border-right: 1px solid #bdbcbc;
	padding-right: 21px;
}

div#home-layout div#two-col-layout div#col-1 div#col-1-left{
	float: left;
	width: 303px;
}
div#home-layout div#two-col-layout div#col-1 div#col-1-right{
	float: right;
	width: 84px;
		padding-top: 19px;
}

div#home-layout div#two-col-layout div#col-1 div#col-1-right p img{
	display: block;
	margin-bottom: 10px;
}
div#home-layout div#two-col-layout div#col-2{
	width: 401px;
	overflow: hidden;
	float: left;
	padding-left: 20px;

}
/* slider */
#slider {
    width: 872px; /* important to be same as image width */
    height: 251px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#sliderContent {
    width: 872px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
.sliderImage, .slider1Image {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 12px/18px Arial, Helvetica, sans-serif;
    padding: 14px 40px 10px 18px;
    width: 195px !important;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.sliderImage span a {
	color:#a0cf67;
	font-weight:bold;
	text-decoration:none;
}

.clear {
	clear: both;
}
.sliderImage span strong, .slider1Image span strong {
    font-size: 16px;
	display:block;
	margin-bottom:3px;
	margin-top:3px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	height: 231px;
}

