* {
	margin:0;
	padding:0;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#mainContent a {
	color:#666;
	font-weight:bold;
	text-decoration:none;
}
#mainContent a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}	
.clear {
	overflow:hidden;
	clear:both;
	height:0;
	margin:0;
	font-size:1px;
	line-height:0;
}
.overflow {
	overflow:hidden;
}
.hide {
	display:none;
}
.show {
	display:block;
}
.left {
	float:left;
}
.MT20 {
	margin-top:20px;
}
.PT10 {
	padding-top:10px;
}
div#wrapper {
	width:948px;
	margin:15px auto 30px auto;
	border:1px solid #d3cbc0;
	padding-bottom:15px;
	min-height:585px;
	height:auto;
}
* html div#wrapper {
	height:570px;
} 
div#header {
	width:100%;
	height:69px;
	/*background:url(../images/headerBack.gif) 0 0 repeat-x;
	margin-top:20px;*/
}
img#logo {
	margin:15px 0 0 25px;
}
div#menuBar {
	width:100%;
	height:36px;
	background-color:#ba1f39;
}
/**** MAIN NAVIGATION ****/
ul#mainNav {
	float:right;
	margin:14px 10px 0 0;
}
ul#mainNav li {
	display:inline;
	list-type:none;
	border-left:1px solid #FFFFFF;
	height:22px;
	line-height:22px;
}
ul#mainNav li a {	
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	padding:0 10px;
	line-height:22px;
}
ul#mainNav ul li {
	border-left:0;
	width:170px;
}
div#scroll {
	overflow:auto;
}
/**** CATEGORY NAV ****/
div#content {
	overflow:hidden;
	margin-bottom:0;
}
ul#categoryNav {
	width:223px;
	background:url(../images/line.gif) bottom left no-repeat;
	padding-bottom:2px;
	margin-top:30px;
	float:left;
}
ul#categoryNav li {
	text-align:center;
	list-style:none;
}
ul#categoryNav li a {
	font-size:15px;
	text-decoration:none;
	color:#5D5753;
	text-align:center;
	display:block;
	font-weight:bold;
	height:36px;
	line-height:39px;
	background:url(../images/categoryNavBack.jpg) 0 0 no-repeat;
}
ul#categoryNav li a:hover,
ul#categoryNav li a.active {
	background:url(../images/categoryNavBack.jpg) 0 -54px no-repeat;
}
ul#categoryNav li ul li a {
	color:#b7b2ac;
	font-size:14px;
	height:27px;
	line-height:29px;
	font-weight:bold;
}
ul#categoryNav li ul li a:hover {
	background:url(../images/categoryNavBack.jpg) 0 0 no-repeat;
	color:#000;
}
div#mainContent h1 {
	text-align:left;
}
div#prodLogo {
	display:block;
	margin:30px 0 0 10px;
	width:222px;
	height:41px;
	background:url(../images/titleBack.gif) 0 0 no-repeat;
	text-align:center;
	font-size:17px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	line-height:42px;
}
a#prodLogo {
	display:block;
	margin:30px 0 0 10px;
	width:222px;
	height:41px;
	background:url(../images/titleBack.gif) 0 0 no-repeat;
	text-align:center;
	font-size:17px;
	color:#333333;
	text-decoration:none;
	font-weight:bold;
	line-height:42px;
}


/*** LISTA ADVERTISING ***/
ul#listaAdvertising {
	list-style:none;
}
ul#listaAdvertising li {
	width:133px;
	height:215px;
	text-align:center;
	margin:10px;
	float:left;
}
ul#listaAdvertising li a img {
	border:1px solid #999;
	margin-bottom:10px 13px 10px 13px;
	padding:1px;
}
div#mainContent ul#listaAdvertising li p {
	color:#333;
	margin-top:0;
}


