﻿
* 
{
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	color: #000;

}

html 
{
	background-image: url(/img/bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	min-height: 100%;
	background-color: #000;
}

body
{
}


a 
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	color: #FF0000;
}

img
{
	border-style: none;
	border-color: inherit;
	border-width: medium;
}

#conteudo 
{
	width: 900px;
	height: 580px;
	background-color: #fff;
	position: relative;
	margin: 0;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	
    /* -moz-border-radius-topleft  / -webkit-border-top-left-radius */
    /* -moz-border-radius-topright / -webkit-border-top-right-radius */
    /* -moz-border-radius-bottomleft / -webkit-border-bottom-left-radius */
    /* -moz-border-radius-bottomright / -webkit-border-bottom-right-radius */
}



#logo_viena 
{
	position: absolute;

	background-image: url(/img/logo_viena.png);
	width: 310px;
	height: 100px;
	bottom: 15px;
	left: 15px;
}

#reflorestamento 
{
	width: 280px;
	left: 325px;
	position: absolute;
	height: 100px;
	bottom: 15px;
	
	background-image: url(/img/achurado.png);
	background-position: right top;
	background-repeat: repeat-y;
}






#videos 
{
	width: 280px;
	right: 15px;
	position: absolute;
	height: 100px;
	bottom: 15px;
}

#videos #monitor 
{
	position: absolute;
	right: 0;
	bottom: 0;
}

#videos ul 
{
	position: absolute;
	bottom: 0;
	right: 100px;
	text-align: right;
}

#videos ul li
{
	list-style-image: url(/img/ico_cam.png);
	list-style-position: inside;
	height: 15px;
	text-align: right;
	margin-bottom: 5px;
	padding-left: 3px;

	
}

#videos ul li a
{
	/*margin-left: 5px;*/
}

#videos ul li a:hover 
{
	text-decoration: underline;
}



#banner, #banner_top 
{
	position: absolute;
	top: 15px;
	left: 15px;
	width: 870px;
	height: 410px;
}

#banner ul li
{
	list-style-type: none;
	position: absolute;
	top: 0;
}


#idioma 
{
	position: absolute;

	width: 310px;
	height: 20px;
	bottom: 20px;
	left: 25px;
	padding-left: 100px;
	
	background-image: url(/img/languages.png);
	background-repeat: no-repeat;
	background-position: 15px 3px;

}

#idioma li 
{
	list-style: none;
	height: 30px;
	float: left;
	margin: 5px 20px 0 0;
}


#menu 
{
	position: absolute;
	left: 15px;
	width: 870px;
	height: 30px;
	background-color: #EDEDED;
	z-index: 9;

	bottom: 125px;

}


#menu li 
{
	list-style: none;
	height: 30px;
	float: left;
	position: relative;
    cursor: pointer;
}

#menu li a 
{
	background-image: url(/img/linha_menu.png);
	background-repeat: no-repeat;
	background-position: left center;
	
	margin-top: 3px;
	padding: 5px 26px;
	display: block;
	letter-spacing: 1px;
}

#menu li a:hover 
{
	text-decoration: none;
	color: #000;
}


#menu li ul 
{
	display: none;
	position: absolute;
	left: 5px;
	width: 210px;

	bottom: 30px;
}

#menu li:hover ul 
{
	display: block !important;
}

#menu li:hover 
{
	background-image: url(/img/menu/marcacao.png);
	background-position: 5px 0;
	background-repeat: no-repeat;
}

#menu .ultimo:hover
{
	background-image: url(/img/menu/marcacao_invert.png) !important;
	background-position: right 0px !important;
}


#menu li ul li 
{
	list-style: none;
	display: block;
	height: 25px;
	width: 210px;

	background-image: url(/img/menu/bg.png) !important;
	background-repeat: no-repeat;
	background-position: left center !important;
	margin: 0 !important;
	padding: 0 !important;
}

#menu li ul li a 
{
	background-image: none !important;
	color: #fff !important;
	font-size: 11px;
	margin-top: 0;
	padding: 3px 25px;
}
#menu li ul li a:hover
{
	text-decoration: underline;
}
#menu .primeiro a
{
	background-image: none !important;
}

#menu .ultimo ul li
{
	background-image: url(/img/menu/bg_invert.png) !important;
	text-align: right !important;
}

#menu .ultimo ul 
{
	left: auto !important;
	right: 0 !important;
}

#menu .sem_subMenu:hover
{
	text-decoration: underline;
	background-image: none;
	
}


#rodape 
{
	position: fixed;
	bottom: 0;
	height: 25px;
	width: 100%;
	/*
	border-top: solid 1px #8D988A;
	background: #000;
	*/
	z-index: 9999;
	
}

#byseven 
{
	position: absolute;
	right: 13px;
	bottom: 5px;
	
	background-image: url(/img/logo_seven.png);
	width: 64px;
	height: 13px;
}

#byseven, #logo_viena, h3, h4
{
	text-indent: -999px;
	overflow: hidden;
	background-repeat: no-repeat;
}







h2, h3
{
	background-image: url(/img/pontilhado_interna.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	margin-bottom: 15px;
}

h2 
{
	width: 165px;
}

h3
{
	width: 375px;
}

h2 span,
h3 span 
{
	text-indent: -999px;
	overflow: hidden;
	width: 300px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
}

h2 span 
{
	height: 30px;
}
h3 span 
{
	height: 25px;
}


p 
{
	margin: 0 0 10px;
	line-height: 130%;
}

#lista
{
	color: #000;
	font-size: 11px;
	list-style-type: disco;
	margin-left: 20px;
}

