@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	background: #000;
	text-align: left;
}

#content h2,
#menu,
#content .directors
{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
}

#page {
	background: url(../images/menu_slice.jpg) repeat-x top left #000;
	min-width: 750px;
	/*min-height: 400px;*/
}

#menu {
	height: 40px;
	background: url(../images/menu_title.jpg) no-repeat left top;
	border-bottom: 1px solid #333;
}
#menu ul {
	margin: 0;
	padding: 0;
	background: url(../images/menu_title.jpg) no-repeat left top #fff;
	padding-left: 115px;
}
#menu ul li {
	list-style-type: none;
	float: left;
	background: url(../images/menu_splitter.jpg) right top no-repeat;
	/*display: block;*/
	height: 40px;
	line-height: 40px;
	color: #fff;
	padding-right: 2px;
}
#menu ul li a {
	color: #fff;
	text-decoration: none;
	line-height: 40px;
	display: block;
	padding: 0 10px;
	font-weight: normal;
}
#menu ul li a:hover {
	background: url(../images/menu_button_on.jpg) center top no-repeat;
	
}

#content {
	margin-bottom: 180px;
	width: 730px;
	margin: 0 auto;
	margin-top: 50px;
	color: #fff;
	font-size: 12px;
	height: 300px;
	/*background: #006666;*/
}
#content h2 {
	font-weight: normal;
	font-size: 25px;
	margin-top: 0;
	margin-bottom: 30px;
}
#content p {
	line-height: 18px;
	margin-bottom: 10px;
}
#content ol, 
#content ul {
	margin-top: 5px;
}
#content li  {
	line-height: 18px;
}
#content a  {
	text-decoration: none;
	color: #ddd;
}
#content a:hover  {
	text-decoration: underline;
}
#content .directors {
	display: block;
	background: url(../images/director_panel.gif) repeat-x top left;
	margin: 0;
	border-bottom: 1px solid #000;
	line-height: 26px;
	font-size: 14px;
	font-weight: normal;
}
#content .directors a {
	text-decoration: none;
	display: block;
	padding: 0 5px;
	background: url(../images/plus.gif) no-repeat right; 
}
#content .directors a:focus {
	background: url(../images/minus.gif) no-repeat right; 
	outline: none;
}
#content .directors a:hover {
	background: url(../images/plus_hover.gif) no-repeat right; 
	color: #fff;
}
#content .more {
	margin: 5px;
	margin-bottom: 20px;	
}

#bottomlogo {
	position: absolute;
	width: 100%;
	height: 166px;
	text-align: center;
	/*bottom: 0px;*/
	/*padding-top: 434px;*/
	top: 434px;
}
#bottomlogoholder {
	width: 800px;
	margin: 0 auto;
}
#bottomlogo img {
	margin: 0 20px;
	border: none;
}

.left {
	float: left;
}
.right {
	float: right;
}
.clearer {
	clear: both;
	height: 0px;
}

#preloader {
	display: none;
}