@charset "utf-8";
/* CSS Document */

a {outline:none;}
:focus{outline:none;}
:-moz-any-link:focus {outline: none;}

body{
	background:#4D4D4D;
	font-family:Trebuchet Ms;
	font-size:13px;
	padding:0px;
	margin:0px;
}

#main_wrapper{
	position:relative;
	width:800px;
	overflow:hidden;
	background:url('images/background.gif') repeat-y;
	margin:0 auto;
	padding:0px;
	top:0px;
}

#wrapper{
	width:782px;
	float:right;
	margin:0px;
	margin-right:9px;
	overflow:auto;
	background-color:#f3f3f3;
}

.ul-title{
	color:#fff;
	font-weight:bold;
}

#topbar a:link, #topbar a:visited{
	color:#990000;
	text-decoration:none;
}

#topbar a:hover{
	color:#ffcaca;
	text-decoration:none;
}

#topbar .a-title:link, #topbar .a-title:visited{
	color:#ffffff;
	text-decoration:none;
}

#topbar a.a-title:hover{
	color:#C1272D;
	text-decoration:none;
}

#menu-topleft{
	width:10px;
	height:8px;
	background:url(images/menu-top.gif);
	position:absolute;
	top:0px;
	left:0px;
}

#menu-bottomleft{
	width:10px;
	height:8px;
	background:url(images/menu-bottom.gif) bottom;
	position:absolute;
	bottom:0px;
	left:0px;
}

#slogan{
	height:80px;
	width:100%;
	background-color:#e6e6e6;
}

#footer{
	height:30px;
	padding-top:10px;
	width:100%;
	background-color:#e6e6e6;
}

img{border:none;}


#container{	
	margin:0 auto;
	position:relative;
	text-align:left;
	width:696px;
	background:#f3f3f3;	
	border:1px #f3f3f3 solid;
	margin-top:100px;
	}			
#content-box{
	position:relative;
	border:1px #f3f3f3 solid;
	padding:0px;
	margin:0px;
	}			

/* Easy Slider */

#slider{
	overflow:hidden;
	width:699px;
	height:469px;
	position:relative;
}
#slider ul, #slider li{
	margin:0;
	padding:0;
	width:699px;
	height:469px;
	list-style:none;
	overflow:hidden;
	}
#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:699px;
	height:469px;
	overflow:hidden; 
	position:relative;
	}						
	
p#controls{
	margin:0;
	position:relative;
	} 

#prevBtn, #nextBtn{ 
	display:block;
	margin:0;
	overflow:hidden;
	text-indent:-8000px;		
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:-280px;
	}	
#nextBtn{ 
	left:699px;
	}														
#prevBtn a, #nextBtn a{  
	display:block;
	width:30px;
	height:77px;
	background:url(images/btn_prev.gif) no-repeat 0 0;	
	}	
#nextBtn a{ 
	background:url(images/btn_next.gif) no-repeat 0 0;	
	}												

#container a{
	text-decoration:none;
	}
	
.info_box p{margin-top:11px; margin-bottom:11px;}
