﻿/* CSS Document */

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-align: justify;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: normal;
	line-height: normal;
}

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:none;}

.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: #000000;
}
a:hover{text-decoration:none;}
p {padding-top:7px;}
span {
	color: #000000;
}

/* ============================= main layout ====================== */

li {
	background: url(images/list-bg.gif) no-repeat 0 8px;
	padding-left: 10px;
	line-height: normal;
	color: #000000;
	font-size: small;
}

.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 10px 0 0; float:left;}
.imgindent2 {margin:0 20px 0 0; float:left;}

.title {margin-bottom:10px;}

/* ============================= content ====================== */

.logo {margin:69px 0 0 165px;}
.menu {padding:75px 0 0 153px;}

#page1 #content {background:url(images/splash-bg.jpg) no-repeat 328px 0;}
#page1 .logo {position:absolute; margin:63px 0 0 406px;}
#page1 .enter {position:absolute; margin:280px 0 0 560px;}

#content {background:url(images/main-bg.jpg) no-repeat 60px 0;}

.indent {padding:47px 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;}
