/* CSS Document */

body{
background:#444226 url(images/pagebg.jpg) top center repeat-x;
margin:0px auto;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
color:#333;
}

a{
color:#7b002f;
}

h1{
display:none;
}

h2{
font-size:20px;
font-family:"Times New Roman", Times, serif;
font-weight:normal;
color:#7b002f;
}

h3{
font-size:16px;
font-family:"Times New Roman", Times, serif;
font-weight:normal;
color:#7b002f;
}

#container{
width:700px;
margin:30px auto 0px auto;
border:4px solid #C4C691;
background:#fff;
}

#menu{
height:24px;
width:700px;
background:#53523F;
text-align:right;
}

#menu ul{
width:auto;
height:24px;
margin:0px;
padding:0px;
list-style:none;
float:right;
}

#menu ul li{
list-style:none;
display: inline;
margin:0px;
padding:0px;
height:24px;
}

#menu ul li.active{
background:#444226;
color:#fff;
}

#menu ul li a{
text-decoration:none;
font-weight:bold;
font-size:12px;
color:#eee;
margin:0px;
padding:0px;
display:block;
float:left;
margin:0px;
padding:5px 10px;
height:14px;
}

#menu ul li a:hover{
background:#444226;
color:#fff;
}


#header{
width:700px;
height:110px;
}

#logo{
height:79px;
width:213px;
margin:16px auto 15px 16px;
background:url(images/logo.jpg) top left no-repeat;
}

#content{
width:680px;
padding:10px;
margin:0px;
}

#footer{
width:700px;
height:14px;
font-size:10px;
text-align:center;
padding:20px 0px 0px 0px;
color:#999;
}

.column{
float:left;
display:block;
width:330px;
margin:0px 10px 0px 0px;
}

.floorplantable {
border:2px solid #C4C691;
}

.floorplantable tr th{
background:#53523F;
color:#fff;
}

.floorplantable img{
width:120px;
height:auto;
padding:3px;
border:1px solid #ccc;
}
