/*
Theme Name: AlphaStrumenti
Theme URI: http://www.alphastrumenti.com
Description: Tema grafico per il sito AlphaStrumenti.com
Version: 1
Author: Salvatore Laisa
Author URI: http://www.moebiusmania.net
Tags: blu, azienda, corporate
*/

/* Utility */
@import url("css/reset.css");

.clear { clear: both; }
.sinistra { float: left; }
.destra { float: right; }
.push { height: 40px; }
html,body { height: 100%; }

/* Generali */
#contenitore {
	height: 100%
	height: auto !important;
	min-height: 100%;
	margin: 0 auto -40px;
	width: 960px;
}
body{
	font-family: Georgia;
	background: url(immagini/bg.png) repeat-x top left;
	position: relative;
	color: #20617F;
	font-size: 13pt;
}

/* Tipografia */
a{
	color: #79A0B2;
	text-decoration: none;
}
a:hover{ color: #20617F; text-decoration: underline; }
h3 {
	font-size: 24pt;
	font-weight: normal;
	margin-bottom: 10px;
	font-style: italic;
}
p {
	margin-top: 10px;
	line-height: 19pt;
}

/* Testata */
#testata { position: relative; }
#testata h1{
	margin-top: 10px;
}

/* Navigazione */
#navigazione {
	padding: 20px;
	margin-top: 25px;
	background-image: url(immagini/menu.png);
	background-position: center center;
	background-repeat: no-repeat;
}
#navigazione li{
	text-transform: uppercase;
	font-size: 17pt;
	float: left;
	margin: 0 15px;
	letter-spacing: 1px;
}
#navigazione a{
	color: white;
}
#navigazione a:hover{
	text-decoration: none;
}

/* Centrale */
#centrale {
	font-size: 15pt;
	padding-bottom: 25px;
}
#banner{
	margin-top: 7px;
	position: relative;
	height: 190px;
	width: 960px;
	background: url(immagini/bagliore.png) center center no-repeat;
}
.home .intro{
	margin-top: 90px;
	color: #2B81A9;
	background-color: #E3F1F9;
	border: 2px solid #D2DFE5;
	padding: 20px;
}
.intro img{
	border: 2px solid #20617F;
}
.riga {
	margin: 10px 0;
	border-top: 1px solid #20617F;
}
.stai_su{
	margin-top:30px;
}

/* Footer */
#footer{
	margin: 0 15px;
	border-top: 1px solid #79A0B2;
	background-color: white;
	text-align: center;
	height: 40px;
	line-height: 40px;
}