/* CSS Document */
body {
	background: #aeded9;
	font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	color: #435e5b;
	line-height: 20px;
	font-style: italic;
}
p { 
	padding: 0 0 20px 0;
}
p.last {
	background: url(../images/shape.gif) center bottom no-repeat;
	padding: 0 0 40px 0;
}
em strong, strong em {
	font-style: italic;
	font-weight: bold;
}
h1 {
	font-size: 39px;
	font-weight: bold;
	padding: 0 0 30px 0;
	line-height: 40px;
}
h2 {
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 10px 0;
}
/************************************ MENU ************************************/
#menu {
	width: 760px;
	clear: both;
}
#menu ul li {
	float:left;
}
#menu a {
	display: block;
	height: 45px;
	background: url(../images/menu.gif) left top;
}
#menu ul li#diarium a {
	width: 115px;
	background-position: 0 0;
}
#menu ul li#diarium a:hover {
	background-position: 0 -45px;
}
.act-diarium #menu ul li#diarium a {
	background-position: 0 -90px;
}
#menu ul li#desfile a {
	width: 105px;
	background-position: -115px 0;
}
#menu ul li#desfile a:hover {
	background-position: -115px -45px;
}
.act-desfile #menu ul li#desfile a {
	background-position: -115px -90px;
}
#menu ul li#colecao a {
	width: 105px;
	background-position: -220px 0;
}
#menu ul li#colecao a:hover {
	background-position: -220px -45px;
}
.act-colecao #menu ul li#colecao a {
	background-position: -220px -90px;
}
#menu ul li#imprensa a {
	width: 110px;
	background-position: -325px 0;
}
#menu ul li#imprensa a:hover {
	background-position: -325px -45px;
}
.act-imprensa #menu ul li#imprensa a {
	background-position: -325px -90px;
}
#menu ul li#onde a {
	width: 165px;
	background-position: -435px 0;
}
#menu ul li#onde a:hover {
	background-position: -435px -45px;
}
.act-onde #menu ul li#onde a {
	background-position: -435px -90px;
}
#menu ul li#fale a {
	width: 160px;
	background-position: -600px 0;
}
#menu ul li#fale a:hover {
	background-position: -600px -45px;
}
.act-fale #menu ul li#fale a {
	background-position: -600px -90px;
}
#menu span {
	display: none;
}
/************************************ IDs ************************************/
#wrapper {
	width: 760px;
	margin: 0 auto;
}
#left {
	width: 315px;
	w/idth: 335px;
	float: left;
	padding: 0 0 0 15px;
}
#slideshow {
	width: 390px;
	w/idth: 405px;
	float: right;
	padding: 0 15px 0 0;
}
#header {
	width: 760px;
}
#conteudo {
	width: 760px;
	clear: both;
	padding-top: 15px;
	background: #79c2ba url(../images/bg-verao2010.jpg) left top repeat-x;
	overflow:hidden;
	_height: 1%;
}
.rodape-right{
	font-size: 12px;
	padding: 10px 0 5px 0;
	text-align: center;
	clear: both;
}
#rodape {
	width: 760px;
	color: #ccc;
	height: 40px;
	clear: both;
	text-align: center;
}
#rodape p{
	padding-top: 15px;
	font-size: 10px;
	color: #488982;
	font-style: normal;
}
/************************************ CLASSES ************************************/
a:link, a:visited {
	color: #275550;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	text-decoration: underline;
}
/*.wallpaper {
	padding: 5px;
	margin: 0 5px 15px 10px;
	float: left;
	border: 1px dashed #999;	
}
.wallpaper:hover {
	border: 1px dashed #CC0000;
}
/******************************** contato ******************************/
form {
	width: 390px;
	w/idth: 405px;
	padding: 0 15px 0 15px;
	float: right;
}
form h2 {
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 15px 0;
	border-bottom: 1px dashed #156159;
}
form li {
	clear: both;
	padding: 10px 0;
	border-bottom: 1px dashed #156159;
}
form label {
	float: left;
	width: 120px;
}
form ol li input, form ol li textarea { 
	display: inline;
	background: #e8faf8;
	border: 1px solid #669999;
	width: 200px;
}
form p {
	display: inline;
	padding: 8px 15px 8px 8px;
}
form input.btn {
	padding: 0;
	margin: 10px 0 10px 120px;
	width: auto;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight:bold;
	background: #669999;
	color: #FFFFFF;
	border: 1px solid #336666;
}
form input.btn:hover {
	background: #305350;
	color: #ccc;
}