@charset "utf-8";
/* CSS Document */

html, body {
	margin:0px;
	background:none;
	text-align:center;
}

table {
	margin:0px;
	padding:0px;
	font-size:12px;
	text-align:left;
}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-image:url(images/bg.png);
	background-repeat:repeat-y;
	background-position:center;
	background-color:#ffe593;
}

#vines {
	width:100%;
	height:330px;
	background:url(images/vines.png) no-repeat scroll center top;
	margin:auto;
	margin-top:0px;
	text-align:center;
}

#header {
	width:970px;
	height:185px;
	background-image:url(images/header.png);
	background-repeat:no-repeat;
	margin:auto;
	position:relative;
	text-align:left;
}

#logo {
	position:absolute;
	width:340px;
	height:100px;
	margin-top:22px;
	margin-left:20px;
}

#searchbox {
	position:absolute;
	margin-top:143px;
	margin-left:55px;
	width:296px;
	height:24px;
}

#searchbox input {
	border:none;
	background:none;
	vertical-align:middle;
	height:24px;
	text-align:left;
}

#navigation_box {
	width:970px;
	margin:auto;
	height:74px;
	background-image:url(images/nav_top.png);
	background-repeat:no-repeat;
	position:relative;
	text-align:left;
}

#button_row {
	position:absolute;
	width:732px;
	height:33px;
	margin-left:119px;
	margin-top:4px;
	text-align:center;
}

.navigation_button {
	width:114px;
	height:33px;
	background-image:url(images/nav_button.png);
	background-repeat:no-repeat;
	float:left;
	margin-left:4px;
	margin-right:4px;
	position:relative;
	text-align:left;
}

.button_icon {
	width:22px;
	height:22px;
	position:absolute;
	margin-left:8px;
	margin-top:6px;
}

.button_label {
	width:72px;
	height:22px;
	position:absolute;
	margin-left:36px;
	margin-top:10px;
	font-size:14px;
	text-align:left;
}

#utility_menu {
	position:absolute;
	width:940px;
	height:20px;
	margin-left:15px;
	margin-top:54px;
	text-align:center;
	color:#666;
}

#middle {
	width:970px;
	margin:auto;
	min-height:200px;
	overflow:hidden;
	background-image:url(images/body_bg.png);
	background-repeat:repeat-y;
}

#middle_bottom {
	width:970px;
	height:16px;
	margin:auto;
	background-image:url(images/body_bottom.png);
	background-repeat:no-repeat;
}

#left_column {
	width:208px;
	overflow:hidden;
	margin-left:9px;
	float:left;
}

#center_column {
	width:520px;
	min-height:200px;
	overflow:hidden;
	margin-left:8px;
	float:left;
}

#breadcrumbs {
	padding-top:12px;
	width:520px;
	color:#ff6c00;
	font-size:10px;
	font-weight:bold;
	margin-bottom:10px;
	text-align:left;
}

.content_box {
	width:520px;
	overflow:hidden;
	margin-bottom:4px;	
	margin-top:6px;
}

.page_content {
	width:500px;
	padding:10px;
	text-align:justify;
}

.title {
	width:520px;
	height:30px;
	background-image:url(images/title_520.png);
	background-repeat:no-repeat;	
	position:relative;
	text-align:left;
}

.title_text {
	position:absolute;
	height:14px;
	font-weight:bold;
	color:#fff;
	margin-left:12px;
	margin-top:8px;
	text-align:left;
}

.product_listing_type {
	height:14px;
	float:right;
	font-size:10px;
	margin-top:10px;
	margin-right:12px;
	color:#FFF;
	font-weight:bold;
}

.product_box_home {
	width:250px;
	height:260px;
	text-align:center;
	overflow:hidden;
	margin:5px;
	float:left;
}

.list_price {
	text-decoration:line-through;
}

.real_price {
	color:#ff6c00;
	font-weight:bold;
}

.categories {
	font-size:10px;
	margin-top:8px;
	height:14px;
}

.availability {
	font-size:10px;
	height:14px;
}

.product_title {
	margin-top:8px;
	height:32px;
}

.product_image {
	width:250px;
	height:110px;
}

.price_row {
	margin-top:8px;
	height:26px;
}

.cart_row {
	margin-top:8px;
	overflow:hidden;
	height:32px;
}

.cart_row input[type="image"] {
	width:114px;
	height:32px;
	float:left;
}

.cart_row input[type="text"] {
	width:52px;
	height:32px;
	background:none;
	float:left;
	margin-left:40px;
	border:none;
	background-image:url(images/qty_home.png);
	background-repeat:no-repeat;
	padding-left:10px;
	text-align:left;
}

.multibanner {
	width:208px;
	height:196px;
	margin-top:5px;
	margin-bottom:5px;
}

#right_column {
	width:208px;
	min-height:200px;
	overflow:hidden;
	margin-left:8px;
	float:left;
}

.menu {
	width:208px;
	overflow:hidden;
	margin-top:8px;
	text-align:left;
}

.menu_middle {
	width:208px;
	overflow:hidden;
	background-image:url(images/menu_middle.png);
	background-repeat:repeat-y;
}

.menu_bottom {
	width:208px;
	height:16px;
	background-image:url(images/menu_bottom.png);
	background-repeat:repeat-none;
}

.menu_top {
	width:208px;
	height:30px;
	background-image:url(images/menu_top.png);
	background-repeat:repeat-none;
	position:relative;
}

.menu_title {
	position:absolute;
	margin-left:10px;
	margin-top:10px;
	color:#fff;
	font-weight:bold;
}

.menu_content {
	width:188px;
	overflow:hidden;
	margin-left:10px;
	padding-top:6px;
	color:#666;
}

#footer {
	width:970px;
	overflow:hidden;
	margin:auto;
}

#footer_top {
	width:970px;
	height:16px;
	background-image:url(images/footer_top.png);
}

#footer_middle {
	width:970px;
	overflow:hidden;
	background-image:url(images/footer_bg.png);
	text-align:center;
}

#pagamenti {
	padding:6px;
}

/* PRODUCT DETAIL PAGE*/

.product_detail_description {
	width:500px;
	text-align:justify;
	padding:10px;
}


/* LINKS */

a {
	color:#ff6c00;
}


a img {
	border:none;
}

a:link {
	text-decoration:none;
	font-weight:bold;
}

a:visited {
	text-decoration:none;
	font-weight:bold;
}

a:active {
	text-decoration:underline;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
	font-weight:bold;
}

#footer a {
	color:#0e72b5;	
}

.button_label a{
	color:#225f9e;
}

#utility_menu a {
	color:#666;
}

.menu_content a {
	color:#666;
}

.menu_title a {
	color:#fff;
}

#breadcrumbs a {
	color:#ff6c00;
}

.content_box a {
	color:#ff6c00;
}

.title_text a {
	color:#FFF;
}

.product_listing_type a {
	color:#FFF;
}
