/************** Default Elements *******************/

* {
	margin: 0;
	padding: 0;
	border: 0;
}

/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
}
/* end hiding from IE5 mac */

body {
	background: #FFFFb3;
	font: 100.01%/120% Franklin Gothic Book, Arial, Helvetica, sans-serif;
	color: #040404;
	text-align: center; /*Centers the page in WinIE5.x*/
}

/************** Layout Elements *******************/

#wrapper { 
	width: 770px; /*Sets the width of the content of the page.*/ 
	margin: 0 auto 30px auto; 
	text-align: left; /*Resets the text alignment to left to override above*/
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
} 


#innerwrapper {
	background: #ffffff;
	padding-top: 30px;
	margin-top: 0;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
	min-height: 100%;
}


#masthead {
	height: 197px; 
	margin: 0 0 0 0;
	background-color: #ffffff;
	color: #fff;
	padding-bottom: 20px;
}	

#logo {
	float: left; /*Moves logo to left side of innerwrapper*/
	width: 505px;
	background: #ffffff;
	height: 197px;
	margin-left: 10px; 
	padding-left: 15px;
	
	}


		
/*hr*/		
#hr{
	clear: both;
	width: 100%;
	height: 5px;
	background: #424E55;
	padding-top: 0;
	}

/*main-nav*/
#main-nav {
	clear: all;
	background: #ffffff;
	float: left;
	padding-top: 8px;
	padding-bottom: 0;
	}
	
#main-nav ul {
	padding-top: 5px;
	padding-left: 18px;
	padding-bottom: 0;
	margin-bottom: 0;
	list-style: none;
	text-align: left;
	font-size: 90%;
	font-family: "Franklin Gothic Book", Arial, Helvetica, sans-serif;
	font-weight: bold;
	min-height: 300px;
}


#main-nav li {
	display: block; 
	margin: 0.5em;
	
}


#main-nav a{
	text-decoration: none;
	color: #000000;
	font-size: 90%;
}


/*Sets the type color of links when in hover or focus state*/	
#main-nav a:hover, #main-nav a:focus {
	color: #006c54;
	text-decoration: none;
	font-size: 90%;
}
/*Main content of page*/
#content {
	float: right;
	min-height: 300px;
	text-align: justify;
	line-height: 150%;
	background: #ffffff;
	padding-top: 15px;
	padding-left: 35px;
	padding-right: 30px;
	padding-bottom: 0;
	position: relative;
}	
#content a {
	color: #006C54;
}

/*Footer on all pages*/	
#footer {
	clear: both;
	background: #fff url(file:images/footerBG.gif) bottom no-repeat;
	min-height: 30px;
	margin-top: 0;
	padding-top: 0;
}

#BottomFooter {
	clear: both;
	background-color: #0e2111;
}
#BottomFooter a {
	color: #999;
	text-decoration: none;
}	

/************** Text Elements *******************/

h1, h2, h3, h4, h5 {
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
	font-size: 100%;
	line-height: 150%;
	font-family: Franklin Gothic Book, Arial, Helvetica, sans-serif;
	color: #424E55;
}


h2 {
	font-size: 120%;
	font-weight: bold;
	color: #006C54;
	text-align: center;
}

h3 {
	font-size: 120%;
}

h4 {
	font-size: 110%;
}

h5 {
	font-size: 100%;
	font-weight: bold;
}

h6 {
	font-size: 100%;
	color: #006C54;
}

p {
	margin: 10px 0;
}

#BottomFooter p {
	margin: 0;
	padding: 10px;
	color: #999;
	font-size: 75%;
	float: right;
}

/************** Form Elements *******************/
#header form {
	float: right;
	width: 280px;
}

input.log {
	width: 100px;
	font-size: 120%;
	border: 1px solid #999;
}

#RightCol form {
	width: 180px;
}

/************** Generic Classes *******************/

.right {
	float: right;
	margin-left: 8px;
}

.left {
	float: left;
	margin-right: 8px;
}

.clearfloat {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
/*Set up for Product Pages*/
#content-left {
	float: left;
	width: 600px;
}



.padder {
	padding: 20px;
	margin-left: 30px;
}

#product {
	float: left;
	margin-left: inherit;
	padding: 0 0 20px 115px;
	color: #006c54;
	font-weight: bold;
	text-transform: uppercase;
}

#product p {
	float: left;
	margin-left: 40px;
	margin-right: 20%;
	padding-left: 10px;
}		
.newproduct {
	padding: 20px 0 20px 100px;
	background: url{images/bg_heading-newproduct.jpg)no repeat 0 50%;
	text-transform: uppercase;
}	

.list-purchaseoptions li  {
	display: inline;
	margin-right: 10px;

}		

p.viewmore {
	text-align: right;
}					

#viewcart {
	background: url(images/button_viewcart.jpg) no-repeat 0 50%;
}

#viewaccount {
	background: url(images/button_account.jpg) no-repeat 0 50%;
}

#viewhelp {
	background: url(images/button_help.jpg) no-repeat 0 50%;
}			

#checkout {
	background: url(images/button_checkout.jpg) no-repeat 0 50%;
}
/*End of Set up of Product Page*/


/************** Link Styles *******************/

  
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/

  
 /*\*//*/
#LeftCol a {
	float: none;
}
#footer {
	height: 25px;
}

/**/



