@CHARSET "UTF-8";

* {
	font-family: Tahoma, Arial, Helvetica;
	font-size: 11px;
	line-height: 1.4em;
	color: #151517;
}

HTML, BODY {
	height: 100%;
}

HTML {
	text-align: center;
}

BODY {
	text-align: center;
	padding: 0;
	margin: 0;
	background: #f6f6f6 url(../img/bgBody.png) repeat-x center top;
}

A {
	color: #696969;
	outline: none;
	text-decoration: underline;
}

A:HOVER {
	color: #AF950A;
	text-decoration: underline;
}

HR {
	border: none;
	background-color: transparent;
}

A IMG {
	border: 0px;
}

UL,OL {
	margin: 0;
	padding: 0;
	list-style: none;
}

LI {
	list-style: none;
	list-style-type: none;
	text-indent: 0;
}

FORM {
	padding: 0;
	margin: 0;
	border: 0;
}

BODY > DIV {
	overflow: auto;
	position: relative;
	margin: 0 auto;
}

* HTML BODY DIV {
	overflow: auto;
	position: relative;
	margin: 0 auto;
}

#Header {
	width: 902px;
	height:165px;
	overflow: hidden;
}

#Header A.logotype {
	background: url(../img/logotype.png) no-repeat left top;
	width: 64px;
	height: 71px;
	position: absolute;
	left: 8px;
	top: 29px;
	text-align: left;
	text-indent: -10000px;
	z-index: 100;
}

#Header UL {
	position: absolute;
	overflow: auto;
}

#Header UL LI {
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}


#Header UL.spons {
	right: 0px;
	bottom: 20px;
	width: 324px;
	height: 82px;
	overflow: hidden;
	background: url(../img/sponsors.gif) no-repeat left top;
}

#Header UL.spons LI A {
	width: 81px;
	text-indent: -10000px;
	height: 82px;
	display: block;
}

#Header UL.links {
	left: 50px;
	top: 50px;
	z-index: 80;
}

#Header UL.links LI A {
	color: #426988;
	font-weight: bold;
	font-size: 1.1em;
	text-decoration: none;
	background: url(../img/bullet.gif) no-repeat 10px center;
	padding-left: 25px;
}

#Header UL.links LI A:HOVER {
	color: #554C01;
}

#Header UL.menu {
	left: 4px;
	top: 142px;
}

#Header UL.menu LI A {
	color: #426988;
	font-size: 1.1em;
	display: block;
	padding: 0 1em;
	line-height: 1.7em;
	border: 1px solid #d4d5d7;
	background-color: #fff;
	text-decoration: none;
}

#Header UL.menu LI A:HOVER {
	background-color: #d4d5d7;
}

#Header UL.menu LI.selected A {
	background-color: #d4d5d7;
	font-weight: bold;
}

#Header UL.menu LI {
	margin-right: 1em;
}

#FlashWrapper {
	width: 940px;
	height: 382px;
	padding: 0 24px;
	margin-top: 1em;
	text-align: left;
}

#Flash {
	width: 939px;
	height: 382px;
	position: absolute;
	left: 0;
	top: 0;
}

#Content {
	width: 902px;
	background: url(../img/bgContent.gif) no-repeat left top;
	margin-bottom: 100px;
	position: relative;
	padding: 1em 0 100px 0;
	text-align: left;
}

#Content DIV.bottom {
	background: url(../img/bgBottom.gif) no-repeat left top;
	bottom: 0;
	height: 70px;
	left: 0;
	position: absolute;
	width: 794px;
	overflow: auto;
	padding-top: 15px;
	padding-left: 108px;
}

#Content DIV.bottom A {
	float: left;
	background: url(../img/bgButton.gif) no-repeat left top;
	width: 326px;
	height: 48px;
	margin-left: 1em;
	line-height: 46px;
	font-size: 1.1em;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	color: #87191a;
	text-decoration: none;
}

#Content DIV.bottom A:HOVER {
	text-decoration: underline;
}

#Content DIV.textbox {
	float: left;
	width: 400px;
	padding: 0 0 1em 30px;
}

#Content DIV.textbox.right {
	padding-bottom: 160px;
}

#Footer {
	background: #f6f6f6 url(../img/bgBody.png) repeat-x center -131px;
}

#Footer UL {
	width: 902px;
	margin: 0 auto;
	overflow: auto;
}

#Footer UL LI {
	line-height: 34px;
	float: right;
	margin: auto;
	padding: 0 1em;
}

#Footer UL LI A {
	color: #696969;
	text-decoration: none;
}

#Footer UL LI A:HOVER {
	color: #756408;
	text-decoration: underline;
}

#Content IMG.car {
	bottom: 40px;
	left: 510px;
	position: absolute;
	z-index: 9;
}

* HTML #Content IMG.car {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/car.png', sizingMethod='scale');
}

#Content H1 {
	color: #756401;
	margin: 0 30px;
	font-size: 1.5em;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0 0 0.5em 0;
}

#Content DIV.textbox H1 {
	margin: 0;
}

#Content UL.gallery {
	margin: 1em 30px 160px 30px;
	overflow: auto;
}

#Content UL.gallery LI {
	float: left;
	margin: 0 7px 10px 0;
}

DIV.pagebar {
	text-align: right;
	padding-right: 2em;
}

DIV.pagebar * {
	margin: 0;
	padding: 0.3em 0.5em;
	background-color: #FCED94;
}

DIV.pagebar B {
	color: #756401;
	background-color: #F6F6F6;
}

DIV.pagebar A {
	text-decoration: none;
}

DIV.pagebar A:HOVER {
	background-color: #F6F6F6;
}

#ApplyForm {
	margin: 1em 30px 160px 30px;
	overflow: auto;
}

#ApplyForm fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}

#ApplyForm LI {
	margin-bottom: 0.5em;
}

#ApplyForm label {
	font-weight: bold;
	color: #5F5D51;
	line-height: 2em;
	font-size: 12px;
}

#ApplyForm input.text {
	display: block;
	width: 800px;
	border: 1px solid #CDCCC8;
	padding: 0.75em 1em;
	font-size: 12px;
}

#ApplyForm LI.error LABEL {
	color: #6F0000;
}

#ApplyForm LI.error INPUT.text {
	color: #6F0000;
}

#ApplyForm LI.submit {
	margin-top: 1em;
	overflow: auto;
}

#ApplyForm LI.submit BUTTON {
	background-color: #FFE965;
	border: none;
	width: 150px;
	height: 2em;
	font-weight: bold;
	color: #5F5D51;
	font-size: 12px;
	cursor: pointer;
	outline: none;
	float: left;
}

#ApplyForm LI.submit BUTTON:HOVER {
	color: #87191a;
	outline: none;
}

#ApplyFormError,
#ApplyFormOk {
	float: left;
	font-size: 12px;
	color: #6F0000;
	line-height: 2em;
	margin-left: 2em;
}

#ApplyFormOk {
	margin-left: 0;
	color: #87191a;
	font-weight: bold;
}

#LangSwitch {
	position: absolute;
	right: 5px;
	top: 15px;
	border: 1px solid #d5d5d5;
	color: #a9a9a9;
	padding: 2px 17px 2px 5px;
	background: #f1f1f1 url(../img/bullet2.gif) no-repeat 120px center;
	width: 110px;
	cursor: pointer;
	text-align: left;
	height: 16px;
}

#LangSwitch:HOVER {
	color: #AF950A;
}

#LangSwitch IMG,
#LangList A IMG {
	margin-bottom: 2px;
	margin-right: 5px;
	vertical-align: middle;
}

#LangList {
	position: absolute;
	right: 5px;
	top: 36px;
	width: 132px;
	border: 1px solid #d5d5d5;
	border-top: 0;
	background-color: #f1f1f1
}

#Header #LangList LI {
	float: none;
	border-top: 1px solid #d5d5d5;
	padding: 0;
	padding: 2px 17px 2px 5px;
}

#Header #LangList LI A {
	text-decoration: none;
	color: #a9a9a9;
	line-height: 16px;
	display: block;
}

#Header #LangList LI A:HOVER {
	color: #AF950A;
}
