/*
thatpirategame.com
css stylesheet
08.26.2005

prepared by
media firma :: rich goidel
www.mediafirma.com
*/

/* ---- main layout styles ---- */
body {
	margin:0px;
	padding:0px;
	font-family:arial;
	font-size:11pt;
}

hr {
	border:1px solid;
	color:#770000;
}

p {
	font-family:arial;
	font-size:11pt;
	line-height:1.2em;
}

td {
	font-family:arial;
	font-size:11pt;
}

li {
	font-family:arial;
	font-size:11pt;
	margin-bottom: 6px;
}

#body {
	position:absolute;
	top:180px;
	left:150px;
	width:474px;
}
		
.auxNav {
	position:absolute;
	top:0px;
	left:234px;
	width:324px;
	height:28px;
	background:url(../images/navigation/aux_nav.gif);
	color:#ffff99;
	text-align:center;
	font-family:times;
	font-size:13px;
	line-height:26px;
}

.auxNav a {
	color:#ffff99;
	text-decoration:none;
}

.auxNav a:hover {
	color:#ffff99;
	text-decoration:underline;
}


#footer {
	margin:35px 0px 20px 0px;
	padding:.5em;
	text-align:center;
	border-top:1px solid #000000;
	font-family:times;
	font-size:8pt;
}

#footer a {
	color:#000000;
	text-decoration:none;
}

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

#footer ul {
	margin:0px;
	padding:0px;
}

#footer li {
	display:inline;
	margin-right:25px;
	list-style-type:none;
	color:#000000;
	font-family:times;
	font-size:8pt;
}


/* ---- content layout styles ---- */
.imageH {
	float:right;
	margin:0px 0px 6px 26px;
	border:none;
}

.imageR {
	float:right;
	margin:0px 0px 6px 26px;
	border:1px solid #770000;
	overflow:visible;
 }


/* ---- text styles ---- */
.hdr {
	font-family:times;
	font-size:14pt;
	font-weight:bold;
}

.subhdr {
	font-weight:bold;
}

.medium {
	font-size:10pt;
}

.small {
	font-size:8pt;
}
 
.testimonial {
	color: #333333;
	font-style: italic;
}

.tstEditor {
	color: #666666;
}

.versionTxt {
	font-style:italic;
	color:#cc3300;
}

.versionCurrent {
	font-style:italic;
	color:green;
}

.history {
	font-size:9pt;
}

.errorTxt {
	color:red;
}


/* ---- form styles ---- */
.formBtn {
	font-size:8pt;
}

.submitForm {
	border:1px solid #770000;
	width:470px;
	margin:0px;
	padding:6px 6px 0px 6px;
	font-size:8pt;
}

.downloadForm {
	border:1px solid #770000;
	float:right;
	width:188px;
	margin:0 0 12px 40px;
	padding:6px;
	font-size:8pt;
	text-align:center
}

.downloadForm input, .downloadForm form {
	margin:0;
	padding:0;
}