/*
-----------------------------------------------
Site General Styles
Author:   Andriy Kharuk at andriy.kharuk@gmail.com
Version:  01 apr 2008
----------------------------------------------- */

a:active, a:link, a:visited {
	color: #6f6552;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 1em 0;
	text-decoration: underline;
}
a:hover {
	color: #6f6552;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
	margin: 0 0 1em 0;
	text-decoration: underline;
}
.clearer {
	clear: both;
	height: 1px;
}
#contacts, #contacts p {
	color: #6f6552;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1.2em;
	text-align: center;
	margin: 0 auto;
	width: 500px;
}
#content {
	margin: 0 auto;
	text-align: left;
	width: 870px;
	z-index: 1023;
}
div#oops {
	background: url(../images/oops.jpg) left top no-repeat;
	display: block;
	height: 512px;
	left: 55%;
	margin: 100px 0 0 -315px;
	position: relative;
	width: 630px;
}
#footCow {
	background: url(../images/foot_cow.jpg) left top no-repeat;
	bottom: 0;
	height: 270px;
	position: absolute;
	right: 0;
	width: 211px;
	z-index: -2;
}
#footPig {
	background: url(../images/foot_pig.jpg) left top no-repeat;
	bottom: 0;
	height: 181px;
	position: absolute;
	right: 0;
	width: 237px;
	z-index: -2;	
}
h1 {
	color: #b8a98c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 3em;
	font-weight: normal;
	margin: 0;
	text-align: left;
}
h2 {
	color: #a79470;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	margin: 1.5em 0 0 0;
	text-align: left;
}
h3 {
	color: #a79470;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: normal;
	margin: 1.4em 0 0 0;
	text-align: left;
}
#homeAnimals {
	background: url(../images/animals.jpg) left top no-repeat;
	float: left;
	margin: 55px 0 0 0;
	height: 302px;
	top: 0;
	width: 271px;
}
#homeComputer {
	background:  url(../images/computer.jpg) left top no-repeat;
	float: left;
	margin: 170px 0 0 0;
	height: 304px;
	top: 0;
	width: 191px;
}
#homeLogo {
	background:  url(../images/logo.png) left top no-repeat;
	float: left;
	margin: 175px 0 0 0;
	height: 142px;
	top: 0;
	width: 390px;
}
#logo {
	float: left;
	margin: 0 0 20px 0;
}
.menu {
	float: right;
	margin: 0 20px 0 0;
	text-align: left;
}
.menu a, .menu a:active, .menu a:visited {
	color: #6f6552;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	text-decoration: none;
}
.menu a:hover {
	color: #6f6552;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: 1em;
	margin: 0;
	text-decoration: underline;
}
.menu ul, .menu li {
	color: #6f6552;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	line-height: 1em;
	list-style-position: inside;
	list-style-type: none;
	margin: 0.3em 0 0 0;
	text-align: left;
}
p {
	color: #6f6552;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.2em;
	margin: 0 0 1em 0;
	text-align: justify;
}
sup { 
	font-size: 65%;
	vertical-align: text-top;
}
ul, li {
	color: #6f6552;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1em;
	list-style: outside circle;
	margin: 0 0 0 2em;
	text-align: left;
}
ul {
	margin: 0 0 1em 0;
}