body {
	background: url(/img/content-bg.png);
}

.highwhite { color: #fff; }
.highpink { color: #9a2638; }
.med { font-size: 1.17em; }
.big { font-size: 1.5em; }
.small-margin { margin-bottom: 0.5em; }
.divider { height: 20px; clear: both; }
.left { float: left; }
.right { float: right; }

p.last, ul.last { margin-bottom: 0; }

#header {
	background: url(/img/banner.jpg) no-repeat;
	height: 130px;
}
	#header a {
		display: block;
		width: 300px;
		height: 130px;
		text-indent: -9999px;
	}
	

#banner {
	background: #681320;
	height: 55px;
	line-height: 54px;
}
	#banner ul.menu li a {
		font-size: 2em;
	}
		#banner ul.menu li a.on {
			background: url(/img/menu-highlight.png) no-repeat left center;
		}


ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0 2em;
}
	ul.menu li {
		float: left;
		margin: 0 1em 0 0;
	}
		ul.menu li a {
			color: #e0cfb4;
			font-size: 1.2em;
			padding: 0 0.75em;
			text-decoration: none;
		}
			ul.menu li a:hover, ul.menu li a.on {
				color: #fff;
			}


#content {
	padding: 20px 0px 0px 0px;
	background: url(/img/content-bg-top.jpg) top left no-repeat;
}
	#content-bg {
		padding: 0px 0px 20px 0px;
		background: url(/img/content-bg-star.png) bottom right no-repeat;
	}
	#one-liner {
		margin: 0px 0px 20px 0px;
	}
		#one-liner h1,#one-liner h2 {
			margin: 0;
			padding: 0;
			line-height: 1em;
			text-transform: uppercase;
		}
	#content h3 {
		margin: 0em 0em 0.25em 0em;
	}
		#content h3.subtitle {
			margin-top: 0.4em;
		}
	#content .span-16 {
		width: 620px;
		padding-right: 10px;
	}
		#content .span-16.last {
			width: 630px;
		}
		
	.banner { width: 940px; }
	
	.images {
		margin: 20px 0px -20px 0px;
	}
		.images img {
			margin: 0px 25px 20px 0px;
		}
			.images img.last { margin-right: 0; }

	
	a.btn {
		display: block;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		color: #fff;
		text-decoration: none;
		padding: 0px 5px;
	}
		a.btn.pink.left { margin: 0px 10px 0px 0px; }
		a.btn.pink.right { margin: 0px 0px 0px 10px; }
		
		a.btn.pink { background: #681320; }
			a.btn.pink:hover { background: #9a2638; }
	
	
	.border { border: 5px solid #2e2011; }
		a.border:hover, iframe.border:hover { border: 5px solid #5b3f22; }
		.border.margin { margin-bottom: 10px; }
		
	
	.map {
		margin: 0px 0px 10px 0px;
	}	
	
	.product {
		position: relative;
		font-family: Arial,Tahoma,Helvetica,sans-serif;
	}
		.product .caption {
			display: block;
			position: absolute;
			bottom: 0px;
			right: 0px;
			background: rgba(0,0,0,0.75);
			line-height: 1.5em;
			padding: 5px 5px 5px 10px;
		}
		.product img {
			
		}

				
#footer {
	background: url(/img/footer-bg.png) repeat-x;
	height: 41px;
	line-height: 40px;
}
	#footer-bg {
		background: url(/img/footer-bg-right.png) no-repeat;
		width: 248px;
		float: right;
	}
		#footer ul.menu li a.on {
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			background: #68361f;
		}
		


/* Web Design by Bandit.co.nz */
#bandit { text-align: right; padding: 0px 20px 0px 0px; line-height: 40px; }
	#bandit a { text-transform: uppercase; text-decoration: none; letter-spacing: 2em; font-size: 0.8em; }
		#bandit a:hover { color: #fff; }



