@charset "utf-8";
/* CSS Document */	
img{border:none;}

    /* image replacement */
.graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#container{	
		margin:0 auto;
		position:relative;
		text-align:left;
		width:996px;
		
		background-color:#fff;	
		}	
	#header{
		height:90px;
		margin:0;
	    padding:0;
		background-color: #102550;
		background-image: url(../images/header_bg.jpg);
        }				
	#content{
	/*background-color:#fff;background-image: url(../images/index_4.jpg);*/
	height:1050px;background-repeat:repeat-x;
	margin:0;
	padding:0;
	
		}			

/* Easy Slider */
     #slider{
		width:996px;
		height:304px;
		overflow:hidden; 
		}
	 

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		height:304px;
		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:996px;
		height:304px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:59px;
		height:66px;
		position:absolute;
		left:0px;
		top:210px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:937px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:59px;
		height:66px;
		background:url(btn_prev.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(btn_next.png) no-repeat 0 0;	
		}	
		
	/* numeric controls */	


	
/* // Easy Slider */


.item{
	position: absolute;
	top:35px;
	left:330px;
	width:696px;
	height:30px;
	
	}	
.item2{ float:right;
	position: absolute;
	top:10px;
	left:890px;
	width:200px;
	height:90px;
	}
.item ul , .item li{
	margin:0;
	padding:0;
	list-style:none;
	}	
.item li{
	width:100px;
	float:left;
	background-color: #0a1939;
	margin-right:8px;
	height:30px;
	}		
	
