/* CSS Document */

body{
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000;
	font-size:12px;	
	margin:0;
	
	
}

#container{
	width:760px;
	position:absolute;
	left:50%;
	margin:0 0 0 -380px;
	top: -7px;
	padding-bottom:30px;
}

#container h1{
	height:163px;
	background-repeat:no-repeat;
	background-image:url(images/slices/top_area.jpg);
	margin:0;
}

#container h3{
	font-weight:bold;
	font-size:16px;
	color:#ffab08;
	margin:0;
}

a {
	color:#ffab08;
	text-decoration:underline;
	font-weight:bold;
}

a:hover{
	text-decoration:none;

}

a img{
	border:0;
}

#row2{
	height:105px;
	background-repeat:no-repeat;
	background-image:url(images/slices/row2.jpg);
	margin:0;
}


*html #row2 img{
	margin-left:5px;
}

#row3{
	height:120px;
	background-repeat:no-repeat;
	background-image:url(images/slices/row3.jpg);
	margin:0;
}

*html #row3 img{
	margin-left:5px;
}

#row2 img, #row3 img{
	border:0;
}


#midContent{
	height:155px;
	background-repeat:no-repeat;
	background-image:url(images/slices/midContent.jpg);
	margin:0;
	padding:20px 243px 20px 243px;
}

*html #midContent{
	padding:25px 243px 20px 243px;
}

.prodDesc{
	background-color:#ffab08;
	color:#fff;
	padding:10px;
	font-weight:bold;
	font-size:12px;
}
.prodprices{
	background-color:#ffab08;
	color:#fff;
	padding:10px;
	font-size:12px;
}
