body {
	background-color: #000000;
}

#content {
	background-image: url('/images/back.jpg');
	background-repeat: no-repeat;
}

#cent_col {
	
}

#head_top {
	color: #555555;
	font-family: Verdana;
	font-size: 12px;
	text-align: right;
}

.head_top {
	color: #aaaaaa;
}

.head_top a {
	color: #aaaaaa;
	text-decoration: none;
}

.head_top a:hover {
	color: #ffffff;
	text-decoration: none;
}

#main_menu {
	background-color: #000000;
}

.main_menu_item {
	color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
}

.main_menu_item a {
	color: #ffffff;
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;	
}

.main_menu_container:hover {
	
	background-color: #2a2a2a;
}

#sec_menu {
	background-color: #2a2a2a;
	display: none;
}

#footer {
	background-color: #000000;
	color: #555555;
	font-family: Verdana;
	font-size: 10px;
	text-align: right;
}

#footer a {
	color: #555555;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

/* menu */
/* for this demo only */
#nav {
	font-family: Verdana;
	font-size: 12px;
}

/* the styling */
#nav {width:950px; height:29px; background:#000000; position:relative;}

#nav .select, #nav .current {margin:0; padding:0; list-style:none;}

#nav li {display:inline; margin:0; padding:0; height:auto;}

#nav .select a,
#nav .current a {
	display: block;
	height: 29px;
	float: left;
	background: #000000;
	padding: 0 10px 0 10px;
	text-decoration: none;
	font-size: 11px;
	line-height: 29px;
	white-space: nowrap;
	color: #ffffff;
}
* html #nav .select a, * html #nav .current a {width:1px; height:29px;}


#nav .select a:hover, 
#nav .select li:hover a {
	background: #2a2a2a;
	cursor: pointer;
	color: #ffffff;
}

#nav .sub {display:none;}

/* for IE5.5 and IE6 only */
#nav table {position:absolute; border-collapse:collapse; left:0; top:0;}

#nav .current a {
	background: #2a2a2a;
	color: #838383;
}


#nav .sub li a:hover, 
#nav .select a:hover .sub li a:hover, 
#nav .select li:hover .sub li a:hover {
	background: #555555;
	color: #838383;
}

#nav .sub_active .current_sub a, 
#nav .sub_active a:hover {
	background: #555555;
	color: #838383;
}

#nav .select li a:hover .sub, 
#nav .select li:hover .sub {
	display: block;
	position: absolute;
	width: 950px;
	top: 29px;
	left: 0;
	background: #2a2a2a;
	margin-top: 0;
	padding: 0;
	z-index: 100;
	color: #838383;
	font-size: 11px;
}

#nav .sub, #nav .sub_active {margin:0; padding:0; list-style:none;}

#nav .sub_active {
	display: block;
	position: absolute;
	width: 950px;
	top: 29px;
	left: 0;
	background: #2a2a2a;
	margin-top: 0;
	padding: 0;
	z-index: 10;
}
* html #nav .sub_active, * html #nav .select a:hover .sub {z-index:-1; margin-top:0; margin-t\op:1px;}

#nav .sub_active a {
	height: 29px;
	text-decoration: none;
	line-height: 29px;
	white-space: nowrap;
	display: block;
	float: left;
	background: #2a2a2a;
	padding: 0px 10px 0px 10px;
	margin: 0;
	font-size: 11px;
	white-space: nowrap;
	border: 0;
	color: #838383;
}

#nav .select a:hover .sub li a, 
#nav .select li:hover .sub li a {
	display: block;
	background: #2a2a2a;
	padding: 0px 10px 0px 10px;
	margin: 0;
	white-space: nowrap;
	border: 0;
	color: #838383;
	font-size: 11px;
}

input.clear {
	border: none;
}
