/* universal */

html
{
    height:100%;
    background:#000 url('images/background.jpg') repeat-x fixed center center;
}

body
{ 
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: palatino, times, serif;
	color: #fff;
	height: 100%;
}

#horizon {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -180px;
	text-align: center;
	min-width: 914px; 
}
#wrapper {
	position: relative;
	text-align: left;
	width: 914px;
	height: 384px;
	margin: 0px auto;
}

/* nav */

#navigation {
float: right;
font-size: 12px;
line-height: 12px;
letter-spacing: 0.1em;
margin: 0px 0px 66px 0px;
}

#navigation .item {
padding-right: 23px;
}

#navigation a {
color: #1C5773;
text-decoration: none;
}

#navigation a:hover {
color: #8BABB7;
text-decoration: underline;
}

#logo {
float: left;
width: 257px;
padding-top: 20px;

}

#text {
float: left;
width: 627px;
margin-left: 30px;
min-height: 250px;
padding:0;
}

/* body copy */


.home1 {
font-size: 22px;
line-height: 32px;
}

.home2 {
font-size: 32px;
line-height: 32px;
}

.home3 {
font-size: 89px;
line-height: 89px;
}


.company {
font-size: 15px;
line-height: 26px;
}

.companybig {
font-size: 25px;
line-height: 28px;
}


/* copyright and address line */


#footer {
margin-top: 30px;
padding-right: 25px;
text-align: right;
font-size: 10px;
line-height: 10px;
font-style: italic;
color: #1C5773;
letter-spacing: 0.03em;
}


		

.address {
color: #8BABB7;
}
/* assuming that .address inherits properties of .body and .footer */
table {
width: 460px;
margin: 20px 0px 0px 0px;
padding: 0;
border-collapse: collapse;
}


.authorized {
font-size: 24px;
color: #8BABB7;
}


.userpass {
font-size: 15px;
line-height: 26px;
font-style: italic;
}

.subbut {
padding: 4px 0px 0px 0px;
}

input.btn {
  border:1px solid #1C5773;
background-color: #fff;
font: 12px palatino, georgia, serif;
color: #1C5773;
 
}
input.btnhov {
background-color: #8BABB7;
}



input .textfield {
border-width: 1;
color: 1C5773;
}


.noaccess {
font-size: 14px;
letter-spacing: 0.05em;
color: red;
padding: 0px 0px 20px 160px;
}	