body
{
	text-align:center;
	background:#000;
	margin: 0;
	padding: 0;
}

#container
{
	width:922px;
	margin-top: 7px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	text-align:center;
	background:#000;
}
#header 
{
	width:900px;
    height:185px;
	margin: 0 auto;
	padding-top:15px;
}

#menu 
{
	border-top:4px solid #d70000;
	height: 35px;
	width:900px;
	z-index: 10;
	float:none;
	margin:0;
	padding:0;
	margin: 0 auto;
	padding:0;
	position: relative;
	
}

#nav 
{
	margin:0px;
	padding:0px;
	text-align:right;
	float:right;
}
#nav ul 
{
	margin:0;
	padding:0;
	text-indent:0;
	text-align:right;
	float:right;
}
#nav ul li 
{
	position:relative;
	list-style:none;
	display:inline;
	margin: 0px;
	padding:0px;
	text-transform:uppercase;
}
#nav ul li a:hover span
{
	margin-top: 0px;
	margin-bottom:0px;
	padding:0px;
	color:#fff;
	text-decoration:none;
	cursor:pointer ;
}
#nav  ul li a:link, #nav  ul li a:visited 
{
	margin-bottom: 0px;
	margin-top:0px;
	padding:0px;
	font: 11pt verdana;
	text-decoration: none;
	color:#bbbbbb;
}

.menu_rt
{
	position:relative;
	float:right;
	width:15px;
	height:35px;	
	background: transparent url(../Images/menu_rt.jpg) repeat scroll 0% 0%;
}
.menu_lf
{
	position:relative;
	float:right;
	width:15px;
	height:35px;
	margin-left:15px;
	background: transparent url(../Images/menu_lf.jpg) repeat scroll 0% 0%;
}
.menu_md
{
	position:relative;
	float:right;
	width:auto;
	height:33px;
	background: #232020;
	display: table;
}
.menu_md span
{
	overflow: hidden; position: relative;
	#top:20%;
	display: table-cell; 
	vertical-align: middle;
	font: 11pt verdana;
	font-weight:600;
}

#nav  ul .current_page_item .menu_md span
{
	color:#fff;
}
.current_page_item .menu_md
{
	background: #d70000;
	color:#fff;
	height:34px;
}
.current_page_item .menu_lf
{
	background: transparent url(../Images/menu_lf_red.jpg) repeat scroll 0% 0%;
}
.current_page_item .menu_rt
{
	background: transparent url(../Images/menu_rt_red.jpg) repeat scroll 0% 0%;
}

#footer
{
	height:20px;
	text-align:center;	
	background:#000;
}
#foot
{
	width:900px;
	margin: 0 auto;
	clear:left;
   	bottom:0;
	border-top:2px solid red;
}
#footer p 
{
	margin:15px 0px 15px 0px;
	text-align:center;
	font:7pt verdana, arial, sans-serif; 
	color:#666;
}
#footer a:link, #footer a:visited
{
	color: #666;
	text-decoration: none;
}
#footer a:hover
{
	color: #fff;
	text-decoration: none;
}

img, .contact img
{
	border:none;
}

