/*
Theme Name: Saladini
Theme URI: http://www.saladiniskf.it
Description: Saladini SKF
Version: 1.0
Author: Paolo Battistella
Author URI: http://www.dsd.it

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
body {
	font-size: 80%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fff;
	color: #333;
	text-align: center;
	margin:0;
	padding:0;
	}

a img {
    border:none;
}
.pulsante {
background: url('images/ordini.jpg');
background-repeat:no-repeat;
position:absolute;
top:5px;
right:130px;
width:195px;
height:70px;
}
.pulsante:hover {
background: url('images/ordini1.jpg');
background-repeat:no-repeat;
display:block;
position:absolute;
top:5px;
right:130px;
width:195px;
height:70px;
}

#header {
	background: url('images/header_bg.png') repeat-x;
    background-position: top left;
	text-align:center;
	margin:0;
	padding:0;
	}

#page {
	text-align: left;
  width:766px;
  margin:0 auto;
	padding:0;
	background:#EFECE3;
	}/*background:#3A3E88;*/

.content {
    margin: 0 0 0 226px;
	padding:8px;
	background:#ffffff;

	}

.sidebar {
	float:left;
  width:210px;
  margin:0;
	padding:8px;
	height:100%;
}

.sidebar ul {
	list-style-type:none;
    margin:0;
    padding:0;
    color:#000;
	}
.sidebar li {
    margin:8px 4px;
	}
.sidebar a {
	color:#000;
	}
.sidebar a:hover, .sidebar a:focus {
	text-decoration:none;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

#footer {
  clear:both;
	text-align: left;
  width:766px;
  margin:0 auto;
	padding:0;
	background:#aaa;
	color:#fff;
	}

#footer a { color:#fff }
#footer a:hover, #footer a:focus { text-decoration:none; }
#footer p { margin:8px 0; padding:0; }	
#footer .sidebar {
  background:#0066CC;
  height:90px;
  color:#fff;
}
#footer .content {
  background:#0066CC;
  height:90px;
}

#marqueecontainer{
position: relative;
height: 300px; /*marquee height */
overflow:hidden;
margin-top:8px;
}
