* {
    margin: 0;
    padding: 0;
}   
body {
    background: #e2d3cb url('../images/bkd.gif') top center;
}
p {
    font-size: 13px;
    font-family: times;
    letter-spacing: 1px;
    line-height: 25px;
}
a {
    color: #555;

}
a:hover {
    color: #555;
    text-decoration: underline;
}
strong {
    font-family: helvetica;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
}
#header {
    height: 68px;
    background: url('../images/top_bar.gif') repeat-x top center;
}
#container {
    background: #fff url('../images/top_blur.jpg') no-repeat top center;
    position: relative;
    top: -68px;
    width: 800px;
    height: 500px;
    margin: auto;
    padding-bottom: 50px;
}
#main {
    background: url('../images/header.gif') no-repeat top right;
    position: relative;
    top: 49px;
    height: 397px;
    width: 100%;
}
#dir_input {
    position: absolute;
    width: 230px;
    text-indent: 4px;
    color: #555;
    font-size: 13px;
    padding: 2px 0;
    height: 17px;
}
#dir_submit {
    position: relative;
    top: 3px;
    color: #555;
    font-size: 12px;
    left: 240px;
}
#dir_form {
    position: absolute;
    top: 425px;
}
#top_left {
    position: relative;
    bottom: 100px;
    left: 20px;
    width: 340px;
    height: 200px;
}
#main_image {
    position: relative;
    background: white;
    top: 197px;
    width: 800px;
    height: 260px;
}
#main_image a {
    display: block;
    height: 260px;
}
#content {
    position: relative;
    top: 197px;
    background: white;
    color: #555;
}
#content p {
    padding: 30px 0;
    width: 760px;
    margin: auto;
}
#iphone {
    z-index: 2;
    display: block;
    position: absolute;
    top: 152px;
    right: 268px;
    width: 130px;
    height: 23px;
}
#email_link {
    z-index: 2;
    display: block;
    position: absolute;
    top: 172px;
    right: 203px;
    width: 195px;
    height: 23px;
}
#google_map {
    height: 250px;
    width: 800px;
    margin-bottom: 50px;
}
#google_map p {
    padding: 0;
    margin: 0;
}
#menu h2 {
    font-size: 25px;
    text-align: right;
    font-family: helvetica;
    color: #999;
    border: #999 solid 1px;
    border-width: 0 0 1px 0;
    font-weight: normal;
    text-transform: uppercase;
    margin-right: 30px;
}
#menu div {
    width: 800px;
    margin: auto;
}
#menu p {
    float: left;
    width: 220px;
    padding: 20px;   
}
#menu div strong {
    font-size: 12px;
    display: block;
}
#menu div em {
    font-style: normal;
    color: black;
}
#menu ul {
    width: 220px;
    float: left;
    padding: 25px 20px;
    list-style-type: none;
    line-height: 25px;
}
#menu ul li {
    margin-bottom: 15px;
    font-size: 13px;
    letter-spacing: 1px;
}
#menu ul li strong {
    font-size: 12px;
    display: block;
}
#footer {
    font-size: 13px;
    padding: 20px 0;
    text-indent: 20px;
}
#into {
    text-indent: -999999px;
    display: block;
}


/* Float */
.left {
    float: left;
}
.right {
    float: right;
}
/* Clear float fix */
.clear:after{
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clear{
    display:inline-block;
}
/* Hides from IE-mac \*/
* html .clear {
    height: 1%;
}
.clear {
    display: block;
}
/* End hide from IE-mac */







