@charset "utf-8";
/* CSS Document */

body{
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#background{
	margin-top:0px;
	background-image: url(../images/big_bg1.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#container{
	background-color:#ffffff;
	width: 850px;
	height:850px;
	margin: 0 auto;
}

#header{
	width:850px;
	height:83px;
	margin-top:0px;
	background-image: url(../images/header.gif);
	background-repeat: no-repeat;
}

#footer{
	float:left;
	width:850px;
	height:136px;
	background-image: url(../images/fotter.gif);
	background-repeat: no-repeat;
}

/* ---------------------- btn nav ---------------------- */
.btn #nav{
	position:relative;
	display:block;
	width:850px;
	height:44px;
	font-size:11px;
	font-weight:normal;
	background: transparent url(../images/nav_bg.png);
	background-repeat:repeat-x;
	font-family:Arial,Verdana,Helvitica,sans-serif;
	text-transform:uppercase;
}

.btn #nav ul{
	margin-left:225px;
	padding:0px;
	list-style-type:none;
	width:auto;
}

.btn #nav ul li{
	float:left;
	display:block;
	background-image: url(../images/#);
    background-repeat: no-repeat;
	background-position: left;
}

.btn #nav ul li a{
	display:block;
	float:left;
	color:#ffffff;
	text-decoration:none;
	padding: 14px 12px 0px 22px;
	height:28px;
}

.btn #nav ul li a:hover {
   	color: #ff0000;
   	margin-left: 2px;
}


/* ---------------------- content ---------------------- */

#black-line{
	width:850px;
	height:1px;
	background:#000000;

}

.video{
	margin-bottom:10px;
	margin-left:25px;
	float:left;
	width:800px;
	height:450px;
	background-image: url(../images/#);
	margin-top: 5px;
}

#featured-video{
	display:inline;
	float:left;
	width:800px;
	margin-left:25px;
	text-decoration:underline;
}

#new-updates{
	display:inline;
	float:right;
	width:850px;
	margin-left:0px;
	text-decoration:None;
	margin-bottom: 0px;
}

p.info-title2{
	padding:0px;
	font-size: 20px;
	color: #000000;
	margin-bottom: 0px;
	margin: 0px;
}

#content-left{
	display:inline;
	float:left;
	width:400px;
	margin-left:5px;
	padding: 0;
	height: 250px;
}

#content-right{
	display:inline;
	float:right;
	width:400px;
	margin-right:5px;
	padding: 0;
	height: 250px;
}

.info-container-right{
	display:inline;
	float:left;
	width:315px;
	margin-left: 5px;
}

p.info-title1{
	margin:0px;
	padding:0px;
	font-size: 18px;
	color: #FF0000;
}

p.info-content2{
	margin:0px;
	padding:0px;
	display:inline;
	color:#ffffff;
	font-size: 18px;
}


#footer{
	float:left;
	width:850px;
	height:74px;
	background-image: url(../images/fotter.gif);
	background-repeat: no-repeat;
}

