body {
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	}
h1 {
	font-size: 14px;
	line-height: 20px;
	}
h2 {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	}
h3 {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	}

a:link, a:visited  { color: #b94420; }
a:hover { color: #b92b20; }
a:active { color: #b94420; }

body { background: url(../img/bg.jpg) top center no-repeat #000; background-attachment:fixed; padding:0; margin:0 }

#header {
	height:170px;
	width: 900px;
	margin: 0 auto 0 auto;
	}

#content {
	position: relative;
	min-height: 300px;
	width: 900px;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

#logo {
	height: 101px;
	width: 444px;
	padding:0;
	margin: 55px 0 0 0;
	float:left;
}

#navigation {
	background-color: #141318;
	height: 45px;
	width: 400px;
	padding: 0;
	margin: 0 auto;
	float: right;
	}
#navigation a {
	color: white;
	line-height: 25px;
	width: 50px;
	padding: 10px 10px 10px 30px;
	float: left;
	text-decoration: none;
	}
#navigation a:hover, #navigation .current { background-color:#b4281d}
#navigation .title { display: block; }

.connect, .work, .contact {
	position: relative;
	height: 150px;
	width: 242px;
	margin: 5px 5px 5px 3px;
	float: left;
	background-color:#000;
	padding: 15px 25px 25px 25px;
}
.connect img {float:left;}

#con-text {float: left; width:90px; margin-left:20px; margin-top:20px }

.work img {border: 3px solid #000;}
	

/*   ------------------   */

#container {
    position: relative;
    width: 900px; height: 6000px;
	margin: 0 auto;
}
#block  {
    background: #000;
    filter:alpha(opacity=80); /* IE */
    -moz-opacity:0.6; /* Mozilla */
    opacity: 0.8; /* CSS3 */
    position: absolute;
    top: 0; left: 0;
    height: 100%; width:100%;
}
#text {
    position: absolute;
    top: 0; left: 0;
    width: 340px; height: 100%;
	margin: 20px 0 0 20px;
}

#text h1 {
	color: white;
	font-size: 22px;
	line-height: 28px;
	margin: 10px;
	}
	
#text h2 {
	color: #F0F0F0;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	margin: 0 10px 10px 10px;
	}
	
#banner { /*containing message copy content text*/
	position: absolute;
    top: 0; left: 400px;
	height: 439px;
	width: 477px;
	margin: 10px;
}

#button1 { 
-moz-border-radius: 15px;
border-radius: 15px;
background-color:#b92b20;
height: 20px;
margin-bottom:15px;
padding:10px;
}

#button2 { 
-moz-border-radius: 15px;
border-radius: 15px;
background-color:#b92b20;
height: 20px;
padding: 10px;
}

#button1 a:link, a:active, a:visited, a:hover , #button2 a:link, a:active, a:visited, a:hover {color: #fff; text-decoration: none; font-weight:bold;}

#text2 {
    position: absolute;
    top: 0; left: 0;
    width: 500px; height: 100%;
	margin: 20px 0 0 20px;
}

#text3 {
    position: absolute;
    top: 0; left: 0;
    width: 800px; height: 100%;
	margin: 20px 0 0 20px;
}

#text2 h1, #text3 h1 {
	color: white;
	font-size: 22px;
	line-height: 28px;
	margin: 10px;
	}
	
#text2 h2, #text3 h2 {
	color: #F0F0F0;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	margin: 0 10px 10px 10px;
	}

#text2 p, #text3 p {
	color: #F0F0F0;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	margin: 0 10px 10px 10px;
	}
	
#banner2 { /*containing message copy content text*/
	position: absolute;
    top: 0; left: 550px;
	height: 350px;
	width: 260px;
	margin: 10px;
	background-color:#000000;
	padding:20px;
}


#box-table-a
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 10px;
	width: 850px;
	text-align: left;
	border-collapse: collapse;
}
#box-table-a th
{
	font-size: 13px;
	font-weight: normal;
	padding: 8px;
	background: #000;
	border-top: 4px solid #000;
	border-bottom: 1px solid #fff;
	color: #fff;
}
#box-table-a td
{
	padding: 8px;
	background: #e8edff; 
	border-bottom: 1px solid #fff;
	color: #669;
	border-top: 1px solid transparent;
}


#box-table-a p, #box-table-a h2 {color: #669;}

#box-table-a a:link {color: #669; text-decoration:none; font-weight: normal}
#box-table-a a:visited {color: #669; text-decoration:none; font-weight: normal}
#box-table-a a:active {color: #669; text-decoration:non; font-weight: normal}
#box-table-a a:hover {color: #b92b20; text-decoration:none; font-weight: normal}

.small-text {font-size:10px;}