@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 23px;
	color: #000000;
}
#wrapper {
	width: 988px;
	margin: 0 auto;
	position: relative;
}
#topbar {
	height: 89px;
}
#logo {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	height: 75px;
	width: 387px;
	margin-left: 20px;
}
#header {
	height: 421px;
	margin-top: 21px;
}
	/* slider */

		#slider ul, #slider li{ 
			margin:0;
			padding:0;
			list-style:none;
			}	
		#slider, #slider li{ 
			height:421px;
			width:988px;
			overflow:hidden;
			}	
		#slider{
	margin: 0;
			}	
		#prevBtn, #nextBtn{ 
			display:block;
			width:65px;
			height:77px;
			position:absolute;
			left:-15px;
			top:300px;
			}	
		#nextBtn{ 
			left:940px;
			}														
		#prevBtn a, #nextBtn a{  
			display:block;
			width:65px;
			height:77px;
			background:url(images/btn_prev.png) no-repeat 0 0;	
			}	
		#nextBtn a{ 
			background:url(images/btn_next.png) no-repeat 0 0;	
			}	
			
#content {
	background-image: url(images/whitebg.gif);
	background-repeat: repeat-y;
	overflow: hidden;
	padding: 20px 50px 20px 0;
	height: 660px;
}
#left {
	float: left;
	width: 250px;
	background-image: url(images/bottompic.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 670px;
}
#right {
	float: right;
	width: 610px;
	background-image: url(images/greybg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 70px;
}
#leftbar {
	background-image: url(images/redribbon.gif);
	background-repeat: no-repeat;
	height: 65px;
}
.greentitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 40px;
	color: #9fb919;
}
.rightimg {
	float: right;
	padding-left: 10px;
	display: block;
	padding-top: 5px;
}
.leftimg {
	float: left;
	padding-right: 10px;
	display: block;
}
.separatorline {
	background-color: #DBDBDB;
	margin-top: 15px;
	margin-bottom: 15px;
	height: 1px;
	clear: both;
}
.boldtext {
	font-weight: bold;
}
#footer {
	background-image: url(images/bottombar.gif);
	background-repeat: no-repeat;
	height: 169px;
	background-position: center;
	text-align: center;
	color: #f2d28b;
}
#contact {
	color: #696969;
	padding: 5px;
}
#contact input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 6px;
	border: 1px solid #dfc078;
	width: 230px;
	margin: 5px 0 5px 0;
	background-color: #f2d48f;
	color: #333333;
}
#contact label {
	float: left;
	width: 90px;
	display: block;
	padding: 3px;
	margin: 3px 0 3px 0;
	clear: both;
	color: #000000;
}
#contact textarea {
	border: 1px solid #dfc078;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 6px;
	width: 230px;
	margin: 5px 0 5px;
	background-color: #f2d48f;
	color: #333333;
}

