/* GENERAL */
body{
	position:				absolute;
	width:					100%;
	height:					100%;
	margin:					0px;
	background-color:		#000000;
	background-image:		url('../img/backgrounds/body.jpg');
	background-position:	top left;
	background-repeat:		repeat-x;
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				11px;
	color:					#666666;
}

div{
	display:				inline;
	float:					left;
}

h1{
	margin-top:				25px;
	margin-bottom:			-10px;
	margin-left:			25px;
	margin-right:			50px;
	font-size:				22px;
	font-weight:			bold;
	line-height:			26px;
	color:					#DB0E17;
	display:inline-block;
	padding-bottom: 2px;
}

h1.small{
	font-size:				18px;
}

p{
	margin:					15px;
	margin-left:			25px;
	margin-right:			25px;
}

a{
	text-decoration:		none;
	color:					#A8A8A8;
}
a:hover{
	text-decoration:		underline;
	color:					#A8A8A8;
}

table{
	margin:					15px;
	margin-left:			25px;
	margin-right:			50px;
	border-collapse:		collapse;
}

ul{
	margin:					15px;
	margin-left:			25px;
	margin-right:			50px;
}

ol{
	margin:					15px;
	margin-left:			25px;
	margin-right:			50px;
}

img{
	border:					none;
}

.left{
	float:					left;
}

.right{
	float:					right;
}

.center{
	text-align:				center;
}


/* FRAME */
div#frame{
	width:					940px;
	margin-left:			auto;
	margin-right:			auto;
	padding-bottom:			20px;
	display:				block;
	float:					none;
}


/* HEADER */
div#header{
	width:					940px;
	height:					150px;
	background-image:		url('../img/backgrounds/header.jpg');
	font-size:				10px;
}

div#header p{
	margin:					0px;
	margin-top:				95px;
	margin-left:			15px;
	display:				block;
	float:					left;
	color:					#999;
}

div#header a{
	color:					#999;
}

div#header img{
	margin-top:				110px;
	float:					right;
}


/* MENU */
div#menu{
	width:					940px;
	background:		transparent url('../img/backgrounds/menu.jpg') no-repeat scroll 0% 0%;
}

div#menu ul{
	margin:					0px;
	padding:				0px;
	list-style:				none;
}

div#menu ul li{
	background-position:	top left;
	float:					left;
}

div#menu ul li a{
	padding-left:			13px;
	padding-right:			15px;
	background-image:		url('../img/backgrounds/menuitem/default.gif');
	background-position:	top right;
	background-repeat:		no-repeat;
	font-size:				13px;
	font-weight:			bold;
	color:					#999999;
	display:				block;
}

div#menu ul li a:hover{
	text-decoration:		none;
	color:					#FFFFFF;
}

div#menu ul li.active a{
	color:					#FFFFFF;
}

div#menu ul li.dropdown{
	background-image:		url('../img/backgrounds/menuitem/dropdown/li.jpg');
}

div#menu ul li.dropdown a{
	background-image:		url('../img/backgrounds/menuitem/dropdown/a.gif');
	color:					#FFFFFF;
}


/* MAIN */
div#main{
	width:					920px;
	margin-top:				15px;
	padding-left:			20px;
	background-color:		#FFFFFF;
	background-image:		url('../img/backgrounds/main.jpg');
	background-position:	top left;
	background-repeat:		no-repeat;
	line-height:			180%;
}

div#main div.small h1{
	margin-left:			15px;
	margin-right:			15px;
}

div#main div.small p{
	margin-left:			15px;
	margin-right:			15px;
}

div#main div.small table{
	margin-left:			15px;
	margin-right:			15px;
}

div#main div.small ul{
	margin-left:			15px;
	margin-right:			15px;
}

div#main div.small ol{
	margin-left:			15px;
	margin-right:			15px;
}

div#main p.htop{
	margin-bottom:			-20px;
	font-size:				11px;
	font-weight:			bold;
	color:					#999999;
}

div#main p.title{
	font-size:				12px;
	color:					#333333;
}

div#main ul.switch{
	margin:					0px;
	margin-top:				-35px;
	margin-right:			5px;
	padding:				0px;
	list-style:				none;
	float:					right;
}

div#main ul.switch li{
	margin-right:			5px;
	float:					left;
	position:				relative;
}

div#main ul.switch li a{
	width:					25px;
	height:					22px;
	padding-top:			3px;
	background-color:		#FFFFFF;
	font-size:				13px;
	font-weight:			bold;
	text-align:				center;
	display:				block;
}
div#main ul.switch li a:hover{
	background-color:		#DB0E17;
	text-decoration:		none;
	color:					#FFFFFF;
}

div#main ul.switch li a.active{
	background-color:		#DB0E17;
	color:					#FFFFFF;
}


/* OPTIONS */
div#options{
	width:					940px;
	margin-top:				10px;
	border-top-style:		solid;
	border-bottom-style:	solid;
	border-color:			#333333;
	border-width:			1px;
	background:				black url('../img/backgrounds/options.jpg') repeat-x ;
}

div#options.closed{
	height:					0px;
	margin-top:				25px;
	border-bottom:			none;
}


/* FOOTER */
div#footer{
	width:					940px;
	margin-top:				10px;
	font-size:				9px;
	text-align:				right;
}

div#footer a{
	color:					#666666;
}


