@charset "utf-8";
/*
|-----------::====================================================================::-----------|
|           :: Fabriano SpA                                                       ::           |
|           :: Ariston Sub-Site Style-sheet                                       ::           |
|           :: Version 1.0.0000.0000                                              ::           |
|-----------::====================================================================::-----------|
               DEFAULT ELEMENT STYLES
                 a, li
               SKELETAL UI ELEMENTS
               UNIQUE ELEMENTS, ELEMENT-SPECIFIC STYLES & SUB-ELEMENTS
               REUSABLE STYLES
                 .align_Center
                 .align_Left
                 .align_Right
|-----------::====================================================================::-----------|
|           ::                          REVISION HISTORY                          ::           |
|-----------::====================================================================::-----------|
  v1.0.000.000 :: February 3, 2009
    1. Initial published version of Cascading Style Sheet
*/





/* DEFAULT ELEMENT STYLES */
a { color: #A30130; }
a:hover { text-decoration: underline; }
li
{
	padding-left: 11px;
	background: url(../images/icoBullet.png) top left no-repeat;
	list-style: none;
} 





/* SKELETAL UI ELEMENTS */
#body { background: url(../images/bgPanel_Ariston.gif) top right repeat-y; }





/* UNIQUE ELEMENTS, ELEMENT-SPECIFIC STYLES & SUB-ELEMENTS */
#footer a:hover { color: #A30130; }
#header a:hover { background: #A30130; }
#pageCounter .currentPage { color: #A30130; }
#subMenu li
{
	background-image: url(../images/icoSubMenu_Ariston.gif);
	color: #A30130;
}





/* REUSABLE STYLES */
.articleTitle { color: #A30130; }
.highlight { color: #A30130; }