/* ******************************************** */
/* CSS code developed for www.petitpois.be by   */
/* DreamDivision (www.dreamdivision.com)        */
/* Last change: 06/10/2007                      */
/* ******************************************** */




/* ******************************************** */
/* HTML STYLES & CLASSES                        */
/* ******************************************** */


html {	/* Bug fix for Mozilla, by Carey Evans */
	min-width: 970px;
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	}

p, td, ul, ol, li, dl, dt, dd {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

img {
	border: 0;
	}

.hide, hr {
	display: none;
	}


/* ******************************************** */
/* LAYOUT DIVS & CLASSES                        */
/* ******************************************** */

#mainframe {
	width: 950px;
	margin: 50px auto;
	padding: 0;
	text-align: left;
	position: relative;
	}

#content {
/*	float: left;	*/
	background: #EEE;
	text-align: center;
	font-size: 11px;
	color: #444;
	margin: 0px;
	padding: 0px;
	width: 950px;
	voice-family: "\"}\""; voice-family: inherit; /* Tantek Celik's Box Model Hack for IE */
	width: 950px;
	}

#footer {
	float:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-align: left;
	margin: 0px;
	padding: 18px 0px 15px 0px;
	width: 650px;
	}

#footer a:link {
	color: #333;
	text-decoration: none;
	}
	
#footer a:visited {
	color: #333;
	text-decoration: none;
	}

#footer a:hover {
	color: #000;
	text-decoration: underline;
	}

#referer {
	float:right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #999;
	text-align: right;
	margin: 0px;
	padding: 20px 0px 15px 0px;
	width: 300px;
	}

#referer a:link {
	color: #333;
	text-decoration: none;
	}
	
#referer a:visited {
	color: #333;
	text-decoration: none;
	}

#referer a:hover {
	color: #000;
	text-decoration: underline;
	}


/* ******************************************** */
/* LAYOUT WEBPAGES & CLASSES                    */
/* ******************************************** */

#content-intro {
	background: #BFCA00;
	height: 620px;
	text-align:center;
	vertical-align:middle;
	}

#content-intro tr {
	text-align:center;
	vertical-align:middle;
	}

#content-home {
	background: #009EE0;
	height: 620px;
	text-align:center;
	vertical-align:middle;
	background-image:url(images/home_bg.gif);
	background-position:right;
	background-repeat:no-repeat;
	}

#content-home tr {
	text-align:left;
	vertical-align:top;
	}

#content-portfolio {
	background: #BFCA00;
	height: 620px;
	text-align:center;
	vertical-align:middle;
	}

#content-portfolio tr {
	text-align:center;
	vertical-align:middle;
	}

/* ------------- ------------*/

#content-contact {
	background: #009EE0;
	height: 620px;
	text-align:center;
	vertical-align:middle;
	background-image:url(images/contact_bg.gif);
	background-position:center;
	background-repeat:repeat;
	}

#content-contact tr {
	text-align:center;
	vertical-align:middle;
	}

#content-contact p {
	font-family: Ford, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.1em;
	}

#content-contact h3 {
	font-family: Ford, Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	letter-spacing: 0.3em;
	margin-bottom: 40px;

	}

#content-contact a:link, #content-contact a:visited {
	font-size: 1em;
	color: #FFF;
	text-decoration: none;
	}

#content-contact a:hover {
	font-size: 1em;
	color: #FFF;
	text-decoration: underline;
	}



/* ------------- ------------*/

#content-links {
	background: #BFCA00;
	height: 620px;
	text-align:center;
	vertical-align:middle;
	background-image:url(images/links_bg.gif);
	background-position:center;
	background-repeat:no-repeat;
	}

#content-links tr {
	text-align:center;
	vertical-align:middle;
	}

#content-links h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight:bold;
	color: #009DDF;
	text-align: center;
	}

#content-links a:link, #content-links a:visited {
	font-size: 1.3em;
	color: #FFF;
	text-decoration: none;
	}

#content-links a:hover {
	font-size: 1.3em;
	color: #009DDF;
	text-decoration: underline;
	}
