@charset "utf-8";
/* Christopher Jay */
/* Tragallon.com CSS */

*{
			margin:0;
			padding:0;
		}
		a{
			color:#8FC2FF;
			text-decoration: none;
			outline: none;
		}
		a:hover{
			text-decoration: underline;
		}
		img{
			border:none;
		}
		body {
			overflow:hidden;
			background:#000;
			
		}
		
		#loading {
			position: absolute;
			top: 49.5%; 
			left: 49.5%;
			z-index: 3;
			width: 24px; 
			height: 24px;
			text-indent: -999em;
			background-image: url(images/progress.gif);
		}
		#supersize{
			position:fixed;
		}
		#supersize img, #supersize a{
			height:100%;
			width:100%;
			position:absolute;
			z-index: 0;
		}
		#supersize .prevslide, #supersize .prevslide img{
			z-index: 1;
		}
		#supersize .activeslide, #supersize .activeslide img{
			z-index: 2;
		}
		
		
/* Javascript Blanket and pop up starts here */
		
		#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:-500%;
left:0px;
width:100%;
height:1200px;
}
#popUpDiv {
position:absolute;
background-color:#fff;
width:600px;
height:400px;
z-index: 9002;
}

#popUpDiv2 {
position:absolute;
background-color:#fff;
width:650px;
height:450px;
z-index: 9002;
}

#popUpDiv3 {
position:absolute;
background-color:#fff;
width:650px;
height:500px;
z-index: 9002;
}

/* contact div */

div.box{
	color:#7f7f7f;
}

div#left{
	width:238px;
	height:183px;
	float:left;
	padding-left:75px;
	font-family:Arial, Helvetica, sans-serif;
	

}
div#right{
	width:219px;
	height:180px;
	float:left;
	padding-left:20px;
	margin-top:3px;
	border-left:1px dotted #ccc;
}
div#right input{
	width:214px;
	height:20px;
	float:left;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding:2px 0 0 4px;
	margin-bottom:5px;
}
div#right textarea{
	width:214px;
	height:92px;
	float:left;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding:2px 0 0 4px;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
div#right input#submit{
	width:60px;
	height:24px;
	float:right;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	padding:0px 0 2px 0px;
	cursor:pointer;
	color:#666;
}
div#right input#submit:hover{
	color:#333;
	border:1px solid #999;
}



