/* Common rules */
	/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
strong {
	color: #e22323;
}

h2 {
	color: #e22323;
}

/* Prodotti */
.mainblock h1 {
	color: #e25656;
}

.mainblock h2 {
	color: #e25656;
}

.mainblock A:hover,.mainblock A:active {
	color: #e25656;
}

/* Servizi */
.mainblock_servicepage h1 {
	color: #e22323;
}

.mainblock_servicepage h2 {
	color: #e22323;
}

.mainblock_servicepage A:hover,.mainblock_servicepage A:active {
	color: #e22323;
}

.product_box a:active,.product_box a:hover {
	color: #e22323;
}

/* Path di navigazione
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#navigation_path A.navigation_path:hover,#navigation_path A.navigation_path:active
	{
	color: #e22323; /*33518d ;*/
	text-decoration: underline;
}

#page_menu .menutitle A:hover,#page_menu .menutitle A:active {
	color: #e22323;
	text-decoration: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Descrizione accessori 
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.Accessories h1,.Accessories h2,.Accessories h3 {
	color: #e22323;
}

.Accessories a:hover {
	color: #e22323;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Foto gallery
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#PhotoGallery h1,#PhotoGallery h2,#PhotoGallery h3 {
	color: #e22323;
}

#PhotoGalleryMenu .PhotoGalleryAlignLeft a:hover,#PhotoGalleryMenu .PhotoGalleryAlignLeft a:active
	{
	color: #e22323;
}

#PhotoGalleryMenu .PhotoGalleryAlignRight a:hover,#PhotoGalleryMenu .PhotoGalleryAlignRight a:active
	{
	color: #e22323;
}

/* Downloads
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#DownloadCatalogue h1,#DownloadCatalogue h2,#DownloadCatalogue h3 {
	color: #e22323;
}

#DownloadCatalogue a:hover {
	color: #e22323;
}

/* Menu
 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
	/*#page_menu .menutitle h2 {
	color: #4A80f0;
}*/
#menulist a:hover {
	background: #e22323;
}

#menulist a.product_category:hover {
	color: #ffffff;
}

#menulist a.product_singlefamily:hover {
	background: #e22323;
	color: #ffffff;
}

#menulist a.product_singlefamily_active {
	background: #f09191;
	color: #303030;
}

#menulist a.product_singlefamily_active:hover {
	background: #e22323;
	color: #ffffff;
}

#menulist a.product_family:hover {
	background: #e22323 url("/images/arrow_right_dark.gif") no-repeat left
		top;
	color: #ffffff;
}

#menulist a.product_family_active:hover {
	background: #e22323 url("/images/arrow_down_dark.gif") no-repeat left
		top;
	color: #ffffff;
}

#menulist A.product_submenu:active,#menulist A.product_submenu:hover {
	color: #ffffff;
}

#menulist .product_submenu_active {
	background: #f09191;
}

#menulist A.product_submenu_active:link,#menulist A.product_submenu_active:visited
	{
	color: #303030;
}

#menulist A.product_submenu_active:active,#menulist A.product_submenu_active:hover
	{
	color: #ffffff;
}
/* Menu

#menulist a:hover {
	background: #fff0f0 ;
}
#menulist a.product_category:hover{
	color: #e22323; 
}
#menulist a.product_singlefamily:hover {
	background: #fff0f0 ;
	color: #e22323; 
}
#menulist a.product_singlefamily_active {
	background: #fff0f0 ;
}
#menulist a.product_singlefamily_active:hover {
	background: #fff0f0 ;
	color: #e22323; 
}
#menulist a.product_family:hover {
	background: #fff0f0 url("/images/arrow_right_dark.gif") no-repeat left top; 
	color: #e22323; 
}
#menulist a.product_family_active:hover {
	background: #fff0f0 url("/images/arrow_down_dark.gif") no-repeat left top; 
	color: #e22323; 
}
#menulist A.product_submenu:active, #menulist A.product_submenu:hover {
	color: #e22323;
}
#menulist .product_submenu_active {
	background: #fff0f0 ;
}
#menulist A.product_submenu_active:active, #menulist A.product_submenu_active:hover {
	color: #e22323; 
}
*/