@charset "utf-8";
/* CSS Document */

html, body, h1, h2, h3, h4, h5, ul, li, dl, form, p {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(../images/body_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #c70f16;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	padding-bottom: 20px;
}
.wraper {
	width: 934px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	position: relative;
}
.menu {
	background-image: url(../images/menu_bg.gif);
	height: 46px;
	width: 100%;
	background-repeat: no-repeat;
	list-style-type: none;
}
.menu li {
	float: left;
}
.menu li a {
	display: block;
	line-height: 46px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	text-transform: uppercase;
}
.menu li a:hover {
	color: #E81B23;
}

.lngtool {
	position: absolute;
	top: 15px;
	right: 15px;
}
.lngtool a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.header {
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
	width: 900px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-top: 12px;
	height: 285px;
}
.header .logo {
	margin-right: 12px;
	margin-left: 12px;
}
.header .logo  img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.flash {
	position: absolute;
	top: 12px;
	right: 15px;
}
.sub_header {
	background-image: url(../images/sub_header_bg.gif);
	width: 934px;
	height: 165px;
}
.container {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
.footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: no-repeat;
	height: 29px;
	width: 934px;
	color: #999;
	clear: left;
}
.footer p {
	line-height: 29px;
	padding-right: 10px;
	padding-left: 10px;
}
.footer p a {
	text-decoration: underline;
	color: #E84950;
}
.sub_header  h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 22px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 15px;
}
.sub_header {
	color: #FFF;
}
.news {
	float: left;
	width: 400px;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.news p strong {
	color: #F9BDC0;
	display: block;
}
.news p {
	padding-bottom: 10px;
}
.sub_header a  {
	text-decoration: none;
	color: #FFF;
}
.sub_header a:hover {
	text-decoration: underline;
}
.results {
	float: right;
	padding: 15px;
	text-align: right;
	width: 450px;
	color: #FFF;
}
.results p {
	color: #FFF;
	padding-bottom: 10px;
}
.content {
	clear: both;
	float: left;
	background-image: url(../images/content_bg.png);
	width: 100%;
}
.collons {
	float: left;
	clear: both;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.collons .collon {
	float: left;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.content  h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #D2131A;
	padding-bottom: 10px;
}
.content   p {
	padding-bottom: 5px;
}
.content a {
	color: #333;
	text-decoration: underline;
}
.line {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
.up_footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	clear: left;
	margin-right: 15px;
	margin-left: 15px;
}
.effects {
	position: absolute;
	z-index: 20;
	top: 50px;
	left: 150px;
}
.ball {
	position: absolute;
	top: 100px;
	right: -70px;
}
.content  h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	color: #CA262F;
	padding-bottom: 15px;
}
.content  form {
	padding-top: 10px;
	padding-bottom: 10px;
}
.content form label {
	float: left;
	display: block;
	width: 80px;
	padding-bottom: 5px;
}
.content  form .textfield {
	margin-bottom: 5px;
	font-size: 11px;
	border: 1px solid #CCC;
	width: 250px;
}
.content  form br {
	clear: left;
}
.img img {
	border: 1px solid #CCC;
	margin-right: 5px;
	margin-bottom: 5px;
}

