/* CSS Document */

* {
	margin:0; padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #6F6C6C;
}

body{
	background:#151515 url(images/body-tail.gif) top center repeat-x;
	text-align:center;
}

img {vertical-align:top;}
a img { border:0;}

ul { list-style: circle;}

.left { float:left;}
.right {float:right;}
.clear  { clear:both;}


html, input, textarea
	{
		font-family:Arial, Helvetica, sans-serif;
		font-size:0.563em;
		line-height:1.556em;
		color:#646262;
	}

input, select { vertical-align:middle; font-weight:normal;}

a {color:#6F6C6C;}
a:hover{text-decoration:none;}
p {padding-top:7px; text-align:justify;}
span {color:#f76600; text-align:justify;}

/* ============================= main layout ====================== */

li {margin-left:12px; line-height:18px;}

.link {background:url(images/link-bg.gif) no-repeat right 5px; padding-right:12px; text-decoration:none;}
.link:hover {text-decoration:underline;}

.imgindent {margin:0 30px 0 0; float:left;}
.imgindent2 {margin:0 20px 0 0; float:left;}

.title {margin-bottom:10px;}

/* ============================= content ====================== */

.logo {margin:13px 0 0 150px;}
.menu {padding:25px 0 0 153px;}

#page1 #content {background:url(images/splash-bg.jpg) no-repeat 328px 0;}
#page1 .logo {position:absolute; margin:13px 0 0 406px;}
#page1 .comp {position:absolute; margin:122px 0 0 406px;}
#page1 .enter {position:absolute; margin:318px 0 0 555px;}


#content {background:url(images/main-bg.jpg) no-repeat 60px 0;}

.indent {padding:20px 0 0 0;}

.margin1 {margin-top:10px;}
.margin2 {margin-top:20px;}
.margin3 {margin-top:40px;}

.col-pad {padding-right:15px;}

.phone {display:inline-block; width:65px; color:#6f6c6c;}

.line {background:url(images/line.gif) bottom left repeat-x; padding-bottom:31px; margin-bottom:34px;}
.scroll {text-align:right;}
.scroll img {margin-left:3px;}

/* ============================= footer ====================== */

#footer a {text-decoration:none;}
#footer a:hover {text-decoration:underline;}

/* ============================= forms ============================= */

#ContactForm {padding:20px 0 0 0;}
#ContactForm .rowi {height:57px;}
#ContactForm .col-1 {width:218px !important;}
#ContactForm .col-2 {width:188px !important;}
#ContactForm .link {float:right; margin:10px 0 0 20px; display:inline-block;}

.input {width:172px; height:19px; border:1px solid #b7b1b1; background:#fff; padding:0 0 0 5px; font-size:1em;}
textarea {width:181px; height:76px; border:1px solid #b7b1b1; background:#fff; padding:0 0 0 5px; overflow:auto; font-size:1em;}
