/*
                           
,--------------------------. 
\  Site by Pendergraphics   \
\\  www.pendergraphics.com   \
 \\    James-Ryan Merket      \
  \\___________________________|  
   V__________________________/   
   
*/
   
body, html {
  	padding: 0;
	margin: 0;
	background-color: #000;
}

#wrap {
	width: 800px;
	height: 600px;
	margin: 20px auto;
	position: relative;
}

#loader {
	position: absolute;
	top: 290px;
	left: 325px;
	width: 126px;
	height: 22px;
}

#slide1, #slide2, #slide3, #slide4, #contact, #contactform, #coming {
	display: none;

}


#slide1, #slide2, #slide3 {
	width: 800px;
	height: 600px;
	position: absolute;
	top: 0;
	left: 0;
}

/**** Slide 1 ***/

#slide1 {
	background: #000 url(../../images/splash/1.gif) no-repeat top left;
}

/**** Slide 2 ***/

#slide2 {
	background: #000 url(../../images/splash/2.gif) no-repeat top left;
}

/**** Slide 3 ***/

#slide3 {
	background: #000 url(../../images/splash/3.jpg) no-repeat top left;
}

/*** Slide 4 Logo ***/

#slide4 {
	width: 221px;
	height: 126px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: #000 url(../../images/splash/4.gif) no-repeat top left;
}

/*** Contact button ***/

#contact {
	width: 221px;
	height: 50px;
	position: absolute;
	bottom: -20px;
	right: 20px;
}

#contact a.click {
	color: #848485;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
	display: block;
	padding: 5px 10px;
	text-align: center;
	cursor: hand;
	text-decoration: none;
}

#contact a.click:hover {
	border: 1px dotted #A9CCEB;
}

#coming {
	width: 221px;
	height: 50px;
	position: absolute;
	bottom: 20px;
	left: 200px;
	color: #848485;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	text-transform: lowercase;
	text-align: center;
	cursor: hand;
	text-decoration: none;
}



/*** Contact Form ***/

#contactform {
	position: absolute;
	top: 100px;
	right: 0;
	border: 1px solid #999;
	width: 350px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #000;
}

label {
	color: #fff;
}

label, input, textarea {
	display: block;
}

input, textarea {
	border: 1px solid #999;
	padding: 3px;
	margin: 5px 0;
}

input {
	width: 300px;
	height: 20px;
	background-color: #E9E9E9;
}

textarea {
	width: 300px;
	height: auto;
}

input.required, textarea.required {
	background-color: #A9CCEB;
}

#contactform input.submit {
	width: 100px;
	height: 25px;
	margin-left: 240px;
	cursor: hand;
}


		



