@charset "utf-8";
/* CSS Document */

/*
Created by: Lior Bar-David
Date: August 5, 2008
Version: 1.0
Email: lbardavid@yahoo.com
*/



* { /*reset default margin/padding*/
	margin:0;
	padding:0;
	}

/*----- Main Template Layout -----*/

html {
	height:100%;
	}

body {
	height:100%;
	background:#FFFFFF url(../images/background_repeat_x.jpg) repeat-x top left fixed;
	font-size:12px;
	}

#mainContainer {
	width:976px;
	height:100% auto;
	margin:0 auto;
	text-align:left;
	font-family:Trebuchet MS, Geneva, Helvetica, Arial, sans-serif;
	color:#4D4D4D;
	background:#FFFFFF;
	position:relative;
	z-index:2; /*Place container over floral pattern*/
	}
	
#header img {
	border:none;
	}

#mainContent {
	width:100% inherit;
	margin:3em 4em 0 4em;
	padding-bottom:3em;
	}

#content01 {
	float:left;
	width:47%;
	}

#content01 img {
	border:none;
	}

#content02 {
	float:right;
	width:47%;
	padding-right:30px;
	}

#content03 {
	width:100%;
	margin-bottom:10em;
	}

#borderLeft {
	height:100%;
	background:url(../images/border_left_repeat_y.jpg) repeat-y top left;

	}

#borderRight {
	height:100%;
	background:url(../images/border_right_repeat_y.jpg) repeat-y top right;
	}

/*----- Content Layout -----*/

#logoLeDelice {
	width:280px;
	height:129px;
	display:block;
	
	}

#logoLeDelice img {
	border:none;
	}

#header {
	width:969px;
	height:329px;
	margin:0 auto;
	background:url(../images/header_bg.jpg) no-repeat top left;
	}

#headerImage {
	width:464px;
	height:200px;
	float:left;
	}
	
#mainNav {
	width:503px;
	height:200px;
	float:right;
	}
	
#footer {
 	clear:both;
	width:976px;
	height:30px;
	margin:0 auto;
	background: url(../images/footer.jpg) no-repeat bottom left;
	}

#footerNav {
	width:968px;
	height:50px;
	margin:0 auto;
	background:#fdbf5b;
	}

/*----- Floral Layout -----*/

#floralWrapper {
	width:1080px;
	margin:0 auto;
	position:relative;
	z-index:0;
	}

#floralOver {
	width:326px;
	height:445px;
	background:url(../images/floral_over.png) no-repeat top right;
	position:absolute;
	top:0;
	left:83%;
	float:right;
	z-index:3;
	}

#floralUnder {
	width:360px;
	height:691px;
	background:url(../images/floral_under.png) no-repeat bottom right;
	position:absolute;
	top:0;
	left:80.5%;
	float:right;
	z-index:1;
	}

 
 