* {
	margin: 0;
	padding: 0;
	vertical-align: top;
}

a {
	color: #39874d;
}

a:hover {
	color: #bd5a58;
}

body {
	background-color: #fff;
	color: #808080;
	font-family: Corbel, Arial, Helvetica, sans-serif;
	font-size: 1.4em;
}

h1 {
	color: #bd5a58;
	font-size: 3em;
	font-weight: normal;
	margin-bottom: 30px;
}

h2,
h3,
h4 {
	color: #bd5a58;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 60px;
}

h2 {
	font-size: 2em;	
}

h2.Top,
h3.Top,
h4.Top {
	margin-top: 0;
}

h3 {
	font-size: 1.7em;
}

h4 {
	font-size: 1.4em;
}

html {
	font-size: 10px;
}

p {
	line-height: 1.3em;
	margin: 30px 0;
}

#Container {
	margin: 0 auto;
	padding: 11px 0 30px;
	width: 851px;
}

#Content {
	background: #ebebeb url(../images/background.png) no-repeat center bottom;
	min-height: 529px;
	padding: 40px 70px
}

#Content ul {
	margin: 30px;
}

#Content ul li {
	vertical-align: middle;
}

#Content ul ul {
	margin: 0 30px;
}

#Footer {
	color: #959595;
	font-size: 0.85em;
	padding: 30px 30px 0;
	position: relative;
	text-align: right;
}

#Footer a {
	text-transform: lowercase;
}

#Footer span {
	left: 30px;
	position: absolute;
	top: 30px;
}

#Header {
	background: url(../images/header.png) no-repeat;
	height: 277px;
	position: relative;
	text-align: center;
}

#Logo {
	left: 261px;
	position: absolute;
	top: 90px;
}

#Logo img {
	border: none;
}

#Menu {
	border-top: 1px solid #ebebeb;
	bottom: 14px;
	display: block;
	list-style: none;
	position: absolute;
	right: 40px;
	text-align: right;
	width: 545px;
}

#Menu li {
	display: inline-block;
	margin: 8px 0 0 30px;
}

#Menu li a {
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: 10000px;
}

#Menu li a:hover {
	background-position: left -16px;
}

#Menu #AboutUs a {
	background-image: url(../images/menu_aboutus.png);
	width: 54px;
}

#Menu #ContactUs a {
	background-image: url(../images/menu_contactus.png);
	width: 66px;
}

#Menu #OurProducts a {
	background-image: url(../images/menu_ourproducts.png);
	width: 82px;
}

#Menu #OurServices a {
	background-image: url(../images/menu_ourservices.png);
	width: 74px;
}

#Slogan {
	position: absolute;
	right: 237px;
	top: 37px;
}

#Voice {
	position: absolute;
	right: 237px;
	top: 57px;
}