body {
	margin: 0;
	padding: 0;
	color: #000;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

.padding a:link, .padding a:visited  {
	color : #1A4B74;
	font-weight: bold; 
	text-decoration: none;
}

.padding a:active, .padding  a:hover  {
	color : #1A4B74;
	font-weight: bold; 
	text-decoration: underline;
}

img {
	border: 0;
	border-color : #FFFFFF;
}

.padding table {
	background-color : transparent;
	border-width : 0;
	border-color : #FFFFFF;
}

.padding h1
{
	font-weight: bold; 
	font-style: italic;
	text-decoration: none;
	color: #1B4A74;
	text-align: justify;
	font-size : large;
}

/******************************************************************************/
/************************************ Layout **********************************/
/******************************************************************************/

/* Main site page warper */
#site {
	margin: 0 auto;
	width: 950px;
	w\idth: 948px;
	text-align: left;
	background-color: #fea514; /* ffbc4c */
}

/* Header block */
#header {

}

/* Footer block */
#footer {
	background-color: #fea514;
	border-top: 4px solid #184c6a;
	padding: 16px;
	color: #000;
	font-size: smaller;
	text-align: center;
}

/* Warper for contents block */
#main-warper {
	margin-left: 200px;
	background-color: #fff;
}

.inside-warper {
	position: relative;
	margin-left: -200px;	
}

.inside-warper2 {
	border-top: 4px solid #fea514;
}

/* Main contents block */
#main {
	float: right;
	width: 728px;
	border-top: 4px solid #ddd;

	background-color: #fff;
}

/* Left sidebar block */
#sidebar {
	float: left;
	width: 200px;
	background-color: #fea514;
}

/* previene allargamento floats in IE/Mac \*//*/
* html #sidebar.sidebar-inside, * html #main.inside {
	width: 100%;
	overflow: hidden;
}
/**/

/* Default element paddding */
.padding {
	padding: 8px;
}

/* Default element margin */
.margin {
	margin: 8px;
}

/* Clears float */
.clear {
	clear: both;
}

#sidebar a {
	color: #333;
}

/******************************************************************************/
/********************************** Site shadow *******************************/
/******************************************************************************/

.site-bg-left {
	background: url("/images/shadow_left.png") left top repeat-y;
	padding-left: 10px;
}

.site-bg-right {
	background: url("/images/shadow_right.png") right top repeat-y;
	padding-right: 10px;
}

.site-bg-left-crn {
	background: url("/images/shadow_left_corner.png") left top no-repeat;
	padding-left: 10px;
}

.site-bg-bottom {
	background: url("/images/shadow_bottom.png") left top repeat-x;
	height: 10px;
}

.site-bg-right-crn {
	background: url("/images/shadow_right_corner.png") right top no-repeat;
	padding-right: 10px;
}

/******************************************************************************/
/*********************************** Navigation *******************************/
/******************************************************************************/

#navigation {
	height: 57px;
	background: url("/images/menu_back.jpg") left top repeat-x;
}

#navigation .contents {
	height: 57px;
	background: url("/images/menu_right.jpg") right top no-repeat;
}

/******************************************************************************/
/************************************** Logo **********************************/
/******************************************************************************/

#logo {
	background-color: #18436d;
}

#logo .contents {
	background: url("/images/logo.png") left top no-repeat;
	height: 158px;
	text-align: left;
}

/******************************************************************************/
/************************************* Offers *********************************/
/******************************************************************************/

#offers {
	background-color: #497497;
	color: #fff;
}


#offers .slideColumn, #offers .descrColumn {
	width: 340px;
}

#offers .slideColumn {
	float: right;	
	text-align: center;
}

#offers .descrColumn {
	text-align: justify;
}

#offers h2 {
	margin-top: 0;
}

#offers ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#offers ul li {
	display: inline;
	margin: 0;
}

#offers ul li a img {
	padding: 4px;
}

/*************************************/
.menu_horizontal {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu_horizontal li {
	padding: 0;
	margin: 0;
	display: inline;
}

.menu_horizontal li a {
	padding: 5px;
}


/*************************************/
.menu_vertical {
	padding: 0;
	margin: 0;
	list-style: none;
}

.menu_vertical li {
	padding: 0;
	margin: 0;
	display: block;
}

.menu_vertical li a {
	display: block;
	padding: 5px 10px 5px 25px;
	color: #392a11;
	font-size: small;
	text-decoration: none;
}

.menu_vertical li a:hover {
	text-decoration: none;
	background-color: #d29b3e;
}

.menu_vertical .menu_caption {
	text-align: center;
	padding: 5px;
	font-size: medium;
	background-color: #ac7f33;
	color: #1f1709;
}

.menu_vertical .menu_separator {
	margin-top: 3px;
	margin-bottom: 3px;
	border-bottom: 1px dotted #1f1709;
}

/*************************************/
.menu_horizontal {
	padding: 0;
	margin: 0;
	padding-top: 15px;
	list-style: none;
}

.menu_horizontal li {
	padding: 0;
	display: inline;
}

.menu_horizontal li a {
	padding: 12px;
	text-decoration: none;
	color: #fff;
	font-size: small;
	text-shadow: #fff 0 0 6px;
}

.menu_horizontal li a:hover {
	text-decoration: none;
	background-color: #18436d;
}

.menu_horizontal .menu_caption {
	display: none;
}

.menu_horizontal .menu_separator {
	display: none;
}

/******/
#offers h3 {
	margin: 0;
	padding: 0;
	padding-top: 5px;
	padding-left: 25px;
	font-size: large;
	 font-weight: normal;
    color: #ddd;
}

#offers h4 {
	margin: 0;
	padding: 0;
	margin-bottom: 8px;
	font-size: medium;
    font-weight: normal;
    color: #fff;
    border-bottom: 1px solid #ddd;
}


.product_list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.product_list .product_descr {
	font-size: small;
	margin-left: 20px;
}

.product_list .product_item {
	margin: 0 0 20px 20px;
}

.product_list .product_link:link, .product_list .product_link:visited {
	font-size: medium;
	font-weight: normal;
	color: #000;
}

.product_list .product_link_more:link, .product_list .product_link_more:visited {
	font-size: smaller;
	font-weight: normal;
}

.legend {
	float: right;
	width: 300px;
	color: #fff;
	padding: 10px 20px 10px 20px;
	font-size: medium;
	text-align: center;
	font-style: italic;
}

.langs {
	float: left;
	padding: 5px;
}

#gallery {
	text-align: center;
}

#gallery img {
	border: 1px solid #aaa;
	padding: 2px;
	margin: 4px;
}

#gallery img:hover {
	border: 1px solid #666;
}

#sidebarButtons {
	margin-top: 16px;
	text-align: center;
}


#welcome {
	position: absolute;
	top: 40%;
	left: 5%;
	right: 5%;
}

#welcome table {
	width: 100%;
}

#welcome td {
	width: 50%;
	text-align: center;
}

#welcome h1 {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: xx-large;
}

#welcome a {
	color: #fff;
	text-decoration: none;
}

#welcome a:hover {
	text-decoration: underline;
}