* {
	margin: 0;
}

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	height: 100%;
	background-color: #000000;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #bbb;
	text-align: center;
}

h1 {
	font-size: 16px;
	font-weight: 900;
	color: #EC1A1C;
}

h2 {
	font-family: 'Franklin Gothic Medium', Arial, sans-serif;
	font-size: 21px;
	font-weight: normal;
	color: #EC1A1C;
}

p {
	text-align: left;
}

ul {
	list-style-image: url(images/bullet-gray.gif);
	line-height: 1.5;
}

li {
	padding-bottom: 8px;
}

hr {
	height: 1px;
	margin-top: 30px;
	background-color: #666;
	border: none;
}

strong {
	font-family: 'Arial Black', Arial, sans-serif;
	font-weight: 900;
}

fieldset {
	border: 1px solid #666666;
}

fieldset p {
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin: 25px;
	line-height: 1.5;
	text-align: left;
}

legend {
	margin-left: 22px;
	font-family: 'Franklin Gothic Medium', Arial, sans-serif;
	font-size: 21px;
	color: #EC1A1C;
}

sup, sub {
	font-size: 8px;
}


/* BLOCK STYLES */

#page {
	width: 950px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -130px;
	background-image: url(images/background.jpg);
   background-position: top left;
	background-repeat: repeat-y;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
}

#main {
	width: 870px;
	padding: 0px 40px 0px 40px;
	text-align: left;	
}

.order {
	font-size: 16px;
	font-style: italic;
	display: block;
	padding: 8px 0px 0px 13px;
	text-align: left;
}

.home-pic {
	float: left;
	padding: 40px 40px 0px 40px;
}

#home-brochure {
	width: 310px;
	margin: 0px 0px 0px 15px;
	text-align: center;
}

#home-text {
	padding: 10px 45px 20px 20px;
	text-align: left;
}

#home-text img {
	padding: 7px 0px 12px 0px;
}

.home-list { 
	margin-bottom: 15px;
	margin-left: 418px;
}

.center {
	text-align: center;
}

.spec-pic {
	position: relative;
	left: 540px;
	z-index: 20;
	margin-bottom: -247px;
}

#order-info {
	margin: -30px 0px 30px 50px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:left;
	color: #777;
}

#specs {
	width: 750px;
	margin: 0px 0px 30px 50px;
	font-size: 12px;
}

#specs table {
	width: 430px;
	margin: 20px 25px 30px 25px;
	font-size: 14px;
	text-align: left;
}

.specs-rt {
	text-align: right;
}

.red {
	color: #EC1A1C;
}

.gray {
	color: #bbb;
}

.leading {
	background-image: url(images/leader.gif);
	background-repeat: repeat-x;
	background-position: 100% bottom;
	line-height: 1.6;	
}

.white {
	background-color: #000;
}

#details {
	margin-bottom: 15px;
	text-align: center;
}

#accs {
	width: 750px;
	margin: 20px 0px 30px 50px;
	font-size: 14px;
	text-align: center;
}

#accs p {
	margin: 40px 0px 20px 0px;
}

#accs img {
	margin-bottom: 40px;
	border: 1px solid #666;
}

.thumbs {
	margin: 13px 0px 10px 0px; 
	text-align: center;
}

.thnl {
	border: 1px solid #666;
}

#contact {
	width: 715px;
	margin: 50px 0px 30px 67px;
	background-image: url(images/contact-bg.jpg);
   background-position: center center;
	background-repeat: no-repeat;
}

#contact table {
	width: 340px;
	margin: 30px 0px 30px 190px;
}

.con-l {
	font-size: 16px;
	color: #666666;
	text-align: right;
}

.con-r {
	padding-left: 20px;
	font-size: 16px;
	text-align: left;
}

#push {
	height: 130px;
}

#bottom-glue {
	width: 870px;
	height: 130px;
	margin: 0px auto;
	padding: 0px 40px 0px 40px;
	background-image: url(images/table-bottom.jpg);
   background-position: top left;
	background-repeat: no-repeat;
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	text-align: center;
}

#bot-nav {
	clear: both;
	width: 100%;
	border-bottom: 1px solid #666666;
	margin-top: 30px;
	padding-bottom: 20px;
	text-align: center;
}

img.divider {
	margin-bottom: -5px;
	padding: 10px 9px 0px 9px;
}

#footer {
	margin-top: 20px;
	margin-bottom: 18px;
	font-size: 11px;
	color: #cccccc;
}

#footer td {
	padding-bottom: 2px;
}



/* LINK STYLES */


a:link, a:visited, a:hover, a:active {
	color: #EC1A1C;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

#bot-nav a:link, #bot-nav a:visited, #bot-nav a:hover, #bot-nav a:active {	
	font-size: 12px;
	text-decoration: none;
	color: #bbb;
}

#bot-nav a:hover, #bot-nav a:active {
	color: #EC1A1C;	
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	font-size: 11px;
	color: #bbb;
	text-decoration: none;
}

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