@charset "utf-8";
body  {
	font: 0.70em Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #555;
}

/* LINKS */
.sgoluppi a:link, .sgoluppi a:visited, .sgoluppi a:active, .sgoluppi a:focus{
	line-height: inherit;
	color: #000000;
	text-decoration: underline;
}
.sgoluppi a:hover{
	line-height: inherit;
	color: #09C;
	text-decoration: underline;
}
img, a:link img, a:visited img, a:active img, a:focus img{
	border: solid 1px #FFF;
	text-decoration: none;
}
a:hover img{
	border: solid 1px #000;
	text-decoration: none;
}

table, tr, td {
	border: none;
	text-align: left;
	vertical-align: top;
}
h1, h2, h3, h4, h5, h6, h7 {
	font-size: 100%;
	font-weight: bold;
	line-height: inherit;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 15px;
}
.sgoluppi p {
	line-height: inherit;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	margin-bottom: 15px;
}
	
.sgoluppi #container {
	position: relative;
	width: 880px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0 none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.sgoluppi #header {
	display: block;
	padding: 0px;
	margin: 20px 0px 0px 0px;
	height: 52px;
	border-bottom: 0px solid #000000;
} 
.sgoluppi #navTop {
	display: block;
	padding: 0px;
	border: none;
	background-color: #DDD;
} 
.sgoluppi #footerUrl {
	display: block;
	clear: both;
	padding: 2px 2px 2px 5px;
	margin: 40px 0 10px 0;
	border-top: 1px solid #FFF;
	background-color: #DDD;
	color: #555;
} 
.sgoluppi #nav, .sgoluppi #kpLoadingOuter {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
}
.sgoluppi #navBar {
	display: block;
	padding: 0;
}
.sgoluppi #navBar ul, .sgoluppi #navBar ul li, .sgoluppi #navBar ul ul, .sgoluppi #navBar ul ul li{
	padding: 0;
	margin: 0;
	line-height: inherit;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}
.sgoluppi #navBar a:link, .sgoluppi #navBar a:visited, .sgoluppi #navBar a:active, .sgoluppi #navBar a:focus{
	padding: 1px 5px 1px 2px;
	line-height: inherit;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
	display: block;
}
.sgoluppi #navBar a:hover{
	padding: 1px 5px 1px 2px;
	line-height: inherit;
	color: #000000;
	background-color: #CCCCCC;
	text-decoration: none;
	display: block;
}
.sgoluppi .activeOLD{
	padding: 1px 5px 1px 2px;
	line-height: inherit;
	color: #000000;
	background-color: #CCCCCC;
	text-decoration: none;
	display: block;
}
.sgoluppi #navThumbs, .sgoluppi #kpLoading {
	float: left; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0;
}
.sgoluppi #navThumbs img {
	padding: 0px;
	margin: 0 5px 5px 0;
}
.KPmenu {
	border: 1px solid #FFF;
}
.KPmenuActive {
	border: 1px solid #000;
}
.KPmenuOver {
	border: 1px solid #000;
}
.sgoluppi #mainContentGallery {
	float: right;
	width: 672px;
	padding: 0px;
}
.sgoluppi #mainContent {
	float: left;
	width: 100%;
	padding: 0px;
}
.sgoluppi #footer { 
	display: block;
	clear: both;
	padding: 0;
	margin: 15px 0 0 0;
	border: none;
}
.sgoluppi #copyright {
	margin: 0;
	padding: 0;
	text-align: right;
}
.sgoluppi #DAC {
	padding: 0;
	margin: 5px 0 0 0;
	text-align: right;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.SpryHiddenRegion {
	visibility:hidden;
	display: none;
}
.kpHidden {
	visibility:hidden;
	display: none;
}

.kpImgBg {
	background-color: #EEE;
}

/* FORMATTING */
.kpContentLeft150 {
	float: left;
	width: 150px;
	text-align: left;
}
.kpContentRight690 {
	float: right;
	width: 550px;
	margin-right: 150px;
	text-align: left;
}
.kpContentLeft650 {
	float: left;
	width: 550px;
	text-align: left;
}
.kpContentRight150 {
	float: right;
	width: 150px;
	margin-right: 100px;
	text-align: left;
}
.kpContentLeft500 {
	float: left;
	width: 500px;
	text-align: left;
}
.kpContentRight350 {
	float: right;
	width: 350px;
	text-align: left;
}
.kpBorder {
	padding: 0px;
	border: 1px solid #000000;
	margin: 0px;
}
.kpCaption {
	display: block;
	clear: both;
	padding-top: 5px;
	font-size: 90%;
	color: #888888;
}
.kpHighlight {
	color: #09C;	
}
.kpBlack {
	color: #000;
}
.text-align-left {
	text-align: left;
}
.kpImgFltLft {
	float: left;
	margin: 15px 15px 15px 0;
}
.kpImgFltRt {
	float: right;
	margin: 15px 0 15px 15px;
}
.kpOpacity1 { /* 25% opaque */
    opacity:0.50;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=50)";
    filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity:0.50;
    zoom:1;
}