@import url(fonts.css);

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #d4d4d4;
}

p {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

div#center {
	position: relative;
    margin: auto;
    width: 968px;
}

div#page {
    min-height: 700px;
    width: 968px;
   	background-color: white;
   	background-image: url(../images/bg_page.gif);
   	background-repeat: repeat-y;
   	font-size: 93%;
}

/* for iE6 */
* html div#page {
	height: 700px;
}

div#quicklinks {
    width: 958px;
    height: 21px;
    padding-top: 9px;
    padding-right: 10px;
	background-color: #d4d4d4;
  	font-size: 88%; 	
}

div#top {
    background-color: white;
    height: 133px;
    width: 968px;
}

div#top div#select {
    width: 220px;
    margin-top: 30px;
    padding-left: 18px;
	float: left;
  	font-size: 88%; 	
  	line-height: 120%;
}

div#top div#logos {
    width: 730px;
    height: 132px;
	float: left;
	background-image: url(../images/logos.gif);
	background-repeat: no-repeat;
}

div#navigation {
    width: 200px;
    min-height: 500px;
    padding-bottom: 50px;
	border-right: 1px solid white;
	float: left;
	font-size: 100%;
	line-height: 144%;
}

/* for iE6 */
* html div#navigation {
    height: 500px;
}

div#image1 {
    width: 256px;
    height: 168px;
	border-right: 1px solid white;
	float: left;
}

div#image2 {
    width: 254px;
    height: 168px;
	border-right: 1px solid white;
	float: left;
}

div#image3 {
    width: 255px;
    height: 168px;
	float: left;
}

body.cms_editpage div#image1,
body.cms_editpage div#image2,
body.cms_editpage div#image3 {
	background-color: gray;
}

div#content {
	float: left;
	width: 691px;
	padding-top: 25px;
	padding-right: 20px;
	padding-left: 50px;
	padding-bottom: 35px;
	font-size: 100%;	
	line-height: 144%;
}

#searchform{
	position: absolute;
	width: 155px;
	height: 18px;
	top: 341px;
	left: 802px;
	padding: 0;
	margin: 0;
	z-index: 10;
}

#searchform input#s {
	width: 127px;
	height: 14px;
	padding: 0;
	margin: 0;	
	border: 1px solid #969696;
	padding-left: 4px;
	float: left;
	font-family: Verdana;
  	font-size: 77%; 	
	padding-top: 2px;
}

#searchform button {
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	cursor: pointer;
	color: #c8c8c8;
	float: left;
	background-color: blue;
	background-image: url(../images/cerca.gif);
	height: 18px;
	width: 22px;
}

#searchform button img {
	float: left;
	margin: 0;
}

div#footer {
    width: 948px;
    height: 20px;
    padding: 4px 10px 0 10px;
    background-color: #6e7c7f;
  	font-size: 85%; 
  	line-height: 135%;	
}

div#footer div#footerleft {
    float: left;
    color: white;
}

div#footer div#footerright {
    float: right;
    color: white;
}

div#footer div#footerright a {
    color: white;
}

div.clear {
	height: 1px;
	line-height: 1px;
	font-size: 1px;
	clear: left;
}
