/* -- COMMON PAGE STYLES -- */
body{
  background: url(../images/wp_damask_007.gif) #f4e9f3;
  font-family: arial;
  font-size: 12px; 
 padding-top:30px;
 color:#333333;
}

/* -- LINKS STYLE -- */
a{
  color:#462943;
}
a:hover{
  color: #333333;
}

/* -- IMAGES -- */
img{
  border: 0;
}
img.productionImg{
  margin:0px 10px 10px 0px;
}

/* -- HEADERS -- */
h1{
  font-size: 9pt;
  font-family: tahoma;
  text-transform: uppercase;  
  margin-top: 0px; 
  padding-top: 0px;
  text-align: left;
}

#footer p{
  margin: 10px 20px 0px 5px;
  color:#b89f80;
  text-align: left;   
}



/* -- MAIN MENU BLOCK -- */
#mainMenuBlock{
  margin-top: 15px;
  height: 263px;
}
#mainMenuBlock ul.level_1{
  list-style-type: none;
  margin: 20px 0px 0px 48px;
  padding: 0px;
  background: url(../images/ypx.gif) repeat-x top;
  width: 180px;
}
#mainMenuBlock ul.level_1 li{
  margin: 0px 0px 0px 0px;
  padding: 7px 0px 7px 0px;
  background: url(../images/ypx.gif) repeat-x bottom; 
  font-family: verdana;
  font-size: 11px;
  font-weight: bold;
  text-align: left; 
    
}
#mainMenuBlock ul.level_1 li.active p.active{
  margin: 0px 0px 0px 0px;
  padding: 0px;
  background: url(../images/yarrow.gif) no-repeat center left;
  display: block;
  padding-left: 10px;
  color:#ffffff;  
  text-transform: uppercase;
}
#mainMenuBlock ul.level_1 li.parent a.parent{
  color: #ffffff;
  text-transform: uppercase;
}

#mainMenuBlock ul.level_1 li a{
  color: #462943;
  text-decoration: none;
  background: url(../images/yarrow.gif) no-repeat center left;
  display: block;
  padding-left: 10px;  
  text-transform: uppercase;
}
#mainMenuBlock ul.level_1 li a:hover {
  color:#ffffff;
}

/* -- SUBMENU BLOCK -- */
.mod_navigationSub ul.level_1{
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  float: right;
}
.mod_navigationSub ul.level_1 li{
  padding: 0px 0px 10px 0px;
  float: left;
  font-family: verdana;
  font-size: 10px;
  font-weight: bold;
}
.mod_navigationSub ul.level_1 li.active p.active {
  margin: 0px 0px 0px 0px;
  padding: 0px 8px 0px 8px;
  border-right: 1px solid #333333;
}
.mod_navigationSub ul.level_1 li.first p.active{
  margin: 0;
  padding: 0px 8px 0px 8px;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
}
.mod_navigationSub ul.level_1 li.last p.active{
  border-right: 1px solid #333333;
  padding: 0px 8px 0px 8px;
  margin: 0px;
}
.mod_navigationSub ul.level_1 li.first a{
  border-left: 1px solid #333333;
}
.mod_navigationSub ul.level_1 li a{
  color:#462943;  
  text-decoration: none;
  display: block;  
  padding: 0px 8px;
  border-right: 1px solid #333333;
}
.mod_navigationSub ul.level_1 li a:hover{
  text-decoration: underline;
}

/* -- FOOTER BLOCKS-- */
#footer{
  font-size: 11px;
  font-weight: bold;  
  color:#462943;
  padding-bottom:10px;
}
#footer .inside
{
  padding-top:10px;
}
.copyrightLink{
  display: block;
  width: 215px;
  float: left; 
}
.contactLink{
  display: block;
  width: 215px;
  margin-left: 5px;
  display: inline;
  text-align: center;
  float: left; 
  font-weight: normal;
}
.artPromLink{
  display: block;
  width: 215px;
  margin-left: 5px;
  display: inline;
  text-align: right;
  float: left;
  text-decoration: none; 
}
