@charset "UTF-8";
/* Created by Elkgirl || update: 12/26/09 */

body{
	background-color:#000;
	color:#000;
}
.container{
	background-image:url(../images/bkgd.jpg);
}
#banner{
	height:100px;
}
#banner img{
	position:relative;
	top:52px;
}
p.snippet{
	color:#069;
	text-align:right;
	margin-right:4px;
	position:relative;
	top:86px;
}
#nav{
	background-color:#CCC;
	border-width:1px 0px 4px 0px;
	border-style:solid;
	border-color:#000;
	height:30px;
}
#nav ul{
	font-size:1.2em;
	list-style-type:none;
	text-align:right;
	margin-right:4px;
	margin-top:4px;
	color:#069;
}
#nav li{
	display:inline;
	padding:0px 10px;
	border-left:1px solid #000;
}
#specs{
	background-color:#fff;
	border-width:1px 1px 4px 1px;
	border-style:solid;
	border-color:#000;
	margin:10px;
	padding:20px 40px;
	font-size:1.2em;
}
#specs p.pRight{
	color:#069;
	text-align:right;
	padding-top:10px;
}
#specs ul{
	list-style-type:none;
}
#specs .title{
	color:#069;
	font-size:1.2em;
}
#specs .pics{
	height:400px;
	width:460px;
	margin-left:80px;
}
#specs .pB{
	margin-left:80px;
}
#contact{
	background-color:#fff;
	border-width:1px 1px 4px 1px;
	border-style:solid;
	border-color:#000;
	margin:10px 10px 10px 0px;
}
#contact ul{
	list-style-type:none;
	color:#069;
	margin:8px;
	padding:0px;
}
#footer{
	background-color:#ccc;
	border-color:#000;
	border-style:solid;
	border-width:1px 0px;
	height:20px;
	font-size:0.8em;
	text-align:center;
}
p.fText{
	position:relative;
	top:2px;
}

a{text-decoration:none;}
a:link, a:visited{color:#000;}
a:hover{color:#fff;}
a:active{color:#000;}

#specs a:link{color:#069;}
#specs a:visited{color:#069;}
#specs a:hover{color:#000;}
#specs a:active{color:#069;}

#contact a:link{color:#069;}
#contact a:visited{color:#069;}
#contact a:hover{color:#000;}
#contact a:active{color:#069;}

#footer a:link{color:#069;}
#footer a:visited{color:#069;}
#footer a:hover{color:#fff;}
#footer a:active{color:#069;}


