/* CSS Document */

* {
	margin:0; padding:0;
	font-size:100%;
}

body{
	background:#171615 url(images/header-bg.jpg) top center no-repeat;
	text-align:center;
	padding:0 6px 38px 0;
}

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.875em;
		line-height:1.643em;
		color:#646464;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#fff; outline:none;}
a:hover{text-decoration:none;}
p {
	padding-top:19px;
	color: #FFF;
}
span {color:#fff;}

/* ============================= main layout ====================== */

li { background:url(images/marker1.gif) no-repeat 0 9px; padding-left:12px; line-height:1.857em;}
li a {color:#646464;}

#header .row1 {padding:42px 0 0 0;}

.imgindent {margin:0 20px 0 0; float:left;}

h2 {color:#f6f6f9; text-transform:uppercase; font-size:1.786em; line-height:1em; font-weight:normal; margin-bottom:16px;}
h3 {color:#fff; text-transform:uppercase; font-size:1.286em; line-height:1em; font-weight:normal; margin-bottom:20px;}
.title1 {color:#ddc708;}
.title2 {color:#69b1ee;}
.title3 {color:#de127e;}

/* ============================= header ====================== */

#header {text-align:center; position:relative;}
object {outline:none;}

/* ============================= content ====================== */

#content {background:#030303; padding:43px 42px 45px 43px;}
.col-pad {padding-right:37px;}
.box1 {background:#111111; padding:38px 36px 40px 42px;}
.box2 {background:#222222; padding:42px 36px 41px 42px;}
.margin1 {margin-top:40px;}
.margin2 {margin-top:24px;}

.link {text-align:right; padding-right:73px; font-size:.857em; line-height:1em; padding-top:2px;}
.link a {background:#fff; color:#111; text-transform:uppercase; text-decoration:none; display:inline-block; padding:4px 5px 6px 6px;}
.link a:hover {background:#aaa;}
.link2 {text-decoration:none;}
.link2:hover {color:#de127e;}
.name {text-align:right;}

.line {background:url(images/line.gif) bottom left repeat-x; padding-bottom:18px; margin-bottom:18px;}

.scroll {height:414px; overflow:auto;}
.inner {height:800px;}
.scroll img {margin-bottom:37px;}
.phone {display:inline-block; width:90px; color:#646464;}

/* ============================= footer ====================== */

#footer {background:#030303; padding:0 41px 46px 42px; color:#fff; font-size:.857em; line-height:1em;}
#footer .indent {padding:15px 0 17px 38px; background:url(images/footer-bg.gif) bottom left repeat-y;}
#footer a {color:#030303; text-decoration:none;}
#footer a:hover {text-decoration:underline;}

/* ============================= forms ============================= */


#ContactForm label {height:57px; display:block;}
#ContactForm .col-1 {width:266px !important;}
#ContactForm .col-2 {width:279px !important;}
#ContactForm .link {padding:14px 0 0 0;}
#ContactForm .link a {margin-left:30px;}

.input {width:234px; height:18px; border:1px solid #393838; background:#111; padding:3px 0 0 5px; font-size:1em;}
textarea {width:272px; height:78px; border:1px solid #393838; background:#111; padding:0 0 0 5px; overflow:auto; font-size:1em;}

