@charset "utf-8";
/* CSS Document */

#home_menu .hmenu_item {
float:left;
background-repeat:no-repeat;
margin-right:11px;
margin-bottom:22px;

}

.hmenu_item a { 
display:block; 
height:240px; 
width:295px; 
background-position:bottom;  
background-repeat:no-repeat;
}


#hmenu1 { background-image:url(../images/hm-modern-bg.jpg); }
#hmenu2 { background-image:url(../images/hm-heritage-bg.jpg); }
#hmenu3 { background-image:url(../images/hm-classical-bg.jpg); }

#hmenu1 a { background-image:url(../images/mh-modern-n.jpg); }
#hmenu2 a { background-image:url(../images/mh-heritage-n.jpg); }
#hmenu3 a { background-image:url(../images/mh-classical-n.jpg); }

#hmenu1 a:hover { background-image:url(../images/mh-modern-o.jpg); }
#hmenu2 a:hover { background-image:url(../images/mh-heritage-o.jpg); }
#hmenu3 a:hover { background-image:url(../images/mh-classical-o.jpg); }


#left-col {float:left; width:520px; padding-left:10px; padding-right:30px;  }
#news {float:right; width:299px; padding: 0px 18px 0px 11px; border-left:#CCCCCC solid 1px; font-size:10px; line-height:10px; }
#news img {float:left; padding: 0px 10px 5px 0px;}
#news img.heading {float:none; padding: 0px 0px 10px 0px; }

.bold { font-weight:bold; }

p {margin-top:0px; margin-bottom:7px; }


