/* MAIN STYLES
-------------------------------------------*/
* { margin: 0; padding: 0; }

body,html {
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	margin:0;
	padding:0;
	background:url("../img/bk_body.jpg");
	line-height:130%;
}

ul { list-style: none;
	margin-bottom:5px;
 }

ul li {
	padding:5px 0;
	background:url("../img/arrow.jpg") 0 50% no-repeat;
	padding-left:15px;
	position:relative;
}


a {
	color:#36A1C8;
}

a:hover {
	text-decoration:none;
}

h1, h2, h3 {
	font-size:24px;
	letter-spacing:-1px;
	color:#36A1C8;
	font-weight:bold;
	padding:10px 0 5px;
}

h2 {
	font-size:18px;
	padding:5px 0 0;
}

h3 {
	font-size:14px;
	color:#333;
	padding:5px 0 0;
}



/* LAYOUT STRUCTURE
--------------------------------------------------*/
#mainWrapper {
	background:url("../img/bk_mainwrapper.jpg") 0 0 repeat-x;
}

#wrapper {
	margin:0 auto;
	width:900px;
}

#header {
	height:200px;
	position:relative;
	background:url("../img/bk_header.jpg") 100% 0 no-repeat;
}

#content {
	padding:0 0 25px;
}

#footer {
	height:80px;
	background:#fff url("../img/bk_footer.jpg") 0 0 repeat-x;
	margin-top:10px;
	border-bottom:1px solid #E5E5E5;
}


#innerFooter {
	width:890px;
	margin:0 auto;
	background:url("../img/footer_grey_mark.jpg") 100% 50% no-repeat;
	height:40px;
	padding-top:20px;
	line-height:25px;
	padding-left:10px;
}

/* HEADER ELEMENTS 
--------------------------------------------------*/
/* -- logo --*/
#logo {
	position:absolute;
	top:82px;
	left:10px;
	
}

#logo h1 {
	padding:0;
}

#logo h1 a, #logo h1 a:hover{
	background:url("../img/logo.png") 0 0 no-repeat;
	width:207px;
	height:44px;
	text-indent:-9000px;
	display:block;
	text-decoration:none;
}

#topheadline {
	position:absolute;
	top:77px;
	left:240px;
	background:url("../img/top_headline.png") 0 0 no-repeat;
	text-indent:-9999px;
	width:370px;
	height:73px;
}

#topheadline_grafica {
	position:absolute;
	top:77px;
	left:240px;
	background:url("../img/top_headline_grafica.png") 0 0 no-repeat;
	text-indent:-9999px;
	width:370px;
	height:73px;
}

#topheadline_webdesign {
	position:absolute;
	top:77px;
	left:240px;
	background:url("../img/top_headline_webdesign.png") 0 0 no-repeat;
	text-indent:-9999px;
	width:370px;
	height:73px;
}

#topheadline_stampa {
	position:absolute;
	top:77px;
	left:240px;
	background:url("../img/top_headline_stampa.png") 0 0 no-repeat;
	text-indent:-9999px;
	width:370px;
	height:73px;
}



#topheadline_eng {
	position:absolute;
	top:77px;
	left:240px;
	background:url("../eng/img/top_headline.png") 0 0 no-repeat;
	text-indent:-9999px;
	width:370px;
	height:73px;
}

#topheadline_grafica_eng {
	position:absolute;
	top:77px;
	left:240px;
	background:url("../eng/img/top_headline_webdesign.png") 0 0 no-repeat;
	text-indent:-9999px;
	width:370px;
	height:73px;
}

#topheadline_webdesign_eng {
	position:absolute;
	top:77px;
	left:240px;
	background:url("../eng/img/top_headline_webdesign.png") 0 0 no-repeat;
	text-indent:-9999px;
	width:370px;
	height:73px;
}

#topheadline_stampa_eng {
	position:absolute;
	top:77px;
	left:240px;
	background:url("../eng/img/top_headline_print.png") 0 0 no-repeat;
	text-indent:-9999px;
	width:370px;
	height:73px;
}


#topMenu {
	position:absolute;
	top:10px;
	right:0;
	border-left:1px solid #65809A;
}

#topMenu li {
	float:left;
	padding:0 20px;
	border-right:1px solid #65809A;
	background:none;
}

#topMenu li a {
	font-size:11px;
	color:#fff;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
}

#topMenu li a:hover {
	color:#94CDE2;
}

#topMenu li.selected a{
	color:#94CDE2;
}

/*CONTENT ELEMENTS
--------------------------------------------*/

#content p {
	margin:0.7em 0;
}

#colLeft {
	float:left;
	width:580px;
	padding-right:20px;
	background:url("../img/bk_vertline.jpg") 100% 0 repeat-y;
	margin-top:15px;
	padding-left:10px;
}

#colRight {
	float:left;
	width:270px;
	margin-left:20px;
	margin-top:15px;
	
}

#colRight p.line {
	background:url("../img/bk_horizline.jpg") 0 100% repeat-x;
	display:block;
	padding:10px 0;
	margin:0;
}

#colRight img{
border:0;
}


#colRight p img {
	vertical-align:middle;
	padding-right:5px;
}

#colRight .featured {
	margin:10px 0;
}

#colRight .featured img{
	background:#fff;
	padding:6px;
	border:none;
}

.portfolioItem {
	background:url("../img/bk_horizline.jpg") 0 100% repeat-x;
	padding:15px 0;
	position:relative;
	
}

.portfolioItem img {
	float:left;
	background:#fff;
	padding:6px;
	border:none;
}

.portfolioItem .itemDetails {
	float:left;
	width:300px;
	padding-left:10px;
}

.portfolioItem .title {
	font-size:16px;
	font-weight:bold;
	color:#36A1C8;
}

.portfolioItem .ribbonType {
	position:absolute;
	top:14px;
	left:223px;
	width:45px;
	height:43px;
}


/* CAROUSEL
---------------------------------------------*/

.stepcarousel{
	position: relative; /*leave this value alone*/
	overflow: scroll; /*leave this value alone*/
	width: 900px; /*Width of Carousel Viewer itself*/
	height: 310px; /*Height should enough to fit largest content's height*/
	margin-top:20px;
}

.stepcarousel .belt{
	position: absolute; /*leave this value alone*/
	left:0;
	top: 0;
}

.stepcarousel .panel{
	background:url(../img/bk_featured.png) 0 0 no-repeat;
	float: left; /*leave this value alone*/
	overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
	margin:2px;
	width: 900px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */
	height:310px;
	position:relative;
}

.stepcarousel .panel .projectDetails {
	float:left;
	width:230px;
	margin:35px 0 0 25px;
}

.stepcarousel .panel .projectDetails .title {
	font-size:16px;
	font-weight:bold;
}

.stepcarousel .panel .ribbonType {
	position:absolute;
	top:14px;
	left:224px;
	width:45px;
	height:43px;
}

.stepcarousel .panel .projectImg {
	position:absolute;
	top:14px;
	right:14px;
}

.web {
	background:url("../img/ribbon_web.png") -1px 1px no-repeat;
}

.logo {
	background:url("../img/ribbon_graf.png") -1px 1px no-repeat;
}

.logo_e {
	background:url("../img/ribbon_graf_e.png") -1px 1px no-repeat;
}


.print {
	background:url("../img/ribbon_print.png") -1px 1px no-repeat;
}

.print_e {
	background:url("../img/ribbon_print_e.png") -1px 1px no-repeat;
}



/* FORMS

form label {
	display:block;
	padding:8px 0 2px;
	font-weight:bold;
}

form input, form textarea {
	border:1px solid #E5E5E5;
	padding:5px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	width:300px;
}

form textarea {
	width:500px;
}

form input.submit {
	border:none;
	width:103px;
	height:24px;
	text-align:center;
	padding-top:4px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:15px;
	background:url(../img/bk_submit.jpg) 0 0 no-repeat;
}*/


/*///////////////// CONTACTS PAGE ///////////////////////*/

/*contact form */
fieldset{ 
border: none; 
width: 550px;
margin-top: 10px; }

fieldset legend { 
display: none}


form p{ 
padding-bottom: 0;}

/* Label */
label{ 
width: 140px; 
margin: 5px; 
text-align: left;}

.required{ color: #36A1C8;}

/* Input, Textarea */
input, textarea{ 
border: 1px solid #dddddd; 
background: #fff; 
width: 300px; 
margin: 5px; 
padding: 3px;}

textarea{
width: 400px; 
height: 150px; 
margin-bottom: 10px;}

input:focus, textarea:focus{ 
border: 1px solid #36A1C8;}

input.button{ 
background: url("../img/read_more.gif") no-repeat; 
width: 122px; 
height: 34px; 
padding-bottom: 15px; 
border: none; 
color: #fff; 
cursor: pointer; }

input.button:hover{ 
border: none;}

.notification_error{ 
padding: 5px; 
border: 1px solid #a5041e;
background: #fff url(../img/minus.png) 95% 50% no-repeat; 
color: #a5041e;}

.notification_ok{
padding: 5px;
border: 1px solid #7e9711;
background: #fff url(../img/tick.png) 95% 50% no-repeat; 
color: #7e9711; }
/* end contact form */

/*contact details*/
.contact-details p{ 
color: #6C6B6B;}

/*end contact details*/
/*///////////////// END CONTACTS PAGE ///////////////////////*/


/* CLEARING
---------------------------------------------------*/
.clearfix:after {
    content: "."; 
    display:block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
	display: block;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

.noclear {
	clear: none;
}

.box{
width:200px;
height:200px;
background:#eee url("../img/box_bg.png") 0 0 no-repeat;
float:left;
display:inline;
margin:12px;}

.box h1{
font-family:Georgia, "Times New Roman", Times, serif;
padding-left:20px;
font-size:130%;}

.box p{
padding:0 20px;
text-align:justify;
color:#333;}


.box ul li {
	padding:5px 0;
	background:url(../img/arrow.jpg) 50% 50% no-repeat;
	padding-left:25px;
	position:relative;}
	
.box ul li.list{
	padding:5px 0;
	background:url(../img/arrow.jpg) 70% 50% no-repeat;
	padding-left:25px;
	position:relative;}

.cell{
font-size:140%;
font-weight:bold;
color:#CC6600;}


p.specifiche{
color:#CC6600}

.preventivo{
padding-top:20px;}

.box_quadro{
margin-top:10px;
border:0;}

.english{
border:0;}

.float_img{
float:right;
display:inline;
padding:2px;
border:1px solid #333;
margin-right:10px;
margin-bottom:10px;}