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

body{
	margin:0px;
	padding:0px;
	background:url(../img/pgbackground.gif) repeat-y;
	font-family:Arial, Helvetica, sans-serif;
}

#holding { 
	width:950px;
	top:0px;
	left:0px;
	position:absolute;
	
}

img {
	border:0;

}

#nav{
	width: 265px;
	left:0;
		position:absolute;

}

#contentholder{
	width:685px;
	left:265px;
	height:auto;
	background:url(../img/contentbackground.gif) repeat-y;
	top:0;
	position:relative;
	padding:0px;
	margin:0px;
}

#content{
	padding:0px 4px;
	width: 600px;

}

#contentbottom{
	width:685px;
	height:30px;
	background:url(../img/content_bottom.gif) no-repeat top;
	left:265px;
	position:relative;
	padding:0px;
	margin:0px;
}



h1{
	font-size:14px;
	color: #008FD4;
	font-weight:normal;
	text-transform:uppercase;
	border-bottom:#B1C2D0 1px dotted;
	margin:0px 0px 5px 0px;
	padding:0px;
	letter-spacing: 2px;
}


h1 a{
	color: #008FD4;
	font-weight:normal;
	text-transform:uppercase;
	border-bottom:#B1C2D0 1px dotted;
	margin:0px 0px 5px 0px;
	padding:0px;
	text-decoration:none;
}



h2{
	font-size:11px;
	color: #008FD4;
	font-weight:normal;
	text-transform:uppercase;
	margin:10px 0px 10px 10px;
	padding:0px;
}

p{
	color:#454545;
	font-size:11px;
	line-height: 18px;
	padding-left:0px;
	padding-bottom:5px;

}

p a{
	color:#454545;
	font-size:11px;
	text-decoration:none;
	border-bottom:#008FD4 1px solid;

}
p a:hover{
	color:#008FD4;
	font-size:11px;
	text-decoration:none;
	border-bottom:#008FD4 2px solid;

}

h3{
	font-size:11px;
	color: #008FD4;
	font-weight:bold;
	padding-bottom:0px;
	margin-bottom:0px;

}
h4{
		color:#454545;
	text-transform:uppercase;
	margin:5px 0px 0px 0px;
	padding:0px;
		font-size:11px;
		letter-spacing:1px;



}

h5{
	background-color:#008FD4;
	font-size:9px;
	color:#FFFFFF;
	padding:2px;
	
	text-transform:uppercase;
	
}



#specs{
	background-color:#9bd1ed;
	width:600px;
	color:#505058;
	margin-top:25px;

}


#specs a{
	
	color:#505058;
	text-decoration:none;

}


#spectable {
	padding: 0;
	margin: 0;
}


#spectable th {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #505058;
		font-weight:bold;

	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
}

#spectable th.nobg {
	
	background: none;
}

#spectable td {

	padding: 6px 6px 6px 12px;
}


#spectable td.alt {
	background: #afdaf1;
		color: #505058;
		
}

#spectable th.specalt {
	
	background: #afdaf1;
	font: bold 10px Arial, Helvetica, sans-serif;
	font-weight:bold;

	color: #505058;

}
#spectable th.spec {
	
	font: bold 10px;
	
}


#spectable th.head {
	
	font: bold 11px;
	color:#fff;
	background-color:#52aad8;
		letter-spacing: 2px;

}

