@charset "utf-8";
/* CSS Document */
/* www.ogbrasil.com */

body{margin:0;}

h1{font-size:14px; font-weight:bold; color:#FF9900;}

h2{font-size:12px; font-weight:bold; color:#FF9900;}

/* --- Main --- */

#main{
	width:750px;
	height:100%;
	margin:0 auto;
}

.hidden{
	visibility:hidden;
	display:none;
}

/* --- Topo --- */

#logo{
	background:url("../images/logo.jpg") no-repeat;
	widht:217px;
	height:146px;
	display:block;
}

#top{
	widht:535px;
	height:186px;
	display:inline;
	text-align:right;
	margin-top:-146px;
	float:right;
}

/* --- Menu --- */

ul{
	color:#F60;
	list-style-type:disc;
}

a{text-decoration:none; color:#666666;}

a:hover{color:#CCC;}

li{
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

body:nth-of-type(1) #menu { margin-top:inherit }

#menu{
	background:url("../images/back_column.jpg") repeat-y;
	width:217px;
	height:auto;
	display:inline-block;
	margin-top:-40px;
	vertical-align:top;
	position:absolute;
}

.menu_background{
	background:url("../images/back_menu.jpg") no-repeat;
	width:217px;
	height:230px;
	float:left;
}

.column_background{
	background:url("../images/4.jpg");
	background-repeat:repeat-y;
	width:215px;
	height:111px;
}

.indent{
	margin:5px 20px 5px;
}

.div_menu{
	background:url("../images/1.jpg") no-repeat;
	width:215px;
	height:39px;
	display:block;
	clear:both;
}

.div_menu_background{
	background:url("../images/2.jpg") repeat-y;
	width:215px;
	height:auto;
	display:block;
}

.div_menu_2{
	background:url("../images/3.jpg") no-repeat;
	width:215px;
	height:42px;
	display:block;
}

.text_column{
	font-family:Verdana, Geneva, sans-serif;
	width:200px;
	height:100%;
	font-size:9px;
	color:#666;
	margin-left:15px;
	display:block;
}

.address{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	height:auto;
	color:#666;
	margin-left:20px;
	vertical-align:bottom;
}

/* --- Conteúdo --- */

#content{
	width:480px;
	height:auto;
	display:inline-block;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	color:#666666;
	margin-left:250px;
/*	float:right;*/
	text-align:justify;
}

.lista{
	list-style-type:cjk-ideographic;
	color:#666666;
	font-size:11px;
}

/* --- Slider Ajax --- */

.eg-bar{
	background-color:#FFF8F0;
	font-weight:bold;
	border-bottom:1px solid #E0E0E0;
	padding:3px;
}

div.eg-bar{
	width:475px;
	color:#999;
}

.icongroup1{
	width:500px;
}

.iconspan{
	float:right;
	margin:3px;
	cursor:hand;
	cursor:pointer;
	font-weight:bold;
}

/* --- FORM --- */
#col1{
	width:120px;
	display:inline-block;
	margin-right:10px;
	text-align:right;
}

.style1{
	background:#FEF7E9 center;
}

#cForm{
	border:none;
}