/*
Theme Name: Sixtus Azienda
Theme URI: 
Author: IM Evolution
Description: Tema wordpress realizzato da IM Evolution.
*/

/******* Reset *******/
html, body, form, p, a, ul, ol, li, div, br, input, 
button, textarea, h1, h2, h3, h4, h5, strong {
	margin: 0;
	padding:0;
}

img { 
	border: 0; 
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: underline;
}

ul, ol {
	list-style: none;
}

/******* End Reset *******/

/******* Start *******/

body {
	background-color:  #223c7d;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color:#000000;
}

#unico {
	width:945px;
	height:580px;
	position:absolute;
  	top:50%;
  	left:50%;
	margin:-275px 0 0 -472px;
}


#contenitore {
	background:#d0d4df  url('home.jpg') no-repeat;
	width:945px;
	height:550px;
	border:1px solid #FFFFFF;
}

ul#bottoni {
	width:950px;
	overflow:hidden;
	background-color: transparent;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	padding:0px;
	margin:0px;
	position:relative;
	top:121px;
}
ul#bottoni li {
	float:left;
}
ul#bottoni li a, ul#bottoni li a:hover, ul#bottoni li a:active {
	color:#FFFFFF;
	text-decoration:none;
	width:auto;
	height:24px;
	padding: 0 20px 0 20px;
	line-height:24px;
	margin:0;
}

li#azienda { background-color:#867d6a;}
li#fisioterapia { background-color:#8fc964;}
li#farmacia { background-color:#eb8823;}
li#english { padding: 0 0 0 235px; }
li#contatti {  }
#footer {
	font-size:12px;
	margin-top:10px;
	text-align:center;
	width:945px;
	height:20px;
	padding-top:8px;
	padding-bottom:8px;
	color:#ffffff;
}