body
{
	margin: 0px;
	font-family: Futura, Eurostile, Verdana;
	font-size: 11pt;
	background: #000;
	color: #fff;
}
a
{
	color: #ddd;
	text-decoration: none;
}
	a img
	{
		border: none;
	}
	a:hover
	{
		color: #fff;
	}
	a:focus
	{
		outline: none;
	}
	a.selected
	{
		color: #9386A8;
	}
.clear { clear: both; }
#header
{
	background: url('../template/header.jpg') repeat-x top;
	/*border-bottom: 1px solid #3f374c;*/
	height: 50px;
	margin-bottom: 10px;
}
#header h1
{
	float: left;
	margin: 0px;
	line-height: 50px;
	padding-right: 10px;
	font-size: 16pt;
	text-transform: lowercase;
	/*border-left: 1px solid #000;
	border-right: 1px solid #222;*/
}
#header h1 a
{
	display: block;
	width: 300px;
	height: 93px;
	background: url('../template/logo.gif') no-repeat left top;
}
#header h1 a strong
{
	font-weight: normal;
	display: none;
}
/*#header h1 a strong { position: relative; z-index: -1; }*/
#header h1 span
{
	color: #9386A8;
}
#header ul.sections
{
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
}
	#header ul li.sections
	{
		float: left;
		text-transform: uppercase;
	}
	#header ul li a.sections
	{
		display: block;
		/*font-weight: bold;*/
		font-size: 14pt;
		padding-left: 10px;
		padding-right: 10px;
		line-height: 50px;
		/*border-left: 1px solid #000;
		border-right: 1px solid #222;*/
		background: url('../images/menu.gif') repeat-x top;
	}
		.sub-sections
		{
			position: absolute;
		}
		.sub-sections ul
		{
			list-style: none;
			margin: 0px;
			padding: 0px;
		}
		.sub-sections ul li
		{
			padding: 0px;
		}
		.sub-sections ul li a
		{
			display: block;
			font-size: 10pt;
			padding-left: 10px;
			padding-right: 10px;
		}
	#header ul li.contacts
	{
		text-transform: uppercase;
	}
#body-div
{
	clear: both;
}

#plot
{
	background: url('../template/loading.gif') no-repeat center;
	margin: 0px auto;
}
#thumbs-container
{
	position: absolute;
	overflow: hidden;
	width: 100%;
}
#thumbs
{
	/*height: 110px;*/
	border-top: 1px solid #3f374c;
	background: #000; /* url('../template/thumbs.jpg') repeat-x top;*/
}
	.img
	{
		float: left;
		margin-top: 1px;
		margin-bottom: 1px;
		/*width: 50px;*/
		height: 50px;
		margin-right: 5px;
		margin-left: 5px;
		background: url('../template/loading.gif') no-repeat center;
		/*border: 2px solid #310000;*/
	}

#play
{
	display: block;
	width: 350px;
	height: 350px;
	text-align: center;
	text-indent: -9999px;
	background: url('../template/play.png') no-repeat center;
}
	.pause
	{
		background-image: url('../template/pause.png') !important;
	}

#name, #telephone
{
	margin-left: 50px;
	padding-top: 10px;
	width: 400px;
	font-size: 20pt;
	background: url('../template/header.jpg') repeat-x top;
}
#contacts
{
	float: left;
}
#contacts-img
{
	float: left;
	width: 250px;
	padding: 50px;
}
#contacts
{
	margin-top: 200px;
}
#telephone
{
	margin-top: 100px;
}