@import url('reset.css');
@import url('text.css');
@import url('layout.css');

/* @group General Styling */

body {
background: #a9c2d1;
color: #394e59;

}

/* Links */

a {
color: #394e59;
text-decoration: none;

}

a:hover {
text-decoration: none;
color: #5286ad;

}

a.noborder{
border:none;
}
/* Logo */

h1.logo {
background: url(../img/logo.png) no-repeat;
height: 190px;
width: 257px;
margin-top:33px;
margin-left: -30px;
margin-bottom: 0;
}

/* Logo Link */

h1.logo a {
height: 190px;
width: 242px;
display: block;
text-indent: -9999px;
border:0;
}
span.claim{
color: #394e59;
font-size:11px;
text-align:center;
display:block;
font-weight: normal;
margin:20px 5px 0 0;	
}


/* Logo Hover Effect */

h1.logo:hover {
opacity: 0.90;
border:0;
}

img {
margin-bottom: 0px;
}

a img:hover {
opacity: 0.75;
border:none;
}

/* Buttons */

a.butt_bgwhite{
	background-color:#CEDDE6;
	padding:4px 0 5px 0;
	text-align:center;
	display:block;
	margin:5px 0;
	border:1px solid #baccd6;
	font-size: 1.1em;
	font-weight:bold;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
a:hover.butt_bgwhite{
	color:#fff;
	background-color:#82bee1;
	border:1px solid #fff;
}


/* Navigation */

ul#menu {list-style-type:none; margin:-30px 0 0 17px;}

ul#menu li a{
	background: url(../img/bg_nav.png) no-repeat 0 0;
	width: 194px;
	height: 55px;
	display:block;
	border:none;	
}

ul#menu li a:hover{
	background-position: 50% 100%;
	width: 194px;
	height: 55px;
	display:block;
	color:#fff;
	text-shadow: #394e59 1px 1px 0;	
}

ul#menu li a.active {
background: url(../img/bg_nav.png) no-repeat 50% 100%;
color:#fff;
text-shadow: #394e59 1px 1px 0;
}

ul#menu li a span{
	font-size:15px;
	padding:14px 0 0 30px;
	display:block;	
}

/* Header Elements */

.simple{
	height:35px;
	background: url(../img/simple.gif) repeat-y;
	width: 2px;
	float:left;
	margin:0 10px;
}

/* Social icons --- Header */

ul.social {
list-style-type:none;
float:left;
}

ul.social li {
	display:inline;
	padding:5px 3px;
}
ul.social li a{
	border:none;
}

#simpleTooltip { padding: 7px; border: 1px solid #d2d2d2; background: #fff; }

/* TopBar*/

h2.trigger {
	background: url(../img/h2_trigger.png) no-repeat;
	float:left;
	font-size:2em;
	font-weight:normal;
	height:40px;
	line-height:32px;
	margin-right:-15px;
	padding:0;
	width:165px;
	cursor: pointer;
	color: #fff;
	text-shadow:1px 1px 0 #394e59;
	font-size: 16px;
	padding-left:25px;
}

h2.trigger:hover { color: #d5e9fd; text-shadow:none; }
h2.active {background-position: left bottom;} /*--When toggle is triggered, it will shift the image to the bottom to show its "opened" state--*/
.toggle_container {
	padding: 0;	
	overflow: hidden;	
	width: 236px;
	clear: both;
	position:relative;
	left:145px;
	top:-8px;
}
.toggle_container .block {
	padding: 8px 15px; /*--Padding of Container--*/
	border-top: 1px solid #c4d4dd;
	background: #ffffff url(../img/toggle_block_stretch.png) repeat-y top;
	font-size: 1.1em;	
}

.toggle_container .block span{
	display:block;
	text-align:center;
	padding:0;
	margin-bottom:10px;	
	font-size: 1.1em;
}

.toggle_container .block div.first{
	font-weight:normal; margin-top:10px;
}

.toggle_container .block h3{
	padding:0;
	margin:0;	
}
.toggle_container .block h4{
	padding-bottom:3px;
	color: #44667b;
	border-bottom: 1px dotted #394e59;
	font-weight:normal;
	margin-bottom:5px;	
}

h4 {
	color:#82bee1;
}
.toggle_container .bot_container {
	background: url(../img/toggle_block_btm.png) no-repeat bottom; /*--Bottom rounded corners--*/
	height:29px;
	width:236px;
	display:block;
}

/* -------------------- SLIDE CONTENTS ------------------------ */

.title strong, .title_portfolio strong{
	border:0;
	color: #82bee1;	

}

.home_h4 {
	margin-top: 15px;
	margin-bottom: 15px;
}

/*--Panels--*/

#panel{
	margin-top:20px;
	padding:0;
	display:none;	
}

#panel_webdesign{
	margin-top:20px;
	padding:0;
	display: inherit;	
}

#panel_brand{
	margin-top:20px;
	padding:0;
	display:none;	
}

#panel_video{
	margin-top:20px;
	padding:0;
	display:none;	
}

.panel_button{
	background: url(../img/bg_bottom.png) no-repeat;
	height:85px;	
	text-align: center;	
}

#home .panel_button{	
	margin-top:20px;
}

.panel_button a{
	background: url(../img/down.png) no-repeat top left;
	height:36px;
	width:36px;
	border:none;
	display:block;
	position:relative;
	top:8px;
	left:318px;
}
.panel_button a:hover{
	background-position:bottom center;
}

.panel_button a.active{
	background: url(../img/up.png) no-repeat top left;
}
.panel_button a.active:hover{
	background-position:bottom center;
}

/*--Portfolio--*/

.bg_port_img{
	background:url(../img/bg_portfolio_img.png) no-repeat;
	display:block;
}
.bg_port_video{
	background:url(../img/bg_portfolio_video.png) no-repeat;
	display:block;
}
a.port_img{
	border:none;
	padding:6px 0 0 8px;
	display:block;	
}
.bg_port_img p,.bg_port_video p{
	padding:5px 5px 0 10px;
	font-weight: bold;
	display:block;
	margin-bottom:10px;
}

/*--Resources--*/

#resources ul{
	margin-top:50px;
	width:100%;	
}

#resources ul li{
	background:#f6f5f0 url(../img/shadow_center.png) no-repeat center top;
	border:1px solid #cddae2;
	padding:20px;
	margin-bottom: 20px;	
	position:relative;	
}

#resources ul li p{
	margin:0;
}
#resources ul li p strong{
	display:block;
	margin-bottom:5px;
	font-size:13px;
}

#resources ul li a.link_resources{
	background:url(../img/plus_off.png) no-repeat;
	position:absolute;
	top:10px;
	left:635px;
	border:none;
	height: 26px;
	width: 25px;
	display: block;
	text-indent: -9999px;
}
#resources ul li a:hover.link_resources{
	background:url(../img/plus_on.png) no-repeat;
}

/*--Find Us-*/

.findus_block{
	margin-top:100px;
}

#map {
	border:1px solid #fff;
	height:350px;
	margin-top:20px;
	width:335px;
}

#map a{
	border:none;
}

.shadow_maps {
	background:url(../img/shadow_center_small.png) no-repeat;
	width:335px;
	height:38px;
}

.findus_block a.butt_bgwhite {
	background-color:#CEDDE6;
}

.findus_block a:hover.butt_bgwhite {
	border:1px solid #82bee1;
	background-color:#82bee1;
}

.findus_block span {
	display:block;
}

.domotica_content {
	float: left;

	width: 70%;
}
.right_pic {
	margin-left: 465px;
	position: absolute;
}

.margined_dealer {
	margin-top: 20px;
	padding-left: 30px;
	
}

.clearer {
	
	clear: both;
}
.floaty_dealer {
	margin-right: 5px;
	float: left;
}

/*tables*/
table a,
table a:link,
table a:visited {
	border:none;
	}							
	
img {
	border:0;
	margin-top:.5em;
	}	
table {
	width:90%;
	border-top:1px solid #e5eff8;
	border-right:1px solid #e5eff8;
	margin:1em auto;
		border-collapse:collapse;
	}
caption {
	color: #44667b;
	font-size:.94em;
		letter-spacing:.1em;
		margin:1em 0 0 0;
		padding:0;
		caption-side:top;
		text-align:center;
	}	
tr.odd td	{
	background:#f7fbff
	}
tr.odd .column1	{
	background:#f4f9fe;
	}	
.column1	{
	background:#f9fcfe;
	}
td {
	color:#678197;
	border-bottom:1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	text-align:center;
	}				
th {
	font-weight:normal;
	color: #678197;
	text-align:left;
	border-bottom: 1px solid #e5eff8;
	border-left:1px solid #e5eff8;
	padding:.3em 1em;
	}							
thead th {
	background:#f4f9fe;
	text-align:center;
	font:bold 1.2em/2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	color: #5286ad}	
tfoot th {
	text-align:center;
	background:#f4f9fe;
	}	
tfoot th strong {
	font:bold 1.2em "Century Gothic","Trebuchet MS",Arial,Helvetica,sans-serif;
	margin:.5em .5em .5em 0;
	color:#5286ad;
		}		
tfoot th em {
	color:#f03b58;
	font-weight: bold;
	font-size: 1.1em;
	font-style: normal;
	}	
	
.h_light {
	padding: 5px;
	background:#f4f9fe;
	padding-left: 15px;
	padding-right: 15px;
		border:1px solid #82bee1;
		
}

.h_light p {
	font-weight: normal;
	margin-bottom: 0px;

}

.center {
	
}
#sliders {
	text-align: center;
	clear: both;
	margin-top: 10px;
	margin-bottom: -30px;
}
#pork_p {
	text-align: center;
}

.pinky {
	color:#f03b58;
}

.cosa_ci_occupiamo {
	
}
	
#igloo_map {
	margin-top: -350px;
	position: absolute;
}
#duo_contacts {
	width: 192px;
	height: 102px;
	background-image: url(../img/duo.jpg);	
	margin-left: 45px;
}

.image-title a {
	text-decoration: underline;
}

.image-title a:hover {
	text-decoration: none;
}
