/*** La Petite Ferme - holding page - March 2010 ***/

/* Normalizes margin, padding */
body, div, ul, li, h1, h2, h3, p, span { 
    margin: 0;
    padding: 0;
}

/* Normalizes font size for headers */
h1, h2, h3 {
    font-size: 100%;
}
/* Removes list-style from lists */
ul { 
    list-style: none;
}

/* Removes border from img and abbr */
img, abbr {
    border: 0;
}

html {
	background: #ffffdf;
	min-width: 900px;
	padding-top: 40px;
	padding-bottom: 80px;
}

body {
    position: relative;
	font: 62.5%/1.9em Helvetica, Arial, sans-serif;
	color: #3b5721;
}

h1, h2, h3, div#header p {	
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
}

h1 {
	font-size: 2.8em;
}

h2 {
	font-size: 1.9em;
	margin-bottom: 5px;
}

h3 {
	font-size: 1.7em;
}

h4 {
	font-size:1.5em;
	margin-bottom: 5px;
}

p {
	font-size: 1.2em;
}

h1, h2, h3, a {
	color: #52411e;
}	

a {
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

div#content {
	width: 900px;
    margin: 0 auto;
}

div#header {
	width: 100%;
	margin-bottom: 100px;
}

div#header p {
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 12px;
}

div#header img {
	float: right;
	margin-left: 20px;
	margin-top: -20px;
}

div#contentMain {
	position: relative;
}

div#contentMain ul {
	margin-left: 164px;
}

div#contentMain ul li{
	margin-bottom: 35px;
}

div#contentMain h3 {
	margin: 45px 0 15px 5px;
}

div#contentMain ul#contact_main {
	margin-left: 0;
	padding-bottom: 15px;
	font-size: 1.2em;
}

div#contentMain ul#contact_main li {
	margin-bottom: 8px;
}

div#contentMain ul#contact_main li span.company-name {
	font-size: 1.3em;
	font-weight: bolder;
	display: block;
}

div#contentMain ul#contact_main li.map {
	margin-top: 45px;
}

div#contentSub {
	width: 720px;
}

div#contentSub h3 {
	font-size: 1.8em;
	margin-left: 0;
}

div#contentSub p {
	margin-bottom: 1em;
}

div#contentSub ul {
	margin-left: 0;
}

div#contentSub ul#news {
	width: 900px;
}

div#contentSub ul#reviews li {
	font-size: 1.2em;
	display: inline;
	margin-right: 50px;
}

div#contentMain img {
	border: 5px solid #fff;
	position: absolute;
}

div#contentMain img#lt {
	left: 0;
	top: 0;
}

div#contentMain img#lm {
	left: 0;
	top: 115px;
}

div#contentMain img#lb {
	left: 0;
	top: 230px;
}

div#contentMain img#rt {
	right: 0;
	bottom: 230px;
}

div#contentMain img#rm {
	right: 0;
	bottom: 115px;
}

div#contentMain img#rb {
	right: 0;
	bottom:0;
}