/*------------------------------------------------------------

Layout Style Sheet (with filters / hacks included)

version:		0.1
updated:        16 Aprile 2009
author:			Antonio Ruccia
email:			a.ruccia@skymax-dg.com
website:		http://www.elframo.it

------------------------------------------------------------*/

/* begin css reset here */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	padding-top: 50px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing"0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* end css reset here */


/* 1 line tricks
http://www.cssglobe.com/post/1392/8-premium-one-line-css-tips

VERTICALLY CENTERS CONTENT IN BOX (IN THIS CASE THE BOX WOULD BE 24 PIXELS TALL)
line-height:24px; 

  

PREVENTS OVERSIZED CONTENT TO BREK FIXED WIDTH FLOATED LAYOUTS
#main{ 
	overflow:hidden;
}

  

PREVENTS LINE BREAKS IN LINKS
a{ 
	white-space:nowrap;
}

  

ALWAYS SHOW FIREFOX SCROLLBAR
html{
	overflow:-moz-scrollbars-vertical;
}

  

REMOVE VERTICAL TEXTAREA SCROLLBAR IN IE
textarea{
	overflow:auto;
}

  

FORCE PAGE BREAKS WHEN PRINTING YOUR DOCUMENT
h2{
	page-break-before:always;
}

  

REMOVE ACTIVE LINK BORDERS
a:active, a:focus{
	outline:none;
}


*/

html {
	text-align: center;
}

body {
	position: relative;
	font-family: arial, "trebuchet ms", verdana, helvetica, sans-serif; /* SETS TO 10PX */
	color: #3f403d;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background: #6c6c6e url(../images/sfondo1.png) repeat-x;
}

h1 {
	font: normal 2em arial, "trebuchet ms", helvetica, sans-serif;;
	color: #3f403d;  
}

h2 {  
	font: normal 1.8em arial, "trebuchet ms", helvetica, sans-serif;;
	color: #3f403d;  
}

h3 {  
	font: normal 1.6em arial, "trebuchet ms", helvetica, sans-serif;
	color: #3f403d;  
}

h4 {  
	font: 1.5em arial, "trebuchet ms", helvetica, sans-serif;
	color: #000;  
}

h5 {  
	font: normal 1.2em arial, "trebuchet ms", helvetica, sans-serif;
	color: #c5cfc4;  
}

h6 {  
	font: normal 1em arial, "trebuchet ms", helvetica, sans-serif;
	color: #000;  
}

p, ol, ul, dl  {
	margin: 1em 0;
}

a:link, a:visited {
	color: #000; 
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: underline;
}

#accessnav { 
	display: none;  
}

/*
Branding
-------------------------------------------------*/
div#branding {
	position: relative;
	top: 0px;
}

div#branding h1 {
	text-indent: -9999px;
	height: 50px;
	background: transparent url(../images/branding_logo.png) no-repeat 0 0;	
}

/*
Navigation
-------------------------------------------------*/

div#navigation {
	position: relative;
	top: 14px;
	left: 0px;
	height:  45px;
	background: transparent url(../images/topnav.png) no-repeat 0 0;
}

ul#nav_tools {
	position: absolute;
	top: 9px;
	left: 10px;
	margin: 0;
	width: 760px;
}

ul#nav_tools li {
	display: inline;
	font: 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-left: 10px;
}

ul#nav_tools li a {
	margin-right: 10px;
	padding-right: 10px;
	color: white;
}

li#nav_contacts a {
	margin-right: 0;
	padding-right: 0;
}

/*
Content
-------------------------------------------------*/

div#content {
	position: relative;
	width: 100%;
}

.home {
	background: #FFF;
	min-height: 420px;	
}

.in {
	background: #FFF url(../images/in_title.png) no-repeat 10px 25px;			
	min-height: 700px;
	height:auto !important;	
	height: 700px;		
}

div#content div#skx_pathway {
	position: relative;
	top:  60px;
	left: 40px;
	width: 65%;
    font-size: 14px;	
    color: #000;    
    z-index: 3;
}

div#content div#skx_pathway a.lastbc {
  color: #c7013f;    
}

div#content div#skx_pathway a:hover.lastbc {
	text-decoration: none;
}


div.content_main {
	position: relative;
	left: 15px;
}

div.content_main h3 {
	margin: 0px;
	background: url(../images/payoff.png) no-repeat;	
	padding-top: 20px;
	height: 151px;	
	text-indent: -9999px;
}

div.en-gb h3 {
	background: url(../images/payoff_en.png) no-repeat;	
}

div.fr-fr h3 {
	background: url(../images/payoff_fr.jpg) no-repeat;	
}

.content_main img {
	position: absolute;
	top: -138px;
	left: 620px;
}

div.content_main p {
	margin: 0px;
	display: none;
	text-indent: -9999px;
}

ul#catlist {
	position: relative;
	top: 10px;
	width: 100%;
}

ul#catlist li {
	display: inline;
	float: left;
	width: 277px;
	height: 170px;
}

li#lavaggio {
	position: relative;
	left: 18px;
}

li#gelato {
	position: relative;
	left: 45px;
}

li#friggitrici {
	position: relative;
	left: 32px;
}

li#friggitrici h3{
	text-indent: -9999px;	
	width: 279px;
	height: 130px;
	background: url(../images/home_friggitrici.jpg) no-repeat;
}

li#lavaggio h3{
	text-indent: -9999px;	
	width: 280px;	
	height: 130px;
	background: url(../images/home_lavaggio.jpg) no-repeat 1px;
}


li#gelato h3{
	text-indent: -9999px;	
	width: 279px;
	height: 130px;
	background: url(../images/home_gelato.jpg) no-repeat;
}

li#friggitrici p{
	position: relative;
	top: -20px;
	height: 37px;
	background: url(../images/friggitrici_btn.png) no-repeat;
	text-indent: -9999px;
	width: 279px;	
}

li#gelato p{
	position: relative;
	width: 279px;
	top: -20px;
	height: 37px;
	background: url(../images/gelato_btn.jpg) no-repeat;
	text-indent: -9999px;
}


li#lavaggio p{
	position: relative;
	top: -20px;
	height: 37px;
	background: url(../images/lavaggio_btn.png) no-repeat;
	text-indent: -9999px;
	width: 280px;	
}

li#lavaggio p.btn-en-gb {
	background: url(../images/dishwasher.jpg) no-repeat 1px;	
}

li#gelato p.btn-en-gb {
	background: url(../images/ice.jpg) no-repeat 1px;	
}

li#friggitrici p.btn-en-gb {
	background: url(../images/fryers.jpg) no-repeat 1px;	
}

li#lavaggio p.btn-fr-fr {
	background: url(../images/lavage.jpg) no-repeat 1px;	
}

li#gelato p.btn-fr-fr {
	background: url(../images/machineaglace.jpg) no-repeat 1px;	
}

li#friggitrici p.btn-fr-fr {
	background: url(../images/friteuses.jpg) no-repeat 1px;	
}

#in #content {
	padding-top: 50px;
}

#col1 {
	z-index: 1;
	min-height: 900px;
	width: 60%;
	position: relative;
	padding-left: 40px;	
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 12px;
}

table.contentpaneopen {
	margin-top: 0px;
	font-size: 12px;
	margin-bottom: 20px;
}

table.contentpaneopen td div {
	padding: 5px;
}


.article-content {
	margin-top: 0;
	width: 100%;
}

.article-content p img {
	margin: 5px;
}

.readon {
	font-size: 10px;
}


.contentheading, .componentheading {
	position: relative;	
	height: 52px;
	background: transparent;
	bottom: 40px;	
	left: -28px;
	color: white;
	padding-left: 20px;
	padding-top: 20px;
	margin-bottom: 30px;	
	font-size: 2.4em;	
}

.componentheadingricerca {
	bottom: 50px;
	position: relative;	
	height: 52px;
	background: transparent;
	left: -28px;
	color: white;
	padding-left: 20px;
	padding-top: 20px;
	margin-bottom: 30px;	
	font-size: 2.4em;		
}

.contentpaneopen h2.contentheading {
	height: 100%;
	background: transparent;
	width: 100%;
	color: #000;
	padding-top: 0px;
	padding-left: 0px;	
	padding-bottom: 0px;	
	position: relative;
	left: 0px;
	top: 0px;
	font-size: 2.4em;
	margin-bottom: 0px;
}


.componentheading {  
	font-family: arial, "trebuchet ms", helvetica, sans-serif;
	font-size: 2.4em;
}

.sitemap {
	font-size: 13px;
}

.sitemap ul {
	line-height: 20px;
}


#in #content #col1 h3 {
	margin: 20px 0px;
	color: black;
	font: bold 1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#in #content #col1 h4 {
	color: black;
	margin-bottom: 0;
	font: bold 0.9em "Lucida Grande", Lucida, Verdana, sans-serif;
}

#in #content #col1 p {
	margin-top: 10px;
	margin-bottom: 20px;	
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#in #content #col1 #tabella {
	margin-top: 30px;
	margin-bottom: 100px;
}

#in #content #col2 {
	width: 33%;
	position: relative;
	top: 90px;
	left: 0px;
	float: right;
	height: 660px;
}


#in #content #col2 img#section_image {
	position: absolute;
	left: -12px;
}

#in #content #col2 ul#menu li {
	padding-top: 10px;
	padding-bottom: 10px;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color:  #717171;
	border-top: 1px solid #aaa;
	background: transparent;
}

#in #content #col2 ul#menu ol li {
	border: none;
}

#in #content #col2 a {
	padding-left: 10px;
	color:  #717171;
}


#in #content #col2 ul#menu {
  width: 90%;
  list-style-type: none;
  border-top: none;
  padding-left: 0px;
  margin-right: 18px;
  background: url(../images/bg_menu.png) repeat-x;
  color: #717171;
  border-bottom: 1px solid #aaa;	  
  _height: auto !important;  
}

#in #content #col2 ul#menu ol, #in #content #col2 ul#menu ul {
  display: none;
  text-align: left;
  list-style-type: none;
  padding: 0px;
  padding-left: 20px;
  border: none;
}

#in #content #col2 ul#menu li, 
  ul#menu a {
  font-family: verdana, sans-serif;
  font-size: 11px;
  color: #785a3c;
}

#in #content #col2 ul#menu li {
  line-height: 10px;
}

#in #content #col2 ul#menu ol li, #in #content #col2 ul#menu ul li {
  border: none;
}


#in #content #col2 ul#menu a {
  text-decoration: none;
  outline: none;
}

#in #content #col2 ul#menu a:hover {
  color: #c7013f;	
}

#in #content #col2 ul#menu a.active {
  color: #c7013f;	
  font-weight: bold;
}

#in #content #col2 ul#menu ul li a.active {
  color: #c7013f;	
  font-weight: normal;
}

/* Tabella caratteristiche con sfondo grigio */

#in #content #col1 table#caratteristiche {
	border: none;
 	margin-top: 0px;
 	margin-bottom: 60px;
 	width: 100%;
	background: url(../images/bg_menu.png) repeat-x;
}

#in #content #col1 table#caratteristiche td {
	font-size: 12px;
	padding: 10px;
	width: 5%;
	border: 1px inset #e6e6e6;
	text-align: left;
}

#in #content #col1 table#caratteristiche #marker {
	width: 100%;
	height: 11px;
	background: url(../images/pallino.gif) no-repeat center;
}

/* Tabella specifiche prodotto con bordini rossi */
#in #content #col1 table#specifiche {
	border: none;
 	margin-top: 0px;
 	margin-bottom: 60px;
 	width: 100%;
	font-family: Verdana;
}

#in #content #col1 caption {
	font-family: Verdana;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	padding: 3px;
	text-align: left;
	background: #c7013f;
}

#in #content #col1 table#specifiche th {
	font-size: 12px;
	padding: 10px;
	border: 1px inset #e6e6e6;
	text-align: center;
	color: #bb3549;
	font-weight: bold;
}

#in #content #col1 table#specifiche td {
	font-size: 12px;
	padding: 10px;
	border: 1px inset #e6e6e6;
	text-align: left;
}

#in #content #col1 label {
	font-size: 12px;
}

#in #content #col1 input {
	margin: 5px;
}

.active, #current {
  color: #c7013f;	
}

.parent {
  font-weight: bold;  
}


/*

Altri div
-------------------------------------------------*/

div#site_info {
	position: relative;
	top: 0px;
	padding-top: 0px;
	margin: 0;
	padding-left: 0px;
	padding-right: 0px;
	background: transparent;
	margin-top: 0px;
}

div#site_info h5 {
	margin: 0;
	margin-top: 10px;
	line-height: 0.9em;
	font-size: 0.7em;
	font-weight: bold;
	color: white;
}

div#site_info p {
	font: 0.7em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: silver;
	margin: 0;
	line-height: 1em;
}

ul.pagination {
  list-style-type: none;
  padding: 0px;
  padding-left: 10px;
  border: none;	
}

ul.pagination li {
	display: inline;
}


div#jflanguageselection {
	position: relative;
	top: -110px;
	left: 0px;

}

ul.jflanguageselection {

}

ul.jflanguageselection li span {
	font-weight: normal;
	font-size: 12px;
	padding: 3px;	
}

ul.jflanguageselection li#active_language span {
	text-decoration: underline;
}

/* Tabella prodotti */
#prodotti {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#prodotti caption {
	color: white;

	padding: 1px;
}

#prodotti td {
	border: 1px solid #dddfdf;
	padding: 5px;
}

#prodotti th {
	font-weight: bold;
	padding: 5px;
	color: #c7013f;
	border: 1px solid #dddfdf;	
}

/* News */

.ucd {
	background: white;
	position: relative;
	top: 0px;
	margin-top: -20px;
}

#ucd-instance {
	position: relative;
	top: -3px;
	font-size: 12px;
	height: auto;
	padding-left: 20px;
}

#ucd-instance p {
	margin-top: 1px;
	padding-right: 20px;
}


.ucd_title a {
	font-weight: bold;
  	color: #c7013f;	
  	font-size: 15px;
}

.map_header {
	font-weight: bold;
  color: #c7013f;	
}
