@charset "UTF-8";



/* TAGS */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin: 0; padding: 0; }
a img,:link img,:visited img { border: none; }

body
{
	background:#ffffff;
	font-family:Helvetica;
	font-size: 12px;
	margin: 0;
	overflow: auto;
	padding: 0;
	color:#3e3e40;
}

a, 
a:link,
a:visited
{
	color: #3e3e40;
	text-decoration: none;
}

a:hover,
a.attivo
{
	color:#999999;
}

h1
{
	font-size: 10px;
	margin-bottom:10px;
}

h2
{
	font-size:14px;
	margin:30px 0 74px;
}

h3
{
	font-size:12px;
	font-weight:bold;
}

h4
{
	font-size:12px;
	font-style:italic;
	font-weight:normal;
}

p
{
	margin-bottom:8px;
}

img
{
	vertical-align:middle;
}



/* CLASSI */
.centrato
{
	text-align:center;
}
.destra
{
	text-align:right;
}
.grassetto
{
	font-weight:bold;
}
.corsivo
{
	font-style:italic;
}
.piccolo
{
	font-size:10px;
}
.nowrap
{
	white-space:nowrap;
}



/* LAYOUT */
/*#floater
{
	float:left;
	height:50%;
	margin-bottom:-300px;
}*/

#container
{
	background:#e1e2e2 no-repeat center;
	height:600px;
	margin:0 auto;
	width:955px;
	text-align:left;
	position:relative;
	clear:both;
}

#info
{
	float:left;
	width:150px;
	padding:75px 0 0 50px;
	font-size:10px;
	color:#3e3e40;
}

#logo
{
	margin-bottom:30px;
}

#bqbettinelliquattro
{
	margin-bottom:15px;
}

#content
{
	height:480px;
	margin-left:200px;
	margin-right:30px;
	padding:50px 0 0 50px;
}



/* MENU */

#menu
{
	height:41px;
	position:absolute;
	bottom:20px;
	left:0;
	width: 955px;
}

div.menuTextOnly {
	position: absolute;
	top: 20px;
}

div.menuTextImages {
	height: inherit;
	position: absolute;
	width: 80px;
}

div.menuTextImages a {
	display: block;
	height: 20px;
	padding-left: 28px;
	padding-top: 20px;
	position: absolute;
	width: 40px;
}

div#about {
	margin-left: 58px;
}

div#where {
	margin-left: 146px;
}

div#press {
	margin-left: 241px;
}

div#lab {
	background: url(../images/bQ_purple_ON.png) left no-repeat;
	margin-left: 327px;
}

div#gallery {
	background: url(../images/bQ_red_ON.png) left no-repeat;
	margin-left: 434px;
}

div#photo {
	background: url(../images/bQ_orange_ON.png) left no-repeat;
	margin-left: 549px;
}

div#atelier {
	background: url(../images/bQ_green_ON.png) left no-repeat;
	margin-left: 658px;
}

div#newsletter {
	margin-left: 774px;
}

div#friends {
	margin-left: 880px;
}



/* PAGINE */
#home
{
	width:100%;
	float:left;
	height:454px;
	background: url(/images/content_bg.png) no-repeat;
	width:580px;
	margin:10px 0 0 40px;
}
.home-box
{
	width:290px;
	height:227px;
	float:left;
	margin:0;
	position:relative;
}
.home-box table
{
	width:100%;
}
.home-box table td
{
	/*width:50%;*/
}
.home-box-inner
{
	width:300px;
}
.colonna50,
.colonna33
{
	height:450px;
	/*overflow-x:hidden;
	overflow-y:auto;*/
	float:left;
	position:relative;
}
.colonna50
{
	width:330px;
}
.colonna33
{
	width:220px;
}
.colonna50 .colonna-inside
{
	padding:0px 20px;
	width:290px;
}
.colonna33 .colonna-inside
{
	padding:0px 20px;
	width:180px;
}
.colonna33 .colonna-inside .foto
{
	margin:15px 0;
}
.separatore
{
	border-right:2px dotted #909090;
}