/*
-----------------------------------------------
[NW Custom Covers] Screen Stylesheet
Stylesheet:  global.css
Author:   
Version:  1
Date:     00/00/00
Revision: 
----------------------------------------------- */

/*@import url("reset.css");*/

body {
	background: #770032 url(../imgs/bg_body.jpg) repeat-x top;
	color: #131f74;
	text-align: center;
	font-size: 12px;
  	line-height: 18px;
	font-family:"Lucida Grande", Helvetica, Arial, Verdana, sans-serif;	
}

/*hr {
	clear: both;
	visibility: hidden;
}*/

/*LINKS*/
a:link,
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
 
/*CLASSES*/

.right { float: right; }

.left { float: left; }

.hidden { display: none; }

.clear { clear: both; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*HOME PAGE*/
#home_page #masthead {
	background: url(../imgs/bg_masthead_home.jpg) no-repeat;
}
#home_page #content {
	background: url(../imgs/bg_content_home.jpg) no-repeat;
	width: 780px;
	height: 295px; 	
}
#home_page #flashcontent {
	display: inline;
	float: left;
	width: 430px;
	height: 68px;
	margin: 9px 0 0 23px;
}
#home_page #footer {
	background: url(../imgs/bg_footer_home.jpg) no-repeat;
	height: 165px;	
	padding: 0;	
}
#home_page #nav li {
	float: left;
	background: url(../imgs/bg_nav_home.jpg) no-repeat;
	width: 90px;
	height: 20px;
	margin: 0;
	padding: 0;
	border-right: #709580 1px solid;
	list-style-type: none;
	text-transform: uppercase;
}

#home_page #nav li a:link, 
#home_page #nav li a:visited, 
#home_page #nav li a:active {
	display: block;
	width: 90px;
	height: 20px;
	padding: 0;
	color: #fff;
	font-size: 11px;
	text-align: center;
	
}
#home_page #nav li ul {
	position: absolute;
	background: url(../imgs/bg_dropdown_home.jpg) no-repeat bottom;
	margin: 0;	
	display: block;
	width: 90px;
	
	padding: 0;
	color: #fff;
	font-size: 11px;
	text-align: center;
	/*left: -9999px;*/
}
#home_page #nav li ul li{
	background: none;
	border: none;
	text-transform: none;
}
#home_page #nav li:hover ul, 
#home_page #nav li.sfhover ul {
	left: auto;
} 
#home_page h1 a{
	background: url(../imgs/logo_home.jpg) no-repeat;
	top: 33px;
	left: 117px;
}

/*LAYOUT*/

#container {
  position: relative;
  width: 780px;
  padding: 0;
  margin: 10px auto 0;  
  text-align: left; 
}

#masthead {
	position: relative;
	background: url(../imgs/bg_masthead.jpg) no-repeat;
	width: 780px;
	height: 195px;
}
#content {
	float: left;
	background: url(../imgs/bg_content.jpg) repeat-y;
}
/*#content a {
	text-decoration: none;	
	font-family:Arial, Verdana, Tahoma;
}
#content a:hover {
	text-decoration: underline;
	
}
*/
#content h1 {		
	font-size: 13px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: bold;
}
#content h2 {	
	font-size: 13px;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 18px;
	margin-bottom: 5px;
	padding-top:10px;
	padding-bottom:10px;
}
#content h3 {
	background-color:#97CA30 ;
	height:20px;
	width:420px;
	font-size:11px;
	font-weight: bold;
	color:#2C4353;	
}

#top {
	background: url(../imgs/bg_content_top.jpg) no-repeat top;
	width: 780px;
	padding: 18px 0 0;
}	
#bottom {	
	background: url(../imgs/bg_content_bottom.jpg) no-repeat bottom;
	width: 620px;
	padding: 0 80px 6px;
}
#column_1 {
}		
#footer {
	background: url(../imgs/bg_footer.jpg) no-repeat;
	width: 780px;
	height: 88px;
	padding: 77px 0 0; 		
	color: #797979;
	font-size: 10px;
}
#footer a{
	color: #797979;	
	}
#footer ul {
	display: inline-block ;
	margin: 0 0 0 18px;
	padding: 18px 0 0;
	clear: both;
}
#footer ul li{	
display: inline;
list-style-type: none;
}
#credit {
padding: 0 0 0 150px;
}
/* @group Nav */
/*NAVIGATION*/
#cart {
	display: inline;
	float: right;
	margin: 35px 35px 0 0;
	padding: 0;
	color: #770032;
	font-size: 12px;
}
#cart strong {
	font-weight: bolder;
}
#cart li{
display: inline;
list-style-type: none;	
}
#cart a{
	color: #770032;
}

#nav {
	position: absolute;
bottom: 0px;
	left: 23px;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

* html #nav {
	bottom: -1px;
	}
#nav li {
	float: left;
	background: url(../imgs/bg_nav.jpg) no-repeat;
	width: 146px;
	height: 20px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
	
}

#nav li a:link, 
#nav li a:visited, 
#nav li a:active {
	display: block;
	width: 131px;
	height: 20px;
	padding: 0 0 0 15px;
	color: #fff;
	font-size: 11px;
	text-align: left;
	
}

#nav li a:hover {
	color: #fff;
	text-decoration: none;
}

#nav li ul {
	position: absolute;
	background: url(../imgs/bg_dropdown.jpg) no-repeat bottom;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	width: 146px;
	left: -9999px;
	
}
#nav li ul li{
	background: none;
	border: none;
	text-transform: none;
}
#nav li:hover ul, 
#nav li.sfhover ul {
	left: auto;
}   
/* @end */

/* @group Type */	
/*TYPOGRAHY*/

h1 a{
	background: url(../imgs/logo.jpg) no-repeat;
	position: absolute;
	top: 34px;
	left: 259px;
	width: 255px;
	height: 125px;
	text-indent: -9999px;
	overflow: hidden;
 
}
h2, h3, h4, h5, h6 {
	margin: 0 0 18px;
}
h2 {
	color: #770032; 
	font-size: 20px; 
	text-transform: uppercase;
	 }
h3 { 
	color: #770032; 
	font-size: 16px; 
	text-transform: uppercase;
}
h4 { font-size: 14px; font-weight:bold; }
h5 { font-size: 12px; font-weight:bold; }
h6 { font-size: 10px; font-weight:bold; }
p           { margin: 0 0 18px 0; text-align:justify; }	
ul, ol      { margin: 18px 0 18px 18px; list-style-type:disc; }
li          { line-height:18px; }
ol          { list-style-type: decimal; }
dl          { margin: 18px 0; }
dl dt       { font-weight: bold; }
blockquote  { margin: 18px 0 18px 23px; font-size: 0.9em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em          { font-style: italic; }
pre         { margin-bottom: 18px; line-height:18px; background: #eee; padding:8px; border:1px solid #ddd; }
code        { font:0.9em Monaco, monospace; }

/* @end */

/*FORMS*/

input {

}

select { 

}

textarea {

}

/*IMAGES*/

img.left {
	margin: .5em 2em 1em 0;
}

img.right {
	margin: .5em 0 1em 2em;
}
.imgright{ float:right;
	margin: .5em 0 1em 2em;
	text-align:center;
	color:#770032;
	font-size:11px;
}
.imgright img{margin-bottom:5px;}

/*HEADERS*/

h2#bio_hd {
	background: url(../imgs/bio_hd.gif) no-repeat;
	width: 272px;
	height: 17px;
	margin: 0 0 18px;
	text-indent: -9999px;
	overflow: hidden;	
}

/*FLASH*/

#various_uses_page #flashcontent {
	margin: 0 0 0 10px;
}

#putting_on {
	float: right;
	margin: 0 0 5px 10px;
}
#taking_off {
	float: left;
		margin: 5px 10px 5px 0;
}

#titleimg{ margin-bottom:18px;}
#bottom2 {	
	background:transparent url(../imgs/bg_content_bottom.jpg) no-repeat scroll center bottom;
	width: 700px;
	padding-left:40px;
	padding-right:40px;
}

#search{ width:170px;  float:left; padding-left:15px }
#detail{ width:507px; padding-left:10px; padding-right:10px; float:right; border-left:1px solid #5c9253;}
.toplink{width:100%; font-size:12px; border-bottom:1px solid #5C9253; padding-bottom:5px; font-weight:bold;}
.leftlink{ font-size:12px; padding-bottom:5px;}
.toplink a  {
	text-decoration:none;
	color:#81003D;
}
.toplink a:hover {
	text-decoration:none;
	color:#a13d6c;
}
#search a  {
	text-decoration:none;
	color:#81003d;
}
#search a:hover {
	text-decoration:none;
	color:#a13d6c;
}
.leftlink a  {
	text-decoration:underline;
	color:#81003d;
}
.leftlink a:hover {
	text-decoration:none;
	color:#a13d6c;
}
#search h1 {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#252f62;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
}
.top {	
	vertical-align:top;
}
#bottom2 p {
	margin-top:0px;
	margin-bottom:7px;
}
#dropSpecies1 {
	margin-left: 169px;
	top: 195px;
}
#dropSpecies2 {
	margin-left: 461px;
	top: 195px;
}
.drop_nav {
	width: 136px;
	padding-left: 10px;
	padding-top: 2px;
	background:#375fa4;
	text-align:left;
	visibility: hidden;
	position:absolute;
	clear: both;
	font-size: 11px;	
	line-height: 15px;
}
.drop_nav p {
	margin-top: 8px;
	margin-bottom: 8px;
}
.drop_nav a:visited, .drop_nav a:active, .drop_nav a:link {
	color: #fff;
	text-decoration: none;
}
.drop_nav a:hover{
	color: #fff;
	text-decoration: none;
}
	.list {
	float:left;
	margin: 0 18px 18px 0;
	padding: 0 0 0 65px;
}
#contact-info {
	font-size: 13px;
}

#contact_page .imgright {
		margin: 35px 0 1em 2em;
}

#sizes table{
	margin: 0 0 18px;
}
#sizes td {
	min-width: 100px;
}