*{
margin:0px auto;
padding:0px;
font-family:Century Gothic;
color:#ffffff;
}

body{background-color:#000000;}

.h1 { font-size:16px; font-weight: 700; border-bottom:2px solid #ffffff; margin-bottom:10px; padding-bottom:6px;}
.h2 { font-size:18px; font-weight: 700; border-top:2px solid #ffffff; margin-top:10px; padding-top:6px; padding-left:16px;}
.h3 { font-size:11px; font-weight: 400; color:#D70000; }
.paddingT20 {padding-top:20px;}
.border {border:1px solid  #666666;}
.innerlinks {color:#D70000; text-decoration:none;}
.innerlinks:hover {color:#ffffff; text-decoration:underline;}

.ul-text {list-style:none; padding:0px; margin:0px; margin-top:5px; margin-bottom:10px;}
.ul-text li{padding:1px 0; background:url(images/bullet.gif) no-repeat left ; padding-left:14px; margin-bottom:3px;}

.div-wrap {
 float:left;

 padding-right:10px;
 padding-bottom:10px;
}

.div-wrap-right {
 float:right;
 padding-left:5px;
 padding-bottom:5px;
}


/*-- INDEX PAGE  -- */

#index-content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -158px;
    margin-top: -67px;
    width:316px;
}

.index-bg
{ background-image:url('images/bg-landing.gif'); }

/*-- END -- */


/*-- FOOTER  -- */

#bottomlinks {
    position: absolute;
    top: 100%;
    left: 0;
    width:100%;
    height:20px;
    margin-top:-53px;
    background-color:#ffffff;
    text-align:center;

    font-size:16px;
    color:#4e4e4e;
    font-weight:700;
    text-transform:uppercase;
}

#bottomlinks ul {list-style:none; margin:0px; padding:0;}
#bottomlinks ul li{display:inline; margin-left:40px;}
#bottomlinks ul li a{color:#4e4e4e; text-decoration:none;}
#bottomlinks ul li a:hover{color:#85290D; text-decoration:none;}
#bottomlinks ul li span {color:#85290D; text-decoration:none;}

/*-- END -- */


/*-- HOME PAGE  -- */

#home-content {
    position: absolute;
    width:500px;
    padding-right:80px;
    top: 50%;
    left: 45%;
	margin-top:-250px;
	margin-left:-100px;
    font-family:Century Gothic;
    font-size:16px;
    color:#ffffff;
    filter:shadow(color:#000000, strength:4, direction:135);

}

#home-logo {
    position: absolute;
    width:227px;
    top: 10%;
    left: 40px;
}

.home-bg
{ background-image:url('images/pic-home.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:right bottom; 
}
/*-- END -- */


/*-- PROJECTS PAGE  -- */

#projects-content {
    position: absolute;
    width:auto;
    padding-right:80px;
    top: 50%;
	margin-top:-250px;
    left: 50%;
	margin-left:-480px;
    font-family:Century Gothic;
    font-size:13px;
    color:#ffffff;
    filter:shadow(color:#000000, strength:4, direction:135);

}

.projects-bg
{ 
	background-color:#000000;
	background-image:url('images/bg_projects.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:right bottom; 
}

/*-- END -- */

/*-- CREW PAGE  -- */

#thecrew-content {
    position: absolute;
    width:auto;
    padding-right:80px;
    top: 50%;
	margin-top:-250px;
    left: 50%;
	margin-left:-480px;
    font-family:Century Gothic;
    font-size:13px;
    color:#ffffff;
    filter:shadow(color:#000000, strength:4, direction:135);
	text-align:justify;

}

.thecrew-bg
{ 
	background-color:#000000;
	background-image:url('images/bg_thecrew.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:right top; 
}

/*-- END -- */


/*-- EQUIPMENT PAGE  -- */

#eq-content {
    position: absolute;
    width:auto;
    top: 50%;
    left: 480px;
	margin-top:-260px;

}

#eq-logo {
    position: absolute;
    width:350px;
    top: 50%;
	margin-top:-220px;
    left: 60px;
}

#eq-link {
    position:absolute;
    width:350px;
    top: 50%;
	margin-top:150px;
    left: 60px;
}


.eq-bg
{

	background-color:#000000;
/*	background-image:url('images/bg_equipment.jpg'); ;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:right bottom; */
}

/*-- END -- */


/*-- CONTACT PAGE  -- */

#contact-content {
    position: absolute;
    width:850px;
    top: 50%;
    left: 50%;
	margin-top:-260px;
	margin-left:-420px;
    filter:shadow(color:#000000, strength:4, direction:135);
}


.contact-bg
{

	background-color:#000000;
	background-image:url('images/bg_contact.jpg'); ;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center bottom; 
}

/*-- END -- */


/*-- STILL PAGE  -- */

#still-logo {
    position: absolute;
    width:147px;
    top: 80px;
    left: 100px;
}

#still-content {
    position: absolute;
    width:auto;
    top:100%;
    left: 100%;
	margin-top:-90px;
	margin-left:-150px;
}

.still-bg
{

	background-color:#000000;
	background-image:url('images/bg_stills.jpg'); ;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:left top; 
}

/*-- END -- */
