/*---------------------------------------------------------------------------------------------------------------------------------
	  													   RESET
----------------------------------------------------------------------------------------------------------------------------------*/

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,   
li, dl, dt, dd, form, a, fieldset, input, textarea, th, td   
{   
margin: 0; padding: 0; border: 0; outline: none;   
} 

/*---------------------------------------------------------------------------------------------------------------------------------
	  													STRUCTURAL
----------------------------------------------------------------------------------------------------------------------------------*/

body {
	text-align: ;
	background: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cccccc;
	line-height: 18px; }
	
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	clear: both; }
	
#header-wrapper {
	height: 58px;
	background: url(../images/layout/header-bg.jpg) repeat-x;
	clear: both;
	margin: 0 0 10px 0;
} 

#header {
	width: 760px;
	margin: 0 auto 0 auto;
	background: url(../images/layout/header-logo.gif) no-repeat center;
	height: 58px;
}
	
#wrapper {
	width: 760px; }
	

#main-nav {
	width: 125px;
	float: left;
	display: inline;
	 }
	
#main-content {
	width: 635px;
	float: left;
	display: inline; 
}

#supp-content {
	margin: 10px 0 0 0;
	clear: both;
}	
	
#footer-wrapper {
	background: url(../images/layout/footer-bg.gif) repeat-x bottom;
	clear: both;
	border-top: solid 1px #666666;
	margin: 40px 0 0 0;
	height: 110px;
}

#footer {
	width: 760px;
	margin: 0 auto 0 auto;
 }
		
		
/*---------------------------------------------------------------------------------------------------------------------------------
	  													STANDARD SELECTORS
----------------------------------------------------------------------------------------------------------------------------------*/
a:link, a:visited {
	color: #ffffff; 
}
	 
a:hover, a:active {
	color: #ffffff;
}
	 
h1 {
	font-size: 22px;
	text-align: center;
	margin: 10px 0 10px 0; 
}
	
h2 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 10px 0; 
}

h3 { 
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin: 10px 0 10px 0; 
}

h4 {
	 }
	 
p {
	margin: 2px 0 0 0;
}

	
/*---------------------------------------------------------------------------------------------------------------------------------
	  													SPECIFIC SELECTORS
----------------------------------------------------------------------------------------------------------------------------------*/

.featured-box {
	border: 1px solid #242425;
	background: url(../images/layout/main-content-bg.jpg) no-repeat;
	width: 628px;
	height: 253px;
	margin: 10px 0 0 0;
}

.featured-info {
	margin: 0 0 0 190px;
	width: 245px;
}

.featured-info img {
	margin: 2px;
}

#privacy-page #main-content {
	margin-left: 20px;
	width: 615px;
}

#home-page a:link, #home-page a:visited {
	color: #ffffff; 
}
	 
#home-page a:hover, #home-page a:active {
	 color: #ffffff;
}

#home-page h2 {
	font-family: "BankGothic Md BT", Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#home-page h3 {
	font-family: "BankGothic Md BT", Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.product-area {
	clear: both;
	margin: 20px 0 20px 0;
	float: left;
	width: 635px;
}

.product-area img {
	float: left;
	margin: 0 20px 0 0;
	border: 5px solid #333333;
}

.product-table {
	margin: 20px 0 0 0;
	float: left;
	display: inline;
}

.product-area .shaded-bg {
	background: #333333;
	padding: 5px;
}

.product-area form {
	margin: 20px 0 0 20px;
}

.product-area select {
	background: #000000;
	color: #ffffff;
	border: 1px solid #333333;
	margin-bottom: 10px;
}

/*---------------------------------------------------------------------------------------------------------------------------------
	  														MAIN NAV
----------------------------------------------------------------------------------------------------------------------------------*/

#main-nav ul {
	list-style: none;
	width: 125px;
}

#main-nav li {
	list-style: none;
	width: 125px;
	height: 25px;
	margin: 2px 0 2px 0;
	float: left;
	clear: both;
}

#main-nav a {
		text-indent: -999em;
		width: 125px;
		height: 25px;
		float: left;
}

#main-nav a:hover {
	background-position: -125px 0;	
}

#main-nav a:active, #main-nav a.down {
	background-position: -250px 0;
	cursor: default; 
}

#main-nav #home-button a {
	background-image: url(../images/layout/home-button.gif);
}

#main-nav #story-button a {
	background-image: url(../images/layout/story-button.gif);
}

#main-nav #contact-button a {
	background-image: url(../images/layout/contact-button.gif);
}

#main-nav #products-button a {
	background-image: url(../images/layout/products-button.gif);
}

/*---------------------------------------------------------------------------------------------------------------------------------
	  													OTHER SELECTORS
----------------------------------------------------------------------------------------------------------------------------------*/
	
.first {
	margin-top: 10px; }

.clear {
	clear: both; }
	
.float-r {
	float: right;
	margin-left: 20px; }
	
.float-l {
	float: left; }
	
.closing {
	margin: 20px 0 2px 20px;
}

.indented {
	margin-left: 20px;
}

.spacing {
	margin: 40px 0 0 0;
}

.home {
	margin: 200px 0 0 0;
}

.shirt {
	width: 380px;
	margin: 0 auto 0 auto;
}

/*---------------------------------------------------------------------------------------------------------------------------------
	  													BROWSER FIXES
----------------------------------------------------------------------------------------------------------------------------------*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	/* Hides from IE-mac */
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
	

/*---------------------------------------------------------------------------------------------------------------------------------
	  													CONTACT FORM
----------------------------------------------------------------------------------------------------------------------------------*/
#contact_form * { list-style-type: none; }
#contact_form {
	text-align: left;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	padding: 10px;
	background: url(../images/layout/contact-bg.jpg) no-repeat; }
#contact_form label { 
	text-align: left;
	width: 110px; 
	float: left; 
	display: block; }
#contact_form h1 { 
	font-size: 1em; 
	font-weight: bold; 
	clear: both; }
#contact_form input {
	background: #FFFFFF;
	margin-bottom: 8px; }
#contact_form .submit {
	margin: 20px 0 0 0;
	padding: 4px; }
#contact_form textarea {
	border: none; }
.bot-input { 
	float: left; 
	margin-left: -999em; }
.contact-footer {
	background: url(../images/layout/contact-footer-bg.jpg) no-repeat;
	width: 300px;
	height: 16px;
	margin: 0px auto 0px auto;
	padding: 10px; }