@charset "iso-8859-1";
/* CSS Document */

* html img { /* codigo para usar PNG com fundo transparente. */
	filter:expression(
		this.alphaxLoaded ? "" :(this.src.substr(this.src.length-4)==".png"?((!this.complete)? "" :
		this.runtimeStyle.filter=("progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')")+
		(this.onbeforeprint="this.runtimeStyle.filter='';this.src='"+this.src+"'").substr(0,0)+
		String(this.alphaxLoaded=true).substr(0,0)+
		(this.src="images/hackPng/blank.gif").substr(0,0)):this.runtimeStyle.filter=""));
}

/*
 * BACKGROUND
 */
html, body { height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }
html {
	background: #E4E4D6 url(../images/jpg/bg_html.jpg) repeat-y top center;
}
body {
	background: transparent url(../images/jpg/bg_body.jpg) no-repeat top center;
}

/*
 * SITE
 */
#container {
	width: 760px;
	margin: 0 auto;
	font: normal 12px/16px Verdana, Geneva, sans-serif;
	text-align: left;
	color: #000;
}

/*
 * HEADER
 */
#header {
	clear: both;
	position: relative;
	height: 221px;
	margin: 0 0 18px;
	background: #C90 url(../images/jpg/bg_header.jpg) no-repeat top center;
}
#header a {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 286px;
	height: 107px;
	margin: -53px 0 0 -143px;
}

/*
 * WRAPPER
 */
#wrapper {
	border-top: 1px solid #C90;
	background: url(../images/jpg/bg_wrapper.jpg) repeat-y 0 0;
}

/*
 * SIDE LEFT
 */
#sideLeft {
	display: inline;
	float: left;
	position: relative;
	z-index: 10;
	width: 200px;
}
#sideLeft img {
	margin: 10px;
}
#sideLeft ul {
	width: 180px;
	margin: 10px auto;
	padding: 2px 0 0;
	background: url(../images/jpg/bg_li.jpg) no-repeat top center;
}
#sideLeft ul li {
	position: relative;
	height: 29px;
	padding: 0 0 2px;
	background: url(../images/jpg/bg_li.jpg) no-repeat bottom center;
}
#sideLeft ul li a:link,
#sideLeft ul li a:visited,
#sideLeft ul li a:active {
	display: block;
	width: 180px;
	height: 29px;
	text-indent: -9000px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#sideLeft ul li a#m01 { background-image: url(../images/jpg/m01.jpg); }
#sideLeft ul li a#m02 { background-image: url(../images/jpg/m02.jpg); }
#sideLeft ul li a#m03 { background-image: url(../images/jpg/m03.jpg); }
#sideLeft ul li a#m04 { background-image: url(../images/jpg/m04.jpg); }
#sideLeft ul li a#m05 { background-image: url(../images/jpg/m05.jpg); }
#sideLeft ul li a#m06 { background-image: url(../images/jpg/m06.jpg); }
#sideLeft ul li a#m07 { background-image: url(../images/jpg/m07.jpg); }
#sideLeft ul li a#m08 { background-image: url(../images/jpg/m08.jpg); }
#sideLeft ul li a#m09 { background-image: url(../images/jpg/m09.jpg); }
#sideLeft ul li a#m10 { background-image: url(../images/jpg/m10.jpg); }
#sideLeft ul li a:hover { background-position: 0 -29px; }
/* Fix IE. Hide from IE Mac \*/
* html #sideLeft ul li { float: left; height: 1%; }
* html #sideLeft ul li a { height: 1%; }
/* End */
#sideLeft ul li ul {
	position: absolute;
	top: -12px;
	left: 180px;
	z-index: 30;
	visibility: hidden;
	width: 200px;
	border-bottom: 1px solid #000;
	background: #444141 url(../images/jpg/bg_submenu.jpg) no-repeat top center;
}
#sideLeft ul li.over ul {
	visibility: visible;
}
#sideLeft ul li.over a {
	background-position: 0 -29px;
}
#sideLeft ul li ul li {
	height: 20px;
	padding: 0 0 2px;
	background: url(../images/jpg/bg_li.jpg) no-repeat bottom center;
}
#sideLeft ul li ul li.semBg {
	background: none;
}
#sideLeft ul li ul li a:link,
#sideLeft ul li ul li a:visited,
#sideLeft ul li ul li a:active {
	display: block;
	width: 180px;
	height: 20px;
	padding: 0 10px;
	font: normal 11px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 0;
	color: #FFF;
}
#sideLeft ul li ul li a:hover {
	color: #C90;
}

/*
 * CONTENT
 */
#content {
	display: inline;
	float: left;
	position: relative;
	z-index: 2;
	width: 560px;
}

/*
 * FOOTER
 */
#footer {
	clear: both;
	height: 80px;
	font: normal 10px/14px Verdana, Geneva, sans-serif;
	text-align: left;
	color: #FFF;
	background-color: #C90;
}
#footer address {
	float: left;
	padding: 12px;
}
#footer p {
	float: right;
	padding: 5px 10px;
	text-align: right;
}

/*
 * CLEAR FIX
 */
#wrapper:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}