/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

* { behavior:url(iepngfix.htc); }

body { font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif; font-weight: 300; color: #909090; background: #eaeaea url(skin_white/bg.gif) repeat-x top; height: 100%; }

/* LAYOUT */

#container { width: 900px; height: 100%; margin: 0 auto; position: relative; z-index: 9; }

#header {
	width: 100%;
	height: 135px;
	background: transparent url(skin_white/header.png) no-repeat left;
	position: relative;
	margin: 0px;
	padding: 0px;
}

#content {
	width: 100%;
	height: 440px;
	position: relative;
	background: transparent url(skin_white/content.png) no-repeat top;
}

#shadow {
	width: 1040px;
	height: auto;
	background: transparent url(images/shadow.png) no-repeat 0px -10px;
	z-index: 1;
	position: relative;
	margin: auto;
}

/* NAV */


/* MISC */

* { behavior:url(iepngfix.htc); }

.exchange img {
	display: none;
}

img { border: none; }

.clear { clear: both; }

ul {
	width: auto;
	height: auto;
	list-style: circle;
	margin: 0px;
	padding: 0px;
	color: #626262;
}
li {
	margin: 15px 0px 15px 0px;
	padding: 0px;
	color: #626262;
}

ul#loghi {
	width: 127px;
	height: 112px;
	position: absolute;
	float: right;
	bottom: 115px;
	right: 0px;
	list-style: none;
}

#faq {
	width: 800px;
}
#shopping {
	width: 600px;
}
#exchange {
	width: 850px;
}

/* SLIDER */
		
		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin: 0px 0;
			position: relative;
			width: 100%;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height: 390px; background: transparent url(skin_white/content.png) no-repeat top; overflow: scroll}
		.csw .loading {margin: 200px 0 300px 0; text-align: center}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			border: none; /* this is the border. should have the same value for the links */
			margin: auto;
			width: 890px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			height: 390px;
			clear: both;
		}
		
		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			width: 890px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 20px 10px 10px 10px;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
			position: absolute;
			width: 890px;
			height: 40px;
			top: 405px;
			left: 0px;
			color: #626262;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
			color: #626262;
			text-align: center;
		}
		
		.stripNav ul li {
			float: left;
			width: 147px !important;
			width: 115px;
			text-align: center;
		}
		
		.stripNav a { /* The nav links */
			font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
			font-weight: 300;
			font-size: 21px;
			text-align: center;
			display: block;
			padding: 0px 0px 0px 0px;
			width: 100%;
		}
		
		.stripNav li a:link {
			color: #626262;
			text-align: center;
		}
		
		.stripNav li a:visited {
			color: #626262;
			text-align: center;
		}
		
		.stripNav li a:hover {
			color: #820024;
			text-align: center;
		}
		
		.stripNav li a.current {
			color: #820024;
			text-align: center;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
			display: none;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: -50px;
		}
		
		.stripNavR {
			right: -50px;
		}
		
		.stripNavL {
			background: url("images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("images/arrow-right.gif") no-repeat center;
		}

/* TYPE */
a { 
	color: #516064;
	text-decoration: none;	
}

a:hover { 
	color: #820024;
	text-decoration: none;	
}

a:active, a:focus{ 
   outline:0;
}

p {
	color: #516064;
	font-size: 15px;
	text-align: justify;
	line-height: 2.4;
	padding: 0px;
	font-weight: 300;
}
p.titolo {
	color: #906a28;
	font-size: 18px;
	text-align: justify;
	line-height: 2.0;
	padding: 0px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
}
.evidence {
	font-size: 18px;
	font-weight: 300;
}
h2 {
	width: auto;
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, arial, sans-serif;
	font-weight: 100;
	font-size: 20px;
	color: #909090;
	padding: 0px;
	margin: 10px 0px 10px 5px;
}
/* FOOTER */
#footer {
	width: 100%;
	height: 30px;
	margin: 8px auto;
}
#footer p {
	font-family: "Helvetica Neue", "Lucida Grande", Arial, Verdana, sans-serif;
	color: #b5b5b5;
	font-size: 12px;
	text-align: center;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}
#footer p.footer a{
	color: #b1b1b1;
}
#footer p.footer a:hover{
	color: #969696;
}
