/* HTML Elements */
	body {
		text-align: center;
		background-color:#ffffff;
	}

	a {
		cursor: default;
		text-decoration: none;
	}
	a:link {					/* unvisited link */
		cursor: default;
		text-decoration: none;
	}     
	a:visited {					/* visited link */
		cursor: default;
		text-decoration: none;
	}  
	a:hover {					/* mouse over link */
		cursor: default;
		text-decoration: none;
	}   
	a:active {					/* selected link */
		cursor: default;
		text-decoration: none;
	}   

	img	{  
		border-style: none;
	}

/* Pixels */

	.pixel { 
		position: relative;
		float: left;
		width: 10px;
		height: 10px;
		font-size:1px;
		line-height:0;
		padding: 0px;
		margin: 0px;
		background-color:#999999;
		/* opacity:.80; 
		filter: alpha(opacity=80); 
		-moz-opacity: 0.80; */
	}

/* Containers	*/

	.container {
		position:relative;
		margin: 0px auto;
		padding:0px;
		text-align: center;
	}

	.bordered {
		border:none;
	}

	#tv {
		width: 600px;  				/* Width + (Padding x 2) = 600 */
		height: 290px;				/* Height + (Padding x 2) = 400 */
		margin-top:20px;			/* Width + (Padding x 2) = 600 */
	}

	#field { 
		width:300px; 
		height:200px; 
		margin-top:75px;
		border:none;
	}

	#titlebar {
		width:600px;
		height:160px;
		text-align:right;
		margin-top:10px;
		padding:0px;
	}
	#seabox {
		position:relative; 
		float:left; 
		width: 564px;
		height:200px;
		top:10px;
		margin:0px 18px 20px;
	/*	background-image: url(../images/g100c2.gif); */
		background-color:#ffffff;
		border:solid 1px #666666;
	}

/* Control */

	.control {
		position:relative;
		float:right;
		width:12px; 
		height:12px; 
		margin:6px 0px;
		background:transparent;
/*		border-left:solid #ffffff 1px;	*/
	}
	
	#zoomin {
		margin: 6px 0px 6px 4px;
		background-image: url(../images/zoomin.png);
	}
	
	#zoomout {
		margin:6px 4px;
		background-image: url(../images/zoomout.png);
	}
	

	
	#zoomq {
		width:18px;
		margin:6px 4px;
		background-image: url(../images/zoomq.png);
		background-position:0px 0px;
	}
	
	#fliph {
		margin: 6px 4px 6px 0px;
		background-image: url(../images/fliph.png);
	}
	
	#flipv {
		margin:6px 4px;
		background-image: url(../images/flipv.png);
	}
	
	.ship {
		position:absolute;
		width:10px; 
		height:10px; 
		background-color:#666666;
	}

/* Text */

	.text { 
		font-size:10px; 
		line-height:1em;
		color: #333;
		font-family: Verdana, sans-serif;
		text-transform: uppercase;
		letter-spacing: 0.33em;
	}
	
	.title{
		text-align:left;
		font-size:1.2em;
	}

	.menu{
		font-size:.7em;
		margin:10px 3px;
	}

	#titlebox {
		width:120px; 
		height:40px;
		top:11px; 
	}

/* Slider Styles */

.slider {
	position: relative;
	float: left;
	background-color:#EC6839;
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	}

#sliderlabels li {
	position: relative; 
	float:left;
	margin: 0; 
	padding: 0; 
	list-style: none; 
}

li#left {
	float:left;
	left:5px;
}

li#right {
	float:right;
	left:-5px;
}
