A:link { }
A:visited { }
A:active { text-decoration: underline }
A:hover { text-decoration: underline }

html {
	height: 100%;
}
body {
	background-image: url(../images/background.png);
	background-repeat: repeat-x;
	background-position: top center;
	
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
}
img {
	border: 0px;
}

.general_content {
	width: 980px;
	height: 100%;
	
	margin: auto;
}
.shadow_left {
	width: 15px;
	height: 100%;
	
	background-image: url(../images/shadow/left.png);
	background-repeat: repeat-y;
}
.shadow_right {
	width: 15px;
	height: 100%;
	
	background-image: url(../images/shadow/right.png);
	background-repeat: repeat-y;
}
.shadow_center_down {
	height: 13px;
	
	background-image: url(../images/shadow/center_down.png);
	background-repeat: repeat-x;
}
.shadow_right_down {
	width: 15px;
	height: 13px;
	
	background-image: url(../images/shadow/right_down.png);
	background-repeat: repeat-x;
}
.shadow_left_down {
	width: 15px;
	height: 13px;
	
	background-image: url(../images/shadow/left_down.png);
	background-repeat: repeat-x;
}
.website_content {
	width: 950px;
	height: 100%;
	
	background-color: #fff;
	
	vertical-align: top;
}

.logo {
	margin-top: 10px;
	margin-left: 20px;
}
.menu {
	width: 100%;
	height: 16px;
	
	padding-top: 5px;
	padding-bottom: 5px;
	
	background-color: #004986;
}
.content_link_menu {
	padding-left: 30px;
	padding-right: 30px;
	
	border-right: 1px solid #ddd;
	
	float: left;
	cursor: pointer;
}
.content_link_menu:hover {
	background-color: #93B7CE;
}
.link_menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: normal;
	
	/*text-transform: uppercase;*/
}
.content_search {
	width: 320px;
	
	background-color: #004986;
	-moz-border-radius: 4px;
	/*border: 1px solid #ddd;*/
	
	padding: 12px;
	
	position: absolute;
	margin-top: -18px;
	margin-left: 560px;
	
	float: left;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: normal;
}
.textbox_search {
	width: 228px;
	
	border: 1px solid #ddd;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 16px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: normal;
}
.button_search {
	border: 1px outset #444;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: normal;
}

.menu_sx {
	width: 200px;
	
	background-image: url(../images/menu/background.jpg);
	background-repeat: no-repeat;
	
	float: left;
}
.content_page {
	width: 749px;
	
	margin-top: 20px;
	margin-bottom: 20px;
	border-left: 1px solid #C1D3D6;
	
	float: right;
}

.content_page_full {
	margin-top: 20px;
	margin-bottom: 20px;
}

.cart_content {
	width: 160px;
	
	background-image: url(../images/cart/background.png);
	
	margin: 20px;
	
	border: 1px solid #eee;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: normal;
}
.cart_fascia {
	width: 100%;
	background-color: #92B55E;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: normal;
}
.cart_fascia_icon {
	position: absolute;
	
	margin-top: -24px;
	margin-left: -30px;
}

.category_menu_content {
	width: 160px;
	
	margin: 20px;
	
	/*border: 1px solid #eee;*/
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: normal;
	
	text-align: right;
}
.category_fascia {
	width: 100%;
	background-color: #004986;
	
	margin-bottom: 5px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: normal;
}
.category_link_content {
	padding: 5px;
}
.link_category {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: normal;
}
.link_category:hover {
	color: #999;
}

.content_web_page {
	margin-left: 20px;
	margin-right: 20px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: normal;
}

.footer_content {
	width: 800px;
	margin: auto;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 9px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: normal;
	
	text-align: center;
	
	/*margin-top: 40px;*/
	padding-top: 10px;
	padding-bottom: 10px;
	
	/*border-top: 1px solid #ddd;*/
}
.footer_link {
	height: 140px;
	vertical-align: bottom;
}
.footer_company {
	height: 30px;
	vertical-align: bottom;
}

.category_content {
	width: 216px;
	
	margin-right: 20px;
	
	float: left;
}

.category_lightgreen_title {
	width: 208px;
	
	background-color: #91B45D;
	
	padding: 4px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: normal;
}
.category_lightgreen_content {
	height: 400px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: normal;
}
.category_lightgreen_art {
	background-color: #F0F6E3;
	
	padding: 4px;
	
	margin-bottom: 20px;
}

.category_lightocra_title {
	width: 208px;
	
	background-color: #FFBA0D;
	
	padding: 4px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: normal;
}
.category_lightocra_content {
	height: 400px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: normal;
}
.category_lightocra_art {
	background-color: #FFF0CC;
	
	padding: 4px;
	
	margin-bottom: 20px;
}

.category_lightblue_title {
	width: 208px;
	
	background-color: #54BAE2;
	
	padding: 4px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: normal;
}
.category_lightblue_content {
	height: 400px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: normal;
}
.category_lightblue_art {
	background-color: #D7EDF9;
	
	padding: 4px;
	
	margin-bottom: 20px;
}

.category_lightpink_title {
	width: 208px;
	
	background-color: #EA9BCE;
	
	padding: 4px;
	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: normal;
}
.category_lightpink_content {
	height: 400px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 11px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: normal;
}
.category_lightpink_art {
	background-color: #F1E7F2;
	
	padding: 4px;
	
	margin-bottom: 20px;
}

.category_icon_cart {
	position: absolute;
	
	margin-top: -22px;
	margin-left: -12px;
}


.content_ecommerce {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: normal;
	
	text-align: justify;
	
	width: 700px;
}

.link_little {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 9px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: normal;
}
.link_little_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 9px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: normal;
}

.testo_sito {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #222;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: normal;
}
.prezzo_lista {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: normal;
}

.offerte_sx_content_title {
	margin-left: 20px;
	width: 150px;
	
	background-color: #FFBA0D;
	
	padding: 4px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: normal;
}
.offerte_sx_content {
	background-color: #FFF0CC;
	padding: 4px;
	
	width: 150px;
	
	margin-left: 20px;
	margin-bottom: 5px;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #444;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: normal;
}
.content_lang {
	position: absolute;
	
	margin-top: 0px;
	margin-left: 910px;
}
.special_category {
	width: 200px;
	height: 100px;
	
	margin: 2px;
	
	float: left;
	
	cursor: pointer;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: bold;
	
	text-align: center;
}
.special_category_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 14px;
	font-style: normal;
	text-decoration: none;
	word-spacing: normal;
	letter-spacing: normal;
	font-weight: bold;
}
