@charset "utf-8";
/* CSS Document */
@import url("reset.css");
html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCC;
	background-color: #131313;
	background-image: url(../images/bg_body.jpg);
}
#container {
	min-height:100%;
	position:relative;		
}
#headercontainer {
	background-image: url(../images/bg_top.gif);
	background-repeat: repeat-x;
	height: 271px;
}
#header {
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	height: 199px;
	width: 842px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#menu {
	background-color: #131313;
	height: 55px;
	width: 842px;
	margin-right: auto;
	margin-left: auto;
}
/*#menu ul {
	padding-left:420px;
}
#menu li {
	display:inline;
}
#menu a {
	padding: 0 35px 0 0;
}*/
#logo {
	position: relative;
	left: 51px;
	top: -38px;
	height: 30px;
	width: 223px;
}
#header h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #666;
	line-height: 130%;
	font-weight: bold;
	padding-top: 45px;
	padding-left: 40px;
}

#contentcontainer {
	padding-bottom:100px;
}
#content {
	width: 842px;
	margin-right: auto;
	margin-left: auto;
}
#content #colA {
	float: left;
	width: 250px;
	padding-left: 30px;
}
#content #colB {
	float: left;
	width: 250px;
	padding-left: 30px;
	font-size:16px;
}
#content li{
	line-height: 150%;
	background-image: url(../images/dot.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 20px;
		
}
#content #colC {
	float: left;
	width: 230px;
	padding-left: 30px;
}
#content #colC li{
	background: none;
	padding-left:0;	
}
#content #colD {
	float: left;
	width: 470px;
	padding-left: 30px;
}
#content #colE {
	float: left;
	width: 300px;
	padding-left: 30px;
}
#content h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-top: 40px;
	padding-bottom: 15px;
	font-weight: normal;
	color: #FFF;
}
#content h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 40px;
	padding-bottom: 15px;
	font-weight: normal;
	color: #FFF;
}
#content p {
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#content img {
	border: 1px solid #CCC;
}
#content a:link, #content a:visited{
	color:#FFF;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
#content a:hover{
	color:#CFF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CFF;
}
#content strong {
	color:#F60;
}

#content p.clientes {
	font-size: 11px;
	padding: 10px;
	text-align:justify;
}
#content label {
	display: block;
	float: left;
	width: 120px;
	
}
#content input, #content textarea {
	font-family: Arial, Helvetica, sans-serif;
	width: 250px;
	font-size: 13px;
	background-color:#EEE;
	border: 1px solid #CCC;
}
#content input.button {
	width:100px;
	margin-left: 120px;
}
#content form p {
	padding:6px;
}

#footercontainer {
 	position:absolute;
   	bottom:0;
	width:100%;
	background-color: #131313;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #373737;
	height: 65px;
	color: #FFF;
	line-height: 160%;
	padding-top: 20px;
}
#footer {
	width: 842px;
	margin-right: auto;
	margin-left: auto;
}
#footer p {
	padding-left:380px;
}
#footer p.logosmall {
	float:left;
	padding:15px 0 0 30px;
}
#footer a:link, #footer a:visited{
	color:#FFF;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}
#footer a:hover{
	color:#CFF;
}

#slider {
    width: 221px; /* important to be same as image width */
    height: 143px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}
#slider #sliderContent {
    width: 221px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}
#slider .sliderImage {
    float: left;
    position: relative;
	display: none;
	border:none;
}
#slider .sliderImage span {
    position: absolute;
	font: 11px/15px Arial, Helvetica, sans-serif;
    padding: 8px 13px 12px 13px;
    width: 221px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
#slider .clear {
	clear: both;
}
#slider .sliderImage span strong {
    font-size: 14px;
	color:#fff;
}
#slider .top {
	top: 0;
	left: 0;
}
#slider .bottom {
	bottom: 0;
    left: 0;
}
