﻿body
{
    background: #aa7951 url(background.jpg);
    margin:0px;
    font-family:Times New Roman;
    font-size:14px;
    font-style: italic;
    color: #4e220a;
}
img
{
    border:0px;
}
.invisible
{
    display:none;
}
input
{
    margin:1px;
}
a
{
    color: #4e220a;
}

#mainHolder
{
    width:950px;
    min-height:800px;
    margin-left:auto;
    margin-right:auto;
    background: white url(middle_bg.jpg);
    position:relative;
}
#header
{
    height:445px;
    width:950px;
    background: white url(top_bg.jpg);
    position:absolute;    
    top:-230px;
}
#footer
{
    height: 700px;
    width: 950px;
    background-image: url(bottom_bg.jpg);
    background-repeat: no-repeat;
    background-position: 0px bottom;
    position: absolute;
    bottom: -170px;
}
#pen
{
    width:75px;
    height:594px;
    background-image: url(pen_bg.gif);
    position:absolute;
    left:715px;
    bottom:112px;
    z-index:1;
}
#effetto
{
    background-image: url(effetto.gif);
    width:141px;
    height:26px;
    position:absolute;
    left:585px;
    bottom:104px;
}
#menu
{
    position:absolute;
    top:170px;
    left:25px;
}
#menu img
{
    margin-right:20px;
}
#content
{
    margin-top:230px;
    margin-left:30px;
    margin-right:230px;
    margin-bottom:170px;
    position:relative;
    z-index:2;
}
#rightblock
{
    float:right;
    width:175px;
    top:-70px;
    margin-right:10px;
    position:relative;
    z-index:2;
}


.adminControl
{
    background:#caa471;
    border:1px solid #4e220a;
    color:White;
    padding:2px;
    margin-top:2px;
    margin-bottom:2px;
}
.adminControl a
{
    color:White;
}




#login
{
    height:120px;
    line-height:12px;
}
.loginButton
{
    padding: 1px;
    padding-left: 10px;
    padding-right: 10px;
    background: #4e220a;
    color: White;
    border: 0px;

}
.loginLabel
{
    font-size:13px;
    color: #4e220a;
}
.loginLabel a
{
    color: #4e220a;
}
.loginText
{
    background:White;
    border:1px solid #4e220a;
    width:105px;
    margin:2px;
    height:14px;
}
#loginStatus
{
    padding-top:30px;
    padding-left:30px;
}

#news
{
    position:relative;
}
#newsLink
{
    position:absolute;
    left:52px;
    top:14px;
}
#newsText
{
    margin-left:24px;
    margin-top:60px;
}

.galleryImage
{
    padding:2px;
    border:1px solid black;
    display:block;
}
.modalBackground
{
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    background: black;
}
.imagePopup
{
    background: lightgray;
    border: solid 1px black;
    padding: 4px;
    max-height:95%;
    max-width:95%;
}
.popupImage
{
    max-height:95%;
    max-width:95%;
}
.Illustrate
{
	float:left;
	margin:5px;
}
.ratingStar
{
    margin:0px;
    padding:0pc;
    cursor: pointer;
    display: inline-block;
    background-repeat: no-repeat;
    font-size: 0pt;
    width: 13px;
    height: 12px;
}
.filledRatingStar { 
    background-image: url("FilledStar.png");
}
.emptyRatingStar { 
    background-image: url("EmptyStar.png");
}
.raiting
{
    margin-left:auto;
    margin-right:auto;
}
#links
{
    position:absolute;
    left:0px;
    bottom:0px;
    color:#4e220a;
    height:20px;
    font-size:12px;
}
#links a
{
    color:#4e220a;
}
