@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }

*:focus { outline: none; }
.hidden { display: none; }
.show { display: block!important; }
.no-margin { margin: 0!important; }
.no-padding { padding: 0!important; }
.no-bg { background: none!important; }
.no-border, a img { border: none!important; }
.cc { clear: both; }

/* Fader
------------------------------ */
#fader {
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}

#fader table td {
	vertical-align: middle;
}
#fader .centralizer {width:100%; height:100%; top: 0; left: 0;position:fixed;}
#fader .margin-auto {margin:auto;}
#fader .fade {background:#000; opacity:.7; z-index: 100;filter: alpha(opacity = 70);}
#fader a {
    color: #fff;
	cursor:pointer;
	text-decoration: none;
}

#fader h1 {
	font-size: 21px;
    color: red;
    text-align: center;
}

#fader h2 {
	font-size: 20px;
    text-align:center;
}

#fader .fader-links {
	margin: 0 -40px;
	padding-top: 10px;
}

#fader .contact-flashbrief {
    float: left;    
}

#fader .close-text {
    float: right;
    position: relative;
    cursor: pointer;
    font-weight: bold;	 
}

#fader .close {background:url(close.png); height: 13px; width: 12px;cursor: pointer;}

#dialog {
    z-index: 110;
}

#dialog-div {
    padding: 20px 65px 30px;
    font-size: 12px;
    width: 500px;
    background: #000;
    text-transform: none;
    height: auto;
    border: 1px solid #fff;
}

#dialog-div ul {
    margin-left: 25px;
}

#dialog-div .close {
    position: relative;
    top: -9px;
    right: -542px;
}

/******************/

/* Main styles
------------------------------ */

html { height: 100%; color: #000;}
body { height: auto !important; height: 100%; min-height: 100%; } /* body height 100% */

body {
	background:url(bg-main-container.jpg) repeat-y top center #240200;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-transform:uppercase;
	color:#fff;	
}
p, .home h2 {
	margin-bottom:10px;
}
.main-container {
	width:935px;
	margin: 0 auto;
}
.header {
	width:900px;
	height:287px;
	margin:0 auto;
	background:url(bg-header.jpg) no-repeat;
	position:relative;
}
	.header-phones {
		width:198px;
		height:40px;
		background:url(header-phones.jpg) no-repeat;
		position:absolute;
		top:81px;
		left:668px;
	}
	.header-phones div{
		position: absolute;
		top: 40px;
		width:150px;
		line-height:12px;
		position:absolute;
		top:70px;
		text-decoration:none;
	}
	.header-phones div a {
		color: #fff;
		cursor: pointer;
	}
	.header-logo {
		width:278px;
		height:176px;
		background:url(header-logo.png) no-repeat;
		position:absolute;
		top:25px;
		left:306px;
	}
	.header-demo {
		width:172px;
		height:73px;
		background:url(header-demo.jpg) no-repeat;
		position:absolute;
		top:97px;
		left:40px;
	}
	.header-demo a{
		display:block;
		width:145px;
		height:30px;
		position:absolute;
		top:25px;
		margin:0 auto;
	}
	.header-slogan {
		width:544px;
		height:33px;
		left:185px;
		background:url(header-slogan.jpg) no-repeat;
		position:absolute;
		top:240px;
	}
.home {
	width:935px;
	height:335px;
	padding-top:30px;
	clear:both;
	background:url(bg-home2.jpg) top center no-repeat #170201;
}
.home h2 {
	font-size:10px;
	font-weight:normal;
	color:#da0300;
}

.home a {
	color:#da0300;
	text-decoration:none;
}
.home a:hover {
	text-decoration:underline;
}

.leftSide {
	margin-left:17px;
	_margin-left:9px;
	float:left;
	width:300px;
	background:url(banner.jpg) 0 0 no-repeat;
	height:340px;
	text-align:left;
}

.rightSide {
	width:610px;
	float:left;
	text-align:left;
	height:300px;
	overflow:auto;
}
	.content, .content2col{
		padding:0 15px;
		height:300px;
		overflow:auto;
	}

.home-2 {
	padding-left:15px;
	float:left;
	width:285px;
	height:300px;
	overflow:auto;
}
.home-3 {
	float:left;
	padding-left:15px;
	width:285px;
	height:300px;
	overflow:auto;
}
.home-3 img{
	float:left;
}
.home-3 p {
	margin:0 0 10px 0;
	width:160px;
	padding-left:10px;
	float:left;
}
.home-3 a { 
	float:right;
}

.home-spacer {
	height:10px;
	clear:both;
}
.after-home-spacer {
	overflow:hidden;
	height:50px;
	line-height:50px;
	background:#1e0002;
}
.footer {
	width:915px;
	padding:10px;
	margin:0 auto 0;
	height:100%;
}
.footer a {
	color:#fff;
}