/* ---- HTML ELEMENTS ---- */ 

/* Top Elements */
* { margin: 0; padding: 0; outline: 0 ;
}

/* Links */
a {
	text-decoration: none;
	color: #993300; 	
}
a:hover {
	color: #ffe9e3;
}

/* Headers */
h1, h2, h3 {
	font: bold 0.5em/1.5em "Helvetica", Tahoma, Arial, Sans-serif;
	color: #484232;
	padding: 15px 10px 5px 10px;
	margin: 0;
}
h1 {
	font-size: 170%;	
	font-weight: normal;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	text-indent: -1000px;
	background-image: url(img/h1_conheca_outras_marcas.png);
	background-repeat: no-repeat; 
	background-position: left top;	
}
h2 {
	font-size: 200%;
	color: #663333;	
}
h3 {
	font-size: 150%;	
	font-weight: normal;	
}

p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

/* ------------------------------------------
   LAYOUT
------------------------------------------- */ 
#wrap {
	width: 990px;	
	margin: 0 auto;
	text-align: center;		
}

#header-wrap {
	position: relative;
	margin: 0 auto;
	padding: 0 auto;
	width: 990px;
	text-align: center;
}

#header-wrap #logo {
	margin-top: 13px;
	margin-left: 10px;	
	padding: 0;
	color: #fff;
	/* change the values of top and left to adjust the position of the logo*/
	width: 300px;
	text-align: left;
} 

#content {
	float: left;
	width: 100%;
}
#content-wrapper {
	width: 990px;
	margin: 0 auto;	
	text-align: left;
}
#content-outer {
	width: 100%;	
}

/* footer */
#footer-wrapper {
	clear: both;
	width: 990px;
	margin: 0 auto;
	text-align: left;
	font: normal 1em/1.6em "Trebuchet MS", Tahoma, Arial, Sans-serif;			
}
#footer-wrapper h3, #footer-wrapper p {
	padding-left: 0;
}
#footer-wrapper h3 {
	font: normal 1.6em/1.6em "Trebuchet MS", Tahoma, Arial, Sans-serif;
	color: #ABABAB;	
}
#footer-wrapper p {
	color: #491416;
	background: transparent;
}
#footer-wrapper a {
	color: #491416;
	background: transparent;
}
#footer-wrapper a:hover {
	color: #D0BAB5;
}

#footer {
	float: left;	
	width: 100%;	
	padding: 0;				
	margin-left: 5px;	
	margin-top: 10px;
}
#footer-bottom {
	clear: both;
	width: 880px;
	margin: 0 auto;	
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;	
}
#footer-bottom .bottom-right {
	text-align: right;
	padding-right: 0;
}

/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* clearing */
.clearer { clear: both; }
.clear {	display:inline-block; }
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}
#content-outer #content-wrapper #content .col-one .espaco {
	padding: 10px 0px;
	border-bottom: 1px dashed #666666;
}
#content-outer #content-wrapper .col-two .equipe {
	background-image: url(../images/equipe.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#content-outer #content-wrapper .col-two .equipe a {
	padding: 5px;
	display: block;
	color: #fff;
}

#content-outer #content-wrapper .col-two .equipe a:hover {

	color: #333;
}
#content-outer #content-wrapper .col-two .equipe h4 {
	margin: 15px 5px 0 5px;
	text-transform: uppercase;
}

/*  Navigation CSS Sprite horizontal 1*/

#nav {
	margin-top: 100px;
	float:right;
	font-size: 15px;
	width: 570px;
}
#nav ul {padding: 0; list-style-type: none; margin: 0;}
#nav li {float: left; display: inline;}
#nav a {float: left; display: inline; text-decoration: none; padding: 4px 17px; height: 17px;}
#nav a:hover { background: #993300;}


#navega {
	height:0;
	float:right;
	font-size: 12px;
	margin-top: 18px;
}
#navega ul {padding: 0; list-style-type: none; margin: 0;}
#navega li {float: left; display: inline;}
#navega a {float: left; display: inline; text-decoration: none; padding: 0px 7px;}




#sidebar ul.sidemenu ul li { border: none; }

#content-outer #content-wrapper #content .col-home {
	margin-top: 34px;
	background-image: url(img/bgd_imagemenu.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

