/* RESETS */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
b, strong {
	font-weight: bold;
}
/* DEFAULTS */
a {
	color: #bc0404;
	outline: none;
	text-decoration: none;
}
a:hover {
	color: #ce3f3f;
}
.hidden {
	display: none;
}
.fixB {
	display: block;
	height: 100%;
	overflow: hidden;
}
.fixI {
	display: inline;
	height: 100%;
	overflow: hidden;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.fullHeight {
	height: 100% !important;
}
.nb {
	border: none !important;
}
.nbg {
	background: none !important;
}
.npadding {
	padding: 0 !important;
}
.nmargin {
	margin: 0 !important;
}
hr {
	color: #BC0000;
	background-color: #BC0000;
	height: 5px;
	border: none;
	margin: 0 0 15px;
}
/* CLEARFIX */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* LAYOUT */
body {
	background: url(images/bg.jpg) #22201d no-repeat 50% 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
#page {
	display: block;
	margin: 0 auto;
	padding: 140px 0 0;
	width: 960px;
}
#content {
	background: url(images/silluete.jpg) no-repeat 0 0;
	min-height: 690px;
	padding: 50px 0 0 265px;
}
/**/
#home-block {
	padding: 0 0 10px;
}
#home-block-left {
	float: left;
	width: 330px;
}
#home-block-right {
	float: right;
	width: 350px;
	height:250px;
}
#home-block-left .brand {
	background: url(images/logo.jpg) no-repeat 0 0;
	display: block;
	height: 182px;
	text-indent: -9999px;
	width: 328px;
}
/**/
.home-form {
	padding: 15px 0 5px 30px;
}
.home-form .home-form-left {
	float: left;
	width: 207px;
}
.home-form .home-form-txt {
	display: block;
	padding: 0 0 5px;
}
.home-form .home-form-txt input {
	background: url(images/input.jpg) no-repeat 0 0;
	border: none;
	color: #91A56A;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	height: 17px;
	padding: 3px 5px;
	width: 197px;
}
.home-form .home-form-submit input {
	background: url(images/submit.jpg) no-repeat 0 0;
	border: none;
	cursor: pointer;
	display: block;
	height: 51px;
	text-indent: -9999px;
	width: 84px;
}
.home-form .home-form-right {
	float: right;
	width: 84px;
}
/**/
#home-content {
	padding: 0 0 40px 30px;
}
#page-content {
	min-height:480px;
	padding: 0 0 40px 5px;
}
#page-content-thanks {
	min-height:400px;
	padding: 60px 0 40px 0px;
}
#thanks-video {
	text-align:center;
	margin:0 0 20px 0;
}
.thanks-text {
	text-align:center;
	font-size: 16px;
}
.big-thanks-text {
	text-align:center;
	font-size: 26px;
	margin:0 0 20px 0;
}
.big-thanks-text p{
	color:#92aa3c;
}
.thanks-text a {
	color:#92aa3c;
}
.thanks-text a:hover {
	text-decoration:underline;
}
.salutation {
	padding:0 60px;
}
/**/
.text {
	color: #FFF;
	font-size: 14px;
	line-height: 150%;
}
.text p {
	padding: 0 0 10px;
}
.text ul {
	list-style: disc outside;
	padding: 0 0 5px 15px;
}
.text ul li {
	padding: 0 0 5px;
}
.text ol {
	list-style: decimal outside;
	padding: 0 0 5px 15px;
}
.text ol li {
	padding: 0 0 5px;
}
/**/
.page-title {
	background: url(images/title.jpg) no-repeat 0 0;
	display: block;
	height: 54px;
	margin: 0 0 10px;
	text-indent: -9999px;
	width: 428px;
}
.page-title-thanks {
	background: url(images/title.jpg) no-repeat 0 0;
	display: block;
	height: 54px;
	margin: 0 0 10px 131px;
	text-indent: -9999px;
	width: 428px;
	
}
/**/
#footer-home {
	color: #91AA3C;
	padding: 0 0 25px;
}
#footer-home p {
	font-size: 10px;
	text-align: center;
}
#footer-page {
	background: url(images/footer.jpg) repeat-x 0 0;
	color: #FFF;
	height: 28px;
	padding: 16px 0 0;
}
#footer-page a {
	color: #22201D;
}
#footer-page p {
	text-align: center;
}