@charset "utf-8";
/* CSS Document */


/*-------------------------------------------- EXISTING STYLES*/

.main_bg {
	margin:0 auto;
	padding:0;
	width:923px; /*border:1px solid #292929;*/
}
.header_text {
	width:823px;
	height:260px;
	margin:0 auto;
	padding:0;
	background:url(../images/simple_bg.gif) top center no-repeat;
	float:left;
}
.gallery {
	width:823px;
	height:260px;
	margin:0 auto;
}
#slider {
	margin:0;
	padding:0;
	list-style:none;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
/* 
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
*/

.header_text .div {
	float:right;
	width:813px;
	padding:10px 0 0 10px;
	margin:0;
}
.header_text .div .left1 {
	float:left;
	width:340px;
	padding:0 0 0 25px;
	margin:0;
}
.header_text .div .left1 img.more {
	float:left;
	padding:15px 0
}
.header_text .div .left1 h2 {
	font:normal 29px Georgia, "Times New Roman", Times, serif;
	color:#233344;
	padding:0;
	margin:0;
	font-weight: bold;
}
.header_text p {
	font: normal 13px "Arial", Times, Georgia, serif;
	color:#FFFFFF;
	padding:16px 0 0;
	margin:0;
	line-height: 18px;
	text-shadow:0px 1px 1px #000000;
	font-weight:bold;
}
/* header_text2 */
.header_text2 {
	width:823px;
	height:89px;
	margin:0 auto;
	padding:0;
	background:url(../images/simple_bg.gif) top center no-repeat;
}
.header_text2 h2 {
	font: bold 30px Georgia, "Times New Roman", Times, serif;
	text-align:center;
	color:#fff;
	margin:0;
	padding:20px 0 0 0;
}
#slider {
	margin:0;
	padding:0;
	list-style:none;
}
#slider ul, #slider li {
	margin:0;
	padding:0;
	list-style:none;
}
/* 
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
*/
#slider li {
	width:823px;
	height:265px;
	overflow:hidden;
}
p#controls {
	margin:0;
	padding:0;
	position:relative;
}
#prevBtn {
	display:block;
	margin:0;
	overflow:hidden;
	width:42px;
	height:33px;
	position:absolute;
	left:-41px;
	top:-140px;
}
#nextBtn {
	display:block;
	margin:0;
	overflow:hidden;
	width:42px;
	height:33px;
	position:absolute;
	left: 836px;
	top:-140px;
}
#prevBtn a {
	display:block;
	width:42px;
	height:33px;
	background:url(../images/arrow-left.png) no-repeat 0 0;
}
#nextBtn a {
	display:block;
	width:42px;
	height:33px;
	background:url(../images/arrow-right.png) no-repeat 0 0;
}

