@import url("design.css");
@import url("layout.css");
/* ------------------------------------------------------------------------
version: 1.0
author: Favus Interactive Editoração Eletrônica LTDA-ME
email: projeto@favus.com.br
website: http://www.favus.com.br
phone: 55 (11) 2638 1285 | 2638 1289
*/

body{
	margin: 0;
	padding: 0;
	background-color: White;
	line-height: 18px;
	font-size: 11px;
	font-weight: normal;
	font-family: Tahoma, Arial;
	color: #848484;
	background-image: url(../imagens/back-home-out2011.gif);
	background-position: top left;
	background-repeat: repeat-x;
}


#slider {
    width: 960px; /* important to be same as image width */
    height: 400px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
	text-align:left;
}

#slider1 {
    width: 960px; /* important to be same as image width */
    height: 400px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#sliderContent, #slider1Content {
    width: 960px; /* important to be same as image width or wider */
	height:400px;
    position: absolute;
	margin:0;
	padding: 0;
}
#sliderContent .sliderImage, .slider1Image {
    float: left;
    position: relative;
	display: none;
}
#sliderContent .sliderImage span {
    position: absolute;
	font: 13px Tahoma, Helvetica, sans-serif;
    padding: 20px;
    width: 920px;
    background-color: #000;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #fff;
    display: none;
}

#sliderContent .slider1Image span {
    position: absolute;
	font: 13px Tahoma, Helvetica, sans-serif;
    width: 960px;
    background-color: #000;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
	-khtml-opacity: 0.9;
    opacity: 0.9;
    color: #fff;
    display: none;
}
#sliderContent .clear {
	clear: both;
}
#sliderContent .sliderImage span strong, .slider1Image span strong {
    font-size: 13px;
}
#sliderContent .top {
	top: 0;
	left: 0;
}
#sliderContent .bottom {
	bottom: 0;
    left: 0;
}
#sliderContent .left {
	top: 0;
    left: 0;
	width: 300px !important;
	height: 200px;
}
#sliderContent .right {
	right: 0;
	bottom: 0;
	width: 450px !important;
	height: 300px;
}
#sliderContent ul { list-style-type: none;}

#sliderContent a:link,
#sliderContent a:active,
#sliderContent a:visited {color: #FFF; text-decoration:underline;}
#sliderContent a:focus,
#sliderContent a:hover {color:#e1d8c2;}
