@charset "utf-8";
/*
|-----------::====================================================================::-----------|
|           :: Fabriano SpA                                                       ::           |
|           :: Common Website Style-sheet                                         ::           |
|           :: Version 1.0.0000.0000                                              ::           |
|-----------::====================================================================::-----------|
               DEFAULT ELEMENT STYLES
                 *, a, body, hr, img, input, li, p, select, td
               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 */
* { margin: 0px; padding: 0px; }
a { font-weight: bold; color: #66FF00; text-decoration: none; }
a:hover { text-decoration: underline; }
body
{ 
	background: #FFFFFF; 
	font-family: "Tahoma", Arial, Helvetica, sans-serif; font-size: 8.4pt; color: #414141; line-height: 11pt;
}
hr { border: none; border-bottom: 1px solid #FFFFFF; }
img { border: none; }
input { font-family: "Tahoma", Arial, Helvetica, sans-serif; font-size: 8.5pt; }
li
{
	padding-left: 11px;
	background: url(../images/icoBullet.png) top left no-repeat;
	list-style: none;
} 
p { margin-bottom: 12px; }
select
{
	border: 1px solid #999AC5; margin-bottom: 3px; padding: 2px 0px 1px 3px;
	background: url(../images/bgInput.gif) top left no-repeat;
	font-family: "Tahoma", Arial, Helvetica, sans-serif; font-size: 8.5pt;
}
td { vertical-align: top; }






/* SKELETAL UI ELEMENTS */
#body
{
	height: 480px; position: relative;
	padding: 0px 370px 20px 5px;
}
#footer
{
	height: 45px;
	padding-top: 5px;
	background: #000000;
	font-family: Arial, Helvetica, sans-serif; font-size: 8pt; color: #FFFFFF; text-align: center; line-height: 9.6pt;
}
#header
{
	height: 33px;
	padding: 12px 324px 0px 0px;
	background: #000000;
	font-size: 13pt; color: #FFFFFF; text-align: center;
}
#wrap
{
	width: 960px; position: relative;
	background: #FFFFFF;
	text-align: left;
}





/* UNIQUE ELEMENTS, ELEMENT-SPECIFIC STYLES & SUB-ELEMENTS */
#_icubusID
{
	position: absolute; top: 18px; right: 8px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif; font-size: 6pt; font-weight: bold; color: #FFFFFF; text-align: center; text-decoration: none;
}
#catalogCategory1 { position: absolute; top: 10px; left: 10px; }
#catalogCategory2 { position: absolute; top: 10px; left: 209px; }
#catalogCategory3 { position: absolute; top: 170px; left: 10px; }
#catalogCategory4 { position: absolute; top: 170px; left: 209px; }
#catalogCategory5 { position: absolute; top: 170px; left: 408px; }
#catalogCategory6 { position: absolute; top: 330px; left: 408px; }
#catalogText { width: 390px; position: absolute; top: 335px; left: 10px; }
#footer a { color: #FFFFFF; font-weight: bold; text-decoration: none; }
#header a
{
	height: 19px; width: 88px; display: inline-block;
	border-right: 2px solid #FFFFFF;
	color: #FFFFFF; font-size: 8pt; font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; line-height: 18px; text-decoration: none;
}
#header a.lastItem { border-right: none; }
#homeBanner
{
	height: 142px; width: 636px;
	margin: 0px 0px 20px -5px;
}
#mainLogo { position: absolute; top: 80px; right: 0px; }
#pageCounter
{
	margin-bottom: 10px;
	color: #999AC5; text-align: right;
}
#pageCounter a { color: #999AC5; }
#pageCounter a:hover { color: #000000; }
#pageCounter .currentPage { font-weight: bold; }
#pageTitle
{
	height: 135px; width: 175px;
	margin: 0px 0px 20px -5px; padding: 12px 26px 0px 435px;
	background: top left no-repeat;
	font-family: Arial, Helvetica, sans-serif; font-size: 17pt; line-height: 17pt; text-transform: uppercase;
}
#quickLink_Catalog { position: absolute; top: 212px; right: 83px; }
#quickLink_Lifestyle { position: absolute; top: 358px; right: 83px; }
#showrooms
{
	height: 300px; width: 396px; float: left;
	margin-right: 25px;
	background: url(../images/bgAjaxLoader.gif) center no-repeat;
}
#siteNav { position: absolute; top: 0px; right: 0px; }
#siteNav a
{
	width: auto;
	border: none;
}
#subMenu { padding: 10px 0px 0px 1px; }
#subMenu li
{
	height: 20px;
	padding-left: 18px;
	background: left no-repeat;
	font-size: 11pt; text-transform: capitalize;
}
#subMenu li a { font-weight: normal; color: #999AC5/*#828487*/; text-decoration: none; line-height: 15pt; }
#subMenu li a:hover { color: #000000; }
#webForm
{
	width: 335px; float: right;
	margin-left: 30px;
}
#webForm .label
{
	width: 83px; float: left;
	margin: 1px 7px 0px 0px;
	font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: bold; color: #414141; text-align: right; line-height: 16px;
}
#welcomeNote { margin-left: 275px; }





/* REUSABLE STYLES */
.color_Red { color: #FF0000; }
.fontSize_Large { font-size: 13pt; line-height: 15pt; }
.articleTitle { font-size: 13pt; }
.articleDate { color: #000000; }
.articleDepartment { font-weight: normal; }
.articleSource { color: #828487; }
.previewArticle { margin-bottom: 12px; }
.textBox
{
	width: 235px;
	border: 1px solid #999AC5; margin-bottom: 3px; padding: 2px 0px 1px 3px;
	background: url(../images/bgInput.gif) top left no-repeat;
	font-family: "Tahoma", Arial, Helvetica, sans-serif; font-size: 8.5pt;
}
.textBox:focus { background-image: url(../images/bgInput_F.gif); }
input.button
{
	width: 90px;
	margin-right: 15px;
}
a.productPreview
{
	height: 280px; width: 181px; display: block; float: left;
	border: 1px solid #FFFFFF; margin: 10px 4px 0px 0px; padding: 4px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif; font-size: 8.4pt; font-weight: normal; color: #414141; line-height: 11pt; text-decoration: none;
}
a.productPreview:hover
{
	border: 1px solid #999AC5; 
	text-decoration: none;
}
a.productPreview img { height: 144px; width: 181px; }
div.productSpecs
{
	height: 282px; width: 183px; display: block; float: left;
	margin: 10px 4px 0px 0px; padding: 4px;
	font-family: "Tahoma", Arial, Helvetica, sans-serif; font-size: 8.4pt; font-weight: normal; color: #414141; line-height: 11pt; text-decoration: none;
}
div.productSpecs label
{
	width: 75px; display: inline-block;
	font-weight: bold; 
}
img.floatL
{
	float: left;
	margin-right: 10px;
}
img.floatR
{
	float: right;
	margin-left: 10px;
}