ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0; padding:0;}
img{border:0;}

body
{
	background-color:#fff;
	font-family: Arial;
	font-size: 11px;
}

h1
{
	font-weight: normal;
	font-size: 36px;
	padding-bottom: 20px;
}
.content-left h1, .content-left p
{
	padding-bottom: 20px;
}
.content-left h2
{
	padding-bottom: 10px;
}
.content-right h1
{
	font-weight: bold;
	font-size: 12px;
	padding: 20px 0 0 20px;
}

.clear {
	clear:both;
	height: 0;
}

#header {
	height:900px;
}

#headerimg { 
	background-position: center top;
	background-repeat: no-repeat;
	width:100%;
	height:900px;
	position:absolute;
	display:block;
	z-index: -100;
	background-image:url(/images/bleaustone/bg.jpg);
	}

#headertxt { width:970px; margin:0 auto; clear:both; position:relative; }

#container
{
	width:970px;
	color:#000000;
	position:relative;
	float:left;
	overflow:hidden;
	background-image:url(/images/bleaustone/bg-middle.jpg);
	background-repeat: no-repeat;
	z-index: 0;
}

#container .transparency
{
	opacity:0.15;
	filter:alpha(opacity=15);
	-moz-opacity:0.15;
	background-color:#000;
	width:1000px;
	height:2300px;
	position:absolute;
	top:40px;
	left:0px;
	border: 1px solid #b2b2b2;
	z-index: -1;
}

.header-top
{
	height: 40px;
}

.nav-top
{
	padding-top: 10px;
	float:right;
}
.nav-top li
{
	list-style: none;
	float: left;
	margin-left: 7px;
}
.nav-top li a
{
	display: block;
	text-decoration: none;
	padding: 4px;
	color: #fff;
	background-color: #000;
}
.nav-top li a:hover
{
	background-color: #4d4d4d;
}

.header
{
	padding: 0 20px 0 20px;
}

.header-logo
{
	float: left;
	height: 140px;
}

.header-nav
{
	margin-top: 20px;
	float: right;
}
.header-nav li
{
	display: inline;
}
.header-nav li.spacer
{
	margin: 0 2px 0 4px;
	background:url(/images/bleaustone/header-nav-spacer.gif) no-repeat;
}
.header-nav li a
{
	text-decoration:none;
	color: #000;
	padding: 4px;
}
.header-nav .menu-link-selected a, .header-nav a:hover
{
	background-color: #000;
	color: #fff;
}

#main-menu
{
	height: 48px;
}
#main-menu li
{
  float: left;
	list-style: none;
	margin-right: 10px;
	line-height: 10px;
}
#main-menu li a
{	
  display: block;
	padding: 4px 20px 4px 10px;
	text-decoration: none;
	color: #303030;
	color: #fff;
	background-color: #000;
}
#main-menu li a span
{
	color: #ababab;
	background-color: transparent;
}
#main-menu li div
{
	left: 0;
  margin: 0 20px 0 20px;
	position: absolute;
	visibility: hidden;
	background-color: #fff;
	width: 930px;
}
#main-menu li .button-arrow
{
	margin-top: 40px;
}
#main-menu li div span
{
	display:block;
}
#main-menu li div ul
{
	padding: 10px;
}
#main-menu li div ul li
{
  float: left;
	margin: 5px 5px 5px 5px;
	width: 172px;
	height: 150px;
	background:url(/images/bleaustone/menu-item-bg.gif) no-repeat;
}

#main-menu li ul li a
{
	margin: 5px;
  display: block;
	color: white;
	font-weight: normal;
	background-color: transparent;
}
#main-menu li ul li a em
{
	display: block;
	background-repeat: no-repeat;
	background-position: center;
	height: 116px;
}
#main-menu li ul li a span
{
	display: block;
	width: 152px;
	height: 10px;
	padding: 5px 0 5px 10px;
	margin-left: -10px;
	background-color: #e2e2e2;
	color: #000;
}
#main-menu li ul li a:hover span
{
	background-color: #000;
	color: #fff;
}

.content
{
	min-height: 530px;
}

.content-left
{
	background-color: #fff;
	color: #292929;
	float: left;
	width: 620px;
	margin:0 20px 0 20px;
}
.content-left .module-element, .content-right .module-document-text p
{
	padding: 20px;
}

.content-right
{
	color: #fff;
	float: left;
	width: 310px;
	
}

.content-right .module-element
{
	background-color: #212121;
	margin:0 20px 20px 0;
}

.footer
{
	padding: 6px;
	text-align: right;
	background-color: black;
	margin: 20px;
	color: #fff;
}
.footer li
{
	list-style: none;
	margin-bottom: 5px;
}
.footer a
{
	color: #fff;
}
.footer li a
{
	font-weight: bold;
	text-decoration: underline;
}

.button-arrow
{
	color: #fff;
	text-align: right;
	line-height: 12px;
}
.button-arrow a
{
	color: #fff;
	background-color: #000;
	display: block;
	padding: 3px 32px 3px 16px;
	text-decoration: none;
	background-image:url(/images/bleaustone/button-arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
	min-width: 112px;
}
.button-arrow span
{
	color: #fff;
	background-color: #000;
	display: block;
	padding: 3px 32px 3px 16px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: right;
	min-width: 112px;
}
#main-menu li .button-arrow a:hover, .button-arrow a:hover
{
	background-color: #4d4d4d;
	text-decoration: none;
}
#main-menu .button-arrow a.button-arrow-1, .button-arrow a.button-arrow-1
{
	padding-top: 9px;
	padding-bottom: 9px
}
#lang-menu a
{
	width:138px;
}

.line {
  font-size: 0px;
  height: 1px;
  border-bottom: 1px solid #d6d6d6;
  margin-top: 7px;
  margin-bottom: 7px;
}
.line-dashed {
  margin-top: 7px;
  margin-bottom: 7px;
	height: 2px;
	background:url("/images/bleaustone/line-dashed.gif") repeat-x left top;
}
.button-black
{
	color: #fff;
	text-decoration: none;
	display: block;
	width: 250px;
	height: 21px;
	text-align: center;
	padding-top: 6px;
	background-color: #000;
	background-image:url(/images/bleaustone/arrow-off.png);
	background-repeat: no-repeat;
	background-position: right;
}
.button-black-on
{
	color: #000 !important;
	text-decoration: none;
	display: block;
	width: 250px;
	height: 21px;
	text-align: center;
	padding-top: 6px;
	background-color: #d9d9d9;
	background-image:url(/images/bleaustone/arrow-on.png);
	background-repeat: no-repeat;
	background-position: right;
}
.button-220
{
	color: #fff;
	text-decoration: none;
	display: block;
	width: 220px;
	height: 21px;
	text-align: center;
	padding-top: 6px;
	background-color: #000;
	background-image:url(/images/bleaustone/arrow-off.png);
	background-repeat: no-repeat;
	background-position: right;
}
.button-220-on
{
	text-decoration: none;
	display: block;
	width: 220px;
	height: 21px;
	text-align: center;
	padding-top: 6px;
	background-color: #4d4d4d;
	background-image:url(/images/bleaustone/arrow-off.png);
	background-repeat: no-repeat;
	background-position: right;
}
.button-120
{
	color: #fff;
	text-decoration: none;
	display: block;
	width: 120px;
	height: 21px;
	text-align: center;
	padding-top: 6px;
	background-color: #000;
	background-image:url(/images/bleaustone/arrow-off.png);
	background-repeat: no-repeat;
	background-position: right;
}
.button-120-on
{
	text-decoration: none;
	display: block;
	width: 120px;
	height: 21px;
	text-align: center;
	padding-top: 6px;
	background-color: #4d4d4d;
	background-image:url(/images/bleaustone/arrow-off.png);
	background-repeat: no-repeat;
	background-position: right;
}
.button-120-d
{
	color: #fff;
	text-decoration: none;
	display: block;
	width: 120px;
	height: 21px;
	text-align: center;
	padding-top: 6px;
	background-color: #000;
	background-image:url(/images/bleaustone/arrow-off.png);
	background-repeat: no-repeat;
	background-position: right;
}
.button-120-d-on
{
	color: #000 !important;
	text-decoration: none;
	display: block;
	width: 120px;
	height: 21px;
	text-align: center;
	padding-top: 6px;
	background-color: #d9d9d9;
	background-image:url(/images/bleaustone/arrow-on.png);
	background-repeat: no-repeat;
	background-position: right;
}
.button-70
{
	color: #fff;
	text-decoration: none;
	display: block;
	width: 70px;
	height: 21px;
	text-align: center;
	padding-top: 6px;
	background-color: #000;
}
.button-70-on
{
	text-decoration: none;
	display: block;
	width: 70px;
	height: 21px;
	text-align: center;
	padding-top: 6px;
	background-color: #4d4d4d;
}
.right-menu-price
{
	font-size: 13px;
}
#main .error_list li
{
	list-style-type : none;
	color: red;
}
.content-right-new-products
{
	cursor: pointer;
	height: 80px;
	background:url(/images/bleaustone/flash-1.gif) no-repeat;
	margin:0 0 20px 0;
}
.content-right-new-product-ticcino
{
	height: 80px;
	background:url(/images/bleaustone/flash-3.jpg) no-repeat;
	margin:0 0 20px 0;
}
.content-right-new-material .button-arrow, .content-right-new-products .button-arrow, .content-right-new-product-ticcino .button-arrow
{
	margin-top: 50px;
}
.content-right-new-material
{
	cursor: pointer;
	height: 80px;
	background:url(/images/bleaustone/flash-2.gif) no-repeat;
	margin:0 0 20px 0;
}
