@charset "UTF-8";
/* CSS Document */
 
* {
	margin: 0;
	padding: 0;
	border: none;
}
 
body {
	color: #333;
	background-color: #fff;
	font: 12px/15px Arial, Helvetica, sans-serif;
	letter-spacing: 0;
}
 
#wrapper {
	width: 960px;
	margin: 0 auto;
	position: relative;
}
 
a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
 
a:hover {
	color: #000;
}
 
 
h1 {
	font: normal 48px/40px Georgia, Times, "Times New Roman", serif;
	letter-spacing: -2px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
 
h1.submenualign {
	font: normal 30px/30px Georgia, Times, "Times New Roman", serif;
	letter-spacing: -0.03em;
	margin-bottom: 0;
}
 
h1.submenualignfirst {
	font: normal 30px/30px Georgia, Times, "Times New Roman", serif;
	letter-spacing: -0.03em;
	margin-bottom: 3px;
	/* l'ultima regola allinea il div che segue nel flusso alla prima linea del submenu, */
	/* nel caso che la prima voce del submenu e' .current                                */
	/* per esempio: in Catalogue & Shop - Saddles - Saddle Lines */
}
 
h2 {
	font: normal 24px/24px Georgia, Times, "Times New Roman", serif;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	margin-bottom: 5px;
}
 
h3 {
	font: normal 14px/16px Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	margin-bottom: 14px;
}
 
h4 {
	font: bold 12px/15px Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	margin-bottom: 15px;
}
 
.redsquare {
	width: 686px;
	color: #fff;
	background-color: #900;
	padding: 12px;
	margin-top: 4px;
	margin-bottom: 16px;
}
 
.redsquare a {
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
}
 
.redsquare a:hover {
	text-decoration: none;
}
 
 
/* ############## MENU ############## */
 
#menu {
	position: relative;
	width: 960px;
	height: 94px;
	border-bottom: #000 6px solid;
}
 
#menu #logo {
	position: absolute;
	top: 28px;
	left: 0;
}
 
#menu ul {
	position: absolute;
	top: 28px;
	right: 0;
}
 
#menu ul li {
	display: block;
	float: left;
	list-style: none;
	width: 109px;
	height: 33px;
	border-left: 1px solid #5a5947;
	padding-left: 12px;
}
 
#menu ul li.ultimo {
	width: 87px;
}
 
#menu ul li a, #menu ul li a:visited {
	font: 14px/14px Georgia, Times, "Times New Roman", serif;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	text-decoration: none;
	color: #5a5947;
}
 
#menu ul li a:hover, #menu ul li a:active, #menu ul li a.current {
		color: #990000;
}
 
#menu ul li a.inactive {
		color: #ccc;
}
 
/* ############## MENUTOOLS ############## */
 
#menutools {
	position: relative;
	width: 960px;
	height: 42px;
	border-bottom: #ccc 1px dotted;
	margin-bottom: 26px;
}
 
#menutools ul {
	position: absolute;
	top: 13px;
	left: 0;
	width: 716px;
	height: 18px;
	font: bold 12px/18px Arial, Helvetica, sans-serif;
	letter-spacing: -0.06em;
}
 
#menutools ul li {
	display: block;
	float: left;
	list-style: none;
}
 
#menutools ul li .sep {
	margin: 0 0.5em;
}
 
#menutools ul li a, #menutools ul li a:visited {
	text-decoration: underline;
	color: #333;
}
 
#menutools ul li a:hover, #menutools ul li a:active {
	text-decoration: none;
	color: #000;
}
 
#quickfinder {
	position: absolute;
	top: 13px;
	right: 0;
	width: 344px;
	height: 18px;
}
 
#quickfinder select {
	float: right;
	width: 210px;
	height: 18px;
	border: 1px solid #ccc;
	margin-right: 6px;
	font: bold 12px/12px Arial, Helvetica, sans-serif;
}
 
#quickfinder select option.level1 {
	text-transform: uppercase;
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	padding-left: 4px;
}
 
#quickfinder select option.level2 {
	font: bold 12px/14px Arial, Helvetica, sans-serif;
	color: #666;
	padding-left: 16px;
}
 
#quickfinder select option.level3 {
	font: normal 12px/14px Arial, Helvetica, sans-serif;
	padding-left: 28px;
}
 
#quickfinder div.button_right {
	float: right;
}
 
 
/* ############## MAIN ############## */
 
.main {
	display: table-row; /* here's the right trick for FFOX  */
	width: 960px;
}
 
.spalla	{
	display: table-cell;
	vertical-align: top;
	width: 228px;
}
 
.contenuti	{
	display: table-cell;
	vertical-align: top;
	width: 710px;
	padding-left: 22px;
}
 
/* ############## SUBMENU EXTRAS ############## */
 
#submenuextras {
	position: relative;
	width: 228px;
	margin-top: 23px;
}
 
#extrapict {
	text-align: center;
	margin-top: 6px;
}
 
#extrapict img{
	margin-top: 15px;
}
 
/* ______________ buttons container ______________ */
 
.buttonscontainer {
	width: 100%;
	height: 38px;
	padding-top: 12px;
	border-top: 1px dotted #ccc;
}
 
.buttonscontainersx, .buttonscontainerdx {
	width: 340px;
}
 
.buttonscontainerdx {
	float: right;
}
 
 
/* ############## FOOTER ############## */
 
 
#footer {
	position: relative;
	width: 960px;
	height: 26px;
	border-top: 2px solid #000;
	margin: 42px 0;
	font: normal 13px/16px Times, "Times New Roman", serif;
	color: #000;
}
 
#footer a {
	font-weight: normal;
}
 
#footer ul {
	position: absolute;
	top: 12px;
	left: 0;
	width: 500px;
	height: 16px;
}
 
#footer ul li {
	display: block;
	float: left;
	list-style: none;
}
 
#footer ul li .sep {
	margin: 0 0.5em;
}
 
#footer ul li a, #footer ul li a:visited {
	text-decoration: none;
	color: #000;
}
 
#footer ul li a:hover, #footer ul li a:active {
	text-decoration: underline;
	color: #900;
}
 
#footer p {
	position: absolute;
	top: 12px;
	right: 0;
	height: 16px;
	text-align: right;
}

