/* 	********************************************************************************************** 

	*		LAYOUT GENERALE *
	*		Created:	 17/06/2009	 *
	*		Last update: *
	*		Cliente:  *
	*		Nome gruppo di proprieta': Tamtamweb	 	     *
    *		Author: Katty Garcia		 		 *

   	********************************************************************************************** */

/*RESET*/

*, html {
	margin: 0;
	padding: 0;
}

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 {
	background: #dbb476;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 11px;
	color: #6d4e2f;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

img, div, h1, h2, h3, p, ul, li {
	padding: 0;
	margin: 0;
}

.clear {
	clear: both;
}

/* Firefox Dotted Outline Fix */

:focus {
	-moz-outline-style: none;
}

a:active {
	outline: none;
}

a:focus {
	-moz-outline-style: none;
}

/* IMPOSTAZIONI GENERALI */

a, a:visited {
	text-decoration: none;
	color: #c83700;
	font-weight: bold;
}
a:hover {
	color: #fa6900;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	line-height: normal;
}

h2 {
	font-size: 21px;
	color: #ba3100;
	margin: 0px;
}
.bg-h2 {
	background: url(../img/bgH2-page.jpg) no-repeat left top;
	height: 35px;
	padding:2px 0 10px 35px;
	display: block;
	float: left;
	width: 860px;
}
p {
	color: #000;
	font-size: 12px;
	line-height: 18px;
	padding-top: 20px;
}

/* LAYOUT */

#wrap {
	width: 950px;
	margin: 0 auto;
}

#top {
	width: 100%;
	background: #eeca85 url(../img/bg-body.jpg) repeat-x left top;
	margin: 0;
}

#header, #info, #footer {
	width: 860px;
	height: 200px;
	background: url(../img/bg-header.jpg);
	padding: 0 30px 0 60px;
	margin: 0;
}

#info {
	height: auto;
	background: url(../img/bg-info.jpg) repeat-y left top;
}

#bottom {
	width: 100%;
	background: url(../img/bg-bottom.jpg) repeat-x left top;
}

#footer {
	margin: 0 auto;
	height: 210px;
	background: url(../img/bg-footer.jpg) repeat-y left top;
}

/* HEADER STYLES */

#header h1 {
	overflow: hidden;
	text-indent: -9999px;
	float: left;
}

#header h1 a {
	width: 195px;
	height: 95px;
	display: block;
	margin: 30px 0 0 50px;
}

/* Menu */

.lavaLampWithImage {
	position: relative;
	height: 45px;
	width: 550px;
	padding: 0px;
	margin: 80px 0 0 0;
	overflow: hidden;
	float: right;
}

.lavaLampWithImage li {
	float: left;
	list-style: none;
}

.lavaLampWithImage li.back {
	background: url(../img/bg-nav-2.gif) no-repeat right top;
	width: 20px;
	height: 42px;
	z-index: 8;
	position: absolute;
}

.lavaLampWithImage li.back .left {
	background: url(../img/bg-nav.gif) no-repeat left;
	height: 42px;
	margin-right: 20px;/* width of the rounded shape */
}

.lavaLampWithImage li a {
	font-size:14px;
	text-decoration: none;
	color: #fff;
	outline: none;
	text-align: center;
	top: 12px;
	text-transform: uppercase;
	letter-spacing: -1px;
	z-index: 10;
	display: block;
	float: left;
	height: 23px;
	position: relative;
	overflow: hidden;
	font-weight: bold;
	margin: auto 10px;
	padding: 0 10px;
}

.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited {
	border: none;
}
.lavaLampWithImage li.current a {
	color: #feff96;
}
/* INFO STYLES*/
.top-page {
	width: 860px;
	height: 40px;
	display: block;
	float: left;
	background: url(../img/bg-page-top.jpg) no-repeat;
}
.page {
	width: 830px;
	background: url(../img/bg-page.jpg) repeat-y;
	padding:0 30px 30px 0;

}
.page p {
	padding-left: 30px;
}
.bottom-page {
	width: 860px;
	height: 40px;
	background: url(../img/bg-page-bottom.jpg) no-repeat;
	display: block;
}
/*-- slider --*/
#container-slide {
	width: 825px;
	height: 381px;
	background-image: url(../img/bg-slider.jpg);
	padding-top: 40px;
	padding-left:35px;
}
#slider {
    width: 530px; /* important to be same as image width */
    height: 340px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */margin-right:20px;
	float: left;
}
#sliderContent {
    width: 530px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
	
	
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
    position: absolute;
	font: 12px/16px Arial, Helvetica, sans-serif;
    padding: 20px 25px;
    width: 480px;
    background-color: #ffeec0;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
	-khtml-opacity: 0.8;
    opacity: 0.8;
    color: #000;
    display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 16px;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.slider-info {
	width: 272px;
	top: 25px;
	position: relative;
	float: left;
	display: block;
	margin-left: 2px;
}
.slider-info h2 {
	margin-left: 30px;
	background: none;
	padding: 0;

}
.slider-info p {
	padding:20px 20px 20px 30px;
	background-color: #fff;
	color: #663300;
	margin: 20px 0;
}
/*form styles*/
form.jqtransformdone {
	margin-left: 30px;
}
form.jqtransformdone label{
	margin-top:0px;
	margin-right: 8px;
	width: 30%;
	display: block;
	float:left;
	border-bottom: 1px solid #fff;
	padding: 5px;
	font-size: 14px;
	background: #fff;
}
form.jqtransformdone div.rowElem{
	clear:both;
	padding:4px 0px;
	background: #fff;
	width: 100%;
	height: 30px;
	margin-bottom: 5px;
	border-bottom: 1px solid #fdcc63;
	border-top: 1px solid #ffeec3;
}
/* -------------
 * Buttons
 * ------------- */
.btn {
	width: 89px;
	height: 36px;
	background: url(../img/btn.gif) no-repeat left top;
	display: block;
	text-align: center;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	padding-top: 0px;
	margin: 10px 0;
cursor: pointer;
	border: none;
	float: left;
	margin-right: 15px;
}
.btn:hover {
	color: #83290a;
	background: url(../img/btn.gif) no-repeat left bottom;

}

/* -------------
 * Inputs
 * ------------- */
.jqTransformInputWrapper {
	background: transparent url(../img/form/input_left.gif) no-repeat left top;
	height: 31px;
	padding: 0px;
	float:left;
}

.jqTransformInputInner {
	background: transparent url(../img/form/input_right.gif) no-repeat right top;
	padding: 2px 4px 2px 0px;
	margin: 0px 0px 0px 4px;
}

.jqTransformInputInner div {
	height: 31px;
}

.jqTransformInputInner input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	vertical-align: middle;
	height: 31px;
	color:#404040;	
	border: none;
	padding: 5px 0 0 0;
	margin: 0 0 0 0;
	background:transparent;
}


/*  IE6 */

* html .jqTransformInputInner input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height: 18px;
	vertical-align: middle;
	height: 31px;
	color:#404040;	
	border: 0;
	padding: 2px 0 0 0;
	margin: 0 0 0 0;
	background:transparent;
}


/*hover*/
.jqTransformInputWrapper_hover{ background: transparent url(../img/form/input_left-hover.gif) no-repeat left top;}
.jqTransformInputWrapper_hover div{}
.jqTransformInputWrapper_hover div.jqTransformInputInner{ background: transparent url(../img/form/input_right-hover.gif) no-repeat right top;}

/*focus*/
.jqTransformInputWrapper_focus{ background: transparent url(../img/form/input_left-focus.gif) no-repeat left top;}
.jqTransformInputWrapper_focus div{}
.jqTransformInputWrapper_focus div.jqTransformInputInner{ background: transparent url(../img/form/input_right-focus.gif) no-repeat right top;}



.jqTransformSafari .jqTransformInputInner div {
	position: relative;
	overflow: hidden;
}
.jqTransformSafari input {
	background-color: none;
	position: absolute;
	top: -10px;
	left: -2px;
	height: 42px; 
	padding-left: 4px;
}



/* -------------
 * Textarea
 * ------------- */
table.jqTransformTextarea td{
font-size: 1px;
line-height: 1px;
width: 5px;
height: 5px;
margin: 0;
padding: 0;
}

table.jqTransformTextarea tr{
/*border: 1px solid red;*/

}
table.jqTransformTextarea textarea{
margin: 0;
padding: 0;
border: 0;
background: none;
}
table.jqTransformTextarea td#jqTransformTextarea-tl{
background: url(../img/form/textarea-tl.gif) no-repeat bottom left;
}
table.jqTransformTextarea td#jqTransformTextarea-tm{
background: url(../img/form/textarea-tm.gif) repeat-x bottom left;
}
table.jqTransformTextarea td#jqTransformTextarea-tr{
background: url(../img/form/textarea-tr.gif) no-repeat bottom left;

}
table.jqTransformTextarea td#jqTransformTextarea-ml{
background: url(../img/form/textarea-ml.gif) repeat-y top left;
}
table.jqTransformTextarea td#jqTransformTextarea-mm{
background: url(../img/form/textarea-mm.gif) repeat top left;
}
table.jqTransformTextarea td#jqTransformTextarea-mm textarea{
font-size: 12px;
line-height: 16px;
}




table.jqTransformTextarea td#jqTransformTextarea-mr{
background: url(../img/form/textarea-mr.gif) repeat-y top left;
}
table.jqTransformTextarea td#jqTransformTextarea-bl{
background: url(../img/form/textarea-bl.gif) no-repeat top left;
}
table.jqTransformTextarea td#jqTransformTextarea-bm{
background: url(../img/form/textarea-bm.gif) repeat-x top left;
}
table.jqTransformTextarea td#jqTransformTextarea-br{
background: url(../img/form/textarea-br.gif) no-repeat top left;
}
/*hover*/
table.jqTransformTextarea-hover td#jqTransformTextarea-tl{background-image: url(../img/form/textarea-tl-hover.gif);}
table.jqTransformTextarea-hover td#jqTransformTextarea-tm{background-image: url(../img/form/textarea-tm-hover.gif);}
table.jqTransformTextarea-hover td#jqTransformTextarea-tr{background-image: url(../img/form/textarea-tr-hover.gif);}
table.jqTransformTextarea-hover td#jqTransformTextarea-ml{background-image: url(../img/form/textarea-ml-hover.gif);}
table.jqTransformTextarea-hover td#jqTransformTextarea-mm{background-image: url(../img/form/textarea-mm-hover.gif);}
table.jqTransformTextarea-hover td#jqTransformTextarea-mr{background-image: url(../img/form/textarea-mr-hover.gif);}
table.jqTransformTextarea-hover td#jqTransformTextarea-bl{background-image: url(../img/form/textarea-bl-hover.gif);}
table.jqTransformTextarea-hover td#jqTransformTextarea-bm{background-image: url(../img/form/textarea-bm-hover.gif);}
table.jqTransformTextarea-hover td#jqTransformTextarea-br{background-image: url(../img/form/textarea-br-hover.gif);}
/*focus*/
table.jqTransformTextarea-focus td#jqTransformTextarea-tl{background-image: url(../img/form/textarea-tl-focus.gif);}
table.jqTransformTextarea-focus td#jqTransformTextarea-tm{background-image: url(../img/form/textarea-tm-focus.gif);}
table.jqTransformTextarea-focus td#jqTransformTextarea-tr{background-image: url(../img/form/textarea-tr-focus.gif);}
table.jqTransformTextarea-focus td#jqTransformTextarea-ml{background-image: url(../img/form/textarea-ml-focus.gif);}
table.jqTransformTextarea-focus td#jqTransformTextarea-mm{background-image: url(../img/form/textarea-mm-focus.gif);}
table.jqTransformTextarea-focus td#jqTransformTextarea-mr{background-image: url(../img/form/textarea-mr-focus.gif);}
table.jqTransformTextarea-focus td#jqTransformTextarea-bl{background-image: url(../img/form/textarea-bl-focus.gif);}
table.jqTransformTextarea-focus td#jqTransformTextarea-bm{background-image: url(../img/form/textarea-bm-focus.gif);}
table.jqTransformTextarea-focus td#jqTransformTextarea-br{background-image: url(../img/form/textarea-br-focus.gif);}


table.jqTransformTextarea .jqTransformSafariTextarea div {
	position: relative;
	overflow: hidden;
	border: 0px solid red;
}
table.jqTransformTextarea .jqTransformSafariTextarea textarea{
	background: none;
	position: absolute;
	top:-10px;
	left:-10px;
	padding: 10px 10px 10px 10px;
	resize: none;
}


/* -------------
 * Radios
 * ------------- */
.jqTransformRadioWrapper {float: left;display:block;margin:0px 4px;	margin-top:5px;}
.jqTransformRadio {
	background: transparent url(../img/form/radio.gif) no-repeat center top;
	vertical-align: middle;
	height: 19px;
	width: 18px;
	display:block;/*display: -moz-inline-block;*/
}


/* -------------
 * Checkboxes
 * ------------- */
span.jqTransformCheckboxWrapper{
	display:block;float:left;
	margin-top:5px;
}
a.jqTransformCheckbox {
	background: transparent url(../img/form/checkbox.gif) no-repeat center top;
	vertical-align: middle;
	height: 19px;
	width: 18px;
	display:block;/*display: -moz-inline-block;*/
}

/* -------------
 * Checked - Used for both Radio and Checkbox
 * ------------- */
a.jqTransformChecked { background-position: center bottom;}


/* -------------
 * Selects
 * ------------- */
.jqTransformSelectWrapper {
	width: 45px;
	position:relative;
	height: 31px;
	background: url(../img/form/select_left.gif) no-repeat top left;
	float:left;
}

.jqTransformSelectWrapper div span {
	
	font-size: 12px;
	float: none;
	position: absolute;
	width: 14px;
	height: 31px;
	line-height: 15px;
	padding: 8px 0 0 7px;
	overflow: hidden;
	cursor:pointer;
	/*border: 1px solid #CCCCCC;*/
/*	border-right: none;*/
}

.jqTransformSelectWrapper  a.jqTransformSelectOpen {
	display: block;
	position: absolute;
	right: 0px;
	width: 31px;
	height: 31px;
	background: url(../img/form/select_right.gif) no-repeat center center;
}

.jqTransformSelectWrapper ul {
	position: absolute;
	width: 43px;
	top: 30px;
	left: 0px;
	list-style: none;
	background-color: #FFF;
	border: solid 1px #CCC;
	display: none;
	margin: 0px;
	padding: 0px;
	height: 150px;
	overflow: auto;
	overflow-y: auto;
	z-index:10;
}

.jqTransformSelectWrapper ul a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color:#333;
	background-color: #FFF;
	font-size: 12px;
}

.jqTransformSelectWrapper ul a.selected {
	background: #EDEDED;
	color: #333;
}

.jqTransformSelectWrapper ul a:hover, .jqTransformSelectWrapper ul a.selected:hover {
	background:#3582c4;
	color: #fff;
}

/* -------------
 * Hidden - used to hide the original form elements
 * ------------- */
.jqTransformHidden {display: none;}

/* PRODOTTI */

#tabbed_box_1 {
	margin:0 30px;
	width: 820px;
}
.tabbed_box h4 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:23px;
	color:#ffffff;
	letter-spacing:-1px;
	margin-bottom:10px;
}
.tabbed_box h4 small {
	color:#e3e9ec;
	font-weight:normal;
	font-size:9px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	position:relative;
	top:-4px;
	left:6px;
	letter-spacing:0px;
}
.tabbed_area {
	width: 780px;
	border:1px solid #fff;
	background-color:#f4d28a;
	padding:8px;	
}
.tabbed_area .box-prod {
	float: left;
	margin:15px 15px 0 15px;
	text-align: center;
	color: #c96800;
	
}
.box-prod.last {
	margin-right: 0;
}
.box-prod span {
	border-top: 1px solid #f4d28a;
	display: block;
	background-color: #f8f6d9;
	padding: 5px;
}
ul.tabs {
	margin:0px; padding:0px;
	margin-top:5px;
	margin-bottom:6px;
}
ul.tabs li {
	list-style:none;
	display:inline;
}
ul.tabs li a {
	color:#ffebb5;
	padding:5px 14px 8px 14px;
	text-decoration:none;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	border:1px solid #fff;
	background-image:url(../img/tab_off.jpg);
	background-repeat:repeat-x;	 
	background-position:bottom;
}
ul.tabs li a:hover {
	border-color:#fff;
}
ul.tabs li a.active {
	background-color:#ffffff;
	color:#282e32;
	border:1px solid #fff; 
	border-bottom: 1px solid #ffffff;
	background-image:url(../img/tab_on.jpg);
	background-repeat:repeat-x;
	background-position:top;	
}
.content {
	background-color:#ffffff;
	padding:10px;
	border:1px solid #fff; 	
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(../img/content_bottom.jpg);
	background-repeat:repeat-x;	 
	background-position:bottom;	
}
#content_1, #content_2, #content_3, #content_4, #content_5, #content_6 {
	padding-bottom: 30px;
}
#content_2, #content_3, #content_4, #content_5, #content_1 { display:none; }
.content ul {
	margin:0px;
	padding:0px 20px 0px 20px;
}
.content ul li {
	list-style:none;
	border-bottom:1px solid #fff;
	padding-top:15px;
	padding-bottom:15px;
	font-size:13px;
	float: left;
	margin-right: 10px;
	clear: both;
}
.content ul li:last-child {
	border-bottom:none;
}
.content ul li a {
	text-decoration:none;
	color:#3e4346;
}
.content ul li a small {
	color:#8b959c;
	font-size:9px;
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	left:4px;
	top:0px;
}
.content ul li a:hover {
	color:#a59c83;
}
.content ul li a:hover small {
	color:#baae8e;
}

/*COLORBOX*/
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between all ColorBox themes
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
	ColorBox example user style
	These rules are ordered and tabbed in a way that represents the order/nesting of the generated HTML, 
	in hope that this will make the relationship easier to understand. Thanks, jack@colorpowered.com
*/
#cboxOverlay{background:#000;}

#colorbox{}
	#cboxContent{background:#000; margin-top:20px;}
		#cboxLoadedContent{background:#000; padding:5px;}
                #cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
                #cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
                #cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
                #cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-41px; background:url(../img/colorbox/controls.png) top left no-repeat; width:38px; height:81px; text-indent:-9999px;}
                #cboxPrevious.hover{background-position:bottom left;}
                #cboxNext{position:absolute; top:50%; right:5px; margin-top:-41px; background:url(../img/colorbox/controls.png) top right no-repeat; width:38px; height:81px; text-indent:-9999px;}
                #cboxNext.hover{background-position:bottom right;}
                #cboxLoadingOverlay{background:#000;}
		#cboxLoadingGraphic{background:url(../img/colorbox/loading.gif) center center no-repeat;}
		#cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(../img/colorbox/controls.png) top center no-repeat; width:47px; height:24px; text-indent:-9999px;}
		#cboxClose.hover{background-position:bottom center;}
/* FOOTER STYLES*/

#footer .copy {
	float: left;
	width: 390px;
	font-size: 12px;
	letter-spacing: -1px;
	color: #a85a0c;
	margin-left: 240px;
	text-align: center;
	margin-top: 75px;
}

#footer .credits {
	float: right;
	margin-top: 55px;
	margin-right: 30px;
}

#footer .credits a, #footer .credits a:visited {
	color: #feffca;
	font-size: 16px;
	font-family: "Arial Rounded MT Bold", Arial, sans-serif;
	font-weight: bold;
}

#footer .credits a:hover, #footer .credits a:active {
	color: #feff96;
}