HTML,BODY,DIV,SPAN,APPLET,OBJECT,IFRAME,
H1,H2,H3,H4,H5,H6,P,BLOCKQUOTE,PRE,
A,ABBR,ACRONYM,ADDRESS,BIG,CITE,CODE,
DEL,DFN,EM,FONT,IMG,INS,KBD,Q,S,SAMP,
SMALL,STRIKE,STRONG,SUB,SUP,TT,VAR,
B,U,I,CENTER,
DL,DT,DD,OL,UL,LI,
FIELDSET,FORM,LABEL,LEGEND,
TABLE,CAPTION,TBODY,TFOOT,THEAD,TR,TH,TD{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	}
OL,UL{
	list-style:none;
	}
BLOCKQUOTE,Q{
	quotes:none;
	}
BLOCKQUOTE:BEFORE,BLOCKQUOTE:AFTER,
Q:BEFORE,Q:AFTER{
	content:'';
	content:none;
	}

:FOCUS{
	outline:0;
	}
INS{
	text-decoration:none;
	}
DEL{
	text-decoration:line-through;
	}
TABLE{
	border-collapse:collapse;
	border-spacing:0;
	}
A:LINK,
A:VISITED{
	color:669;
	text-decoration:none;
	}
A:HOVER,
A:ACTIVE{
	color:cd9f46;
	text-decoration:underline;
	}
BODY{
	background:#cd9f46;
	color:#000;
	font:.875em/1.571 Verdana,Geneva,sans-serif;
	}

/* Wrap
-------------------------*/
#wrap{
	overflow:hidden;
	width:960px;
	margin:0 auto;
	border-left:3px solid #000;
	border-right:3px solid #000;
	background:#fff;
	}

/* Header
-------------------------*/
#header{
	width:960px;
	height:320px;
	border-bottom:3px solid #000;
	background:#fff;
	color:#000;
	}


/* Menu
-------------------------*/
#menu{
	position:relative;
	left:50%;
	margin-left:-460px;
	margin-bottom:1em;
	width:920px;
	height:48px;
	background:url(../images/bg-menu.png) no-repeat;
	}
	#menu UL{
		margin:0;
		overflow:hidden;
		padding:0 30px;
		}
	#menu LI{
		float:left;
		display:block;
		font:bold 1.2em/48px Arial,Helvetica,sans-serif;
		}
	#menu A{
		float:left;
		display:block;
		padding:0 10px;
		}
	#menu A:LINK,
	#menu A:VISITED{
		color:#ddd;
		text-decoration:none;
		}
	#menu A:HOVER,
	#menu A:ACTIVE{
		color:#fff;
		text-decoration:none;
		background:url(../images/bg-menu-item.png) repeat-x;
		}

/* Content
-------------------------*/
#content{
	position:relative;
	width:960px;
	min-height:500px;
	background:#fff url(../images/bg-content.gif) repeat-x;
	}

/* Primary Content
-------------------------*/
#primary-content{
	float:left;
	width:700px;
	}
	#primary-content .inner{
		padding:0 20px 20px 20px;
		}
	#primary-content H2{
		clear:both;
		font-size:2em;
		line-height:1.2;
		font-weight:normal;
		margin-bottom:.5em;
		color:#cd9f46;
		}
	#primary-content P{
		text-align:justify;
		margin-bottom:1em;
		text-indent:1em;
		}
	#primary-content P.first{
		text-indent:none;
		}
	#primary-content OL,UL{
		margin:1em 2em;
		}
		#primary-content UL LI{
			list-style-type:disc;
			padding-left:2em;
			}
		#primary-content OL LI{
			list-style-type:decimal;
			padding-left:2em;
			}
		#primary-content .list-without LI{
			list-style-type:none;
			}
	#primary-content IMG.illustr{
		margin:0 auto;
		margin-bottom:2.5em;
		display:block;
		}
	#primary-content TABLE.service{
		width:100%;
		margin:1em 0 2em;
		border-top:1px solid #b9faff;
		border-bottom:1px solid #b9faff;
		}
	#primary-content TABLE.service TD{
		padding:5px;
		border-bottom:1px dotted #aaa;
		}

/* Secondary Content
-------------------------*/
#secondary-content{
	width:260px;
	float:right;
	}
	#secondary-content .inner{
		padding:56px 20px 20px 0;
		}
	#secondary-content .box{
		width:220px;
		margin-bottom:2em;
		padding:1em 10px 0;
		background:url(../images/title_back.gif) no-repeat;
		}
	#secondary-content H2{
		background:url(../images/title.gif) no-repeat;
		width:230px;
		height:55px;
		padding:0 5px;
		line-height:55px;
		text-align:center;
		color:#fff;
		}

/* Footer
----------------------------------------*/
#footer{
	clear:both;
	background:#000 url(/images/bg-footer.gif) repeat-x;
	color:#fff;
	}
	#footer P{
		padding:5px 30px;
		line-height:31px;
		}
	#footer A:LINK,
	#footer A:VISITED{
		color:#fff;
		text-decoration:none;
		}
	#footer A:HOVER,
	#footer A:ACTIVE{
		color:#ff9;
		}

/* Fabrica
----------------------------------------*/
#fabrica{
	padding:1px 0 0 0;
	text-align:center;
	}
	#fabrica IMG{
		border:0;
		vertical-align:middle;
		}

#slide-container #slideshow img {
	z-index:1;
	left:0;
	position:absolute;
	top:0;
	}
