/* CSS Document */

* {
	font-family: Verdana, sans-serif;
	}
	
body {
	margin: 0;
	padding: 0;
	border: none;
	font-size: small;
	background-color: #b2d235;
	}
	

/* Site Wide Tag Defaults */
	

		
h1 {
	margin: 0;
	padding: 1em 0 0 0;
	font-size: 120%;
	font-weight: bold;
	color: #869e28;
	}
	
h2 {
	margin: 0;
	padding: 1em 0 0 0;
	font-size: 110%;
	font-weight: bold;
	color: #869e28;
	}
	
h3 {
	margin: 0 0 -1em 0;
	padding: 1em 0 -1em 0;
	font-size: 100%;
	font-weight: bold;
	color: #869e28;
	}
	
	
h4 {
	margin: 0 0 -1em 0;
	padding: 1em 0 -1em 0;
	font-size: 90%;
	font-weight: bold;
	color: #869e28;
	}
	
p {
	font-size: 100%;
	}
				
a, a:visited {
	color: #869e28;
	text-decoration: none;
 	}

a:hover {
	color: #ef8031;
	text-decoration: none;
  	}
	
a img {
	border: 0;
	}
	
input, button, textarea {
	margin: 0;
	padding: 2px;
	}
	
acronym, abbr {
	border-bottom: dashed 1px #2186c8;
	}
	
blockquote {
	background: url(../graphics/layout/bg-blockquote-faded.gif) top left repeat-y;
	margin-left: 0;
	padding-left: 35px;
	}
	
	
/* Page Layout Definitions */
	
		
#container {
	width: 965px;
	margin: 0 auto 15px auto;
	padding: 0;	
	border: none;
	color: #333;
	background: #fff;
	line-height: 130%;
	}
	

#header {
	background: #ffffff url(../graphics/layout/bg-header.png) top left repeat-x;
	padding: 0 15px;
	}
	
#header #logo {
	margin: 0;
	}
	
#header #menu {
	float: right;
	margin: 15px 0 0 0;
	text-align: right;
	}
	
#header a, #header a:hover, #header a:visited {
	color: #000;
	}
	
#header a:hover {
	text-decoration: underline;
	}
	

#leftNav {
	float: left;
	width: 175px;
	margin: 15px;
	padding: 5px;
	}

#leftNav img.header {
	margin: -5px 0 0 -5px;
	}

#leftNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
#leftNav li {
	padding: 0.5em 0 0.5em 0;
	font-size: 90%;
	}
		
#leftNav li.athome, #leftNav li a:link, #leftNav li a:visited {
	padding-left: 15px;
	}
				
#leftNav li a:hover {
	color: #ef8031;
  	background: url(../graphics/layout/menu-arrow-ro.png) 0 0.2em no-repeat;
	}
		
#leftNav li.athome, #leftNav li.first {
	border-top: 1px solid #b2d235;
	border-bottom: 1px solid #b2d235;
	font-weight: bold;
	}
	
#leftNav li.athome {
	color: #d4d4d4;
	}
	
#leftNav li.first a:link, #leftNav li.first a:visited, #leftNav li.athome {
  	padding-left: 0;
	}
	
#leftNav li.first a:hover {
  	background-image: none;
	}
	
#leftNav #localMap {
	margin-top: 20px;
	}
		
	
	
#rightNav {
	float: right;
	width: 160px;
	margin: 25px 15px 0 0;
	padding: 0;
	border: 0;
	text-align: center;
	}
	
	
#rightNav #gamesRules {
		width: 145px;
		float: right;
		margin: 0 0 0 0;
		padding: 5px;
		border: solid 1px #bfbe9c;
		background-color: #fbfdf5;
		}
	
#rightNav #gamesRules ul {
		margin: 0;
		padding: 10px 0;
		}
	
#rightNav #gamesRules li {
		display: block;
		list-style: none;
		line-height: 2em;
		text-align: left;
		font-size: 90%;
		margin-left: 10px;
		}
	
#rightNav #gamesRules li a {
		text-decoration: none;
		color: #717372;
		}

#rightNav #gamesRules li a:hover {
		text-decoration: none;
		border-bottom: dashed 1px #869e28;
		color: #869e28;
		}
				
#rightNav #gamesRules .navhead {
		margin-left: 0;
		margin-bottom: 0.6em;
		border: dashed 1px #869e28;
		border-left: none;
		border-right: none;
		}
				
#rightNav #gamesRules .navheadtop {
		margin-left: 0;
		margin-bottom: 0.6em;
		border-bottom: dashed 1px #869e28;
		}
		
#rightNav #gamesRules acronym, #rightNav #gamesRules abbr {
	border-bottom: dashed 1px #869e28;
	}
	
	
	
	
	

#content {
	margin: 0 190px 0 215px;
	padding: 0 10px 0 10px;
	padding: 1em 20px 1em 0;
	max-width: 54em;
	}
	
#content h1 {
	margin: 0.5em 0 1.5em 0;
	padding: 0;
	font-size: 120%;
	color: #06c;
	}
	
#content h2 {
	margin: 2em 0 1em 0;
	padding: 0;
	font-size: 110%;
	color: #06c;
	}
	
#content h3 {
	margin: 2em 0 1em 0;
	padding: 0;
	font-size: 100%;
	color: #06c;
	}
	
#content blockquote {
	margin-left: 10px;
	margin-right: 0;
	text-align: justify;
	text-align-last: left;
	}
	
#content a:link, #content a:visited {
	color: #06c;
	}
	
	
#content .field label {
	display: block;
	float: left;
	width: 10em;
	margin-right: 0.5em;
	text-align: right;
	}
	
#content .field input, #content .field textarea {
	width: 20em;
	font-size: small;
	}

#content .submit input {
	margin-left: 12em;
	}
	
#content p.formnote, #content p.checkbox {
	margin-left: 11.5em;
	font-size: 90%;
	}
	
#content fieldset {
	width: 40em;
	margin-bottom: 2em;
	padding-bottom: 1em;
	border: 1px solid #06c;
	}

#content legend {
	padding: 3px 5px;
	border: 1px solid #06c;
	color: #06c;
	background: #ffcc00;
	font-weight: bold;
	}
	
	
	

#backlink, #guidenotes {
	clear: both;
	padding: 0.5em 10px 2em 210px;
	font-size: 90%;
	background-color: #fff;
	color: #b2d235;
	}
	
#guidenotes {
	margin-right: 200px;
	font-size: 90%;
	color: #d4d4d4;
	text-align: justify;
	}
	
#backlink {
	background: #ffffff url(../graphics/layout/bg-backlink.png) bottom left no-repeat;
	text-align: right;
	}
	
#backlink a {
	text-align: left;
	padding-left: 15px;
	background: #ffffff url(../graphics/layout/back-arrow.png) 0 0.1em no-repeat;
	color: #b2d235;
	}
	
#backlink a:hover {
	color: #869e28;
	background: #ffffff url(../graphics/layout/back-arrow-ro.png) 0 0.1em no-repeat;
	}
	
	

#footer {
	clear: both;
	padding: 0.5em 15px 0.5em 15px;
	font-size: 90%;
	background-color: #fff;
	color: #b2d235;
	background: #ffffff url(../graphics/layout/bg-footer.png) bottom left no-repeat;
	}
	
#footer p {
	margin: 0;
	padding: 0.5em 0 1em 0;
	color: #b2d235;
	font-size: 10px;
	}
	
#footer a {
	color: #b2d235;
	text-decoration: none;
	}
	
#footer a.faded {
	color: #d4d4d4;
	}	
	
#footer a:hover {
	color: #b2d235;
	text-decoration: underline;
	}
	
#footer .faded {
	color: #d4d4d4;
	}
	
#footer a.faded {
	color: #d4d4d4;
	}	

#notices {
	float: left;
	width: 790px;
	margin: 0;
	padding: 0;
	}
	
#webdesign {
	margin: 0;
	padding: 0 0 0 800px;
	text-align: right;
	}
	
	
/* Specific Classes and Areas of Pages */

	
	
	
	
#enquiryform {
	margin: 10px 0 25px 0;
	font-size: 90%;
	}	
		
#enquiryform label, #enquiryform input {
	display: block;
	width: 500px;
	float: left;
	margin-bottom: 10px;
	}
	
#enquiryform label {
	width: 120px;
	padding-right: 10px;
	}
	
#enquiryform input {
	width: 280px;
	}
	
#enquiryform select {
	margin-bottom: 10px;
	}
	
#enquiryform #submit {
	width: auto;
	margin-top: 15px;
	margin-left: 130px;
	}
	
#enquiryform br {
	clear: left;
	}	
		
#enquiryform .checkboxes label, #enquiryform .checkboxes input {
	width: 500px;
	}
	
#enquiryform .checkboxes p {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	}
	
#enquiryform .checkboxes input {
	width: 60px;
	font-size: 10px;
	}
	
#enquiryform .checkboxes label {
	width: 470px;
	padding-right: 20px;
	}
	
#enquiryform .required {
	font-weight: bold;
	}
	

.productlist {
	clear: right;
	padding: 0;
	border-top: 1px dashed #faaa17;
	}
	
.productlist img {
	margin-bottom: 15px;
	}
	
.productlist a img {
	float: right;
	}
	
#content a.answer, #content a:visited.answer {
	background: #ffffff url(../graphics/layout/bg-answer.gif) top left no-repeat;
	color: #ffffff;
	padding-left: 65px;
}

#content a:hover.answer {
	background: #ffffff;
	color: #717372;
}



.rightPanel, .buyPanel {
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border: #869e28 1px solid;
	background-color: #fbfdf5;
}

.rightPanel h1, .buyPanel h1 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}


.rightPanel ul, .buyPanel ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 10px;
}

.rightPanel li, .buyPanel li {
	clear: left;
	margin: 0 5px 0 5px;
	padding: 5px;
	border: 0;
	height: 55px;
	list-style: none;
	border-bottom: dashed 1px #869e28;
}
	
.buyPanel .price {
	font-weight: bold;
	color: #06c;
	font-size: 110%;
	}

.panel-img {
	float: left;
	padding: 5px 0;
}


.rightPanel a, .rightPanel a:visited {
		text-decoration: none;
		color: #717372;
		border-bottom: 0;
}

.rightPanel a:hover {
		text-decoration: none;
		border-bottom: dashed 1px #869e28;
		color: #869e28;
		}
		
		
		
		
		
		
#content form.paypal {
	width: 152px;
	margin: 0 0 0 358px;
	padding: 0;
	border: none;
	}
		
#rightNav form.paypal {
	width: 152px;
	margin: 0 0 15px 0;
	padding: 0;
	border: none;
	}
		
.paypal {
	text-align: center;
	}
	
.pdfIcon {
	padding-right: 5px;
	vertical-align: middle;
	}
	
.strikethrough {
	text-decoration: line-through;
	}
	
#animalGuide {
	}
	
#animalGuide h1 {
	color: black;
	}
	
#animalGuide .animalPhoto {
	border: none;
	margin-bottom: 20px;
	}
	
#animalGuide .latin {
	font-size: small;
	font-weight: normal;
	color: #869e28;
	font-style: italic;
	}

#animalGuide .animalNotes {
	float: left;
	width: 285px;
	margin-right: 15px;
	margin-top: 0;
	}

#animalGuide .animalNotes p {
	margin-top: 0.5em;
	margin-bottom: 1em;
	text-align: justify;
	}

#animalGuide .animalFacts {
	float: left;
	width: 220px;
	margin-right: 0;
	margin-left: 20px;
	background: #e5e5e5;
	padding-bottom: 20px;
	}

#animalGuide .animalFacts img {
	margin: 0 0 10px 32px;
	}
	
#animalGuide .animalFacts h2 {
	font-size: smaller;
	color: #e5e5e5;
	font-style: italic;
	margin: 0 0 5px 0;
	padding: 5px;
	background: #869e28;
	color: white;
	}
	
#animalGuide .animalFacts p {
	font-size: smaller;
	margin: 0;
	padding: 5px;
	color: #869e28;
	}
	
#columns .column {
	float: left;
	margin-right: 50px;
	}
