@charset "UTF-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/css?family=Open+Sans|Carrois+Gothic|Pacifico);

html{
    margin:0px;
    margin-top:10px;
    font-family: Arial;
}

body{
	background:#1e1e1e;
	font-family:Open Sans, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	margin:0px;
	padding:0px;
}

#wrapper{
           width:960px;
           max-height: 960px;
           margin:0 auto;
}


#banner{
	background:url(../images/banner.png) top left no-repeat;
	width:875px;
	height:184px;
}

#logo{
	float:left;
	clear:none;
	margin-left:50px;
	margin-top:5px;
}

#band{
	float:left;
	clear:none;
	margin-left:20px;
	margin-top:5px;
}


#contact-info{
	float:right;
	clear:none;
	background: url(../images/contact.png) top left no-repeat;
	width:290px;
	height:84px;
	margin-right: 30px;
	padding-left: 80px;
}

a{
	color: #000;
}

#content-area{
	background: url(../images/background.png) top left repeat-y;
	width:875px;
}

#left-content{
	float:left;
	clear:none;
}

#welcome{
	width:350px;
	background:#dacfb9;
	padding:12px;
	margin-left:15px;
	margin-top:10px;
}

#bemvindo{
	width:600px;
	heidth:650px;
	background:#dacfb9;
	padding:12px;
	margin-left:20px;
	margin-top:10px;
}

.exhibition{
	width:320px;
	padding:12px;
	margin-left:16px;
	margin-top:10px;
}

.title{
	color:#000066;
	font-size:16px;
}

.more-btn{
	margin-top:10px;
	text-align:right;
	margin-bottom:10px;
}

#divider{
	width:390px;
	height:10px;
	background:#dacfb9;
	margin-left:20px;
}

#right-content{
	float:left;
	clear:none;
	margin-left:20px;
}

.photos{
	float:left;
	clear:none;
	border:5px solid #dacfb9;
	margin-top:15px;
}

#works-title{
	float:left;
	clear:none;
	margin-top:10px;
}

#see-btn{
	float:right;
	clear:none;
	margin-top:10px;
}


/*botões */
.botao{
	background-color: #ffc001;
	font-size: 20px;
	color: black;
	font-family: Arial Black;
	text-align: center;
	line-height: 56px;
	width: 282px;
	height: 56px;
	margin-top: 20px;
	cursor: pointer;
	border-radius: 10px;
}

.botaomed{
	background-color: #ffc001;
	font-size: 20px;
	color: black;
	font-family: Arial Black;
	text-align: center;
	line-height: 28px;
	width: 141px;
	height: 28px;
	margin-top: 20px;
	cursor: pointer;
	border-radius: 10px;
}

.botaopeq{
	background-color: #ffc001;
	font-size: 12px;
	color: black;
	font-family: Arial Black;
	text-align: center;
	line-height: 20px;
	width: 75px;
	height: 20px;
	margin-top: 20px;
	cursor: pointer;
	border-radius: 10px;
}

.conteudointerno{
	width: 600px;
	height: 500px;
	margin: auto;
}

/* menu */

#menu-blue{
	 background: url(../images/menu-blue.png) top left no-repeat;
	 height:58px;
	 width:110px;
}

#menu-black{
	 background: url(../images/menu-black.png) top left no-repeat;
	 height:58px;
	 width:110px;
}

#menu-pink{
	 background: url(../images/menu-pink.png) top left no-repeat;
	 height:58px;
	 width:110px;
}

#menu-biancorusso{
	 background: url(../images/menu-biancorusso.png) top left no-repeat;
	 height:58px;
	 width:110px;
}

#menu-red{
	 background: url(../images/menu-red.png) top left no-repeat;
	 height:58px;
	 width:110px;
}

#menu-gray{
	 background: url(../images/botons/menu-gray.png) top left no-repeat;
	 height:58px;
	 width:110px;
	color: yellow;
}
#menu-gray a{
	color: yelow;
}

#menu-italia{
	 background: url(../images/botons/menu-italia.png) top left no-repeat;
	 height:58px;
	 width:110px;
	color: yellow;
}

#menu-verde{
	 background: url(../images/menu-verde.png) top left no-repeat;
	 height:58px;
	 width:110px;
}

#menu-orange{
	 background: url(../images/menu-orange.png) top left no-repeat;
	 height:58px;
	 width:110px;
}

#menu-yellow{
	 background: url(../images/menu-yellow.png) top left no-repeat;
	 height:58px;
	 width:110px;
}

#menu-purple{
	 background: url(../images/menu-purple.png) top left no-repeat;
	 height:58px;
	 width:110px;
}

#menu{
	width:120px;
	height:350px;
	margin-top:50px;
	float:right;
	clear:none;
	z-index:150;
	margin-right:-92px;

}

#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#menu ul li{
	margin:0px;
	padding:0px;
}

#menu ul li a{
	display:block;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
	color:#4A03FD;
	text-align:center;
	padding-top:10px;
	margin-left:-10px;
}

#menu ul li a:hover{
	font-weight:bold;
}

#footer{
	background: url(../images/background-bottom.png) top left no-repeat;
	width:850px;
	height:38px;
	font-size:11px;
	color:#e7e0d2;
	padding-top:35px;
}