/****************************************/
/* Main style sheet for Wilkinsons Site */
/* Designed by: Matt Moss               */
/* Date: 25/02/07                       */
/****************************************/
* {
	margin:0;
	padding:0;
}
body {
	background-color: #999999;
	background-attachment: fixed;
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#main {
	background-color: #FFFFFF;
	width: 800px;
	position: relative;
	overflow: hidden;
	margin: 0px auto;
}
#masthead {
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 0;
}
text {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
}
p, hr, h3 {
	margin:10px;
}
a, a:visited { 
	color: #000;
	text-decoration: none;
}
#phone {
	position: relative;
	left: 330px;
	top: -50px;
	width: 200px;
}
#mobile {
	position: relative;
	left: 315px;
	top: -30px;
}
#email {
	position: relative;
	left: 270px;
	top: -10px;
}
strong em, p em {
	color: #0000FF;
	font-style: normal;
}
#nav {
	position: absolute;
	top: 200px;
	left: 20px;
	list-style-type: none;
	width: 120px;
	border: 0px solid #FF0000;
	line-height: 1.5em;
	margin:10px;
}
#nav li{
	color: #000000;
	font-style: normal;
	border: solid #0000FF 1px;
	text-align: center;
	margin: 2px;
}
#nav li a, #nav li a:visited {
	color:#000000;
	text-decoration: none;
	display: block;
}
#nav li a:hover {
	background-color: #0066FF;
}
#leftinfo {
	position: absolute;
	top: 350px;
	left: 20px;
	color: #000000;
	width: 110px;
	border: solid #0000FF 1px;
	padding: 5px;
	font-size: 13px;
	text-align: center;
}
#wild-info {
	position: absolute;
	top: 500px;
	left: 20px;
	color: #000000;
	width: 110px;
	border: solid #0000FF 1px;
	padding: 5px;
	font-size: 13px;
	text-align: center;
}
#contact {
	position: absolute;
	top: 560px;
	left: 0px;
	width: 150px;
	font-size: 12px;
	padding:5px;
}
#images {
	position: absolute;
	left: 550px;
	top: 175px;
	height: 400px;
	width: 250px;
}
#images a {
	display: block;
	text-decoration: none;	
	}
#images a .picture {
	visibility: hidden;
}
#images a:hover {
	border: 0;
	z-index: 1000;
}
#images a:hover { visibility: hidden; }
#images a:hover .picture {
	visibility: visible;
	position: relative;
	border: 0;
	top: 0px;
	left: -75px;
}
#content1 {
	position: relative;
	left: 200px;
	top: 0;
	padding: 10px;
	background-color: #EAEFFF;
	width: 300px;
}
h3 {
	color: #0000FF;
}
#base {
	position: absolute;
	left: 0px;
	width: 800px;
	border-top-color: #CCCCCC;
	border-top-style: solid;
	border-top-width: 1px;
	font-size: 10px;
	color: #666666;
}
#hidden {
	visibility: hidden;
}

