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

body {
		background: #000 url(../images/stripe.png);
		margin: 0 auto;
		font-family:Verdana, Geneva, sans-serif;
		color: #FFF;
		font-size: 14px;
}

a:link {color: #FFF}
a:visited {color: #FFF}
a:active {color: #FFF}
a:hover {color: #999}

t1 {font-size: 18px;}
t2 {font-size: 16px;}
t3 {font-size: 14px;}
t4 {font-size: 12px;}
t5 {font-size: 10px;}

#header { width: 950px; height: 119px; margin: 0 auto; text-align: center; }

#container { width: 950px; margin: 0 auto; background: #000; height: auto; }

#intro { float: left; margin-left: 10px; width: 420px; background: #000; }
#video { float: left; margin-right: 10px; margin-left: 30px; width: 450px; background-color: #666; text-align: center; padding-top: 10px; padding-bottom: 10px;}
#contact { margin-left: 30px; float: left; margin-right: 30px; }

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

/* Easy Slider */

	#slide {
		margin: 0 auto;
		text-align: center;
		position: relative;
		width: 696px;
		height: 291px;
	}

	#slider{}	
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:696px;
		height:241px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn{ 
		display:block;
		width:30px;
		height:77px;
		position:absolute;
		left:-30px;
		top:71px;
		}	
	#nextBtn{ 
		left:696px;
		}														
	#prevBtn a, #nextBtn a{  
		display:block;
		width:30px;
		height:77px;
		background:url(../images/slider/btn_prev.jpg) no-repeat 0 0;	
		}	
	#nextBtn a{ 
		background:url(../images/slider/btn_next.jpg) no-repeat 0 0;	
		}												

/* // Easy Slider */



.nifty{ margin-left: 70px; background: #FFF; width: 220px; float: left; margin-top: 10px;}
.niftycontent { margin: 0 auto; text-align: center; color: #000; font-style: bold; }
.niftycontent a:link {color: #000;}
.niftycontent a:hover {color:#999;}
.niftycontent a:active {color: #000}
.niftycontent a:visited {color: #000}
b.rtop, b.rbottom{display:block;background: #000}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #FFF}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

.clear { clear: both; }