
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
}




div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	background-color:#000066;
}

div#header {
	position:absolute;
	width:100%;
	background: repeat-x top url(http://www.775brasil.com.br/imagens/listras_pretas.gif);
	height:110px;
}
	#logo{
	position:absolute;
	right:0px;
	width:221px;
	height:110px;
	background-image:url(http://www.775brasil.com.br/imagens/logo.gif);
	}

div#content {
	padding:120px 2.5em 5em; /* bottom padding for footer */
	background:#333333;
}

div#footer {
	position:fixed;
	width:100%;
	bottom:0; /* stick to bottom */
	background:#000;
	height:30px;
	text-align:center;
	z-index:2;
}

div#footer h3,
div#footer h3 a{
	font-family:Lucida Grande, Trebuchet MS, Helvetica;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
}


/*  MENU  */

#menu{
	position:absolute;
	top:115px;
	widows:30px;
	height:400px;
	margin-left:-2.5em;
	z-index:2;
}

#menu ul {
padding: 0;
list-style: none;
height: 78px;
margin:0px;
}
	
#menu ul li {
padding:0px;
margin:0px;
padding-bottom:5px;
}
	
#menu ul li a {
display:block;
height: 78px;
text-indent: -600px;
text-decoration: none; 
}

#menu_marca{
background:url(http://www.775brasil.com.br/imagens/bts/marca.gif);
width:30px;
background-position:-378px 0;
}

#menu_blog{
background:url(http://www.775brasil.com.br/imagens/bts/blog.gif);
width:30px;
background-position:-378px 0;
}

#menu_clubevip{
background:url(http://www.775brasil.com.br/imagens/bts/clubevip.gif);
width:30px;
background-position:-378px 0;
}

#menu_lojas{
background:url(http://www.775brasil.com.br/imagens/bts/lojas.gif);
width:30px;
background-position:-378px 0;
}

#menu_colecao{
background:url(http://www.775brasil.com.br/imagens/bts/colecao.gif);
width:30px;
background-position:-378px 0;
}

#menu ul li.hover a,
#menu ul li:hover a,
#menu ul li a.hover, 
#menu ul li a:hover,
#menu ul li a.active,
#menu ul li a.active.hover, 
#menu ul li a.active:hover {
background-position: 0 0px;
width:360px;
}

#bt{
background-color:#ffffff;
color:#000000;
font-family:Lucida Grande, Trebuchet MS, Helvetica;
font-size:12px;
width:80px;
display:inline-block;
text-align:center;
}

#pagNav{
position:absolute;
left:80px;
top:100px;
}

h1{
	font-family:Lucida Grande, Trebuchet MS, Helvetica;
	font-size:18px;
	color:#FFFFFF;
	margin-top:40px;
}

h6{
	font-family:Lucida Grande, Trebuchet MS, Helvetica;
	font-size:10px;
	color:#FFFFFF;
	margin: 0 0 5px 0;
}

h6 a{
	color:#F00;
	}

div#content h5,
div#content h5 a{
	font-family:Lucida Grande, Trebuchet MS, Helvetica;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	margin-bottom:3px;
	margin-top:0px;
}

div#content h5:hover a,
div#content h5 a:hover,
div#content h5 a.hover{
	color:#F00;
	text-decoration:none;
}

div#content h4,
div#content h4 a{
background-color:#ffffff;
color:#000000;
font-family:Lucida Grande, Trebuchet MS, Helvetica;
font-size:11px;
padding:2px;
float:left;
margin-right:5px;
margin-bottom:5px;
margin-top:0px;
text-decoration:none;
}

#col1{
	display:inline;
	float:left;
	height:300px;
	margin-right:10px;
	width:35%;
}
#col2{
	float:left;
	width:35%;
}
#col3{
	float:left;
	width:340px;
}
#assinaMulisha{
width:16px;
height:16px;
background-image:url(http://www.775brasil.com.br/imagens/mulisha.gif);
background-repeat:no-repeat;
position:fixed;
bottom:3px;
right:3px;
z-index:2;
}