/*
-------------------------------------
(c) 2006 wildberks all rights reserved
-------------------------------------
http://www.wildberks.co.uk
-------------------------------------
*/


/* General Styles
=================================*/

body {
	font-family: Helvetica, Verdana, Arial;
	background-color: #F5F5DC;
	padding-top:5px;
	font-size:98%;
 	text-align: center;
	color:#666; }

#wrapper  {
	margin:0 auto;
	text-align: left;
	width: 700px;
	background-color: #fff;
	border: 1px solid #ccc; }

h1 {
	margin: 7px 8x 5px 0;
	font-size: 1.0em;
	color: #666;
	border-bottom: 1px #999 solid;
	padding-bottom: 10px;
	padding-top: 8px;
	font-weight: bold; }

h2 {
	margin-top: 22px;
	margin-bottom: 15px;
	font-size: .85em;
	color: #666;
	line-height: 1.43em;
	font-weight: bold;}

h3 {
	margin-bottom: 12px;
	font-size: .8em;
	color: #666;
	font-weight: bold; }


/* Banner across top of page that says the name of the whole site */

#header {
margin-bottom: 3px;
margin-top: 3px;
height:65px; background-color: #669933;
background: url(http://www.wildberks.co.uk/images/seasonal_banners/sunset2_banner.jpg); 
border-top: 1px #999 solid;
border-bottom: 1px #999 solid; }

#nav {
margin-top: 2px;
padding: 5px 5px 5px 5px;
padding-left: 15px;
background-color: #e0ae65;
border-top: 1px #999 solid;
border-bottom: 1px #999 solid; }

#nav a:link, #nav a:visited {
color: #666;
font-weight: bold;
font-size:.75em;
text-decoration: none;
text-transform: uppercase; }

#nav a:hover {
color: #fff;
font-weight: bold;
font-size:.75em;
text-decoration: none; }

#nav a.current {
color: #fff;
font-weight: bold;
font-size:.75em;
text-decoration: none; }

.imgleft {
    float:left;    
    margin-left: 1.1em;
    margin-right: 1.3em;
    margin-top: .3em;
    padding: .1em;
    border: 1px solid #ccc; }

.imgright {
    float:right;
    margin-left: 1.2em;
    margin-right: .4em;
    margin-bottom: .1em;
    margin-top: .2em;
    padding: .1em;
    border: 1px solid #ccc; }

/* Styles for the main text on the page. */

#content {
	float:left;
	margin-bottom: 15px;
	margin-left:16px;
	width:524px;
	text-transform: lowercase; }

#images a:link, #images a:link {
	border: 0; }

#images a:visited, #images a:visited {
	border: 0; }

table, td, tr {
	line-height: 1.7em;
	text-transform: lowercase;
	font-size:95%;
	margin-left:20px; }

ul, ol, li  {
	line-height: 1.7em;
	text-transform: lowercase;
	font-size:90%;
	margin-left:20px;
	list-style-type: disc; }
p {
	padding-left:12px;
	text-transform: lowercase;
	font-size: 0.9em;
	line-height: 1.5em;}

#content a:link {
	color: #BB300F;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #666; }

#content a:visited {
	color: #999;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #999; }

#content a:hover {
	color: #410409;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #999; }

.hide {
	display: none; }

/* Styles for the google ads on the page. */

#googleads {
	width:132px;
	float:right;
	margin-right: 11px;
	margin-top:45px;
	border:0; }

#googleads a { color:#c03;}

/* Styles for the Search */

#form, .searchtype {
	padding: 15px 0 10px 21px;
	margin-top:15px;
	font-size: .8em;
	color: #666;
	font-weight: bold;
	text-transform: none; }

/* Styles for the footer at the bottom of the page */

#footer {
	clear:both;
	width:680px;
	margin-right:5px;
	height:25px;
	padding: 15px 0 6px 20px;
	font-size: .8em;
	color: #666;
	background-color: #fff; }

#footer a {
	color: #666;
	text-decoration: none; }

#footer a:hover {
	color: #999;
	text-decoration: none; }
