﻿@charset "utf-8";
/* Layout (global rules for all sizes) */
#Wrapper {
	max-width: 900px;
	margin: 20px auto 20px auto;
	font-size: .9em;
	padding: 10px 10px 0px 10px;
}
header {
	height: 140px;
	margin: 10px;
}
header a.logo img {
	float: left;
	margin: 0px 0px 0px 0px;
	width: 23%;
}
header p {
	float: left;
	margin: 0;
}
header nav {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.21em;
	padding-top: 5.5%;
	width: 67%;
	float: left;
}
header nav ul {
	margin-left: 0;
}
header nav ul li img {
	width: 100%;
}
header nav ul li {
	display: inline-block;
	float: left;
	background: #fff;
	border: 3px #EBE0C4 solid;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	padding: 2px 10px 2px 10px;
	color: #000;
	margin-right: 10px;
}
header nav ul li a span {
	color: #FF0000;
}
header nav ul li a span:hover {
	color: #fff;
}
header nav ul li:hover {
	background: #FF0000;
	color: #fff;
	border: 3px #FF0000 solid;
}
header nav ul li:last-child {
	position: absolute;
	top: 9%;
	background: #fff;
}
header nav ul li:last-child img {
	width: 100%;
}
header nav a {
	color: #000;
	text-decoration: none;
}
footer {
	height: 70px;
	text-align: center;
	margin-top: 20px;
}
footer ul {
	width: 40%;
	margin: 15px auto 20px auto;
}
footer ul li {
	display: inline;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 10px 0px;
	border-right: 1px #FF0000 solid;
	line-height: 24px;
}
footer ul li:last-child {
	border-right: 0px;
}
footer ul li a {
	text-decoration: none;
}
#body-image {
	float: left;
	width: 40%;
	margin-right: 2%;
}
.wideimage {
	width: 55% !important;
}
.wideimage img {
	border: 1px #BAADA4 dotted;
}
.widebody {
	width: 43% !important;
}
#body-image h1 {
	font-size: 2em;
	text-align: center;
	margin: 20px;
}
#body-content {
	width: 58%;
	float: right;
}
#body-content h2, #body-image h2 {
	color: #fff;
	text-align: center;
	width: 70%;
	margin: auto auto 10px auto;
	clear: both;
}
#body-content h2.no-wrap {
	white-space: nowrap;
	width: auto;
	text-align: left;
}
#body-content h2.width-auto {
	width: auto;
}
#body-content h3 {
	background: url('../images/arrow-cream.png') left center no-repeat;
	font-weight: bold;
	color: #fff;
	padding: 5px 0px 5px 40px;
	font-size: 1.5em;
	margin: 10px 0px 10px 0px;
}
#body-content h4 {
	background: #D9BF9A;
	font-weight: bold;
	color: #000;
	font-size: 1.3em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	text-align: center;
	width: 95%;
	padding: .5em;
}
#body-content h4 a {
	color: #FF0000;
}
#body-content h5 {
	font-size: 1.8em;
	text-align: center;
	font-weight: bold;
	margin: 50px 20px;
}
#body-content span {
	font-weight: bold;
	color: #fff;
	display: block;
}
#body-content span.red {
	color: #FF0000;
	display: inline-block;
}
#body-content ul {
	float: left;
	margin-bottom: 1em;
}
#body-content ul li {
	background: url('../images/bluts.jpg') left top no-repeat;
	padding-left: 2em;
	line-height: 1.2em;
}
#body-content ol {
	color: #FF0000;
	font-size: 1.2em;
	font-weight: bold;
}
#body-content p {
	color: #D9BF9A;
	font-weight: normal;
	margin: 1em 0px 1em 0px;
	clear: left;
}
#body-content p img {
	float: left;
	margin: 0px 10px 10px 0px;
}
.form td {
	text-align: right;
}
.form input[type=text] {
	width: 95%;
}
.form input[type=text].small-input {
	width: 85%;
}
.form select {
	width: 100%;
}
/*--..........Home............--*/
#homePage #Wrapper {
	background: #E6D0A7;
}
#homePage #Wrapper footer {
	border-top: 0;
}
#homePage #Wrapper footer ul {
	width: 50%;
}
#homePage #Wrapper footer a {
	color: #000;
	font-weight: bold;
}
#homePage #Wrapper header nav {
	width: 100%;
	margin-left: 1em;
}
#homePage #Wrapper header nav ul li {
	border: 1px solid #000;
	padding: 5px 10px 5px 10px;
	font-size: 1.3em;
}
#homePage #Wrapper header nav ul li:last-child {
	padding: 20px;
	top: 40px;
}
#home-body {
	position: relative;
}
#home-body a {
	display: block;
}
#home-body a.about-us {
	width: 14.4%;
	height: 12.7%;
	position: absolute;
	top: 0.20%;
	left: 6.7%;
}
#home-body a.about-us-1 {
	width: 15.7%;
	height: 14.3%;
	position: absolute;
	top: 3.53%;
	left: 23.3%;
}
#home-body a.delivery {
	width: 12.5%;
	height: 12.1%;
	position: absolute;
	top: 1%;
	right: 23.6%;
}
#home-body a.services {
	width: 14%;
	height: 12.7%;
	position: absolute;
	top: 11.7%;
	right: 7.4%;
}
#home-body a.delivery-1 {
	width: 18.3%;
	height: 15.3%;
	position: absolute;
	top: 29.9%;
	right: 20.1%;
}
#home-body a.pricing {
	width: 13.6%;
	height: 12.4%;
	position: absolute;
	top: 27.8%;
	left: 43.3%;
}
#home-body a.testimonials {
	width: 15.4%;
	height: 13.6%;
	position: absolute;
	top: 22.19%;
	left: 7.11%;
}
#home-body a.environment {
	width: 17.2%;
	height: 15.3%;
	position: absolute;
	top: 53.9%;
	left: 2.4%;
}
#home-body a.contacts {
	width: 13%;
	height: 11.8%;
	position: absolute;
	top: 62.26%;
	right: 8.11%;
}
/*------End Home---*/
/*--=============================================--*/
