/* CSS Document */

/* Basic stuff */

html, body {
	background-color: #ffffff;
	color: #000000;
	font-size: 100%;
	line-height: 100%;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

body {
	min-width: 800px;
}

html, body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dd, dt, img,
blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form,
input, textarea, fieldset, pre {
	margin: 0;
	padding: 0; 
	font-size: 100%;
	line-height: 100%;
} 

table {
	border-collapse: collapse;
}

ul ul, ul ol, ul dir, ul menu, ul dl,
ol ul, ol ol, ol dir, ol menu, ol dl,
dir ul, dir ol, dir dir, dir menu, dir dl,
menu ul, menu ol, menu dir, menu menu, menu dl,
dl ul, dl ol, dl dir, dl menu, dl dl {
	margin-top: 0;
	margin-bottom: 0;
}

ul, ol, dl {
	list-style-type: none;
}

ul, li {
	margin: 0;
	padding: 0;
}	

form {
	margin: 0;
	padding: 0;
}

fieldset {
	border: none;
	padding: 0;
	margin-bottom: 0px;
}

label {
	font-weight: normal;
	display: block;
	margin: 0px;
	padding: 0px;
}

input, select, textarea {	
	margin: 0px;
}

input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 80%;
}

input[type="submit"], input.submit {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	width: auto;
	font-size: 80%;
}

input[type="text"], textarea, select {
	border: 0px;
}

#skip a, #skip a:hover, #skip a:visited { 
	position:absolute; 
	left:0px; 
	top:-500px; 
	width:1px; 
	height:1px; 
	overflow:hidden;
} 
 
#skip a:focus { 
	position:static; 
	width:auto; 
	height:auto; 
} 

/* Layout */

#container {
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
}
	
#content {
	width: 600px;
	height: auto;
	margin-left: -300px;
	left: 50%;
	margin-top: 30px;
	overflow: visible;
	position: absolute;
	text-align: left;
}

#navfloater {
	width: 200px;
	height: auto;
	margin-left: 20px;
	margin-top: .5em;
	margin-bottom: 2em;
	float: right;
	
}

#navfloater img {
	margin-bottom: 10px;
	
}

.navfloateritem a {
	width: 188px;
	height: auto;
	display: block;
	border: 1px solid #999999;
	padding: 6px;
	background-color: #E6E6E6;
	font-size: 110%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	letter-spacing: .1em;
	text-decoration: none;
	
}

.navfloateritem a, .navfloateritem a:link, .navfloateritem a:visited {
	color: #CC0000;
	text-decoration: none;
	
}

span#selected a {
	width: 188px;
	height: auto;
	display: block;
	border: 1px solid #CC0000;
	padding: 6px;
	background-color: #CCCCCC;
	font-size: 110%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	letter-spacing: .1em;
	text-decoration: none;
}

.navfloateritem a:hover {
	width: 188px;
	height: auto;
	display: block;
	border: 1px solid #333333;
	background-color: #CC0000;
	color: #FFFFFF;
	text-decoration: none;
	
}

#footer {
	width: 100%;
	border-top: #999999 1px dotted;
	margin-top: 80px;
	padding-top: 10px;
	margin-bottom: 80px;
	
}

#footer p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin-bottom: 1em;
	
}

.copyright {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	
}
	
	
	
/* Default link styles */

a {
	text-decoration: none;
}

a:link {
	color: #CC0000;
	outline: none;
	text-decoration: underline;
}

a:active {
	color: #000000;
	text-decoration: underline;
}

a:visited {
	color: #CC0000;
	outline: none;
	text-decoration: underline;
}

a:hover, a:focus {
	text-decoration: underline;
	color: #999999;
}

a img, a img:visited {
	border: none;
	outline: none;
}




/* Text styles */


.body_copy p {
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
	font-size: 90%;
	line-height: 170%;
	text-align: justify;
	margin-bottom: 1em;
	color: #ffffff;
}

.quote, .quote p {
	color: #FFE0BA;
	font-weight: bold;
}


h1 {
	margin: 0;
	padding: 0; 
	font-size: 200%;
	line-height: 120%;
	color: #cc0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-variant: small-caps;
	text-align: center;
	margin-bottom: 1em;
	
} 

h2 {
	margin: 0;
	padding: 0; 
	font-size: 120%;
	line-height: 120%;
	color: #999999;
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
} 

h3 {
	margin: 0;
	padding: 0; 
	font-size: 120%;
	line-height: 120%;
	color: #9999FF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
} 

h6 {
	margin: 0;
	padding: 0; 
	font-size: 100%;
	line-height: 120%;
	color: #999999;
	font-weight: normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
} 

#heading {
	width: 600px;
	height: auto;
	clear: both;
}

.specs p {
margin-bottom: 1em;
line-height: 150%;
}

.homelinks p {
	font-size: 180%;
	}