@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color: #000;
	background-image: url(../files/bg_stars.jpg);
	background-attachment: fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color:#757575;
}

a:link {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: transparent;
	border-color: #757575;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
}

a:visited {
	color: #FFF;
	text-decoration: none;
	font-style: normal;
	background-color: transparent;
	border-color: #757575;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
}

a:hover {
	color: #757575;
	text-decoration: none;
	font-style: normal;
	background-color: transparent;
	border-color: #757575;
	border-width: 0px 0px 1px 0px;
	border-style: dotted;
}

h2{
	margin-bottom:0px;
	margin-right:0px;
	font-size:24px;
	color:#FFFFFF;
}

#wrapper {
	width:980px;
	height: auto;
	margin:0 auto;  
	position: relative;
} 

#logo {
	margin: auto;
	padding: 0px;
	border: 0px;
	position:fixed;
	top: 2px;
	left: -11px;
}

#contact {
	padding: 0px;
	border: 0px;
	position: absolute;
	top: 170px;
	right: 422px;
	font-size: 15px;
	color: #757575;
	left: 441px;
	width: 333px;
}

#project{
	position: absolute;
	top: 0px;
	left: 0px;
} 

#project2{
	position: absolute;
	top: 430px;
	left: 0px;
} 

#project3{
	position: absolute;
	top: 860px;
	left: 0px;
} 

#project4{
	position: absolute;
	top: 1290px;
	left: 0px;
} 

#project5{
	position: absolute;
	top: 1720px;
	left: 0px;
} 

#project6{
	position: absolute;
	top: 2150px;
	left: 0px;
} 

#project7{
	position: absolute;
	top: 2580px;
	left: 0px;
} 

#project8{
	position: absolute;
	top: 3010px;
	left: 0px;
} 
#project9{
	position: absolute;
	top: 3440px;
	left: 0px;
} 
#project10{
	position: absolute;
	top: 3870px;
	left: 0px;
} 

#project11{
	position: absolute;
	top: 4300px;
	left: 0px;
} 

#project12{
	position: absolute;
	top: 4730px;
	left: 0px;
} 

#project13{
	position: absolute;
	top: 5160px;
	left: 0px;
} 


.projectPanel {
	padding: 0px;
	border: 0px;
	background-color:#090909;
	position: absolute;
	top: 250px;
	left: 50px;
	height: 400px;
}

.projectImages {  
	padding: 0px;
	border: 0px;
	position: absolute; top: 260px; left: 60px;   
} 
 
.projectImages img {  
    padding: 0px;  
    border:  0px;   
    width:  500px; 
    height: 380px; 
    top:  0; 
    left: 0 
} 

.projectText {
	width: 300px;
	position: absolute; top: 280px; left: 598px;   
	font-size: 13px;
	line-height: 18px;
	color: #757575;
}

.projectTitle{ 
	font-size: 15px;
	font-style: italic;
	line-height: 20px;
	color: #FFF;
}

.projectSubhead{
	font-style: italic;
	line-height: 15px;
	color: #FFF;
}

#prev1, #prev2, #prev3, #prev4, #prev5, #prev6, #prev7, #prev8, #prev9, #prev10, #prev11, #prev12, #prev13{
  	padding: 0px;
	border: 0px;
	position: absolute; top: 250px; left: 0px;   
	cursor: pointer;	
    display: block;
    width: 49px;
    height: 400px;
    background: url("../files/navPrevUp.png");
}

#prev1:hover, #prev2:hover, #prev3:hover, #prev4:hover, #prev5:hover, #prev6:hover, #prev7:hover, #prev8:hover, #prev9:hover, #prev10:hover, #prev11:hover, #prev12:hover, #prev13:hover {
	background: url("../files/navPrevOver.png");
}

#next1, #next2, #next3, #next4, #next5, #next6, #next7, #next8, #next9, #next10, #next11, #next12, #next13 {
  	padding: 0px;
	border: 0px;
	position: absolute; top: 250px; left: 931px;   
	cursor: pointer;
    display: block;
    width: 49px;
    height: 400px;
    background: url("../files/navNextUp.png");

  }

#next1:hover, #next2:hover, #next3:hover, #next4:hover, #next5:hover, #next6:hover, #next7:hover, #next8:hover, #next9:hover, #next10:hover, #next11:hover, #next12:hover, #next13:hover {
	background: url("../files/navNextOver.png");
}

#footer {
  	padding: 0px;
	border: 0px;
	position: absolute; top: 5830px; left: 0px;   
	cursor: pointer;
    display: block;
    width: 980px;
    height: 49px;
    background: url("../files/navTopUp.png");

  }

#footer:hover {
	background: url("../files/navTopOver.png");
}

#splash_ container{
	margin: auto 0;
	text-align:center;
	color:#666;
	border:5px solid #0C0;
	}
