body {
	margin: 0px; 
	background: #fff;
	color: #000; 
	text-decoration: none;  
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px;
	}
	
html,body {
        height: 100%;
}

div, p, th, td, li, dd, dl, dt {
	color: #000; 
	font-family: arial, helvetica, sans-serif; 
	font-size: 12px;
	text-decoration: none;
	}
	
img {
	border: 0;
	margin-top: 0;
	margin-bottom: 0;
	display: block;
	}

p {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	text-align: left;
	line-height: 16px;
	}

/* LINKS */

a:link, a:visited {
	text-decoration: none;
	color: #663;
	}
	
a:hover, a:active {
	text-decoration: underline;
	color: #663;
	}

a.selected:link, a.selected:visited {
	text-decoration: underline;
	color: #000;
	}
	
a.selected:hover, a.selected:active {
	text-decoration: underline;
	color: #000;
	}


/* IMAGES */

img#logo {
	position: absolute;
	top: 0;
	left: 28px;
}

img#product {
	position: absolute;
	top: 180px;
	left: 210px;
}

img#buy {
	display: none;
}


/* DIVS */

#wrapper {
	position: relative;
	background: #fff;
	width: 703px;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	}

#nav {
	position: absolute;
	top: 108px;
	left: 28px;
	width: 180px;
	height: 170px;
	}

#left_pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 278px;
	}

#right_pic {
	position: absolute;
	top: 0;
	left: 208px;
	width: 495px;
	height: 278px;
}

#side_pic {
	position: absolute;
	top: 278px;
	left: 28px;
	width: 179px;
	height: 270px;
}

#content {
	position: absolute;
	top: 195px;
	left: 180px;
	display: block;
	width: 503px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 403px;
	padding: 0 30px 35px 70px;
	}

#content_home {
	position: absolute;
	top: 195px;
	left: 180px;
	display: block;
	width: 503px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 353px;
	padding: 0 80px 35px 70px;
	}

#content_product {
	position: absolute;
	top: 215px;
	left: 320px;
	display: block;
	width: 360px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 260px;
	padding: 0 30px 35px 70px;
	}

#content_mafalde {
	position: absolute;
	top: 315px;
	left: 215px;
	display: block;
	width: 360px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 260px;
	padding: 0 30px 35px 0;
	}

#copyright {
	position: absolute;
	top: 400px;
	left: 250px;
	color: #666;
	font-size: 10px;
	}

#credit {
	position: absolute;
	top: 400px;
	right: 90px;
	color: #666;
	font-size: 10px;
	}

/* LISTS */
	
#nav ul{
	margin: 10px 20px;
	padding: 10px 20px;
	}

#nav ul li {
	display: block;
	list-style: none;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	}

ul#subnav {
	position: absolute;
	top: 315px;
	left: 70px;
	margin: 0;
	padding: 0;
	}

ul#subnav li {
	display: block;
	list-style: none;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	}


