@charset "utf-8";
/* CSS Document */

*{
	outline: none;
}

html,
body {
   margin:0;
   padding:0;
   height:100%;
   background-color:#f08ab9;
   background-image:url(../img/bg_pic.png);
   background-repeat: no-repeat;
   background-position: center top;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
}

.contact{
	 display:block;
	 width:296px;
	 height:375px;
	 float: left;
	 background-image:url(../img/contact_bg.png);
	 margin-top: 10px; color:#c8eaab;	
}

.contact p{
	 margin: 280px 0 0 70px;
}

#container {
   min-height:100%;
   position:relative;
   width:100%;
}

.content{
	display:block;
	width:650px;
	float:left;
	color: #9d0f91;
	text-align:justify;
	margin: 0 0 0 10px;
}

#header {
	width:964px;
    margin:0px auto 0px auto;
}

.headerimg{
	 float:left;
	 display:block;
	 width: 675px;
	 height: 415px;
	 background-image:url(/img/header_img_bg.png);
	 background-repeat:no-repeat;
}

.headerimg img{
	margin-top:8px;
}

.menu {
	display: block;
	margin: 0 auto;
	text-align:center;
}

.menu a {
	color: #f8e9ef;
	font-size: 14px;
	width: auto;
	text-decoration: none;
	padding: 0 0 0 20px;
}

.menu a:hover{
	background-image: url(../img/menu_active.png);
	background-repeat:no-repeat;
	background-position: 2px;
}

.menu img{
	padding: 5px 0 5px 0;
	display: block;
	margin: 0 auto;
}

.menubox {
	 float:left;
	 display:block;
	 width: 289px;
	 height: 415px;
	 background-image:url(/img/menu_bg.png);
	 background-repeat:no-repeat;
}

.menubox .logo{
	 margin:25px auto;
	 display:block;
	 width:243px;
}

.social{
	float: right;
	margin: 10px 0 0 0;
}

.topmenu{
	display: block;
	float:right;
	color: #9d0f91;
	height: 80px;
	width: 964px;
	text-align: right;
}

.topmenu a{
	color: #9d0f91;
	text-decoration:none;
}

.topmenu a:hover{
	color: #f8e9ef;
	text-decoration: underline;
}

.topmenu .link{
	float: right;
	padding: 59px 20px 0 0;
}

.topmenu .lang{
	float: right;
	padding: 45px 2px 0 0;
}

#footer {
   min-width:840px;
   margin-top: 20px;
   float:left;
   width:100%;
   height:200px;   /* Height of the footer */
   background-image:url(../img/footer_bg.gif); 
   background-repeat:repeat-x;
   text-align:center;
}
.footercontent{
	display:block;
	width: 964px;
	height: 200px;
	margin: 0 auto;
	background-image: url(../img/partitura_logo.png);
	background-repeat: no-repeat;
	background-position: center 30px;
}

.footermenu{
	margin: 150px 0 0 0;
	color: #505050;
}

#footer a{
	color: #505050;
	text-decoration: none;
}

#footer a:hover{
	color: #505050;
	text-decoration: underline;
}