body{
	font-family: "Trebuchet Ms";
	margin: 0;
	padding: 0;
	background-color: #0f1927;
}
.clear { 
	clear: both;
}
#header{
  width: 100%;
  margin: 5px 0px 0px 0px;
  background: url('../images/backgrounds/header.jpg') repeat-x;
  border-bottom: 1px solid #1b2f4a;
}
.content{
	width: 940px;
	margin: 0 auto;
	font-size: 13px;
}
.logo{
	width: 370px;
	height: 106px;
	float: left;
	margin-top: 0px;
	background: url('../images/logo.jpg') no-repeat;
}
#navmenu {
  /*width: 273px;*/
	width: 450px;
  height: 44px;
  float: right;
  /*border-top: solid 1px #fcfbe7;
  border-bottom: solid 1px #fcfbe7;*/
  margin-top: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 3px;
}
#navmenu ul{
	height: 40px;
  padding: 0;
  list-style-type: none;
	float: right;
	padding: 0;
	margin: 0;
}
#navmenu ul li{
	float: left;
}
#navmenu ul li a{
	display: block;
	text-align: center;
	padding: 12px;
	margin-left: 3px;
	font-size: 15px;
	text-decoration: none;
	font-size: 15px;
	color: #fcfbe7;
}
#navmenu ul li a:hover{
	background-color: #EBE1C5;
	color: #1b2f4a;
}
#navmenu ul li.active{
	text-align: center;
	padding: 12px;
	margin-left: 3px;
	font-size: 15px;
	color: #fcfbe7;/*#1b2f4a;*/
	background-color: #2b4b76;
}

/* -- Slider -- */
#slider { 
  float: left; 
  width: 441px; 
  /*height: 272px;*/
  margin-left: 70px; 
  margin-top: 16px;
}


#introduction {
  width: 335px;
  padding: 2px;
  float: left;
	margin-left: 40px;
	margin-top: 20px; 
}
#introduction h1 {
	font-size: 17px;
	color: #fcfbe7; 
}
#introduction h2 {
	font-size: 15px;
	color: #fcfbe7;
}
#introduction img {
  float: right;
  margin-top: 10px;
	border: none;
}

/* -- Services -- */

#medium{
  width: 100%;
  margin: 0;
	background-color: #ebe1c5;
  border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	float: none;
}

#services-1 {
  width: 286px;
  float: left;
}

#services-desc p.text {
  margin-top: 10px;
  margin-left: 3px; 
}

.services-1 {
  background: url('../images/cosa.gif') no-repeat;
  width: 286px;
  height: 62px;
  text-indent: -9999px;
	margin-top: 14px;
}

#services-2 {
  width: 286px;
  float: left;
  margin-left: 40px;
}

.services-2 {
  background: url('../images/why_me.gif') no-repeat;
  width: 285px;
  height: 61px;
  text-indent: -9999px;
  margin-top: 14px;
}

#services-3 {
  width: 286px;
  float: left;
  margin-left: 40px;
}

.services-3 {
  background: url('../images/come.gif') no-repeat;
  width: 286px;
  height: 62px;
  text-indent: -9999px;
  margin-top: 14px; 
}

.services_product {
  background: url('../images/service_product.gif') no-repeat;
  width: 940px;
  height: 80px;
  text-indent: -9999px;
	margin-top: 14px;
}
.portfolio {
  background: url('../images/fatti_io.gif') no-repeat;
  width: 940px;
  height: 80px;
  text-indent: -9999px;
	margin-top: 14px;
}
#portfolio_container {
	width: 100%;
	padding: 0;
	margin: 0px 0px 20px 0px;
	background-color: #fdf8ea;
	padding: 15px;
	border-top: 4px solid #c2b388;
}
.portfolio_descr {
	float: left;
	width: 210px;
	margin-right: 30px;
}
#portfolio_container h1 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 0px;
}
.portfolio_img {
	float: left;
	width: 700px;
	margin: 0;
	padding: 0;
}

.servizi {
	float: left;
	width: 440px;
	margin-bottom: 20px;
	background-color: #fdf8ea;
	border-top: 4px solid #c2b388;
	padding: 10px;
}
.contact {
  background: url('../images/sono_qui.gif') no-repeat;
  width: 940px;
  height: 80px;
  text-indent: -9999px;
	margin-top: 14px;
}
.intestazione{
	color: #1b2f4a;
	font-size: 22px;
	margin-top: 0px;
}


#footer{
  width: 100%;
  margin: 0;
	background-color: #ED834E;
  border-top: 1px solid #1b2f4a;
	border-bottom: 1px solid #1b2f4a;
}

a {
  text-decoration: none;
  color: #2b4b76;
}

a:hover {
  text-decoration: underline;
  color: #1b2f4a;
}

/* Contact Form home page */

#contact-form {
  float: left;
  width: 462px;
	color: #595643;
}

#contact-form p.heading {
  background: url('../images/contact_us.gif') no-repeat;
  width: 462px;
  height: 28px;
  text-indent: -9999px;
}

#contact-form form {
  font-size: 14px;
  line-height: 11px;
  /*color: #595643;*/
	color: #ffffff;
}

#contact-form form input {
  border: none;
  width: 130px;
  /height: 33px;
	height: 23px;
  background: url('../images/backgrounds/input.gif') no-repeat;
  font: 12px;
  color: #ffffff;
	padding-top: 10px;
  padding-left: 10px;
  margin-top: 3px;
}

#contact-form form .submit {
  width: 130px;
  height: 35px;
  padding: 0px;
  float: right;
}

#contact-form form label {
	float: left;
}

#contact-form form textarea#enquiry {
  width: 299px;
  height: 152px; 
  background: url('../images/backgrounds/textarea.gif') no-repeat;
  border: none;
  padding-left: 5px;
	padding-top: 3px;
  font: 12px;
  line-height: 1.5em;
  color: #ffffff; 
  overflow: hidden;
  margin-top: 3px;
}

#contact-left {
  float: left;
  width: 140px;
  margin-top: 13px;
}

#contact-right {
  float: right;
  width: 299px;
  margin-top: 13px;
}

#contact .spacer {
	margin-top: -14px;
}

/* Recapiti */

#recapiti {
  float: left;
  margin-left: 30px;
  width: 203px;
	font-size: 14px; 
	/*color: #595643;*/
	color: #ffffff; 
}

#recapiti p {
  background: url('../images/recapiti.gif') no-repeat;
  width: 203px;
  height: 27px;
  text-indent: -9999px;
}

/* Our Services */

#our-services {
  float: left;
	margin-left: 30px;
  width: 185px;
  font-size: 14px;
  /*line-height: 1.5em;*/
  /*color: #86a2c4;*/
	color: #595643;; 
}

#our-services p.heading {
  background: url('../images/know-how.gif') no-repeat;
  width: 166px;
  height: 28px;
  text-indent: -9999px;
}

#our-services p.services {
  margin-top: 0px;
  color: #fcfbe7;
  font-weight: normal;
  font-size: 14px;
}

#our-services span {
	margin-top: 10px;
  color: #fcfbe7;
  font-weight: normal;
  font-size: 14px;
}


/* Copyright */

#copyright {
	width: 100%;
  margin: 0;
  text-align: center;
  font: 11px;
  line-height: 1.5em;
  color: #86a2c4;
	background-color: #ebe1c5;
  border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#copyright p {
	color: #000000;
	font-size: 12px;
}

#copyright a {
  text-decoration: none;
  color: #2b4b76;
}

#copyright a:hover {
  text-decoration: underline;
  color: #1b2f4a;
}

/*  Formy - CSS Framework 0.8   */

/* 
	reset.css  
*/

fieldset.formy, form.formy, label.formy, legend.formy{
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* 
	Structural
*/


fieldset.formy {
  margin: 0px 0px 3px 0px;
  padding: 2px;
}

legend.formy {
  font-size: 22px;
	margin-bottom: 10px;
}


label.formy {
  float: left;
  width: 120px;
  /*display: block;*/
  /*clear: left;*/
  margin-right: 3px;
	margin-bottom: 10px;
  text-align: left;
  cursor: hand;
}

textarea.formy, input.formy, select.formy, label.formy, button.formy, optgroup.formy {
	margin-top: 5px;
	margin-bottom: 10px;
}

input[type="checkbox"] ,input[type="radio"]{
	margin-bottom: 7px;
}	


/* 
	Color palette
*/

form.formy{
	background-color: #db7947;
}

fieldset.formy{
	border: none;
}
	
legend.formy {
  color: #1b2f4a;
}
	
label.formy {
	font-size: 14px;
	height: 30px;
}
	
textarea.formy {
	border: 1px solid #1b2f4a;
	overflow: hidden;
}

textarea:focus.formy, input[type="text"]:focus.formy, input[type="password"]:focus.formy {
	border: 2px solid #efa27c;
}

select.formy {
  background-color: #ffffff;
  color: #000;
}

input[type="text"].formy {
	background-color: #fcfbe7;
	border: 1px solid #1b2f4a;
	width: 200px;
	padding-left: 5px;
	height: 30px;
	padding-top: 2px;
	font-size: 16px;
	color: #1b2f4a;
}
textarea.formy{
	background-color: #fcfbe7;
	padding-left: 5px;
	padding-top: 10px;
	font-family: "Trebuchet Ms";
	font-size: 16px;
	color: #1b2f4a;
}

input[type="submit"].formy {
  background-color: #A6ABAE;
  color: #000000;
	border: 1px solid #3B4D59; 
}

input[type="checkbox"].formy {
	color: #000;
}

input[type="radio"].formy {
  background-color: #fff;
  color: #000;
}

option.formy {
  background-color:#fff;
  color:#000;
}

optgroup.formy {
  background-color:#ccc;
  color:#000;
}

button.formy {
  background-color: #ccc;
  color: #333;
}

.error{
	font-size: 12px;
	margin-top: 20px;
	margin-left: 5px;
	font-weight: bold;
	background-color: #fcfbe7;
	padding: 5px;
	color: #ff0000;
}


/*  END Formy - CSS Framework 0.8   */
