/* CSS RESET =============================================== */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0;}
table { border-collapse:collapse; border-spacing:0;}
fieldset,img { border:0;}
address,caption,cite,code,dfn,em,th,var { font-style:normal; font-weight:normal;}
ol,ul { list-style:none; }
caption,th { text-align:left;}
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:'';}
abbr,acronym { border:0;}



/* GLOBAL CSS =============================================== */
body, html {
	background: #565656 url(../images/header01.jpg) repeat-x;
	background-position: top center;
	font-family: Arial, Verdana, san-serif;
	font-size: 12px;
	color: #434343;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #ee7b2f;
	text-decoration: none;
}
a:hover {
	color: #807f83;
	text-decoration: none;
}



/* TEXTSTYLE CSS downwards =============================================== */
.textStyle1 {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.textStyle1 a:link, .textStyle1 a:active, .textStyle1 a:visited {
	color: #ee7b2f;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.textStyle1 a:hover {
	color: #61801e;
	font-family: Arial, sans-serif;
	font-size: 11px;
}

.textStyle2 {
	color: #000;
	font-family: Arial, sans-serif;
	font-size: 18px;
}

.textStyle3 {
	color: #61801e;
	font-family: Arial, sans-serif;
	font-size: 18px;
}

.textStyle4 {
	color: #61801e;
	font-family: Arial, sans-serif;
	font-size: 24px;
}

.textStyle5 {
	color: #ee7b2f;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.listStyle1 {
	list-style: disc;
	line-height: 20px;
	padding-left: 30px;
}

	
/* TEXTSTYLE CSS upwards =============================================== */



#wrapper {
	/*background: url(../images/bg_strip.png) repeat-y;*/
	width: 800px;
	margin: auto;
}



/* DIV CONTENT =============================================== */
#header {
	padding-left:35px;
	width: 260px;
	float: left;
}


#contentMAIN {
	margin-top: 24px;
	width: 800px;
	float: left;
}

#contentTEXThome {
	background: #fff;
	width: 750px;
	padding: 0px 0px 0px 50px;
	float: left;
}

#contentTEXT {
	background: #fff;
	width: 700px;
	padding: 20px 50px 30px 50px;
	float: left;
}

#menu {
	background: url(../images/bg_menu.jpg) no-repeat;
	padding-left: 8px;
	padding-top: 7px;
	margin-top: 105px;
	margin-right: -5px;
	width: 468px;
	height: 52px;
	float: right;
}


#footer {
	background: #fff;
	margin-top: 20px;
	padding: 20px 0px 15px 35px;
	width: 765px;;
	float: left;
}



/* Top Nav elements enclosed down ================================*/
#nav, #nav ul { /* all lists */
	padding: 0;
	list-style: none;
	float:left;
	width:463px;
}


#nav li { /* all list items */
	float: left;
	margin:0;
	padding:0;
	width:auto; /* width needed or else Opera goes nuts */
}


/* first level */
#nav li a:link, #nav li a:visited {
	display:block;
	text-decoration:none;
}

#nav li a:hover, #nav li a.active {
	background-position:bottom;
	background-color: #e4630e;
}


/* second level - dropdown menu */
#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}

#nav li ul a{
	background-color:#e1884e;
	width:170px;
	height:35px;
	padding-left:20px;;
	margin:0;
	line-height: 35px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
}



/*button background images are set underneath**/
#nav li a.nav1:link, #nav li a.nav1:visited {
	background-image:url(../images/nav1.jpg);
	width:72px;
	height:44px;
}

#nav li a.nav2:link, #nav li a.nav2:visited {
	background-image:url(../images/nav2.jpg);
	width:94px;
	height:44px;
}

#nav li a.nav3:link, #nav li a.nav3:visited {
	background-image:url(../images/nav3.jpg);
	width:86px;
	height:44px;
}

#nav li a.nav4:link, #nav li a.nav4:visited {
	background-image:url(../images/nav4.jpg);
	width:98px;
	height:44px;
}

#nav li a.nav5:link, #nav li a.nav5:visited {
	background-image:url(../images/nav5.jpg);
	width:113px;
	height:44px;
}
/* Top Nav elements enclosed up */

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:696px;
		height:18px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:18px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:18px;
		background:url(../images/btn_prev.gif) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.gif) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:12px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:18px;
		line-height:18px;
		}
	ol#controls li a{
		float:left;
		height:12px;
		line-height:12px;

		background:#565656;
		color:#565656;
		padding:0 3px;
		text-decoration:none;
		font-size:9px;
		}
	ol#controls li.current a{
		background:#ee7b2f;
		color:#ee7b2f;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
