/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#000000;
	text-align:center;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.75em;
		line-height:1.147em;
		color:#839397;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#fff;}
a:hover{text-decoration:none;}
p {padding-top:11px;}

/* ============================= main layout ====================== */

.imgindent {margin:0 20px 0 0; float:left;}

#main { width:1000px; margin:0 auto; text-align:left;}

.col-1, .col-2, .col-3 {float:left;}
.container {width:100%; overflow:hidden;}
.col-1 {width:547px;}
.col-2 {width:133px;}

/* ============================= page1 ===========================*/

#page1 #content {background:url(images/splash-bg.jpg) no-repeat 0 0;}
#page1 .logo {padding:20px 0 0 315px;}

/* ============================= header ====================== */

#header {height:210px; background:url(images/header-bg.jpg) no-repeat 0 0;}

.logo {padding:20px 0 0 15px;}
.menu {float:right; padding:50px 90px 0 0;}
.m1 {margin-right:-8px;}
.m2 {margin-right:-7px;}
.m3 {margin-right:-9px;}
.m4 {margin-right:-11px;}
.active {position:relative;}

/* ============================= content ====================== */

#content {background:url(images/content-bg.jpg) no-repeat 0 0; height:480px;}
.enter {padding:367px 0 0 691px;}

.text2 {color:#fff;}
.text3 {color:#e87810;}
.indent {padding:72px 155px 0 392px;}
.indent2 {padding:75px 155px 0 165px;}

.title {background:url(images/title-bg.jpg) bottom left no-repeat; padding-bottom:15px; margin-bottom:45px;}

.scroll {height:250px; overflow:auto;}
.scroll .inner {height:500px; padding-right:30px;}
.scroll2 {height:339px; overflow:auto;}
.scroll2 .inner {height:500px; padding-top:12px;}
.scroll2 img {margin-bottom:17px;}

.photoes {position:absolute; margin:9px 0 0 89px;}
.extra-img1 {position:absolute; margin:97px 0 0 56px;}
.extra-img2 {position:absolute; margin:78px 0 0 12px;}

.link {color:#e87810; display:inline-block; padding:20px 0 0 0;}
.margin1 {margin-top:18px;}
.phone {float:left; width:70px;}

.list {margin-top:24px;}
.list li span {float:right; color:#fff;}
.list li span strong {color:#839397;}
.list li a {color:#839397; text-decoration:none;}

/* ============================= footer ====================== */

#footer {text-align:center; color:#424a4c; padding:20px 0 0 0; height:90px;}
#footer a {color:#424a4c;}

/* ============================= forms ============================= */

#ContactForm {padding:20px 0 0 0;}
#ContactForm .rowi {height:52px;}
#ContactForm .col-1 {width:241px;}
#ContactForm .col-2 {width:199px;}
#ContactForm .buttons {text-align:right;}
#ContactForm .buttons .link {margin-left:20px;}

.input {width:171px; height:19px; border:1px solid #48484a; background:#121417; padding:0 0 0 5px; font-size:1em;}
textarea {width:191px; height:71px; border:1px solid #48484a; background:#121417; padding:0 0 0 5px; overflow:auto; font-size:1em;}
