﻿body 
{
	font-family: Arial, Sans-Serif;
	color: #9f1313;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}
A
{
	color: #9f1313;
}
A:hover
{
	color: #ef0000;
}
LI A
{
	text-decoration: none;
}
LI A:hover
{
	text-decoration: underline;
	color: #9f1313;
}
H1, H2, H3, H4
{
	margin: 0;
	padding: 0;
}

H1
{
	color: White;
	font-size: 2.5em;
}
H2
{
	font-size: 1.5em;
	color: #c00000;
	font-weight: bold;
}
H3
{
	color: #8c0c0c;
	margin-bottom: 1em;
	font-size: 1.4em;
}
HR
{
	height: 1px;
	color: #f8caca;
	border-top: solid 1px #f8caca;
	border-bottom: none;
	border-left: none;
	border-right: none;
}
#main
{
	width: 992px;
	margin: 0 auto;
}
#header
{
	clear: both;
	background: #ff5a00 url(../images/header_back.jpg) no-repeat left center;
	height: 102px;
	color: White;
	font-family: Arial Black, Arial, Sans-Serif;
	padding-left: 128px;
	margin-bottom: 3px;
	position: relative;
}
#header a.langBtn
{
	position: absolute;
	right: 0;
	top: 0;
	color: White;
	margin: 5px;
	font-weight: normal;

}
#header h1
{
	padding-top: 30px;
}
#menu
{
	clear: both;
	height: 30px;
}
#menu #mainNav
{
	width:30%;
	float: left;
	font-size: 0.8em;
}
#menu #mainNav a{ text-decoration: none; }
#menu #mainNav a:hover{ text-decoration: underline; }
#menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	width: 68%;
}
#menu ul li
{
	float: right;
	margin-left: 14px;
}
#content
{

}
#footer
{
	border-top: solid 5px #f05500;
	padding-top: 15px;
	color: #f05500;
	clear: both;
	margin-bottom: 15px;
}
#footer a
{
	color: #f05500;
}
#footer a:hover
{
	color: #5d2303;
}
.posterImage
{
	float: right;
	margin-left: 30px;
	margin-bottom: 10px;
}
.contactImage
{
	margin-left: 0;
	margin-right: 30px;
	float: left;
}
#yoxDiv
{
	float: right;
}

#contactText
{
	width: 200px;
	padding-top: 165px;
	float: left;
	font-weight: bold;
	color: #780505;
	line-height: 1.5em;
}

#contactText span, #contactText a
{
	display: block;
}
#contactText span.phone
{
	background:url(../images/phone.gif) no-repeat left center;
}
#contactText a.email
{
	background:url(../images/email.gif) no-repeat left center;
}