/* CSS Document */
/* Website created by Andrew Jabs - Minefield digital media. http://www.minefield.com.au */
body, div, input, textarea {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #5C4017;
}
body {
	background:url(../images/page_bg.jpg) top left repeat-x #2A4513;
	margin: 0;
	padding: 0;
	height:100%;
}
/*h1, h2, h3, h4, h5, h6, p, ul, ol, dl { margin: 1em 0;  }*/ 
h1,h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	width:80%;
	color:#6B0E17;
	padding:0 20px;
}
h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	font-weight:bold;
	width:80%;
	color:#6B0E17;
	padding:0 20px;
}
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	padding-right:20px;
	padding-left:20px;
}
ol {padding-right:20px;}
ol li {padding:5px 0;}
a {
	color:#006600;
	text-decoration:none;
}
a:hover {
	color:#006600;
	text-decoration:underline;
}
td {border-bottom:1px solid #000;}
.white{color:#FFF;}
#content img {
	border:2px solid #5C4017;
	padding:2px;
	margin:2px;
}
/*--Layout elements--*/
#header {
	width:720px;
	height:230px;
	background-image:url(../images/header.jpg);
	margin:0px;
	padding:0px;	
}
#container {
	width:720px;
	background:url(../images/container_bg.jpg) repeat-y;	
	height:100%;
}
#content {
	height:auto;
	/*background:url(../images/content_top.jpg) top no-repeat #FFF;*/
	/*background-color:#FFF;*/
	padding-top:20px;
	margin:0 50px 0 165px;
}
#navContainer {
	position:absolute;
	width:120px;
	top:230px;
	left:45px;
}
#shop{
	margin:0;
}
#barrel{
	margin:0;
}
#footer {
	margin:10px 50px 0 165px;
	padding:5px 20px;
}
#flashhome img{
	border:none;
	padding:0;
	margin:0;
}
#spacer {
	height:400px;
	width:1px;
	float:left;
}
br.clear {clear:both}
#content.smiley img{
border:none;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
#content {width:480;}
/* End hide from IE-mac */
/*******  Menus  ********/
/* old Nav Buttons*/
.buttonOne{
	line-height:30px;
	width:105px;
	height:32px;
	background:url(../images/button1.jpg) top no-repeat;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 0;
}
.buttonTwo{
	line-height:30px;
	width:105px;
	height:32px;
	background:url(../images/button2.jpg) top no-repeat;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 0;
	margin: 0;
	margin-bottom:5px;
}
/*.buttonOne, .buttonTwo {
	line-height:25px;
	width:120px;
	height:25px;
	background-color : #D0B991;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 0;
	margin: 0;
}*/
#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width:120px;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		width: 105px;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 105px;
		margin-top : -30px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		width:150px;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 105px;
		display : block;
		color : #FFF;
		text-decoration : none;
		background-color : #D0B991;
		margin-bottom : -1px;
	}
	
	#nav li a:hover {
		color : white;
		background-color : #5C4017;
		text-decoration:underline;
	}
	#nav li ul li a:hover {
		color : white;
		background-color : #5C4017;
		text-decoration:none;
	}
	#nav li ul li a {
	border:1px solid #5C4017;
	padding:5px;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
#bottomNav{
	padding: 0;
	margin:0 20px 40px 20px;
	list-style: none;
	display:block;
}
#bottomNav a {
	display:block;
	width:135px;
	text-align:center;
	color:#FFF;
	background-color:#006600;
	font-size:10px;
}
#bottomNav a:hover {
	color:#006600;
	background-color:#FFF;
}
#bottomNav li {
	float:left;
	margin:2px;
}