body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	padding: 0;
	margin: 0 0 60px 0;
	position: relative;
	background-color: #FFFFFF;
	background-image:url(images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

img#homebanner {
	position: relative;	
	left: 4px;
}

/* usefull br style */
br.clearAll {
	position: relative;
	clear: both;
	line-height: 1px;
	height: 1px;
}


div#allAreas {
	position: relative;
	width: 806px;
	margin: 35px auto 0 auto;
	background-image: url(images/mainarea_bg.gif);
	background-repeat: repeat-y;
}

/* ---------------------- HEADER AREA -------------------------- */
div#headerArea {
	position: relative;
	height: 129px;
}

div#headerArea_bg {
	position: absolute;
	background-image: url(images/headerarea_bg.jpg);
	background-repeat: repeat-x;
	height: 129px;
	width: 796px;
	left: 4px;
	top: 0;
}	

div#headerArea_curve_tl {
	position: absolute;
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	background-image: url(images/mainarea_tl.gif);
}

div#headerArea_curve_tr {
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
	height: 111px;
	background-image: url(images/mainarea_tr.gif);
}

img#logo {
	position: absolute;
	top: 4px;
	left: 25px;
}
/* ------------------------------------------------------------- */

div#menuArea {
	position: relative;
	height: 2.2em;
	background-image: url(images/mainnav_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 796px;
	left: 4px;
	border-bottom: 3px solid #62A1D7;
	background-color: #000000;
}

div#trailArea {
	position: relative;
	font-size: .7em;
	color: #666666;
	margin: 0 0 0 -5px;
}

div#trailArea a {
	color: #666666;
	text-decoration: none;
	margin: 0 5px 0 5px;
}

div#contentArea {
	position: relative;
	background-image: url(images/flowerbg.jpg);
	background-repeat: no-repeat;
	background-position: 314px center;
}

div#content {
	position: relative;
	margin: 40px 40px 0 40px;
	padding-bottom: 40px;

}

/* --------------------- FOOTER AREA --------------------------- */

div#footerArea {
	position: absolute;
	width: 806px;
	height: 30px;
	left: 0;
	bottom: -1px;
	background-image: url(images/mainarea_b.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border:0px solid red;
}

div#footerArea_curve_bl {
	position: absolute;
	left: 0;
	top: 5px;
	width: 25px;
	height: 25px;
	background-image: url(images/mainarea_bl.gif);
}

div#footerArea_curve_br {
	position: absolute;
	right: 0;
	top: 5px;
	width: 25px;
	height: 25px;
	background-image: url(images/mainarea_br.gif);
}

div#footerArea ul {
	position: absolute;
	bottom: -2em;
	right: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 12px;
}

div#footerArea ul li {
	position: relative;
	float: left;
	margin: 0 5px 0 0;
	padding: 0 0 0 5px;
	border-left: 1px solid #ffffff;
}

div#footerArea ul li.NIMFirstItem {
	border-left: none;
}

div#footerArea ul li a {
	text-decoration: none;
	color: #000000;
}

a#productLink {
	position: absolute;
	left: 0;
	bottom: -2em;
	text-decoration: none;
	color: #000000;
	font-size: 12px;
}

/* ------------------------------------------------------------- */

