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

body {
	margin: 0px;
	padding: 22px 20px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #000000;
}
a {
	color: #CC3300;
	text-decoration: none;
}
a:hover {
	color: #003399;
	text-decoration: underline;
}
a img{
	border: 0px;
}
h3 {
	color: #333366;
}
fieldset {
	padding: 10px;
	border: 1px solid #999;
}
legend {
	padding: 4px;
	border: 1px solid #999;
	background-color: #FFF;
}
.lable {
	text-align: right;
	font-weight: bold;
}
blockquote {
	border-left: 10px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin: 0 0 30px 0;
	padding: 5px 20px;
}

#outerWrapper {
	position: absolute;
	left: 50%;
	margin-left: -475px;
	width: 950px;
}

#language{
	position: absolute;
	right: 0px;
	top: -20px;
	color: #64600B;
	font-weight: bold;
}
#language a {
	padding: 0px 2px;
}

#navigation {
	font-size: 16px;
	width: 947px;
	height: 30px;
	border-left: 1px solid #64600B;
	border-right: 2px solid #64600B;
	border-bottom: 2px solid #64600B;
	background-image: url(../images/navi_bg.gif);
	cursor: pointer;
}
#navigation a {
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	width: 134px;
	line-height: 30px;
	border-left: 1px solid #64600B
}
.naviDrop {
	position: absolute;
	visibility: hidden;
	border: 1px solid #64600B;
	border-bottom-width: 0;
	line-height: 18px;
	z-index: 100;
	background-color: #CCCC99;
	width: 134px;
}
.naviDrop a {
	width: 100%;
	display: block;
	border-bottom: 1px solid #64600B;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	text-indent: 10px;
	color: #000000;
}
.naviDrop a:hover {
	background-color: #999966;
	color: #000000;
}

#content-wrapper {
	clear: both;
	background-color: #2f3E6D;
	border-left: 2px solid #64600B;
	border-right: 2px solid #64600B;
	padding: 10px;
}
#content-footer {
	background-image: url(../images/content_footer.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 10px;
	margin-top: -10px;
}

#content-box {
	background-image: url(../images/content_box_tl.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #E5ECFF;
}
#content-box-1 {
	background-image: url(../images/content_box_tr.gif);
	background-repeat: no-repeat;
	background-position: top right;
}
#content-box-2 {
	background-image: url(../images/content_box_bl.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#content-box-3 {
	background-image: url(../images/content_box_br.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 20px;
}
.clear{
	line-height: 0px;
	clear: both;
}

#featured {
	border: 1px solid #666666;
	width:170px;
	height:170px;
}

#footer {
	background-image: url(../images/content_footer.gif);
	background-repeat: no-repeat;
	height: 27px;
	margin: 10px 0px 20px 0px;
	line-height: 27px;
	padding: 0px 10px 0px 10px;
	color: #FFFFFF;
	font-size: 11px;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer a:hover {
	text-decoration: underline;
	color: #0099FF; 
}
.right {
	float: right;
}
.left {
	float: left;
}

/* Easy Slider */
#slider-wrapper {
	position: relative;
	margin-right: 20px;
}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider, #slider li{ 
	width: 435px;
	height: 290px;
	overflow:hidden;
}	
#prevBtn, #nextBtn,
#slider1next, #slider1prev{ 
	display:block;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:100px;
	z-index:1000;
}	
#nextBtn, #slider1next{ 
	left:435px;
}														
#prevBtn a, #nextBtn a,
#slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;	
}	
#nextBtn a, #slider1next a{ 
	background:url(../images/btn_next.gif) no-repeat 0 0;	
}
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
	margin:0;
	padding:0;
	display:block;
	overflow:hidden;
	text-indent:-8000px;
}

/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}


