/*
Design by Maa Designs
http://www.maadesigns.co.uk
Heavily modified by AME
*/

/* Force the scrollbar in Firefox so pages don't jump around */
html {height: 100%;}
body {min-height: 101%;} 


.green
{
	color: #ccff99;
}

.white
{
	color: #ffffff;
}

body {
	margin: 20px;
	padding: 0;
	background: #191919;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	text-transform: none;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a  {
	color: #990000;
	text-decoration: none; 
}

a:visited  {
	color: #990000;
	text-decoration: none; 
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

/* Header */

#logo {
	width: 780px;
	height: 105px;
	margin: 0 auto;
	padding: 5px 0 5px 0;
	background: #000000;
	border: 5px solid #EEEEEE;
	border-bottom: none;
}

#logo h1 {
	text-align: center;
	font-size: 3em;
}

#logo h2 {
	text-align: center;
	font-size: 2.4em;
	color: #990000;
}

#logo h3 {
	text-align: center;
	font-size: 1.2em;
	color: #ffffff;
}

#logo img {
	
}

#logo a {
	text-decoration: none;
	color: #9E6813;
}

/* Menu */

#menu{
	width: 780px;
	height: 36px;
	padding: 0;
	background: #000000;
        border: 5px solid #EEEEEE;
        border-top: 2px solid #EEEEEE;
	border-bottom: 2px solid #EEEEEE;
	text-transform: uppercase;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}


#menu h2 {
	display: none;
}




#menu ul {
	padding: 10px 0px 0px 0px;
	margin: 0;
	list-style-type:none;
	text-align:center;
}


#menu ul li {
	display: inline;
	padding:20px;
        
}


#menu a ul li {
	display: block;
	width: 98px;
	height: 26px;
	padding-top: 10px;
	text-decoration: uppercase;
}


#menu .active a
{
}

#menu a:hover {
	color: #990000;
	text-decoration: underline;
}


/* Splash */

#image {
	width: 780px;
	margin: 0 auto;
	background: #ffffff;
	border-left: 5px solid #EEEEEE;
  	border-right: 5px solid #EEEEEE;
}

/* Content */

#body {
	width: 780px;
	margin: 0 auto;
	background: #FFFFFF;
  	border: 2px solid #EEEEEE;
	border-left: 5px solid #EEEEEE;
	border-right: 5px solid #EEEEEE;
}

#body .title {
	color: #ffffff;
	padding: 10px 20px;
	/*background: #FFEE8E url(images/smallbg.gif) repeat-x left bottom;*/
	background: #50514c;
	font-size: 1.2em;
	text-transform: uppercase;
}

#body .story {
	padding: 20px;
	border: 2px solid #990000;
}

/* bot*/

#bot {
	width: 760px;
	margin: 0 auto;
	padding: 10px 10px;
	background: #4E4E4E;
	border: 5px solid #EEEEEE;
	border-top: none;
}

#bot p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: x-small;
	color: #CCCCCC;
}

#bot a {
	color: #CCCCCC;
}

.form_error
	{
	color: #990000;
}


.input_btn{
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:85%;
   font-weight:bold;
   border:1px solid;
   border-top-color:#696;
   border-left-color:#696;
   border-right-color:#363;
   border-bottom-color:#363;
}

.contact_message
{
	border-top:1px solid #CCCCCC;
	padding-top:10px;
}

.contact_thanks_message
{
	padding-bottom:10px;
}

.story li
{
	padding:5px;
}

.question
{
	font-weight:bold;
}

.feature
{
	font-size: 120%;
	font-weight:bold;
}

.feature_desc
{
}

.gal_image
{
	text-align: center;
	padding:50px 25px 50px 25px;

}

.gal_image img
{
	width:140px;
	height:140px;
	padding:10px 10px 10px 10px;
	border:2px solid white;	
}

.gal_image img:hover
{
	border:2px solid #cccccc;
}

#key_map table 
{
   width:100%;
   border:none;
   border-style:none;
}


#key_map tr { 
   border-style:none; 
   padding:0px;
}

#key_map td
{
   width:170px;
   border:none;
   border-style:none;
   padding:0px;
   border-bottom: 1px solid #CCCCCC;
}

#key_map_head td
{
   width:170px;
   border:none;
   border-style:none;
   padding-bottom:10px;
   border-bottom: 1px solid #000000;
}

#timestamp
{
   font-size:90%;
   text-decoration:italic;
   color:#888888;
}

#assembly_steps 
{
   font-size:120%;
}

#assembly_steps p
{
   padding-bottom:30px;
   border-bottom:1px solid #AAAAAA;
}


#assembly_steps img
{
   padding:50px;
}
