/******************************************************
  BASE STYLES
*******************************************************/
html { 
	height:100%;
	font-size: 100%;
} 

body {
	height:100%;
	margin: 0; 
	padding: 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #c3bab3; 
} 
 

h1, h2, h3, h4, h5, h6 { 
	margin: 1em 0 .5em 0;
	padding: 0; 
	line-height: 15px; 
	font-weight: normal; 
	font-style: normal; 
} 

h1 { 
  font-size: 18px;
  font-weight: bold;
}
 
h2 { 
  font-size: 13px;
  font-weight: normal;
}
h3 { 
  font-size:12px;
  font-weight:bold;
} 

h4 { 
	font-size: 11px;
	font-weight: bold; 
}

h5 {
	font-size: 10px;
  font-weight: bold; 
}
h5 {
	font-size: 10px;
  font-weight: bold; 
}
 
ul, ol { 
  margin: .75em 0 .75em 32px; 
  padding: 0; 
} 
 
p { 
  margin: 11px 0;
} 

a { 
	text-decoration: underline; 
	font-weight: bold;
}
 
a:link, a:visited { 
	color: #c3bab3; 
}
 
a:hover, a:active { 
	color: #c3bab3; 
} 

a:focus, a:active { 
	outline: none; 
} 

a img { 
	border: none; 
} 
 
em { 
	font-style: italic; 
} 

strong { 
	font-weight: bold; 
} 
 
form, fieldset { 
	margin: 0; 
	padding: 0; 
	border: none; 
} 

input, button, select { 
	vertical-align: middle;
}


/******************************************************
  CLEAR
*******************************************************/
*html .clear {
	height: 1%;
	overflow: visible;
}

*+html .clear {
	min-height: 1%;
}

.clear:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}


/******************************************************
  LAYOUT
*******************************************************/
body {
	background: #56453e
}

#homeContainer {
	position:absolute;
	top:0;
	left:0;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:10;
}

#content {
	width: 955px;
	margin: 0 auto;
}

#menu {
	width: 215px;
	float: left;
	position: fixed;
}

#main {
	width: 740px;
	float: right;
	line-height:13px;
}

/******************************************************
  HEADER
*******************************************************/
#header h1 {
	position: absolute;
	left: 50%;
	top: 41px;
	display:block;
	width: 180px;
	height: 35px;
	background: url(../images/logo_oi.png) no-repeat left top;
	margin:0 0 0 -477px;
	padding:0;
	z-index:500;
}

#header h1 a {
	display: block;
	width: 180px;
	height: 35px;
}

#header h1 span {
	display: none;
}

/******************************************************
  CONTACT
*******************************************************/
#contact {
	position: absolute;
	left: 50%;
	bottom: 110px;
	display:block;
	width: 2114px;
	height: 80px;
	margin:0 0 0 -1799px;
	padding:0;
	z-index:450;
}

/******************************************************
  IMG
*******************************************************/
#img {
	z-index:20;
}
#img img {
	width:100%;
	height:auto;
}

