@import url('/templates/css/menus/horizontal_dd_default.css');
body, html {
	padding:0px;
	margin:0px;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#000000;
	padding-bottom:30px;
}

h1, h2 {
	padding:0px;
	margin:0px;
}

#player {
	margin-left:30px;
}

#wrapper {
	width:1000px;
	margin:auto;
	background-image:url(/templates/images/custom_phoenix/wrapper.gif);
	background-repeat:repeat-y;
}

p {
	margin:0px;
	padding:0px;
	padding-bottom:10px;	
}

#header {
	padding:0px;
	margin:0px;
	background-image:url(/templates/images/custom_phoenix/header.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	padding-bottom:55px;
}

#menu {
	padding:0px;
	margin:0px;
	padding-top:156px;
}

#menu ul {
	padding:0px;
	/*margin:0px;*/
	text-align:center;
}
/*
#menu li {
	display:inline;
}
*/
#menu a {
	text-decoration:none;
	color:#F6DC45;
	font-weight:bold;
	padding-left:20px;
	padding-right:20px;
	padding-top:5px;
}

#menu > ul > li  a.current, #menu > ul li > a:hover {
	background-image:url(/templates/images/custom_phoenix/arrow.gif);
	background-position: top center;
	background-repeat:no-repeat;
}

#menu a.current {
	color:#E32B17;
}

#menu ul ul a{
	background-color:#000000;
	text-align: center;
	font-weight: bold;
	font-size: 11px;
	padding: 5px 5px;
}
#menu ul ul{
	margin-top: -1px;
	margin-top /*\**/:0px\9;
	*margin-top: -1px;
}
	
#menu ul ul ul {
	top:-8px;
	top /*\**/:-9px;
	*top:-4px;
}

#menu ul ul li{
	padding-bottom: 5px;
}

#side-menu {
	width:132px;
	padding:0px;
	margin:0px;
	float:left;
	clear:left;
	background-image:url(/templates/images/custom_phoenix/menu_top.gif);
	background-position:top center;
	background-repeat:no-repeat;
	margin-left:30px;
	margin-top:10px;
	_margin-left:15px;
}

#side-menu ul {
	padding:0px;
	margin:0px;
	background-image:url(/templates/images/custom_phoenix/menu_bottom.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-bottom:18px;
	padding-top:25px;
}

#side-menu li {
	padding:0px;
	margin:0px;
	list-style-type:none;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:10px;
	padding-right:10px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	margin-left:1px;
	margin-right:2px;
	border-bottom-color:#CCCCCC;
}

#side-menu a {
	text-decoration:none;
	color:#F5D242;
	display:block;
	_width:100%;
}

#side-menu a:hover {
	color:#E32B17;
}

#side-menu  a.current {
	color:#E32B17;
}

#content {
	margin-left:200px;
	text-align:justify;
	padding-right:50px;
	padding-bottom:10px;
}

#content h1 {
	color:#BF2B23;
	padding:0px;
	margin:0px;
	padding-bottom:10px;
}

#content h2 {
	padding:0px;
	margin:0px;
	padding-bottom:10px;
	color:#F73E26;
}

#content a {
	color:#FF0000;
}

#content a:hover {
	color:#B30E0E;
}

#footer {
	clear:both;
	background-image:url(/templates/images/custom_phoenix/footer.gif);
	background-position:top center;
	background-repeat:no-repeat;
	text-align:center;
	padding-top:35px;
	padding-bottom:24px;
}

#footer a {
	color:#FFFFFF;
	text-decoration:none;
	padding-left:3px;
	padding-right:3px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

#footer a:hover {
	color:#000000;
}