@charset "UTF-8";
/* © 2009 Monofase Web Solutions di Alessandro Pivaro */
body, html {
	font-size: 14px;
	color: #333333;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	line-height: 125%;
	font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Arial,sans-serif;
	font-weight:300;/*	height:101%;*/
}
#centered-body {
	/*position:relative;
	margin:0 auto;
	width:900px;*/
}
.wrapper {
	position: relative;
	margin:0 auto;
	width:900px;
	padding: 0;
}
#header {
	width: 900px;
	height: 160px;
	background-image: url(../images/monofase-logo.jpg);
	background-repeat: no-repeat;
}
#logo {
	position: absolute;
	top: 0;
	left: 0;
	top: 60px;
}
.top-logo {
	padding: 0;
	margin: 0;
}
#search-box {
	position:absolute;
	top: 0px;
	right: 0px;
	background-image: url(../images/searchbox-bg.jpg);
	background-repeat: no-repeat;
	height: 40px;
	width: 200px;
}
#main-menu {
	position: absolute;
	top: 127px;
	font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Calibri,helvetica,Arial,sans-serif;
}
#top-slider {
	background-image: url(../images/slide-bg.jpg);
	background-repeat: no-repeat;
	height: 314px;
	background-position: center;
}
#ja-topslwrap {
	position: relative;
	top: 31px;
}
.ja-slide-main-wrap {
}
#breadcrumbs {
	margin-bottom: 10px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 10px;
	background-color: #F0F0F0;
	background-image: url(../images/breadcrumbs-bg.jpg);
	background-repeat: no-repeat;
	line-height: 18px;
}
#main-content {
	padding: 0;
	margin: 0;
	width: 900px;
	clear:both;
}
#left-col {
	float:left;
	width: 600px;
}
#right-col {
	float: right;
	width: 260px;
}
#submenu-wrap {
	margin-bottom: 30px;
}
#main-footer {
	background: #f0f0f0;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	overflow: hidden;
	clear:both;
	width: 100%;
}
#left-footer {
	float: left;
	width: 600px;
}
#right-footer {
	float: right;
	width: 260px;
}
.mainContentBox {
	margin-bottom: 30px;
}
#fb-fanbox {
	width: 880px;
	padding-left: 10px;
	margin-bottom: 15px;
	float: left;
}


@font-face {
    font-family: 'SansationRegular';
    src: url('/fileadmin/template/fonts/Sansation/sansation_regular-webfont.eot');
    src: url('/fileadmin/template/fonts/Sansation/sansation_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fileadmin/template/fonts/Sansation/sansation_regular-webfont.woff') format('woff'),
         url('/fileadmin/template/fonts/Sansation/sansation_regular-webfont.ttf') format('truetype'),
         url('/fileadmin/template/fonts/Sansation/sansation_regular-webfont.svg#SansationRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


