body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0;
	margin: 0 0 60px 0;
	position: relative;
	background-color: #0B3E63;
	background-image:url(images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

/* usefull br style */
br.clearAll {
	position: relative;
	clear: both;
	line-height: 1px;
	height: 1px;
}


div#allAreas {
	position: relative;
	width: 830px;
	margin: 0 auto 0 auto;
	background-image: url(images/mainarea_bg.gif);
	background-repeat: repeat-y;
}

/* ---------------------- HEADER AREA -------------------------- */
div#headerArea {
	position: relative;
	height: 158px;
}

img#logo {
	position: absolute;
	top: 0;
	left: 0;
}
div#vCart {
	position:absolute;
	top:5px;
	right:3px;		
	width:auto;
	height:auto;
	z-index:3;
}
/* ------------------------------------------------------------- */

div#leftGrad {
	position: absolute;
	top: 158px;
	left: 0;
	width: 13px;
	height: 352px;
	background-image: url(images/leftgrad.jpg);
	background-repeat: no-repeat;
}

div#rightGrad {
	position: absolute;
	top: 158px;
	left: 815px;
	width: 15px;
	height: 352px;
	background-image: url(images/rightgrad.jpg);
	background-repeat: no-repeat;
}

div#menuArea {
	position: relative;
	height: 2.2em;
	background-image: url(images/mainnav_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 798px;
	left: 15px;
	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;
}

div#content {
	position: relative;
	margin: 40px 40px 0 40px;
	padding-bottom: 40px;
	width: 780px;
}

/* --------------------- FOOTER AREA --------------------------- */

div#footerArea {
	position: absolute;
	width: 830px;
	height: 59px;
	left: 0;
	bottom: -1px;
	background-image: url(images/footer_c.jpg);
	background-repeat: repeat-x;
}

div#footer_l {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 59px;
	background-image: url(images/footer_l.jpg);
	background-repeat: repeat-x;
}

div#footer_r {
	position: absolute;
	left: 750px;
	top: 0;
	width: 80px;
	height: 59px;
	background-image: url(images/footer_r.jpg);
	background-repeat: repeat-x;
}

div#footerArea ul {
	position: absolute;
	bottom: -2em;
	right: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: .7em;
}

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: #ffffff;
}

a#productLink {
	position: absolute;
	left: 0;
	bottom: -2em;
	text-decoration: none;
	color: #ffffff;
	font-size: .7em;
}

/* ------------------------------------------------------------- */
