/* CSS Document */

body{
background:#FFF;
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:#005C41;
}

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

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

#menu{
height:24px;
width:700px;
background:#003827;
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:#005C41;
color:#E38835;
}

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

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


#header{
width:700px;
height:116px;
background: #005c41;
}

#logo{
height:116px;
width: 700px;
background: url(images/logo.jpg) top center 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;
}

div#prices table {
	width: 100%;
	text-align: center;
	border: 2px solid #333;
	margin-bottom: 5px;
	border-collapse: collapse;
}

div#prices table thead{
	border-bottom: 3px solid #333;
}

div#prices table tr.odd{
	background: #cddcf3;
}
