/* @override http://localhost/~tegola/caprice/css/master.css */

/* @group Base */
body {
	background: #4e2200 url("../img/grid.png") repeat-y top center;
	background: #4e2200;
	margin: 0;
	font-size: 11pt;
}
.inner {
	margin: 0 auto;
	width: 800px;
}
.hide {
	display: none !important;
}
a {
	color: #ab811d;
}
a:hover {
	color: #dca625;
}
p, ul {
	line-height: 20px;
	margin-top: 4px;
	margin-bottom: 20px;
}
/* @end */

/* @group Header */
#header {
	height: 120px;
	background: url("../img/header-bg.png") repeat-x;
	text-align: center;
}
#header h1 {
	position: relative;
	top: 5px;
	margin: 0 auto;
	width: 255px;
	height: 111px;
}
#header h1 a {
	display: block;
	height: 100%;
	text-indent: -1000em;
	overflow: hidden;
	background: url("../img/header-logo.png");
}
#header h1 a:hover {
	background-position: bottom;
}
#header h2 {
	display: none;
}
/* @end */


/* @group Menu */
/* Base */
#menu {
	background: url("../img/menu-bg.png");
	height: 40px;
	position: relative;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	height: 40px;
	line-height: 40px;
	background: url("../img/menu.png") no-repeat top left;
	text-indent: -1000em;
	overflow: hidden;
}

/* OFF */
#menu-prodotti a {
	width: 94px;
	background-position: 0 0;
}
#menu-fabriziocamplone a {
	width: 158px;
	background-position: -94px 0;
}
#menu-diconodinoi a {
	width: 119px;
	background-position: -252px 0;
}
#menu-faredolci a {
	width: 100px;
	background-position: -371px 0;
}
#menu-comunicazione a {
	width: 130px;
	background-position: -471px 0;
}
#menu-dovesiamo a {
	width: 106px;
	background-position: -601px 0;
}
#menu-archivio a {
	width: 93px;
	background-position: -707px 0;
}

/* ON */
#menu-prodotti a:hover {
	background-position: 0 -40px;
}
#menu-fabriziocamplone a:hover {
	background-position: -94px -40px;
}
#menu-diconodinoi a:hover {
	background-position: -252px -40px;
}
#menu-faredolci a:hover {
	background-position: -371px -40px;
}
#menu-comunicazione a:hover {
	background-position: -471px -40px;
}
#menu-dovesiamo a:hover {
	background-position: -601px -40px;
}
#menu-archivio a:hover {
	background-position: -707px -40px;
}

/* Active */
#prodotti #menu-prodotti a {
	background-position: 0 -80px;
}
#fabriziocamplone #menu-fabriziocamplone a {
	background-position: -94px -80px;
}
#diconodinoi #menu-diconodinoi a {
	background-position: -252px -80px;
}
#faredolci #menu-faredolci a {
	background-position: -371px -80px;
}
#comunicazione #menu-comunicazione a {
	background-position: -471px -80px;
}
#dovesiamo #menu-dovesiamo a {
	background-position: -601px -80px;
}
#archivio #menu-archivio a {
	background-position: -707px -80px;
}
/* @end */

/* @group Content */
#content {
	background-color: rgba(255, 255, 255, 0.5);
	background-color: #fff;
}
.pageTitle {
	display: none;
}
.sectionTitle {
	margin-top: 25px;
	margin-bottom: 12px;
	letter-spacing: -1px;
	font-size: 22pt;
	line-height: 1em;
 	font-variant: small-caps;
	font-weight: normal;
	border-bottom: 1px solid #aa8555;
	color: #4e2200;
}
.sectionSubtitle {
	font-size: 12pt;
	margin-top: -1px;
	margin-bottom: 12px;
	font-weight: normal;
}
.dropCap {
	display: block;
	float: left;
	line-height: 0.7em;
	font-size: 5em;
	margin-right: 5px;
	margin-top: 5px;
}

a.pdf {
	padding-left: 20px;
	background: url("../img/icon-pdf.png") no-repeat left center;
}
/* @end */



/* @group Footer */
#footer {
	background-color: #4e2200;
	border-top: 1px solid #3a1900;
	padding: 15px 0;
	color: #a28965;
	line-height: 20px;
	font-size: 10pt;
}
#footer p {
	margin-top: 1px;
	margin-bottom: 0;
	
}
#footer-facebook a {
	display: block;
	text-indent: -1000em;
	overflow: hidden;
	background: url("../img/footer-facebook.png");
	width: 96px;
	height: 20px;
}
#footer-facebook a:hover {
	background-position: bottom left;
}
#footer-awards {
	text-align: center;
}
/* @end */

/* @group In aggiornamento */
.workInProgress {
	height: 30em;
	padding: 40px 0;
	text-align: center;
	position: relative;
}
.workInProgressInner {
	position: absolute;
	left: 25%;
	right: 25%;
	top: 50%;
	margin-top: -6em;
}
.workInProgressTitle {
	margin: 0;
	font-size: 24pt;
	font-weight: normal;
	color: #512200;
}
.workInProgressMessage {
	margin: 0.5em 0 0 0;
	font-size: 14pt;
	line-height: 1.5em;
	color: #7f6d60;
}
/* @end */

/* @group jQuery Scroll Pane */

.jspContainer {
	overflow: hidden;
	position: relative;
}
.jspPane {
	position: absolute;
}
.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}
.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspVerticalBar *,
.jspHorizontalBar * {
	margin: 0;
	padding: 0;
}
.jspCap {
	display: none;
}
.jspHorizontalBar .jspCap {
	float: left;
}
.jspTrack {
	background: #dde;
	position: relative;
}
.jspDrag {
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}
.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow {
	height: 16px;
}
.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus {
	outline: none;
}
.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
	margin: 0 -3px 0 0;
}
/* @end */
