/* CSS Document */

body {
	background-color: black;
	background-image:url(images/bkg-interior.gif);
	background-position:top;
	background-repeat:repeat-x;
	
	font-family:Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	overflow: auto;
	margin:0px;
	}

td, p {
	font-family:Lucida Grande, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	line-height: 18px;
	}

th {
	background-color: #DD0000;
	color: #FFF;
	font-size:12px;
	}

a {
	color: #DD0000;
	}

h3 {
	color: #DD0000;
	font-size: 18px;
	}

.splash {
	background-color: #000;
	background-image: url(images/splash-bkg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 425px;
	}

.masthead {
	width: 750px;
	height:143px;
	background-image:url(images/bkg-top.jpg);
	background-repeat:no-repeat;
	}

.masthead h1 {
	margin: 0;
	padding: 0;
	}

.masthead-black {
	width: 750px;
	height:143px;
	background-image:url(images/bkg-top-black.jpg);
	background-repeat:no-repeat;
	}

#logo {
	/*margin-bottom: 10px;*/
	}

#logo a {
	display: block;
	width: 750px;
	height: 66px;
	text-decoration: none;
	text-transform:uppercase;
	text-indent: -9999px;
	overflow: hidden;
}

.content {
	background-image: url(images/bkg-bottom.jpg);
	background-position:top;
	background-repeat:no-repeat;
	min-height: 300px;
	}

.content-black {
	min-height: 300px;
	}

.subtitle {
	color: #DD0000;
	font-weight: bold;
	}

.question {
	color: #FF9933;
	}

.prices {
	color: #FF9933;
	display:inline; 
	float:right;
	font-size:14px;
	}

.footer {
	font-size:9px;
	color:#666666;
	padding-top: 15px;
	padding-bottom: 10px;
	}

.checkbox {
	border: 1px solid white;
	width: 10px;
	height: 10px;
	padding: 0;
	}

.checkbox_inner {
	border: 1px solid black;
	width: 10px;
	height: 10px;
	padding: 0;
	}

.bottom-menu {
	text-align: center;
	text-transform:lowercase;
	padding: 10px;
	color: #666;
	}

.bottom-menu a {
	color: #666;
	}

table.gallery td {	
	padding-bottom: 15px;
	}
