@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FFFFFF;
	line-height: 1.35em;
		
}
a img {
	border: none;
}
a {
	text-decoration: underline;
	color: #18597E;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0 0 5px 0;
}
h1 {
	font-size: 10px;
	font-family: Lucida Grande, Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
}

h2 {
	color: #349EDC;
	font-size: 18px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif, "Trebuchet MS";
	}
h4 {
	font-size: 11px;
}
h5 {
	font-size: 10px;
}

table {
      margin:1em 0;
      border-top:1px solid #ccc;
      border-left:1px solid #ccc;
	  font-size: 11px;
	  font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	  font-weight: normal;
      }
td {
      border-right:1px solid #ccc;
      border-bottom:1px solid #ccc;
      padding:4px 10px;
      vertical-align:top;
      }
	  
th {
      border-right:1px solid #ccc;
      border-bottom:1px solid #ccc;
      padding:4px 10px;
      vertical-align:top;
	  background-color: #FEE16B;
      }
	  
.autoclear {
	clear: both;
	margin-bottom: 10px;
}
.left {
	float: left
}
.right {
	float: right;
}
#container {
	width: 960px;
	margin: 0 auto;
	padding: 10px 0;
	overflow:hidden;
}
#logo {
	width: 186px;
	padding-top: 80px;
	float: left;
}
#shadow {

}
#box {
	float: left;
	width: 748px;
	border: 1px solid #A5D3EE;
	margin: 10px 0;
	padding: 0 0 10px 0;/*height: 521px;*/
	
	}
/* ========== Footer ========== */	
#footer {
	width: 960px;
	text-align: left;
	font-size: 11px;
	color: #CCCCCC;
	margin: 0 auto;
	padding-left: 200px;
	}
/* ========== Menu ========== */

#menu {
	width: 300px;
	text-align: center;
	float: left;
	font-weight: bold;
	padding-right: 10px;
	font-size:14px;
	font-family: inherit;
			}
#menu .black {
	background-color: #A5D3EE;
	width: 100px;
	height: 40px;
	float: left;
	color: #fff;
	padding-top: 20px;
	display: block;
	
}
#menu .white {
	background-color: #ffffff;
	width: 100px;
	height: 60px;
	float: left;
	color: #555;	
	display: block;
}
#menu .white a {
	text-decoration: none;
	color: #555;	
	width: 100px;
	height: 60px;
	display:block;
	cursor: hand;
	
	
	}
	
#menu .white a div{
	padding-top:20px;
	height:40px;
	
	}
	
#menu .white a:hover {
	text-decoration: none;
	color: /*#DE4C69*/#fff;	
	width: 100px;
	height: 60px;
	display:block;
	background-color:#A5D3EE;
}
#menu .white a:active {
	color:#fff;
	background-color:#A5D3EE;
}
/* ========== Visual (image) ========== */
	
#visual {
	float: right;
	width: 320px;/*width: 428px;*/
	/*padding-right: 10px;	*/
	padding: 0 0 0 118px;
		}
#content {
	padding: 20px 10px 0 20px;
	text-align: justify;
}
/* ========== Contact Box ========== */
#contact_box {
	float: right;
	width: 170px;
	border: 0px;
	background-color: #E2F1FA;
	border-top: 6px solid #FEE16B;
	padding: 20px;
	margin-left: 10px;
}
#contact_box h4 {
	text-transform: uppercase;
	font-size: 11px;
	margin-bottom:10px;
	padding:0;
	font-weight: bold;
	}
#contact_box p {
	font-size: 11px;
	margin:0;
	padding:0;
}
/* ========== Product ========== */

.product {
	width: 30%;
	float: left;
	margin-right: 20px;
}
.product h5 {
	color: #fff;
	background-color: #DE4C69;
	font-weight: normal;
	font-size: 12px;
	padding: 2px;
	display: inline;
	line-height: 1.6em;
}
.product span {
	color: #000;
	background-color: #FEE16B;
	padding: 2px 0;
	display: inline;
	line-height: 1.6em;
}
.product .read_more a {
	color: #666;
	background-color: #F0D218;
	display: inline;
	line-height: 1.6em;
	font-weight: bold;
	padding: 2px 0;
	text-decoration: none;
}
.product .read_more a:hover {
	color: #fff;
	background-color: #DE4C69;
	text-decoration: none;
}
.image {
	border: 1px solid #CDE9EA;
	background-color: #fff;
	padding: 3px;
	width: 150px;
	clear: left;
	margin: 0 10px 0 0;
}
.image_shadow {
	background-image: url(../assets/image_shadow.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	width: 150px;
	height: 4px;
	margin: 0;
	padding: 0;
}

/* ========== Cartuse ========== */

.listare {
	color: #000;
	font-weight: normal;
	font-size: 14px;
	font-weight: bold;
}

.listare a:link, a:active, a:visited {
	color: #919999;
}

.listare a:hover {
	text-decoration: none;
}