@charset "utf-8";
/* CSS Document */

/*  START all pages elements  */
*{
	margin:0;
	padding:0;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
}

body { background:url(../images/bg.jpg) no-repeat center bottom #000 fixed;}

.clr { clear:both;}

#wrapper {
	width:950px;	
	margin:0 auto 0 auto;
}

#header {
	width:950px;
	height:138px;
}

#logo {
	float:left;
	width:277px;
	height:124px;
}


/*  START menu zone  */
#menu {
	width:948px;
	height:34px;
	border:1px solid #3b3b3b;
	background:url(../images/menu_bg.gif) repeat-x;
	overflow:hidden;
}

#menu ul {
	float:left;
	height:34px;
	margin-left:-1px;
}

#menu li {
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	border-right:1px solid #3b3b3b;
}

#menu a:link, #menu a:visited {
	float:left;
	font-size:14px;
	color:#fdfdfe;
	text-transform:uppercase;
	text-decoration:none;
	height:23px;
	padding:11px 25px 0 26px;
	display:block;
}

#menu a:hover, #menu a.sel:link, #menu a.sel:visited  {
	float:left;
	font-size:14px;
	color:#fdfdfe;
	text-transform:uppercase;
	text-decoration:none;	
	height:23px;
	padding:11px 25px 0 26px;
	background:url(../images/bt_hover.gif) no-repeat top center;
	overflow:hidden;
	display:block;
}

/*  END menu zone  */
/*  Start footer  */

#footer {
	width:950px;
	height:38px;
	background:url(../images/footer_bg.png) no-repeat;
	margin-bottom:90px;
}

/*  End footer  */

#content {
	width:948px;
	border-left:1px solid #3b3b3b;
	border-right:1px solid #3b3b3b;
	background-color:#000;
	overflow:hidden;
}

#side_menu {
	float:left;
	width:243px;
	background:url(../images/side_bg.png) no-repeat;
	padding-bottom:1000px;
	margin-bottom:-1000px;
}

#side_menu li {
	list-style:none;
	width:242px;
	height:38px;
	margin:0;
	padding:0;
	float:left;
	border-top:1px solid #3b3b3b;
	border-bottom:1px solid #3b3b3b;
	margin-top:-1px;
}

#side_menu a:link, #side_menu a:visited {
	float:left;
	width:218px;
	display:block;
	line-height:38px;
	padding-left:24px;
	text-decoration:none;
	color:#f4f4f4;
}

#side_menu a:hover, #side_menu a.selected:link, #side_menu a.selected:visited{
	float:left;
	width:240px;
	display:block;
	line-height:40px;
	padding-left:24px;
	text-decoration:none;
	color:#f4f4f4;
	background:url(../images/side_hover.png) no-repeat;
	margin:-1px -22px -1px 0;
}

#page_ct {
	float:left;
	width:625px;
	padding:17px 45px 40px 35px;
}

.top_ct {
	width:100%;	
	float:left;
	padding-bottom:10px;
}


.top_ct h1 {
	font-size:30px;
	font-weight:normal;
	color:#cccccc;
	float:left;
	width:300px;
	padding:5px 0 0 2px;
}

hr {
	width:100%;
	color:#3b3b3b;
	background-color:#3b3b3b;
	margin: 0px 0 10px 0;
	height: 1px;
	float:left;
}	


.flt_lt { float:left;}
.flt_rt { float:right;}

.img_pad_rt {float:right; padding:0 0 10px 10px;}
.img_pad_lt {float:right; padding:0 10px 10px 0;}

#page_ct p { line-height:28px; padding-bottom:25px;}

#video_holder {
	float:left;
	margin:30px 0 0 60px;
	padding-bottom:75px;
	background:url(../images/video_shadow.png) repeat-x bottom;
	display:inline;
}

/*  END all pages elements  */


