body
{
	font-family: Helvetica, Arial, sans-serif;
	color: #62676a;
	font-size: 12px;
	background-color: #fdfdfd;
	margin:0;
	padding:0;
	text-align: center;
}

/*------------- common ---------------*/
a:link,
a:visited
{
	color:#fff;
	text-decoration:none;
}
a:hover,
a:focus
{
	color:#FFCC00;
}
.right
{
	float: right;
}
.left
{
	float: left;
}

br.clear,
div.clear
{
	clear:both;
}
img 
{
	border: 0;
}
a
{
	text-decoration: none;
}
br, form, h4, h3, h2, h5, h6, h7, p, hr
{
	margin: 0;
	padding: 0;
}
hr
{
	margin: 5px 0;
}
h1
{
	font-size: 36px;
	font-weight: normal;
}
h2
{
	font-weight:bold;
	font-size: 30px;
}
h3
{
	font-weight:bold;
	font-size: 18px;
}
h4
{
	font-weight:bold;
	font-size: 18px;
	color: #e65622;
}
h5
{
	font-weight:bold;
	font-size: 24px;
	color: #000000;
}
h6
{
	padding-left: 10px;
	font-weight:bold;
	font-size: 18px;
	color: #4c566c;
}

.line-vsep
{
	height: 1px;
	background: #3c2f27;
	font-size: 1px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.line-hsep
{
	width: 1px;
	background: #ab9f89;
	font-size: 1px;
	margin: 0;
	padding: 0;
	float: left !important;
	height: 190px;
}

p a, ol a, ul a
{
	text-decoration: none;
}

ul, ol 
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style:none;
}
ul li, ol li 
{
	margin: 0;
	padding: 0;
	border: 0;
}

div.container-hsep 
{
	width: 10px;
	height: 10px;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
div.container-vsep 
{
	width: 10px;
	height: 10px;
	line-height: 10px;
	font-size: 10px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	clear: both;
}
div.container-vsep5 
{
	width: 5px;
	height: 5px;
	line-height: 5px;
	font-size: 10px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	clear: both;
}
.txt12
{
	font-size: 12px;
}
.txt_info
{
	font-size: 16px;
	line-height: 18px;
}
.txt_contact_title
{
	font-size: 24px;
}
/*------------- Login, Container, Header, Footer ---------------*/
#container
{ 
	width: 960px;
	margin: 0 auto;
}
#container #header
{
	background-color: #090909;
	height: 100px;
	position: relative;
	padding: 0 10px;
}
#header .language
{
	position: absolute;
	right: 10px;
	top: 10px;
}
#header .language ul li
{
	float: left;
}
#header .language ul li a,
#header .language ul li a:visited
{
	padding: 0 3px;
	color: #777777;
	font-weight: 500;
	font-size: 10px;
	
}
#header .language ul li a:hover
{
	color: #e65622;
}
#header .language ul li a.active
{
	color: #e65622;
}
#header .logo
{
	width: 310px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0 10px;
}
/*------------- MAIN NAVIGATION ---------------*/
#header .nav
{
	text-transform: uppercase;
	position: absolute;
	right: 10px;
	bottom: 20px;
	color: #e6e6e6;
}
#header .language,
#header .nav
{
	margin: 0;
	padding: 0;
}

#header .nav ul li
{
	float: left;
}
#header .nav ul li a,
#header .nav ul li a:visited
{
	padding: 2px;
	color: #e6e6e6;
	font-weight: 500;
	font-size: 14px;
	
}
#header .nav ul li a:hover
{
	color: #f2cc4f;
}
#header .nav ul li a.active
{
	color: #f2cc4f;
}
#header .edition
{
	position: absolute;
	left: 340px;
	bottom: 20px;
}
/*------------- END MENU ---------------*/
#container #main_eng,
#container #main,
#container #main_all,
#container #main_sv
{
	position: relative;
	width: 960px;
	height: 615px;
}
#container #main
{
	background: #090909 url(../img/home.jpg) no-repeat;
}
#container #main_eng
{
	background: #090909 url(../img/home_eng.jpg) no-repeat;
}
#container #main_all
{
	background: #090909 url(../img/bg_main.jpg) no-repeat;
}
#container #main_sv
{
	background: #090909 url(../img/bg_main_sv.jpg) no-repeat;
}
* html .arrows 
{
	height: 1%;
}
.contact,
.arrows
{
	display: inline-block; 
}
.arrows
 {
 	position: absolute;
	width: 930px;
	padding: 0 15px;
	top: 250px;
	left: 0;
	z-index: 99;
}
* html .contact 
{
	height: 1%;
}

.contact
 {
 	position: absolute;
	width: 960px;
	padding: 0 auto;
	top: 220px;
	left: 0;
	z-index: 10;
}

#container #main .version
{
	
	position: absolute;
	width: 474px;
	height: 47px;
	bottom: 247px;
	right: 76px;
	
}
#container #main .btn_iphone
{
	
	position: absolute;
	bottom: 120px;
	left: 90px;
}

/*------------- BOTTOM ---------------*/
.cont_all:after,
.columns:after,
.bottoms:after 
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .cont_all,
* html .columns, 
* html .bottoms 
{
	height: 1%;
}
.cont_all,
.columns,
.bottoms
{ 
	display:inline-block; 
}
.cont_all,
.columns,
.bottoms
{ 
	display:block; 
}
.bottoms 
{
	 position: relative; 
	 background: url(../img/bottom_shadow.gif) top left repeat-x;
}
.bottoms .line_sep1
{
	position:absolute;
	background:#090909 url(../img/line_sep.jpg) no-repeat;
	width: 3px;
	height: 260px;
	top: 25px;
	left: 318px;
}
.bottoms .line_sep2
{
	position:absolute;
	background:#090909 url(../img/line_sep.jpg) no-repeat;
	width: 3px;
	height: 260px;
	top: 25px;
	left: 638px;
}
.cont_all .cont,
.columns .column, 
.bottoms .bottom
{
  float:left;
  overflow:hidden;
  display:inline;
}
.cont_all .c,
.columns .due, 
.bottoms .last
{ 
	float:right; 
}
.col2 .uno
{
	width: 320px; 
}
.col2 .due
{
	width: 640px;
}

.c3 .a
{
	width: 68px; 
	height: 68px;
}
.c3 .b
{
	width: 205px; 
	height: 68px;
	margin-left: 10px;
}
.c3 .c
{
	height: 68px;
}
.c3 .b
{
	line-height: 16px;
}
.c3 .c img
{
	padding-top: 20px;
}
.uno ul li.top
{ 
	background: #000 url(../img/bg_ricette_top.gif) repeat-x;
	width: 320px;
	height: 85px;	
}
.uno ul li.top p
{ 
	font-size: 16px;
	padding-top: 30px;
	color: #fff;
	text-align: center;
}
.uno ul li
{ 
	background: #fff url(../img/bg_ricette.jpg) repeat-x;
	width: 320px;
	height: 106px;
}
.uno ul li a:link,
.uno ul li a:visited
{ 
	color: #62676a;
	text-decoration: none;
	cursor: pointer;	
}
.uno ul li a:hover,
.uno ul li a:focus
{ 
	color: #000000;
}
.uno ul li .active
{ 
	color: #000000;
}
.uno ul li div.cont_all
{ 
	padding: 9px;
	text-align: left;
}
.col3 .first
{ 
	width:320px; 
	height: 285px; 
	border-top: 4px solid #2f9907; 
	cursor: pointer;
}
.col3 .second
{ 
	width:320px; 
	height: 285px; 
	border-top: 4px solid #ffffff; 
	cursor: pointer;
}
.col3 .last
{ 
	width:320px;
	height: 285px;  
	border-top: 4px solid #ff0007;
}
.col3 a:link,
.col3 a:visited
{ 
	color: #62676a;
	text-decoration: none;
	cursor: pointer;	
}
.col3 a:hover,
.col3 a:focus
{ 
	color: #000000;
}
.col3 .first .title,
.col3 .second .title,
.col3 .last .title
{ 
	text-align: left;
	padding: 20px 20px;
}
.col3 .first .image,
.col3 .second .image
{ 
	text-align: center;
	padding: 0 auto;
}
.col3 .last .image
{ 
	float: left;
	text-align: center;
	margin: 15px auto 0;
	padding: 0 10px;
}
p.vine
{
	padding-left: 10px;
}
/*------------- FOOTER ---------------*/

#footer
{
	background: #090909;
	display: block;
	color: #606f84;
	padding:0;
	margin:0;
}

#footer
{
	overflow: hidden;
}
#footer .footer_container
{
	width: 960px;
	margin: 0 auto;
	text-align:center;
	font-size: 12px;
	padding: 20px 0;
	
}

/*------------- sliding_pannels ---------------*/

/* ricette slider */


.RicettePanels {
	position: relative;
	width: 640px;
	height: 600px;
	padding: 0px;
	border: none;
}
.RicettePanelsContentGroup {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}
.RicettePanelsContent {
	width: 640px;
	height: 600px;
	overflow: hidden;
	margin: 0px;
	padding: 0px 20px;
	border: none;
}
.RicettePanelsAnimating * {
	overflow: hidden !important;
}
#ricette_slider.RicettePanels {
	float: left;
}
#ricette_slider .RicettePanelsContentGroup {
	float: left;
	width: 3000px;
}
#ricette_slider .RicettePanelsContent {
	float: left;
	width: 600px;
}

 
/* end ricette slider */


.SlidingPanels {
	position: relative;
	width: 960px;
	height: 615px;
	padding: 0px;
	border: none;
}
.SlidingPanelsContentGroup {
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}
.SlidingPanelsContent {
	width: 960px;
	height: 615px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border: none;
}
.SlidingPanelsAnimating * {
	overflow: hidden !important;
}
#gallery_slider.SlidingPanels {
	float: left;
}
#gallery_slider .SlidingPanelsContentGroup {
	float: left;
	width: 9600px;
}
#gallery_slider .SlidingPanelsContent {
	float: left;
	width: 960px;
}
#sl_content 
{
	width: 600px;
	margin: 30px auto;
	text-align: left;
}  
#sl_content .image,
#sl_content .text
{
	float: left;
}
#sl_content .text
{
	width: 300px;
	padding-top: 100px;
}
#sl_content_ricette 
{
	width: 600px;
	padding-top: 20px;
	text-align: left;
}

/*------------- round_btn ---------------*/

/* ricette rounded */
#main_eng #ricette_rounded,
#main #ricette_rounded
{
	text-align: left;
}
#ricette_rounded ul li
{
	background-color: #fff;
	padding: 10px;
}
 #ricette_rounded ul li p
{
	line-height: 16px;
}

/* end ricette rounded */

#main_eng #rounded,
#main #rounded
{
	position: absolute;
	top: 35px;
	left: 410px;
	width: 475px;
	text-align: left;
}
#rounded ul li
{
	background-color: #fff;
	padding: 10px;
	float: left;
}
#rounded p.title
{
	font-size: 34px;
	font-weight: normal;
	line-height: 30px;
	padding-top: 5px;
}
#rounded p.text
{
	background-color: #f7f7f7;
	padding: 5px;
	width: 445px;
	line-height: 20px;
}
#rounded p.scarica
{
	width: 445px;
	margin: 15px auto;
}
#rounded img
{
	margin-right: 15px;
	float:left;
}

/*------------- END round_btn ---------------*/