@charset "UTF-8";
/* =CALL LIBRARY */
	@import url("reset-min.css"); /* ------- Reset all CSS Styles */

/* =GENERAL - the general styles */
	body{
	color: #000000;
	font-family: "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	line-height: 2.2em;
	background-color: #000000;
	background-image: url(../fondo_web_moio.jpg);
	background-repeat: repeat-x;
	background-position: 120px 90px;
	}
	a{
	text-decoration: none;
	color: #FFFFFF;
}
	a:hover{
	color: #BF1238;
}
	hr{display: none;}
	strong{font-weight: bold;}
	ul.borderedlist li{
		border-bottom: 1px dashed #d1cfcd;
	}
	ul.borderedlist li a{
	display: block;
	height: 26px;
	color: #CCCCCC;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 2px;
	}
	ul.borderedlist li a:hover{
	background: #E5E5E4;
	color: #bf1238;
}

/* =LAYOUT - the main layout styles */
	.container{
	width:850px;
	margin: 0 auto;
	position: relative;
	overflow:hidden;
	left: 0;
	top: 0px;
	}
	.containerfoot{
	width:960px;
	position: relative;
	left: 0;
	top: 7px;
	background-color: 000000;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	letter-spacing: 1px;
	font-size: 12px;
	}
	.containerfoot2{
	width:970px;
	position: relative;
	left: 0;
	top: 7px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/dica.png);
	background-repeat: no-repeat;
	background-position: 560px 0px;
	padding-left: 10px;
	}
	
	/* header layout */
	#header{
	height: 80px;
	position: relative;
	background-color: #000000;
	background-repeat: repeat-x;
	background-position: top;
	}
	#navigation{
	position: absolute;
	right: 5px;
	top:50px;
	background-color: 0f0f03;
	visibility: visible;
	}
	#navigation2{
	position: absolute;
	right: 32px;
	top:18px;
	background-color: 0f0f03;
	visibility: visible;
	}
	#navigation2 img{
	padding-right: 2px;
	}
	/* main area layout */
	#main{
	background-repeat: repeat;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
	#leftcolumn{float: left;width:193px;}
	#center{
	float: left;
	width:617px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
	#rightcolumn{float: left;width:287px;}
	/* bottom layout */
	#bottominfo{
	padding-bottom:25px;
	width: 100%;
	overflow: visible;
	height: 100%;
	}
	.bottomcolumn{
	float: right;
	width:590px;
	margin-right: 0px;
	color: #CCCCCC;
	margin-left: 0px;
	}
	.bottomcolumn2{
	float: left;
	width:246px;
	margin-right: 0px;
	color: #CCCCCC;
	margin-left: 0px;
	margin-top: 9px;
	}
	.bottomright{margin-right: 20px;}
	
/* =HEADER - the header styles */
	#header .container{
	height: 80px;
	margin-bottom: 4px;
}
	/* logo */
	h1{
	position: absolute;
	height: 199px;
	top: 51px;
	left: 1px;
	width: 899px;
	}
	h1 a{
	font: 24px/24px Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -2px;
	padding: 22px 9px 25px 20px;
	display: block;
	color: #bf1238;
	background: url(../images/logo_bg.gif) left top no-repeat;
	}

	h1 a:hover{color: #fff;}
	h1 a span{
		height:71px;
		width: 13px;
		position: absolute;
		top:0;
		right: -13px;
		cursor: pointer;
		background: url(../images/logo_right.gif) right top no-repeat;
	}
	/* top navigation */
	#navigation li{
	float: left;
	padding-right: 27px;
	text-transform: uppercase;
	font-size: 1.4em;
	font-weight: bold;
	font-family: "Trebuchet MS", "Times New Roman";
		
	}
	#navigation li a{
	color: #fff;
}
	#navigation li a:hover,#navigation li.active a{
	color: #bf1238;
}
	/* message and building pic */
	/* top navigation2 */
	#navigation2 li{
	float: right;
	padding-right: 27px;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: normal;
	}
	#navigation2 li a{color: #fff;}
	#navigation2 li a:hover,#navigation li.active a{
	color: #bf1238;
	background-repeat: repeat-x;
}
	/* message and building pic */
	#banner{
	position: absolute;
	height: 166px;
	color: #FFFFFF;
	font-weight: bold;
	bottom: -625px;
	font-size: 1.3em;
	left: -16px;
	width: 488px;
	padding-top: 0;
	padding-right: 440px;
	padding-bottom: 0;
	padding-left: 7px;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-image: none;
	}
	
/* =CONTENT - the content styles */
	/* left column */
	.leftbox{
	padding: 10px 23px 10px 23px;
	margin-bottom:3px;
	line-height:1.8em;
	color: #CCCCCC;
}
	h3.leftbox{
	font-size:19px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 23px;
}
	h3.header_small{
	font-size:15px;
	font-weight: bold;
	padding-top: 0;
	padding-right: 23px;
	padding-bottom: 0px;
	padding-left: 23px;
}
	ul.leftbox{font-size: 1.2em;}
	
	.leftbox2{padding: 10px 23px 10px 23px;margin-bottom:3px;line-height:1.8em;}

	.features{padding-top:15px;font:1.27em Arial, Helvetica, sans-serif;}
	
	#leftcolumn .leftbox p{padding-bottom:1em;line-height:1.5em; font-size:12px}
	#leftcolumn .leftbox a:hover{
	color: #bf1238;
	}	
	/* center column */
	.article_wrapper h2{
	color: #bf1238;
	font-size:2em;
	margin:10px 0;
}
	.article_wrapper p{
	padding-bottom:10px;
	font-size:1.3em;
	color: #CCCCCC;
}
	.article_wrapper img{
	padding-top: 15px;
	padding-bottom: 15px;

}	
	/* right column */
	.rightbox_wrapper{
	background: #eeeded;
	padding:5px;
	margin-bottom: 20px;
	width:277px;
	overflow: hidden;
	font-size:11px;
	line-height: 18px;
	color: #FFFFFF;
	}
	.rightbox{border: 1px dashed #d9e0e8;width:275px;overflow: hidden;padding-bottom:6px;}
	.product_image{ float: left;margin: 6px 0 0 6px;}
	.product_wrapper{float: right;width:200px;}
	.product_wrapper h4{font-size:1.3em;color: #483F3D;font-weight: bold;padding-top:10px;}
	.product_wrapper p{font-size:1em;}
	.lastbox{margin:0;}
/* =BOTTOM */
	.bottomcolumn h3{
	color: #FFFFFF;
	font-size:18px;
	padding:15px 0 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	border-left-color: #bf1238;
	}
	.bottomcolumn p{
		padding: 10px 35px 10px 5px;
		font-size: 1.2em;
	}
	.iconlist{
		border-top: 1px dashed #d1cfcd;
		font-size: 1.2em;
	}
#designbydesignby {
	position:absolute;
	left:270px;
	top:4px;
	width:187px;
	height:32px;
	z-index:1;
	background-position: right;
	overflow: visible;
	float: right;
}
	ul.iconlist li a{
		padding-left: 25px;
		background: url(../images/footer_list.jpg) left bottom no-repeat;
	}
	ul.iconlist  li a:hover{
	background: #E9E4DE url(../images/footer_list.jpg) left top no-repeat;
	color: #bf1238;
}
	.enewsbox{
	float: left;
	width: 130px;
	height: 15px;
	font-size:13px;
	border-right-color: #bf1238;
	border-bottom-color: #bf1238;
	border-left-color: #bf1238;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #bf1238;
	margin-right: 4px;
	}
	
	
/* =FOOTER */
	#footer{
	height: 37px;
	font-size: 1.2em;
	color: #CCCCCC;
	}
	#footer a{
	color: #FFFFFF;
}
	#designby{
		
		float: left;
		height: 23px;
		padding:2px 0 0 30px;
		margin-top: 10px;
	}
	#footer_navigation{
		float: right;
		padding-top:15px;
	}
	#footer_navigation li{
	float: left;
}
	#footer_navigation li a{text-transform:uppercase;}
	#footer_navigation li a:hover{color: #5699A7;}
	.button {
	display:block;
	width:105px;
	height:25px;
	text-indent:-9999px;
}
.button a {
	display:block;
	width:100%;
	height:100%;
	outline:none;
	background-image: url(portfolio.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.button a:hover {
	background-position:0 -25px;
}
#skype h6 {
	padding-left:30px;
	background-image: url(../img/skype.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	height: 30px;
	margin-top: 5px;
	padding-top: 5px;
}

#telefono h6 {
	padding-left:30px;
	background-image: url(../img/telefono.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	height: 30px;
	margin-top: 7px;
	padding-top: 7px;
}
	
	
