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

body {
	background-color:#000;
}

#wrapper {
	background-color:#000;
	width:420px;
	height:auto;
	margin:0px auto;
	position:relative;
	text-align:left;
}

	
#aboutText {
	position:absolute;
	left:67px;
	top:236px;
	width:308px;
	height:373px;
	z-index:1;
	overflow: visible;
}



#specTable {
	position:relative;
	left:6px;
	top:25px;
	width:400px;
	height:119px;
	z-index:0;
}
caption {
	text-align: center;
	margin:0 0 .5em 0;
	font-size:18px;
	font-weight:bold;
	color:#FF0;
	
}

table {
	border-collapse: collapse;
}

th, td {
	/* border-right:2px solid #666;
	border-left:2px solid #666;	
	border-bottom:1px solid #FFF;	
	border-top:1px solid #FFF;*/ 
	padding:.5em;
	font-size: 12px;
	font-weight: bold;
}

tr {
	font-family:Verdana, Geneva, sans-serif;
	color:#FF0;
	font-size:10px;
	
}

H1 {
	color:#FF0;
	font-family:Verdana, Geneva, sans-serif;
	
}
H2 {
	color:#FF0;
	font-family:Verdana, Geneva, sans-serif;
	
}

p {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #FFF;
}


h6 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	font-weight:normal;
	color: #FF0;
}
#aboutPicture {
	position: absolute;
	height: 200px;
	width: 305px;
	left: 66px;
	top: 17px;
}
#googleMap {
	position: absolute;
	height: 400px;
	width: 400px;
	left: 16px;
	top: 190px;
}

#custNav  a{
	color:#fff;
	text-decoration:none;
	width:auto;
}

#custNav a:hover {
	text-decoration:underline;
	width:auto;
	color:#ff0;
}
/*----------------------Specs Popup Linnks ----------------------------------*/

a.link {
	color: #39F;
	text-decoration:underline;
  	
}
a.link:hover {
	color:#FF0;
	text-decoration:underline;
}
