/* CSS Document */

body {
	margin:0;
	padding:0;
	background:url(images/bg.jpg) repeat-x top center #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	color:#000;
	font-size:1.9em;
	font-weight:bold;
	border-bottom:1px solid #284872;
	padding-bottom:2px;
	margin-bottom:4px;
	margin-top:0;
}

h3 {
	color:#993300;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:4px;
}

h2 {
	display:inline;
	margin:0;
	padding:0;
	font-size:1em;
	font-weight:normal;
}


ul.leftlist {
	line-height:1.5em;
}

.floatright {
	float:right;
	margin:0 0 15px 15px;
}

.floatleft {
	float:left;
	margin:0 15px 15px 0;
}

.pic {
	border:2px solid #663300;
}

a:link, a:active, a:visited {
	color:#000;
	text-decoration:underline;
}

a:hover {
	color:#000;
	text-decoration:none;
}


#wrapper {
	position:relative;
	margin:0 auto;
	padding:0;
	width:816px;
	height:auto;
	text-align:center;
}

#header {
	width:800px;
	height:102px;
	margin:0;
	padding:0;
	background:url(images/logo.gif) no-repeat top left;
	margin-bottom:10px;
}

#navigation {
	width:800px;
	height:34px;
	margin:0 auto;
	padding:0;
	margin-bottom:10px;
	text-align:left;
}

#bodytop {
	width:816px;
	height:21px;
	margin:0;
	padding:0;
	background:url(images/bodytop.png) no-repeat top left;
}

#body {
	width:816px;
	height:auto;
	margin:0;
	padding:0;
	background:url(images/bodybg.png) repeat-y top left;
	padding-left:8px;
}

.leftside {
	width:211px;
	height:auto;
	background:url(images/sidebg.jpg) no-repeat bottom right #d5a735;
	text-align:left;
	padding:0;
	border-right:1px solid #000;
}

.padding {
	padding:0 15px 0 15px;
}
 
.content {
	width:552px;
	height:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
	color:#000;
	font-size:.75em;	
	line-height:1.3em;
	padding:20px 20px 10px 15px;
	background:url(images/contentbg.jpg) no-repeat bottom right;
}

ul.contentlist {
	list-style:url(images/bullet.jpg);
	line-height:22px;
	font-size:14px;
}

#footer {
	width:816px;
	height:auto;
	font-family:Verdana, sans-serif;
	color:#FFF;
	font-size:10px;
	text-align:center;
	background:url(images/footer.png) no-repeat top left;
	padding-top:20px;
	line-height:16px;
	margin-bottom:20px;
}

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

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

.input {
	border:1px solid #000;
}

fieldset {
	border:1px solid #000;
	padding:20px 20px 20px 20px;
}

legend {
	background-color:#FFF;
	font-weight:bold;
	font-size:1.1em;
	color:#333333;
}

.noshow {
	display:none;
}

.smaller {
	font-size:10px;
	font-style:italic;
}

.redtext {
	font-weight:bold;
	color:#FF0000;
}

.bluetext {
	font-weight:bold;
	color:#0000FF;
}

.ship {
	display:block;
	height:25px;
	width:200px;
	padding:10px 5px 0 5px;
	border:3px double #666;
	background-color:#d5a735;
	color:#993300;
	font-weight:bold;
	font-size:18px;
	font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
	text-align:center;
}
