/* CSS Document */

* {
	margin:0;
	padding:0;
}

body{ background:url(images/body-bg.jpg) top center no-repeat #000; text-align:center;}
#main{ padding-right:29px;}

img {vertical-align:top;}
a img { border:0;}
ul { list-style:none;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}

html{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1.444em;
	color:#fff;
	text-transform:none;
}
input, select { vertical-align:middle; font-weight:normal;}

a {color:#fff; outline:none;}
a:hover{text-decoration:none;}
p {padding-top:13px;}
cite{ font-style:normal; display:block;}

/* ============================= main layout ====================== */
.imgindent {margin:0 20px 0 0; float:left;}
.phone{ float:right; padding-right:120px;}
.space1{ margin-left:40px;}

/* ============================= header ====================== */
#header .logo{ padding-top:128px;}
#header .logo a{ cursor:pointer;}
#header .menu{ width:100%; overflow:hidden; background:url(images/menu-bg.jpg) no-repeat 0 0; padding:19px 0 20px 0; margin-top:18px;}
#header .menu ul{ padding-left:4px;}
#header .menu li{ float:left; padding-right:16px;}

/* ============================= content ====================== */
#content{ padding:31px 0 53px 0;}
.indent{ padding:0 290px 0 56px;}
.indent1{ padding:0 340px 0 56px;}

.title{ padding-bottom:15px;}
.unline{ background:url(images/unline.gif) left bottom no-repeat; padding-bottom:25px; margin-bottom:28px;}

.link{ display:inline-block; background:url(images/link-left-bg.png) top left no-repeat; line-height:1em; text-decoration:none; margin-top:12px; color:#000000; font-size:1em; cursor:pointer;}
.link span{ display:inline-block; background:url(images/link-right-bg.png) top right no-repeat; padding:0 4px 0 5px;}
.link span span{ background:url(images/link-tail.gif) top repeat-x; padding:7px 1px 6px 1px;}
.link:hover{ color:#fff;}

.list{ margin:-4px 0;}
.list li{ line-height:2.444em;}
.list a{ text-decoration:none;}
.list a:hover{ color:#ff4f00;}

/* ============================= page1 ====================== */
#page1{ background:url(images/page1-bg.jpg) top center no-repeat #000;}
#page1 .logo{ padding:188px 0 0 268px;}
#page1 #content{ padding:0; height:472px;}
#page1 #content a{ display:inline-block; margin:13px 0 0 569px;}

/* ============================= footer ====================== */
#footer{
	text-align:center;
	color:#FFF;
}
#footer p{ padding:116px 0 0 0;}
#footer a{ color:#414040; text-decoration:none;}
#footer a:hover{ color:#fff;}

/* ============================= forms ============================= */
#ContactForm{ padding-top:6px;}
#ContactForm .col-1{ width:275px !important;}
#ContactForm .col-2{ width:266px !important; margin-left:0 !important;}
#ContactForm label{ display:block; height:35px;}
#ContactForm input{ border:solid 1px #585757; background:#121212; font-family:Arial, Helvetica, sans-serif; font-size:1em; color:#ffffff; padding:3px 2px 3px 3px; width:253px; text-transform:uppercase; margin-top:1px;}
#ContactForm textarea{ border:solid 1px #585757; background:#121212; font-family:Arial, Helvetica, sans-serif; font-size:1em; color:#ffffff; padding:1px 2px 1px 3px; width:259px; text-transform:uppercase; height:86px; overflow:auto; margin-top:1px;}
#ContactForm .link{ float:right; margin:13px 20px 0 0;}
