@charset "UTF-8";

/* CSS Document */



body{
	background:#1e1e1e;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#515050;
	margin:0px;
	padding:0px;
}

#wrapper{
	width: 100%;
	max-width: 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 right no-repeat;
	width:279px;
	height:95px;
	margin-right:-50px;
	padding-left:130px;
}

a{
	color:#000000;
}

#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;
}


/* 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/menu-gray.png) top left no-repeat;
	 height:58px;
	 width:110px;
}

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

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

#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: 875px;
	height:38px;
	font-size:11px;
	color:#e7e0d2;
	padding-top:35px;
}