/**************************************************************
   AUTHOR:    Webjuice sagl (webjuice.ch) - info@webjuice.ch
   DATE:      2008.08.31
   PURPOSE:   Styles for the LAYOUT
   CUSTOMER:  MARIAROSARIAVALENTINI.CH
 **************************************************************/
#layout {
	position:absolute;
	z-index:10;
	left:0px;
	top:0px;
	width:935px;
	height: 590px;
	background-image: url(../graphics/layout_bg.jpg);
	background-repeat: no-repeat;
}
#menu-wrapper {
	position:absolute;
	z-index:1;
	left:14px;
	top:174px;
	width:174px;
}
#menu {
	width:174px;
	background-image: url(../graphics/menu_bg.gif);
	background-repeat:repeat-x;
	margin-bottom: 11px;
}
#title {
	position:absolute;
	z-index:2;
	left:227px;
	top:127px;
	height:35px;
	width: 332px;
	background-image: url(../graphics/title_default.gif);
	background-repeat: no-repeat;
}
#photoHeader {
	position:absolute;
	z-index:1;
	left:554px;
	top:0px;
	width: 360px;
}
#photoHeader.colon1 {
	height:169px;
	background-image: url(../graphics/photoHeader/photo1col_default.jpg);
	background-repeat: no-repeat;
}
#photoHeader.colon2 {
	height:237px;
	background-image: url(../graphics/photoHeader/photo2col_default.jpg);
	background-repeat: no-repeat;
}
div#scrollbar1, div#scrollbar2, div#scrollbar3 {
    display:none; 
}
#credits {
	position:absolute;
	z-index:1;
	left:0px;
	top:600px;
	width:935px;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:10px;
	color: #9F3424;
}
#credits a:link, 
#credits a:visited {
	color: #9F3424;
}
#credits a:hover {
	color: #FFFFFF;
}

a.photogallery img, a:visited.photogallery img {
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
}
a:hover.photogallery img {
	border: 1px solid #454545;
}
/**************************************************************
MasterContent & detailContent
**************************************************************/
a.masterContent, a:visited.masterContent {
	text-decoration: none;
	color: #000000;
	padding: 3px;
	margin: 0px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #A89B93; 
	margin-top: 5px;
	display: block;
	min-width: 310px;
}
a:hover.masterContent {
	color: #454545;
}
.masterContent img {
	float: left;
	padding: 2px;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	margin-right: 4px;
}
a:hover.masterContent img {
	border: 1px solid #454545;
}
/**************************************************************
   Generic Display 
 **************************************************************/
.block {
  display: block;
}
.clear {
  clear: both;
}
.marginRight {
  margin-right: 15px;
}
.paddingLeft {
  padding-left: 5px;
}
.paddingRight {
  padding-right: 5px;
}
.floatLeft {
  float: left;
}
.floatRight {
  float: right;
}
.alignLeft {
  text-align: left;
}
.alignRight {
  text-align: right;
}
.alignTop {
  vertical-align: top;
}
.alignMiddle {
  vertical-align: middle;
}
.alignBottom {
  vertical-align: bottom;
}
.alignCenter {
	text-align: center;
}
.hidden {
	visibility: hidden;  
}
.bullethidden {
	list-style: none;
	margin-left: 10px;
}

