@charset "utf-8";
/* CSS Document */

/* Created By Minefield digital media
http://www.minefield.com.au */

* {
	padding: 0;
	margin: 0;
}

body {
	font: 100% Georgia, "Times New Roman", Times, serif;
	color:#000;
	background: #708b00 url(../images/page_bg.gif) top repeat-x;
}

p {
	font-size: 0.8em;
	padding: 0.5em 1.5em;
	line-height: 1.3em;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 1.4em;	
	padding: 0.2em 1em;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #AD2B33;
}

a:hover {
	text-decoration: underline;
}

a.bigButton {
	display: block;
	background: url(../images/button_bg.jpg);
	width: 492px;
	height: 61px;
	line-height: 61px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size:1.4em;
}

a.bigButton:hover {
	color: #000;
}

a.orderBtn {
	background: url(../images/buttonsmall_bg.jpg);
	display: block;
	width: 211px;
	height: 63px;
	line-height: 63px;
	text-align: center;
	color: #fff;
	float: right;
	
}

dl {
	margin: 0 2em;
	font-size: 0.8em;
	width: 80%;
	overflow: hidden;
}

	dt {
		float: left;
		width: 6em;
		clear: left;
		padding: 0.2em 0;
	}
	
	dd {
		padding: 0.2em 0;
	}

ul {
	margin: 0 2em;
	font-size: 0.8em;
}

img.left {
	float: left;
	padding: 0 1em 1em 0;
}

hr {
	clear: left;
	background: #ccc;
	color: #ccc;
	border: none;
}

p.reserve {
	text-align: center;
}

	p.reserve img {
		padding: 1em 0.5em;
		border:0;
	}

/* LAyout Divs */

#container {
	width: 760px;
	margin: 0 auto;
	background: #fff url(../images/content_bg.jpg) top no-repeat;
	overflow: hidden;
}

	#header {
		height: 117px;
	}
	
	#content {
		margin-right: 235px;
		padding: 1em 0;
	}
	
	#column {
		float: right;
		width: 235px;
		clear: left;
		padding: 2em 0 1em 0;
	}
	
#footer {
	width: 760px;
	margin: 0.5em auto;
	text-align: center;
}

	#footer p {
		color: #3c4000;
		font-size: 0.7em;
	}
	
		#footer p a {
			color: #000;
			text-decoration: none;
		}
		
		#footer p a:hover {
			text-decoration: underline;
		}
		
/* Form Stylin' */

	form {
		padding: 1em;
	}

		fieldset {
			padding: 0 1em;
			border: 1px solid #708B00;
		}
			
			legend {
				padding: 0 0.5em;
				color: #000;
				font-weight: bold;
			}
		
		label {
			display: block;
			padding: 0.5em 0;
			
		}
		
		label.radio {
			width: 8em;
			float: left;
		}
		
		input.button {
			clear: left;
		}
