@import url('/templates/css/menus/horizontal_dd_default.css');
body {
	background-color:#FFFFFF;
	padding:0;
	font-family:Trebuchet MS, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#524f57;
	background-color:#000000;
	border-top-width:5px;
	border-top-style:dashed;
	border-top-color:#f3006a;
	padding-bottom:20px;
}

#outer {
	width:1000px;
	margin:20px auto;
	background-color:#FFFFFF;
	border-bottom-width:5px;
	border-bottom-style:solid;
	border-bottom-color:#9c5b94;
}

#menu {
	padding: 0 20px 0 0;
	margin: 0;
}

#menu ul {
	float: right;
	margin: 0 15px 0 170px;
	list-style: none;
	padding: 0;
}

#menu > ul > li {
	padding: 5px 10px;
	margin: 1px 0 0 10px;
}

#menu ul ul > li {
	float: right;
	padding: 3px;
}
#menu ul ul{
	padding: 0 0 5px;
	margin-top: -2px;
}

#menu ul ul a {
	width: 104px;
}
#menu ul ul a.current, #menu ul ul a:hover{
	color:#E14240;
}
#menu ul ul ul{
	left:116px;
	top:-3px;
}
#menu > ul > li > ul {
	left:8px;
	left:10px\9;
}
#menu li a {
	padding: 0;
	margin: 0;
}

#menu a {
	text-decoration:none;
	font-weight:normal;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
}

#menu a:hover, #menu a.current {
	color:#f3006a;
}

#menu ul ul li{
	background-color: #333;
	background-position: bottom center;
}

#header {
	height:226px;
	background: #000 url(/templates/images/interplay/header.jpg) no-repeat;
	padding-bottom:5px;
	border-bottom-width:5px;
	border-bottom-style:solid;
	border-bottom-color:#f3006a;
}

#left {
	float:left;
	width:130px;
	padding: 0px;
	margin:0px;
	padding-top:40px;
}

#left ul {
	margin : 0 0 10px 0; 
	padding : 0 0 0 20px; 
}

#left li {
	list-style : none; 
	padding-top: 8px;
	padding-left : 0; 
	text-indent : 0; 
} 

#left a {
	font-weight:normal;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	color:#f3006a;
}

#left a:hover, #left a.current {
	color:#8d548d;
}

#content {
	*display:inline-block;
	padding: 15px 30px 20px 5px;
	margin: 0 0 0 140px;
	text-align:justify;
}

/* Fix for IE6 italics causing drop-down */
/* hide from MacIE. only WinIE sees this. \*/
* html #content {
	overflow: hidden;
	o\verflow: visible;
	}
/* end hide */

#content h1 {
	font-size: 20px;
	color: #f31109;
	font-weight:bold;
	text-align:right;
	border-bottom-width:5px;
	border-bottom-style:solid;
	border-bottom-color:#f31109;
	padding-bottom:5px;
}

#content h2 {
	font-size:16px;
	color:#87548e;
	font-weight:bold;
}

#content a {
	color:#f3006a;
}

#content a:hover {
	color:#88558e;
}

#content img {
	margin:4px;
}

#content a img {
	border: 0;
}

#footer {
	height: 35px;
	margin:0;
	text-align:center;
	clear:both;
} 

#footer_copy {
	font-size:9px;
	color: #8FADCC;
	padding-top: 15px;
}

#footer a {
	text-decoration:none;
	font-weight:normal;
	color:#FFFFFF;
}

#footer a:hover {
	color:#4D9FF0;
}

hr {
	border-width: 1px 0 0 0;
	border-style:solid;
	border-color:#CCC;
	height: 0;
}