/*
-----------------------------------------------
clinicdigital Screen Master
Author:   Nicola Cascio
Version:  01 Apr 2005
----------------------------------------------- */

/* All associated graphics copyright 2005, Nicola Cascio */

/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the 
   designer's written permission. However, feel free to study the CSS and use 
   techniques you learn from it elsewhere. */
   
/* Typography Styles
----------------------------------------------- */
h1 {
	font-size: 3em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #fff;
}
h2 {
	font-size: 2em;
	color: #999;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
	letter-spacing: 0.01em;
}
h3 {
	font-size: 2.5em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.3pt;
	line-height: normal;
	width: auto;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	margin-left: 0px;
	color: #666666;
}

h4 {
	font-size: 2em;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0.3pt;
	color: #999999;
	font-weight: bold;
	line-height: 1.1em;
}
h5 {
	font-size: 1.2em;
	font-family: 'Lucida Sans Unicode', Helvetica, sans-serif;
	color: #999;
	font-weight: normal;
	line-height: normal;
	letter-spacing: 0.3pt;
}
h6 {
	font-size: 1.1em;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 1em;
	line-height: 1.4em;
	text-align: justify;
}

/* General Styles
----------------------------------------------- */

body {
	color:#999;
	font: normal 0.7em/1.3em Arial, Helvetica, sans-serif;
	letter-spacing: 1pt;
	margin:0;
	padding:0;
	text-align:center;
	background-color: #fff;
	background-image: url(../img/bg/bg-body.gif);
	background-repeat: repeat;
	background-position: center top;
}
.home #container h4 {
	line-height: 1.2em;
}

#container a:link{
	color: #069;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #069;
}

#container a:visited {
	color: #069;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
#container a:hover{
	text-decoration:none;
	text-decoration:none;
	color: #FF6633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF6633;
}

#container a:active {
	color: #006699;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FF6633;
}
/* General Positining Styles
----------------------------------------------- */

#container{
	padding: 0px;
	position:relative;
	width:720px;
	text-align:left;
	height: auto;
	z-index: 2;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}
#top {
	height: 120px;
	width: 450px;
	background-image: url(../img/bg/bg-top.gif);
	background-repeat: no-repeat;
	z-index: 2;
	position: relative;
	float: left;
	display: inline;
	margin-top: -250px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#top-pages {
	height: 120px;
	width: 450px;
	background-image: url(../img/bg/bg-top-pages.gif);
	background-repeat: no-repeat;
	z-index: 2;
	position: relative;
	float: left;
	display: inline;
	margin-top: -250px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#content {
	width: 465px;
	height: auto;
	position: relative;
	float: left;
	z-index: 4;
	margin-top: -150px;
	margin-left: 5px;
	display: inline;
	margin-bottom: 20px;
}
#content ul{
	list-style-image: url(../img/icons/ulli2.gif);
}
#content li{
	list-style-image: url(../img/icons/ulli2.gif);
	padding-bottom: 5px;
	color: #333;
}
#content a img {
	border: 0px;
	margin: 0px;
}
.home #content {
	margin-top: -100px;
}
#extra {
	height: 266px;
	width: 119px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	background-image: url(../img/logo-big.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#col{
	position:relative;
	width:226px;
	z-index: 5;
	height: auto;
	float: right;
	margin-top: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	margin-right: 0px;
	display: inline;
	background-color: #CCCCCC;
}

#col ul{
	list-style-image: url(../img/icons/ulli2.gif);
}
#col li{
	list-style-image: url(../img/icons/ulli2.gif);
	padding-bottom: 5px;
	color: #333;
}
#col p{
	margin: 10px 10px 10px 15px;
}
#col h4{
	margin: 10px 10px 10px 15px;
}
/* Footer
----------------------------------------------- */
#footer {
	clear:both;
	height: 68px;
	width: 100%;
	font-size: 90%;
	letter-spacing: 0.5pt;
	margin: 0px;
	padding-top: 15;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	position: relative;
	top: 0;
	left: 0;
  }
#footer p {
	background-position:0;
	margin:0;
	color:#333333;
	line-height:1.6em;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
  }
/* Fixes footer containment bug in IE-Win (5 and 6)
   http://www.positioniseverything.net/explorer/escape-floats.html
   But IE5-Mac shouldn't see this \*/
  * html #footer p {
    height:1%;
    }
  /* Resume IE5-Mac */
#footer a, #footer a:visited {
  color:#006699;
  border-color:#444;
  }
#footer a:hover {
  color:#ccc;
  border-color:#b55;
  }
  
/* Navigation Styles
----------------------------------------------- */

#nav {
	float: left;
	height: auto;
	width: 98px;
	z-index: 3;
	text-decoration: none;
	position: relative;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 494px;
}
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	height: 38px;
	font-size: 1em;
	}
	
#nav a {
	font-weight: normal;
	text-decoration: none;
	height: 38px;
	width: 80px;
	float: left;
	clear: both;
	/*padding-top: 10px;*/
	/*padding-left: 9px;*/
	border: none;
	text-align: center;
	/*padding-right: 9px; */
	/*background-color: #eee;*/
	/*padding-bottom: 8px;*/
	}
	
#nav a:link {
	text-decoration: none;
	color: #069;
	border: none;
	}
#nav a:visited {
	color: #069;
	text-decoration: none;
	border: none;
	}	
#nav a:hover {
	color: #999;
	text-decoration: none;
	border: none;
	background-color: #EEEEEE;
	}
	#nav a:active {
	color: #fff;
	text-decoration: none;
	border: none;
	}

  #navlist li.hom {
	height: 38px;
	text-indent: -5000px;
	background: url(../img/txt/bg-hom.gif) no-repeat left top;
	width: 98px;
	margin: 0;

  } 
  #navlist li.hom a:hover{
	height: 38px;
	text-indent: -5000px;
	background: url(../img/txt/bg-hom-hover.gif) no-repeat left top;
	width: 98px;
	margin: 0;

  } 
  #currentpagehom a{
	height: 38px;
	text-indent: -5000px;
	background: url(../img/txt/bg-hom-current.gif) no-repeat left top;
	width: 98px;
	margin: 0;

  }
  #navlist li.res {
	height: 38px;
	text-indent: -5000px;
	background: url(../img/txt/bg-ser.gif) no-repeat left top;
	width: 98px;
	margin: 0;
  }	
  #navlist li.res a:hover{
	height: 38px;
	text-indent: -5000px;
	background: url(../img/txt/bg-ser-hover.gif) no-repeat left top;
	width: 98px;
	margin: 0;
  }	
  #currentpageres a{
	height: 38px;
	text-indent: -5000px;
	background: url(../img/txt/bg-ser-current.gif) no-repeat left top;
	width: 98px;
	margin: 0;
  }
   #navlist li.des {
	height: 38px;
	text-indent: -5000px;
	background: url(../img/txt/bg-por.gif) no-repeat left top;
	width: 98px;
	margin: 0;
  }	
  #navlist li.des a:hover{
	height: 38px;
	text-indent: -5000px;
	background: url(../img/txt/bg-por-hover.gif) no-repeat left top;
	width: 98px;
	margin: 0;
  }	
  #currentpagedes a{
	height: 38px;
	text-indent: -5000px;
	background: url(../img/txt/bg-por-current.gif) no-repeat left top;
	width: 98px;
	margin: 0;
  }
  #navlist li.lab {
	height: 38px;
	text-indent: -5000px;
	background: url(../img/txt/bg-lab.gif) no-repeat left top;
	width: 98px;
	margin: 0;
  }	
  #navlist li.lab a:hover{
	height: 38px;
	text-indent: -5000px;
	background: url(../img/txt/bg-lab-hover.gif) no-repeat left top;
	width: 98px;
	margin: 0;
  }	
  #currentpagelab a{
	height: 38px;
	text-indent: -5000px;
	background: url(../img/txt/bg-lab-current.gif) no-repeat left top;
	width: 98px;
	margin: 0;
  }
  #navlist li.com {
	height: 38px;
	text-indent: -5000px;
	background: url(../img/txt/bg-con.gif) no-repeat left top;
	width: 98px;
	margin: 0;
  }	
  #navlist li.com a:hover{
	height: 38px;
	text-indent: -5000px;
	background: url(../img/txt/bg-con-hover.gif) no-repeat left top;
	width: 98px;
	margin: 0;
  }	
  #currentpagecom a{
	height: 38px;
	text-indent: -5000px;
	background: url(../img/txt/bg-con-current.gif) no-repeat left top;
	width: 98px;
	margin: 0;
  }
  #navlist li.abo {
	height: 38px;
	text-indent: -5000px;
	background: url(../img/txt/bg-about.gif) no-repeat left top;
	width: 98px;
	margin: 0;
  }	
  #navlist li.abo a:hover{
	height: 38px;
	text-indent: -5000px;
	background: url(../img/txt/bg-about-hover.gif) no-repeat left top;
	width: 98px;
	margin: 0;
  }	
  #currentpageabo a{
	height: 38px;
	text-indent: -5000px;
	background: url(../img/txt/bg-about-current.gif) no-repeat left top;
	width: 98px;
	margin: 0;
  }
    #navlist li.con {
	height: 38px;
	text-indent: -5000px;
	background: url(../img/txt/bg-contact.gif) no-repeat left top;
	width: 98px;
	margin: 0;
  }	
  #navlist li.con a:hover{
	height: 38px;
	text-indent: -5000px;
	background: url(../img/txt/bg-contact-hover.gif) no-repeat left top;
	width: 98px;
	margin: 0;
  }	
  #currentpagecon a{
	height: 38px;
	text-indent: -5000px;
	background: url(../img/txt/bg-contact-current.gif) no-repeat left top;
	width: 98px;
	margin: 0;
  }  
#nav2 {
	height: auto;
	width: 494px;
	position: relative;
	display: inline;
	float: left;
	margin: 0px;
}	
#nav2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	}
	
#nav2 li {
	float: left;
	margin: 0;
	padding: 0;
	height: auto;
	font-size: 1em;
	}
	
#nav2 a {
	font-weight: normal;
	text-decoration: none;
	height: auto;
	width: 113px;
	float: left;
	text-align: center;
	clear: both;
	display: inline;
	}
	#nav2 a:link {
	text-decoration: none;
	color: #069;
	border: none;
	}
#nav2 a:visited {
	color: #069;
	text-decoration: none;
	border: none;
	}	
#nav2 a:hover {
	color: #999;
	text-decoration: none;
	border: none;
	background-color: #EEEEEE;
	}
	#nav2 a:active {
	color: #fff;
	text-decoration: none;
	border: none;
	}
  #navlist2 li.con {
	height: 21px;
	text-indent: -5000px;
	background: url(../img/txt/nav2-contatti-hover.gif) no-repeat left top;
	width: 113px;
	margin: 0;

  } 
/* ---[ forms ]------------------------------------ */

.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	letter-spacing: 1pt;
	background-color: #729EC3;
	border: 1px solid #999999;
	height: 35px;
	width: 100px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: bold;
}
form {
	background-color: #F0F0DB;
	padding-left: 15px;
	padding-top: 10px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ccc;
	margin: 0px;
	color: #333;
}
input {
	margin-bottom: 5px;
}
textarea {
	margin-bottom: 5px;
	font-size: 1.2em;
}
select {
	margin-bottom: 10px;
	font-size: 1.2em;
}
button {

}
label {
	font-weight: normal;
}
fieldset {
	margin-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #E6F6F9;
	border: 1px solid #074B81;

}
legend {
	font-weight: bold;
	font-size: 1.2em;
	color: #F5843A;
	background-color: #E6F6F9;
	padding: 0px 3px 3px;
	border-right: 1px solid #003399;
	border-left: 1px solid #003399;
}
.sublegend {
	font-weight: bold;
	font-size: 1em;
	color: #0063AE;
}
input:focus, select:focus, textarea:focus {
background:#E4E4E4;
color:#000000; 
}
/*
This style sheet was created to symbolise the endless bugs Web artists have to deal with on a daily
basis and give hope (as well as a good laugh) to all those who work hard to make the Web a better
and bug-free environment

Style Sheet by Nicola Cascio
*/ 

/* --------------------------------------- */


.hide {
	display: none;
}
.txt {
	margin: 25px;
}
img {
	border: none;
}
.bigwork {
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
}
.smallwork {
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
	background-color: #fff;
	padding: 2px;
}
.home-project {
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
	background-color: #fff;
	padding: 2px;
	margin-left: 0px;
	border: 1px solid #ccc;
	margin-top: 0px;
}
.home-img {
}
#tools {
	position: absolute;
	height: 20px;
	width: 50px;
	left: 700px;
	top: 20px;
	z-index: 2;
}
#logo {
	background-image: url(../img/bg/bg-logo-all.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 3;
	height: 83px;
	width: 279px;
	background-position: left top;
}
.project {
	height: auto;
	width: 450px;
	float: left;
	position: relative;
	/*border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #999;*/
	padding-top: 5px;
	padding-bottom: 10px;
	display: inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background-image: url(../img/bg/bg-project.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.project img {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: 1px solid #999999;
	}
#content .project h4 {
	font-size: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #000000;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}
#content .project a {
	font-weight: bold;
}


.project  a img {
		background: #666;
		border: 0;
		margin: 3px 0 0 0;
		padding: 6px;
	}
	.project a:hover img {
		background: #999;
		border: 0;
		margin: 3px 0 0 0;
		padding: 6px;
	}
.floatbox {
	height: auto;
	width: 210px;
	float: left;
	position: relative;
	margin-left: 10px;
	display: inline;
	margin-top: 20px;
}

#mission {
	position: absolute;
	height: auto;
	width: 200px;
	left: 183px;
	top: 200px;
	z-index: 4;
}
#mission p {
	color: #333;
}
#portfolio {
	height: 63px;
	text-indent: -5000px;
	background: url(../img/txt/portfolio.gif) no-repeat;
	margin-top: 1px;
	width: 720px;

  }
#servizi {
	height: 63px;
	text-indent: -5000px;
	background: url(../img/txt/servizi.gif) no-repeat;
	margin-top: 1px;
	width: 720px;

  }
#contatti {
	height: 63px;
	text-indent: -5000px;
	background: url(../img/txt/contatti.gif) no-repeat;
	margin-top: 1px;
	width: 720px;

  }
  #future-web {
	height: 63px;
	text-indent: -5000px;
	background: url(../img/txt/future-web.gif) no-repeat;
	margin-top: 1px;
	width: 720px;

  }
    #tutti-progetti {
	height: 50px;
	text-indent: -5000px;
	background: url(../img/txt/tutti-progetti.gif) no-repeat;
	width: 204px;
	margin-left: 15px;
	margin-bottom: -25px;

  }
 #ico-standards {
	height: 51px;
	text-indent: -5000px;
	background: url(../img/txt/webstandards.gif) no-repeat left top;
	width: 226px;
	margin: 0px 0px 0px -13px;
  } 
  #ico-communicate {
	height: 51px;
	text-indent: -5000px;
	background: url(../img/txt/partners.gif) no-repeat left top;
	width: 226px;
	margin: 0px 0px 0px -13px;
  } 
  #ico-lab {
	height: 51px;
	text-indent: -5000px;
	background: url(../img/txt/lab.gif) no-repeat left top;
	width: 226px;
	margin: 0px 0px 0px -13px;
  } 
  #archivioprogetti {
	height: 51px;
	text-indent: -5000px;
	background: url(../img/txt/archivioprogetti.gif) no-repeat left top;
	width: 226px;
	margin: 0px;
  } 
  #progetti-recenti {
	height: 51px;
	text-indent: -5000px;
	background: url(../img/txt/progetti-recenti.gif) no-repeat left top;
	width: 226px;
	margin: 0px;
  } 
  #studio {
	height: 51px;
	text-indent: -5000px;
	background: url(../img/txt/studio.gif) no-repeat left top;
	width: 226px;
	margin: 0px;
  } 
  #web-internet {
	height: 35px;
	text-indent: -5000px;
	background: url(../img/txt/web-internet.gif) no-repeat left top;
	width: 465px;
	margin: 0px;
  } 
  #formazione {
	height: 35px;
	text-indent: -5000px;
	background: url(../img/txt/formazione.gif) no-repeat left top;
	width: 465px;
	margin: 0px;
  } 
   #stampa {
	height: 35px;
	text-indent: -5000px;
	background: url(../img/txt/stampa.gif) no-repeat left top;
	width: 465px;
	margin: 0px;
  } 
   #cross {
	height: 35px;
	text-indent: -5000px;
	background: url(../img/txt/cross.gif) no-repeat left top;
	width: 465px;
	margin: 0px;
  } 
  #screenshot {
	height: 25px;
	text-indent: -5000px;
	background: url(../img/txt/screenshot.gif) no-repeat left top;
	width: 150px;
	margin: 0px;
  } 
  #invia-mes {
	height: 35px;
	text-indent: -5000px;
	background: url(../img/txt/invia.gif) no-repeat left top;
	width: 465px;
	margin: 0px;
  } 
#web-list {
	list-style-image: url(../img/icons/ulli2.gif);
	background-color: #F0F0DB;
	width: auto;
	padding: 10px 10px 10px 20px;
	color: #333;
	margin-top: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ccc;
	height: auto;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#web-list li {
	padding-bottom: 5px;
	margin-left: 10px;
}
#print-list {
	list-style-image: url(../img/icons/ulli2.gif);
	background-color: #F0F0DB;
	width: auto;
	padding: 10px 10px 10px 20px;
	color: #666;
	margin-top: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ccc;
	height: auto;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#print-list li {
	padding-bottom: 5px;
	margin-left: 10px;
}
#cross-list {
	list-style-image: url(../img/icons/ulli2.gif);
	background-color: #F0F0DB;
	width: auto;
	padding: 10px 10px 10px 20px;
	color: #666;
	margin-top: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ccc;
	height: auto;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#formazione-list {
	list-style-image: url(../img/icons/ulli2.gif);
	background-color: #F0F0DB;
	width: auto;
	padding: 10px 10px 10px 20px;
	color: #666;
	margin-top: 0px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ccc;
	height: auto;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#formazione-list li {
	padding-bottom: 5px;
	margin-left: 10px;
}
#cross-list li {
	padding-bottom: 5px;
	margin-left: 10px;
}
strong {
	color: #666;
}
#recent {
	height: auto;
	width: 460px;
	border: 1px dashed #999999;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-left: 50px;
}
.external {
	background-image: url(../img/icons/2arrows.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	background-position: left 4px;
	font-weight: bold;
}
#project-list li {
	padding-bottom: 5px;
	padding-top: 15px;
	margin-top: 0px;
	padding-left: 20px;
	margin-bottom: -18px;
	margin-left: -45px;
	float: left;
	height: auto;
	width: 100%;
}
.small-project {
	font-size: 1.1em;
	color: #999;
	letter-spacing: 0.4pt;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Arial, sans-serif;
}
#navcontainer {
}
#navcontainer a
{
	display: block;
	padding: 5px;
	height: 100%;
	text-decoration: none;
}

#navcontainer a:link
{
color: #999;
text-decoration: none;
}
#navcontainer a:Visited
{
color: #999;
text-decoration: none;
}

#navcontainer a:hover
{
background-color: #E8E8E8;
color: #fff;
}
#navcontainer a:active
{
color: #999;
text-decoration: none;
}
#works ul {
	list-style-type: none;
}
#empty400 {
	height: 400px;
	float: left;
	width: auto;
	clear: both;
	position: relative;
	z-index: 2;
}
#standards {
	height: auto;
	width: auto;
}
.go {
	background-image: url(../img/icons/arrow-go.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.ico-portfolio {
	background-image: url(../img/icons/icona-portfolio.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 105px;
}
.ico-portfolio-s {
	background-image: url(../img/icons/icona-portfolio-s.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 38px;
	padding-top: 11px;
	padding-bottom: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}
.ico-servizi {
	background-image: url(../img/icons/icona-servizi.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 105px;
}
.home-title {
	height: 25px;
	text-indent: -5000px;
	background: url(../img/txt/ilweb.gif) no-repeat left top;
	width: 200px;
	margin: 0px;
}
.title {
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
	padding-bottom: 5px;
}
.greyline {
	padding-bottom: 3px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}
/*
#ico-standards {
	background-image: url(../img/icons/icona-standards.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-bottom: 10px;
	padding-left: 37px;
	padding-top: 10px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e1e1e1;
	background-color: #E1E1E1;
	margin: 0px 0px 0px -10px;
	color: #666;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #e1e1e1;

} 
*/
.service-title {
	background-color: #CCCCCC;
	padding: 10px;
	color: #FFFFFF;
	height: auto;
	width: auto;
}
#col h3 {
	margin: 0px;
}
#imgcon  a img {
	padding: 2px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	}
#imgcon a:hover img {
	border: 0;
	padding: 2px;
	background-color: #999999;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	}
.small {
	font-size: 50%;
}
.shadow {
	background-image: url(../img/bg/bg-shadow.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 160px;
	width: 460px;
}
.green {color: #A8DF24}
