@import url("http://76.12.220.129/assets/css/zero-out.css");

/* @group Body */

body {
	background-color: #000;
	color: #ffffff;
	font-family: arial;
	font-size: 12px;
}

h2 {
	color: #313100;
	font-size: 17px;
	margin-bottom: 2px;
	font-weight: normal;
}

p {
	margin-top: 0;
	line-height: 17px;
}

/* @end */

/* @group Links */

a.button-link:link, a.button-link:visited{
	color: #ffffff;
	display: block;
	width: 132px;
	margin-top: 15px;
	padding-top: 8px;
	padding-bottom: 9px;
	text-align: center;
	background-color: #4a4a2e;
}

a.button-link:hover {
	text-decoration: none;
}

a:link, a:visited {
	color: #ffffff;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* @end */

/* @group Layout */

div.main-content {
	margin-left: 76px;
	margin-bottom: 54px;
}

.top {
	background: url("http://76.12.220.129/assets/images/bg-top.gif") no-repeat;
	text-indent: -9999px;
	height: 29px;
}

.content {
	background: url("http://76.12.220.129/assets/images/bg-middle.gif") repeat-y;
	width: 789px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 24px;
}

.bottom {
	background: url("http://76.12.220.129/assets/images/bg-bottom.gif") no-repeat;
	height: 29px;
}

.logo {
	background: url("http://76.12.220.129/assets/images/logo.gif") no-repeat;
	width: 238px;
	height: 65px;
	text-indent: -9999px;
	position: relative;
	top: 29px;
	margin-left: 28px;
}

div.video {
	margin-top: 81px;
	margin-left: 74px;
}

.last-sentence {
	margin-top: 15px;
}

/* @end */

/* @group Contact Form */

div.contact-form {
	width: 175px;
	padding-left: 14px;
	font-size: 12px;
	float: right;
	margin-right: 52px;
	margin-top: 15px;
	border-left: 1px solid #a9a782;
	margin-left: 13px;
}

textarea {
	width: 148px;
}

.contact-form p {
	margin: 1px;
}

.contact-form input {
	margin-bottom: 10px;
}

input.sub-button {
	display: block;
	margin-top: 8px;
}

.sub-button:hover {
	cursor: hand;
}

.error-input {
	background-color: #ffb0a6;
	border-color: #ff4550;
}

.error-input.on-focus {
	background-color: #ff450e;
}

#error-message {
	color: #931810;
	background: #ffb0a6;
	text-align: center;
	padding: 8px 5px;
}

/* @end */

/* @group Bottom Navigation */

ul.bottom-link {
	width: 480px;
	color: #d93a32;
	height: 18px;
	margin: 24px auto 23px;
}

ul.bottom-link li {
	display: block;
	float: left;
	padding-right: 12px;
	padding-left: 22px;
}

ul.bottom-link li a:link, ul.bottom-link li a:visited{
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

ul.bottom-link li a:hover {
	text-decoration: underline;
}

/* @end */