/* Reset CSS
-----------------------------------*/
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,
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-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
	}
EM{
	font-style:normal;
	}
A{
	text-decoration:none;
	color:#369;
	}
A:LINK{
	border-bottom:1px solid #aaa;
	}
A:VISITED{
	color:#669;
	border-bottom:1px solid #aaa;
	}
A:HOVER,
A:ACTIVE{
	border-bottom:1px solid #d44;
	color:#d44;
	}
:FOCUS{
	outline:0;
	}
HTML,
BODY{
	height:100%;
	}
BODY{
	font-family:Tahoma,Geneva,sans-serif;
	font-size:.8125em;
	line-height:1.538;
	color:#555;
	background:#ffc;
	}
OL,UL{
	list-style:none;
	}
TABLE{
	border-collapse:collapse;
	}
CAPTION,TH,TD{
	text-align:left;
	font-weight:normal;
	}
BLOCKQUOTE:BEFORE,BLOCKQUOTE:AFTER,
Q:BEFORE,Q:AFTER{
	content:"";
	}
BLOCKQUOTE,Q{
	quotes:"" "";
	}

/* Wrap
-----------------------------------*/
#wrap{
	width:900px;
	margin:0 auto;
	}

/* Header
-----------------------------------*/
#header{
	background:#369 url(../images/bg-header.jpg) no-repeat;
	width:900px;
	height:137px;
	}
	#header H1{
		text-indent:-9999px;
		}
	#header P{
		text-indent:-9999px;
		}

/* Menu
-----------------------------------*/
#menu{
	overflow:hidden;
	width:900px;
	background:#369;
	border-top:1px solid #ffc;
	}
	#menu UL{
		overflow:hidden;
		width:900px;
		}
	#menu LI{
		float:left;
		display:block;
		}
	#menu A{
		float:left;
		border-right:1px solid #ffc;
		border-bottom:0;
		background:#369;
		height:30px;
		line-height:30px;
		padding:0 30px;
		color:#fff;
		text-decoration:underline;
		}

/* Content
-----------------------------------*/
#content{
	width:840px;
	padding:0 30px;
	}

/* Typography
-----------------------------------*/
#content #page-title{
	color:#369;
	margin-bottom:.5142em;
	padding-top:1em;
	font-size:1.75em;
	}
#content H1,
#content H2,
#content H3,
#content H4,
#content H5,
#content H6{
	margin:0;
	line-height:1;
	font-weight:normal;
	}
#content H1{
	margin-bottom:.5em;
	font-size:2em;
	}
#content H2{
	margin-bottom:.5142em;
	padding-top:.2em;
	font-size:1.75em;
	}
#content H3{
	margin-bottom:.7em;
	padding-top:.3em;
	font-size:1.5em;
	clear:both;
	}
#content H4{
	margin-bottom:.6em;
	font-size:1.35em;
	}
#content H5{
	margin-bottom:.5em;
	font-weight:bold;
	font-size:1.1em;
	}
#content H6{
	margin-bottom:.5em;
	font-weight:bold;
	font-style:italic;
	font-size:1em;
	}
#content P{
	margin-bottom:1em;
	text-align:justify;
	}
#content OL,
#content UL{
	margin:1em 0;
	}
#content OL LI{
	margin:0 0 0 2em;
	display:list-item;
	list-style-position:outside;
	list-style-type:decimal;
	}
#content UL LI{
	margin:0 0 0 2em;
	display:list-item;
	list-style-position:outside;
	list-style-type:disc;
	}
#content EM{
	font-style:italic;
	}
#content STRONG{
	font-weight:bolder;
	}
#content TABLE{
	margin:0 0 1.5em 0;
	}
#content CAPTION{
	margin:1em 0 .3em 1.25em;
	caption-side:top;
	font:italic bold 1.1em/1.5 'Palatino Linotype',Palatino,Georgia,serif;
	color:#999;
	}
#content TH{
	background:#69c;
	padding:5px 7px;
	vertical-align:middle;
	text-align:center;
	font-weight:bold;
	color:#fff;
	}
#content .price TD{
	text-align:center;
	width:50%;
	padding:5px 0;
	}
#content TD{
	padding:10px 7px;
	border-bottom:1px solid #69c;
	vertical-align:top;
	text-align:left;
	}
#content .pic{
	display:block;
	position:relative;
	z-index:5;
	border:1px solid #ddd;
	background:#eee;
	padding:5px;
	margin-bottom:20px;
	}
#content .left{
	float:left;
	clear:left;
	margin:0 20px 20px 0;
	}
#content .right{
	float:right;
	clear:right;
	margin:0 0 20px 20px;
	}

/* Footer
-----------------------------------*/
#footer{
	position:relative;
	clear:both;
	}
	#footer P{
		padding:10px;
		line-height:31px;
		}
	#footer A{
		text-decoration:none;
		border:0;
		}
	#footer A:LINK,
	#footer A:VISITED{
		color:#555;
		}
	#footer A:HOVER,
	#footer A:ACTIVE{
		color:#ff7a15;
		}
	#footer .fabrica{
		padding-right:20px;
		}
	#footer .liveinternet{
		padding-left:20px;
		}

/* Fabrica
-----------------------------------*/
#fabrica{
	text-align:center;
	}
	#fabrica IMG{
		border:0;
		vertical-align:middle;
		}
