html{ height: 100%; }
body {
	margin: 0;
	color: #a2a2a2;
	font: 12px/22px Helvetica, Arial, sans-serif;
	background: #000;
	height: 100%;
	min-width: 1240px;
}
img { border-style: none; }
a {
	text-decoration: none;
	color: #97999c;
}
a:hover { text-decoration: underline; }
a:active { background-color: transparent; }
input,
textarea,
select {
	font: 100% Arial, Helvetica, sans-serif;
	vertical-align: middle;
	color: #000;
}
form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
#wrapper{
	background: url(../images/bg-wrapper.jpg) repeat-y;
	width: 1240px;
	min-height:100%;
	overflow:hidden;
	position:relative;
}
.decor {
	width: 650px;
	height: 28px;
	background: #000;
	position: absolute;
	right:0;
	bottom: 0;
}
.main-content{
	float: left;
	width: 566px;
	padding-bottom: 28px;
}
#header{
	overflow: hidden;
	border-bottom: 1px solid #333;
}
.header-right{
	float: right;
	width: 186px;
	padding: 10px 10px 0;
}
.header-right img{ vertical-align: top; }
.header-left{
	width: 359px;
	float: left;
	border-right: 1px solid #333;
	padding: 59px 0 0;
}
.social-networks {
	margin:0;
	padding: 0 24px 37px;
	overflow: hidden;
	list-style: none;
}
.social-networks li{
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	width: 32px;
	height: 36px;
	margin:0 10px 10px 0;
}
.social-networks a{
	display: block;
	height: 100%;
}
.facebook{ background: url(../images/ico-facebook.png) no-repeat; }
.header-bottom{
	border-top: 1px solid #333;
	overflow: hidden;
	background: #181818;
}
.logo-holder{
	float: right;
	width: 218px;
	padding:42px 0 0;
	min-height: 118px;
}
.logo{
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/logo.png) no-repeat;
	width: 198px;
	height: 100px;
	margin: 0 auto;
}
.logo a{
	display: block;
	height: 100%;
}
#nav{
	float: left;
	min-height: 136px;
	width: 96px;
	padding: 13px 10px 11px 34px;
	border-right: 1px solid #333;
	margin:0;
	list-style: none;
}
#nav li{
	margin:0 0 3px;
	text-transform: uppercase;
	font-size: 11px;
	line-height: 14px;
}
#content{
	padding: 48px 34px;
	text-align: justify;
	letter-spacing: 1px;
}
/*
#content .title{
	text-indent: -9999px;
	overflow: hidden;
	margin:0 0 28px;
	background: url(../images/img-text.png) no-repeat;
	height: 12px;
}
*/
.title {
	margin:0 0 28px;
}
#content h2{
	margin:0 0 19px;
	font-size: 11px;
	line-height: 17px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#content h3 {
	margin:0 0 0;
	font-size: 11px;
	line-height: 17px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#content h4 {
	margin:0 0 19px;
	font-size: 11px;
	line-height: 17px;
	color: #f23d0c;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#content p{ margin:0 0 22px; line-height:18px; }
.white-area{
	float: right;
	width: 650px;
	padding:0;
	margin-bottom:0;
	background:#fff;	
}
.white-area .holder{
	border-top: 28px solid #000;
	padding: 5px 0 0 5px;
	margin-bottom:28px;
	
}
.white-area a {
	float:left;
	display:block;
	width:156px;
	height:217px;
	margin:0 5px 5px 0;
}
#skip-top a,
#skip a{
	 position:absolute;
	 left:-10000px;
	 top:auto;
	 width:1px;
	 overflow:hidden;
	 height:1px;
}
#skip-top a:focus,
#skip a:focus{
	 position:static;
	 width:auto;
	 height:auto;
}

blockquote {
	margin:0 0 1em 0;
	padding:0;
	color:#b2b2b2;
	font-family:'Arapey', Georgia, 'Times New Roman', Times, serif;
	font-style:italic;
	font-size:22px;
	line-height:36px;
	text-align:left;
}

#content blockquote p {
	font-size:22px;
	line-height:36px;
}

blockquote strong {
	color:#ec3b10;
	font-weight:normal;
}

.content-left {
	float:left;
	width:107px;
}

.content-right {
	float:right;
	width:391px;
	padding-top:4px;
}

#content .page-about-us p {
	line-height:22px;
}

.newsletter-table tr th {
	padding-right:15px;
}

#content .newsletter-table h4 {
	margin:0;
}

#content .newsletter-table td {
	text-transform: uppercase;
	font-size:11px;
	line-height:17px;
}

.newsletter-table tr th, .newsletter-table tr td {
	vertical-align: top;
	padding-bottom:10px;
	text-align: left;
}

th { text-align:left; }

.newsletter-table a {
	color:#fff;
}

.newsletter-table { 
	margin-bottom:50px;
}

#slidenav {
	text-align: center;
	margin-top:10px;
	clear:both;
}

#slidenav a {
	padding:0 4px;
	display:inline-block;
}

#slidenav a.activeSlide {
	color:#fff;
}

.clear { clear:both; }