@charset "windows-1255";
body {
	font: 15px Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; 
	margin-top:10px;
	padding: 0;
	text-align: justify;  
	color: #fff;
}

#container {
	width: 1000px;   
 	margin: 0 auto;  
	border: 1px solid #000000;
	text-align: right;  
}
#header {
	padding:0px;
	background-image:url(img/logo8.jpg);
	width:1000px;
	height:90px;
	background-repeat: no-repeat;
	background-position: right center;
	
}
#mainContent {
	padding: 0; 
	 
}
#footer {
	padding: 0 10px; 
	
 
}
#footer p {
	margin: 0; 
	padding: 10px 0; 
	
}

.footerP p{
 	padding: 10px;
	font-family:Arial;
	font-size:11px;
	color:#666;
}

/* nav bar menu*/
.menunav {
	height: 50px;
	width:673px;
	margin-top:10px;
	float:left;
	padding-top:5px;
	display:inline;
}
 
 ul#nav,ul#nav li{
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:12px;
	font-weight: bold;
	
	 
}

ul#nav{
		margin-top:20px;
		margin-right:30px;
		font-family:Arial;
	
}

ul#nav li{
	float:right;
	margin-left: 3px;
	padding-left:10px;
	text-align: center;
	font-size: 16px;
	 
}
ul#nav a{
 	text-decoration:none;
	color: #FFFBF0;
	
}

ul#nav a:hover{
 	color: #A0A0A4;
}
ul#nav li.activelink{
	color: #A0A0A4;
}
#fgMain {
	clear: both;
	width: 990px;
	margin-top: 3px;
	margin-right: auto;
	margin-right:5px;
	margin-bottom: 3px;
	margin-left: auto;
}
.line {
	background-image: url(img/line.jpg);
	background-repeat: no-repeat;
	margin: 4px 0 2px 0;
	padding: 0px;
	clear: both;
	height: 2px;
	width: 1000px;
}


p{
	display:inline;
 	font-weight:normal;
	color:#FFFBF0;
}
a{
	color:#EEE;
	text-decoration:none;
}
#rightbar {
	margin: 0px;
	padding: 10px;
	float: right;
	width: 300px;
}
#leftbar {
	padding: 10px;
	float: right;
	width: 300px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 30px;
}
#maincontentsplit {
	padding: 10px;
	float: right;
	width: 500px;
	margin-right: 10px;
	padding-left:40px;
	text-align:justify;
	font-size:16px;
}
#maincontentsplit p{
	padding:5px;
	display:block;
	font-style:normal;
 	font-weight:normal;
	font-size:14px;
	
}

#maincontent-about {
	padding: 10px;
	float:right;
	width:600px;
	margin-right: 10px;
	
}
#maincontent-recom {
	padding: 0px;
	float:right;
	width:980px;
	margin-right: 10px;
	color:#F30;
	text-align:center;
	
}
#maincontent-about p   {
	font-size: 20px;
	color: #CCC;
	letter-spacing: 0.3em;
	display: block;
}
#maincontent-about p  span {
	font-size: 40px;
	color: #CCC;
	letter-spacing: 0.7em;
	display: block;
	 
}

 

   /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */

/* 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:980px;
		height:441px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:696px;
		}														
	#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;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:18px;	
		}
	ol#controls li{
		margin:0 5px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:18px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:18px;
		line-height:18px;
		border:1px solid #ccc;
		background:#666;
		color:#000;
		padding:0 5px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#CCC;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
	
	img{border:none;}

 
