* {
	padding: 0;
	margin: 0;
	border: 0;
	outline-style:none; outline-width:0; text-decoration: none; outline: none;
}
@font-face {
	font-family: FruticeB;
	src: url("FRUTICEB.OTF") format("opentype");
}
@font-face {
	font-family: FruticeR;
	src: url("FRUTICER.OTF") format("opentype");
}
@font-face {
	font-family: FruticeL;
	src: url("FRUTICEL.OTF") format("opentype");
}
html, body {
	min-width: 960px;
	width: 100%;
	height: 100%;
	font-family: FruticeL, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: rgb(204,204,204);
	background: rgb(243,243,243);
}

a, label {
	color: rgb(204,204,204);
	text-decoration: none;
}

.actual {
	color: white;
}

#galleria, .activePic {
	min-width: 960px;
	width: 100%;
	height: 370px;
}
.activePic {
	position: absolute;
	top: 0;
}
.grid {
	width: 960px;
	margin: 0 auto;
}

#header {
	position: absolute;
	top: 0;
	height: 50px;
	min-width: 960px;
	width: 100%;
	background: url("hbg.png");
	background: rgba(51,51,51,0.9);
}
#header .grid {
	background: url("logo.png") no-repeat 0 -5px;
	height: 50px;
}
#header a {
	font-family: FruticeR, Helvetica, Arial, sans-serif; display: block;
	height: 50px;
	float: right;
	font-size: 11px;
	padding-top: 0px;
	line-height: 50px;
	margin-right: 21px;
	text-transform: uppercase;
}

#content {
	position: absolute;
	top: 50px;
	min-width: 960px;
	width: 100%;
}
#content h1 {
	color: rgb(238,125,0);
	font-size: 18px;
	margin-bottom: 8px;
	text-transform: uppercase;
	font-size: 11px;
}
#content>div {
	position: relative;
    overflow: hidden;
	height: 340px;
}
#content > div > div {
	position: absolute;
	top: 0;
	right: 0px;
	width: 535px;
	height: auto;
	padding: 13px 21px;
	line-height: 16px;
	background: url("hbg.png");
	background: rgba(51,51,51,0.9);
	margin-top: -377px;
	border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
}

#footer {
	height: 50px;
	width: 100%;
	background: rgb(178,178,178);
}
#footer .grid {
	width: 960px;
}

#footer > .grid > span {
	width: 320px;
	height: 50px;
	display: block;
	float: left;
}

#footer .aniLink {
	font-family: FruticeB, Helvetica, Arial, sans-serif; text-transform: uppercase;
	text-align: center;
	font-size: 14px;
	padding-top: 0px;
	height: 50px;
	line-height: 50px;
	color: white;
}
#footer .aniLink:hover, #footer .actual {
	cursor: pointer;
	color: rgb(51,51,51);
}
#footer .picture {
	background: url("ivs_normal.png") no-repeat 55px;
}
#footer .picture:hover, #footer .picture.actual {
	background: url("ivs_hover.png") no-repeat 55px;
}
#footer .content {
	position: relative;
	width: 320px;
    margin: 0 auto;
    overflow: hidden;
	color: rgb(102,102,102);
	z-index: 100;
}

#footer .content div {
	width: 278px;
	padding: 13px 21px;
	background: rgb(178,178,178);
	margin-top: -377px;
	border-radius:0 0 10px 10px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
}

#footer .content .button {
	display: block;
	height: 21px;
	width: 21px;
	background: url("button_normal.png");
	margin: 5px 0;
}
#footer .content .button:hover {
	background: url("button_hover.png");
}
#multiLogo .grid {
	background: url("Logoline_2.png") no-repeat;
	width: 740px;
	height: 233px;
}