/* CSS for Tomahawk */
body {
	text-align:center;
	min-width:800px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
  font-size:62.5%;
  line-height:1.4em;
	margin:0;
	background-color: black;
}
img {
border:none;
}

/* Positioning
-----------------------------------------------------------------*/
#wrapper {
	width: 940px;
	margin:0 auto;
	text-align:left;
	padding:0 10px 0 10px;
}
#content{
	float: left;
	margin-bottom: 20px;
}
#subContent{
	float: right;
	width: 190px;
	margin-bottom: 20px;
}
#footer{
	clear: both;
}
/* Header
-----------------------------------------------------------------*/
#logo{
	float: left;
	width: 100%;
	height:150px;
	position:relative;
}
#logo img{
	left:310px;
position:absolute;
top:53px;
}
#nav{
	clear: both;
	float:left;
	width:300px;
}
#nav ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav li{
	
}
#nav li.last{
	border: none;
}
#nav li a{
	text-decoration: none;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height:1.6em;
}
#nav li a:visited {color: white;}
#nav li a:hover{color: #CC0000;}
#nav li a:active {color: white;}


/* Content
-----------------------------------------------------------------*/
#content{
	width:620px;
	margin-left:20px;
	
}
#content h1{
	color: White;
	margin: 0 0 20px 0;
	font-size:1.6em;
	font-weight:bold;
}
#content h3{color:white;}
#content h6{
  color:white;
  font-size:1.1em;
	font-weight:bold;
	margin: 0px;
}
#content h3{
	font-size:1em;
	color:white;
}
#content h4{
	color: #cc0000;
	font-size:1.1em;
	font-weight:bold;
	margin: 0px;
}
#content p{
	color: #ccc;
	font-size:1.1em;
	line-height:1.6em;
	margin: 20px 80px 20px 0;
}
#content a{
	font-weight:bold;
	color: #CC0000;
	text-decoration:none;
}

#newsletter{
	margin: 20px;
	color: white;
	font-size: 80%;
}
#newsletter td{
	padding: 5px 10px 10px 0;
}
#newsletter input.textfield{
	border: 1px solid #ccc;
	background-color: #666;
}
/* subContent
-----------------------------------------------------------------*/
#subContent{
	background-image: url(images/top_curves.gif);
	background-position: top;
	background-repeat: no-repeat;
	margin:60px 0 0 0;
	background-color: #333;
	text-align: center;
	color: White;
}
#subContent a:link, #subContent a:visited, #subContent a:hover, #subContent a:active{
	color: white;
}
#bottomGrad {
	background-image: url(images/bottom_gradient.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	height: 32px;
}
#subContent img{
	border: 2px solid #662122;
}
#subContent h2{
	font-size: 90%;
	margin: 20px 0 20px 0;
}
#subContent p{
	font-size: 70%;
	margin: 10px 10px 10px 10px;
}
#subContent p.trailer{
	font-style: italic;
	font-size: 70%;
}
#subContent ul{
	list-style-type:circle;
	font-size:80%;
	text-align:left;
}
#subContent li{
	margin:5px 0 5px 0;
}
#btnRight {
	text-align: right;
	margin: 20px 15px 15px 0;
}
#footer{
	margin-top: 20px;
	padding-top: 5px;
	color: #444; 
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:active{
	color: #666;
	text-decoration: none;
}
/* Misc
-----------------------------------------------------------------*/
.book{
	width: 135px;
	margin:10px 0 0 25px;
}
.floatLeft{
	float: left;
}
.floatRight{
	float: right;
}
.clear{
	clear: both;
}
.error {
color: #ED1B23;
font-weight: bold;
}
/* Additions by AM DESIGN
-----------------------------------------------------------------*/
#subContent{
  display:none;
}
.currentGraphic{
  float:left;
  margin-right:20px;
}
#info{
  color:#fff;
  float: left;
  width: 220px;
}
#info h1{
  font-size:16px;
}
#info h2{
  font-size:12px;
  margin-top:20px;
}
#info p{
  font-size:10px;
  margin:8px 0 8px 0;
}
label {
  float:left;
  width:100px;
  font-weight:bold;
  color:#fff;
}
p.form{
  border-top:1px solid #444444;
  border-bottom:1px solid #444444;
  padding:4px 0 4px 0;
}
input.submit{
  font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color:#444;
	background-color:#fff;
}