/***********************************************/
/* venus_main.css                            */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 


* { margin: 0px; padding: 0px;
}


body{
	font-family: Arial,sans-serif;
	color: #333333;
	background-color: #FFFFFF; 


}

a:link, a:visited, a:hover {
	color: #009933;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3 {
	font-family: Arial,sans-serif;
}

h2{ margin-bottom: 1em;
	margin-top: 1em;
	 font-size: 114%;
	 color: #006633;
}

h3{ padding: 1em 0 .5em 0;
	font-size: 90%;
	color: #70916b;
}

h4 { font-size: 90%;
	color: #70916b }

p { font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	padding: .5em;
}

#maincontent { width: 800px;
	margin: auto;
	padding: 0;
	text-align: center;
	background-image: url(images/top_bamboo_frame.png);
	background-repeat: no-repeat;
	background-position: 0 68px;
}


#masthead { 
	width: 800px;
	height: 59px;
	margin: 0% 0%;
}

ul#nav_main{ position: relative;
	list-style-type: none;
	width: 564px;
	height: 37px;
	margin: auto;
	padding: 0;;
}

li#nm_1 { position: absolute;
	top: 30px;
	left: 0px;
	width: 94px;
	height: 39px;
	background: url(images/li_nav_off_servicos.png) no-repeat 0 0; 
}

li#nm_2 { position: absolute;
	top: 30px;
	left: 94px;
	width: 94px;
	height: 39px;
	background: url(images/li_nav_off_precos.png) no-repeat 0 0; 
}

li#nm_3 { position: absolute;
	top: 30px;
	left: 188px;
	width: 94px;
	height: 39px;
	background: url(images/li_nav_off_sobre_nos.png) no-repeat 0 0; 
}

li#nm_4 { position: absolute;
	top: 30px;
	left: 282px;
	width: 94px;
	height: 39px;
	background: url(images/li_nav_off_book-online.png) no-repeat 0 0; 
}

li#nm_5 { position: absolute;
	top: 30px;
	left: 376px;
	width: 94px;
	height: 39px;
	background: url(images/li_nav_off_contatos.png) no-repeat 0 0; 
}

li#nm_6 { position: absolute;
	top: 30px;
	left: 470px;
	width: 94px;
	height: 39px;
	background: url(images/li_nav_off_produtos.png) no-repeat 0 0; 
}

ul#nav_main a{ display: block;
	width: 94px;
	height: 39px;
	text-indent: -9999px;
	overflow: hidden; 
}

li#nm_1 a:hover { background: url(images/li_nav_on_servicos.png) no-repeat 0 -2px; }
li#nm_2 a:hover { background: url(images/li_nav_on_precos.png) no-repeat 0 -2px; }
li#nm_3 a:hover { background: url(images/li_nav_on_sobre_nos.png) no-repeat 0 -2px; }
li#nm_4 a:hover { background: url(images/li_nav_on_book-online.png) no-repeat 0 -2px; }
li#nm_5 a:hover { background: url(images/li_nav_on_contatos.png) no-repeat 0 -2px; }
li#nm_6 a:hover { background: url(images/li_nav_on_produtos.png) no-repeat 0 -2px; }

#middlecontent { 
	margin-top: 2.2em;
	width: 800px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
	background: url(images/nav_side_background.png) repeat-y top left;
}

 
#nav_side{ text-align: left;
	background-color: #91ab39;
	margin: 0;
	padding: 0;
	float: left;
	width: 172px;
}
.sub_title { padding: 10px 0 0 10px;
font-weight: bold;
	color:#003300;}

#logo{}

ul.sub_navbar{ 
	text-align: left;
	list-style-type: none;	padding: 0 0 0 10px;
	height: 500px;
}

ul.sub_navbar a {
	color: #FFFFFF;
}

ul.sub_navbar li { width: 171px;
height: 30px;
}

#feature { float: left;
	width: 595px;
	text-align: left;
	margin: 1em 1em 2em 1em;
	}

#siteInfo { padding-top: 30px;
	margin-bottom: 3em;
	clear: both;
	font-size: 90%;
	background-image: url(images/top_bamboo_frame.png);
	background-repeat: no-repeat; 
	}