html, body {height: 100%;}
body {
	margin: 0;
	color: #fff;
	background: #440001;
	font: 11px/14px verdana, geneva, sans-serif;
}
/* General reset */
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
img {border-style: none;}
input, select, textarea {
	vertical-align: middle;
	font: 100% arial, sans-serif;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {text-decoration: underline;}
/* General settings */
#wrapper {
	width: 936px;
	margin: 0 auto;
}
#header {
	width: 100%;
	overflow: hidden;
	height: 42px;
	margin: 0 0 49px;
	padding: 58px 0 0;
}
.logo{
	overflow: hidden;
	background: url(../images/logo.gif);
	width: 209px;
	height: 31px;
	text-indent: -9999px;
	float: left;
	display: inline;
	margin: 2px 0 0 25px;
}
.logo a{
	display: block;
	height: 100%;
}
span.slogan {
	float: left;
	font-size: 12px;
	margin: 11px 0 0 17px;
}
#nav {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
	color: #000;
	font-weight: bold;
}
#nav li {
	float: left;
}
#nav li a {
	background: url(../images/bg-nav-c.gif) no-repeat;
	height: 41px;
	float: left;
	line-height: 40px;
}
#nav li a span {
	padding: 0 19px 0 17px;
	display: block;
}
#nav li a:hover {
	background-position:0 -41px;
	text-decoration: none;
}
#first-link a {background: url(../images/bg-nav-l.gif) no-repeat !important;}
#first-link a:hover {background-position:0 -41px !important;}
#last-link a {background: url(../images/bg-nav-r.gif) no-repeat 100% 0 !important;}
#last-link a:hover {background-position:100% -41px !important;}
#last-link a span {background: url(../images/separator-nav.gif) no-repeat;}
#last-link a:hover span {background-position:0 -41px !important;}
.container {
	background: #b91f17 url(../images/bg-content-c.jpg) no-repeat 0 50%;
	margin: 0 0 41px;
}
.container-holder {background: url(../images/bg-content-t.gif) no-repeat;}
.container-frame {
	background: url(../images/bg-content-b.gif) no-repeat 0 100%;
	padding: 58px 54px 63px 66px;
	height: 1%;
	overflow: hidden;
}
#main {margin: 0 0 68px;}
#main h2 {
	font: 31px/32px Georgia, Georgia, serif;
	margin: 0 0 11px;
}
#main p {margin: 0 0 14px;}
.text-holder {
	height: 1%;
	overflow: hidden;
}
.video-box {
	float: right;
	width: 352px;
	margin: -7px 0 0 32px;
}
.video-box-t,
.video-box-b {
	background: url(../images/bg-video-box-t.png) no-repeat;
	width: 352px;
	height: 50px;
}
.video-box-b {background: url(../images/bg-video-box-b.png) no-repeat;}
.video-box-c {
	height: 1%;
	background: url(../images/bg-video-box-c.png) repeat-y;
}
.video-box-c:after {
	content: "";
	display: block;
	clear: both;
}
.video-box .holder {
	width: 320px;
	padding: 0 16px;
	float: left;
	position: relative;
	margin: -35px 0;
}
.tab-content {
	width: 320px;
	height: 180px;
	overflow: hidden;
}
ul.tabset {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}
ul.tabset li {
	float: left;
}
ul.tabset a {
	background: url(../images/bg-tab-set.gif) no-repeat;
	height: 53px;
	display: block;
	text-align: center;
	padding: 20px 0 0;
	font-size: 10px;
	line-height: 12px;
	color: #fff;
}
ul.tabset a:hover {
	background-position:0 -73px;
	text-decoration: none;
}
ul.tabset .active a,
ul.tabset .active a:hover {background-position:0 -146px;}
ul.tabset .tab1 {width: 64px;}
ul.tabset .tab2 {
	width: 64px;
	background-position:-64px 0;
}
ul.tabset .tab2:hover {background-position:-64px -73px;}
ul.tabset .active .tab2,
ul.tabset .active .tab2:hover {background-position:-64px -146px;}
ul.tabset .tab3 {
	width: 65px;
	background-position:-128px 0;
}
ul.tabset .tab3:hover {background-position:-128px -73px;}
ul.tabset .active .tab3,
ul.tabset .active .tab3:hover {background-position:-128px -146px;}
ul.tabset .tab4 {
	width: 64px;
	background-position:-193px 0;
}
ul.tabset .tab4:hover {background-position:-193px -73px;}
ul.tabset .active .tab4,
ul.tabset .active .tab4:hover {background-position:-193px -146px;}
ul.tabset .tab5 {
	width: 63px;
	background-position:-257px 0;
}
ul.tabset .tab5:hover {background-position:-257px -73px;}
ul.tabset .active .tab5,
ul.tabset .active .tab5:hover {background-position:-257px -146px;}
strong.call {
	background: url(../images/bg-call.png) no-repeat;
	width: 334px;
	height: 42px;
	display: block;
	text-indent: -9999px;
	margin: 38px 0 0;
}
#footer {
	height: 1%;
	color: #b18f8f;
	font-size: 10px;
	line-height: 12px;
	padding: 0 17px 40px;
}
#footer p {margin: 0 0 15px;}
#footer p.title,
p.copyright {
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	margin: 0 0 14px !important;
}
.inner-holder h2 {
	line-height: 38px !important;
	margin: -4px 0 0 !important;
}
.inner-holder strong.call {margin-top: 48px !important;}
.inner-holder p.title {font: 17px/27px Georgia, Georgia, serif;}
#main .image {
	float: right;
	display: inline;
	margin: 8px 16px 0 20px;
}
#main .image .holder {
	background: url(../images/bg-image.png) no-repeat;
	width: 341px;
	height: 252px;
	padding: 12px 16px 19px;
}
.wrap-items {
	width: 874px;
	margin: 0 -58px 0 0;
	overflow: hidden;
	padding: 50px 0 0;
}
ul.items {
	margin: 0 77px 0 0;
	padding: 0;
	list-style: none;
	width: 360px;
	float: left;
	line-height: 16px;
}
ul.items h3 {
	font-size: 17px;
	margin: 0 0 4px;
	line-height: 21px;
}
ul.items p {margin: 0 0 16px !important;}
strong.label-call {
	display: block;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	margin: 0 0 17px;
}
strong.tel {
	display: block;
	font: 31px/31px Georgia, Georgia, serif;
	margin: 0 0 29px;
}
.wrap-email {
	height: 1%;
	overflow: hidden;
	margin: 0 0 34px;
}
.wrap-email a{
	float: left;
	color: #fff;
	font-weight: bold;
	line-height: 39px;
	cursor: pointer;
	margin:0 0 0 -2px;
}
.wrap-email a:hover span.l {text-decoration: underline;}
.wrap-email a span.l,
.wrap-email a span.r {
	float: left;
	background: url(../images/bg-email-l.png) no-repeat;
	height: 41px;
	padding: 0 20px 0 27px;
}
.wrap-email a span.r {
	background: url(../images/bg-email-r.png) no-repeat;
	width: 7px;
	padding: 0;
}
address.address {
	font-style: normal;
	font-size: 12px;
	line-height: 15px;
}
.video-descript {
	width: 640px;
	padding: 0 94px 0 82px;
}
.video-descript strong.call {margin-top: 29px;}
.video-descript h2 {
	font-size: 36px !important;
	line-height: 36px !important;
	margin-bottom: 12px !important;
}
.video-box-big {
	width: 672px;
	margin: 0 -16px 7px;
}
.video-box-big-t,
.video-box-big-b {
	background: url(../images/bg-video-box-big-t.png) no-repeat;
	width: 672px;
	height: 55px;
}
.video-box-big-b {background: url(../images/bg-video-box-big-b.png) no-repeat;}
.video-box-big-c {
	height: 1%;
	background: url(../images/bg-video-box-big-c.png) repeat-y;
}
.video-box-big-c:after {
	content: "";
	display: block;
	clear: both;
}
.video-box-big .holder {
	width: 640px;
	padding: 0 16px;
	float: left;
	position: relative;
	margin: -35px 0;
}
.video-box-big .tab-content {
	width: 640px;
	height: 360px;
	overflow: hidden;
}
.video-box-big ul.tabset a {
	background: url(../images/bg-tab-set-big.gif) no-repeat;
	height: 38px;
}
.video-box-big ul.tabset .tab1 {width: 129px;}
.video-box-big ul.tabset .active a,
.video-box-big ul.tabset .active a:hover {background-position:0 -116px;}
.video-box-big ul.tabset a:hover {background-position:0 -58px;}
.video-box-big ul.tabset .tab2 {
	width: 128px;
	background-position:-129px 0;
}
.video-box-big ul.tabset .tab2:hover {background-position:-129px -58px;}
.video-box-big ul.tabset .active .tab2,
.video-box-big ul.tabset .active .tab2:hover {background-position:-129px -116px;}
.video-box-big ul.tabset .tab3 {
	width: 127px;
	background-position:-257px 0;
}
.video-box-big ul.tabset .tab3:hover {background-position:-257px -58px;}
.video-box-big ul.tabset .active .tab3,
.video-box-big ul.tabset .active .tab3:hover {background-position:-257px -116px;}
.video-box-big ul.tabset .tab4 {
	width: 128px;
	background-position:-384px 0;
}
.video-box-big ul.tabset .tab4:hover {background-position:-384px -58px;}
.video-box-big ul.tabset .active .tab4,
.video-box-big ul.tabset .active .tab4:hover {background-position:-384px -116px;}
.video-box-big ul.tabset .tab5 {
	width: 128px;
	background-position:-512px 0;
}
.video-box-big ul.tabset .tab5:hover {background-position:-512px -58px;}
.video-box-big ul.tabset .active .tab5,
.video-box-big ul.tabset .active .tab5:hover {background-position:-512px -116px;}