body {
    font-family: "Times New Roman",Georgia,Serif;
    background: #FFFFFF none repeat scroll 0 0;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1.2em;
    margin:0;
    padding:0;
}

img {
    border: 0 none;
}

.ow-page {
    background-color:#e3dec7;
    height: 100%;
    width: 900px;
    margin-right: auto;
    margin-left: auto;
}

.ow-clear {
    clear: both;
}

.ow-image-left {
    float: left;
    margin:5px 10px 5px 0;
}

.ow-image-right {
    float: right;
    margin:5px 0 5px 10px;
}

.ow-hidden {
    display:none;
}

.ow-error {
    height: 300px;
    text-align:center;
    margin-top: 200px;
}

.ow-error a {
    color:#909125;
}

/***********************/
/*      HEADER         */
/***********************/

.ow-page-header {
    width: 900px;
}

.ow-header-title {
    font-size: 12px;
    text-align: center;
    font-weight: bold;
    color: #898777;
    margin:0;
    padding:0;
}


.ow-page-nav {
    background-color: #cbcc2f;
    height: 50px;
    width: 100%;
}

.ow-page-nav a {
    background: transparent url(../images/nav_sprite.png) no-repeat 0 0; 
    background-attachement:fixed;
    font-size: 14px;
    display: block;
    float:left;
    border:none;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0 38px;
    text-decoration: none;
    text-align: center;
}

.ow-page-nav a:visited {
}

.ow-page-nav a:hover {
    background-color: #f1f1a9;
}

.ow-page-nav a:active {
}

.ow-page-nav a span {
    visibility:hidden;
}

.ow-page-nav .selected a {
    background-color: #909125;
}

.ow-page-nav .home {
    background-position: -4px 0;
}

.ow-page-nav .selected .home {
    background-position: -4px -50px;
}

.ow-page-nav .about {
    background-position: -121px 0;
}

.ow-page-nav .selected .about {
    background-position: -121px -50px;
}

.ow-page-nav .new {
    background-position: -240px 0;
}

.ow-page-nav .selected .new {
    background-position: -240px -50px;
}

.ow-page-nav .sell {
    background-position: -400px 0;
}

.ow-page-nav .selected .sell {
    background-position: -400px -50px;
}

.ow-page-nav .serendipity {
    background-position: -546px 0;
}

.ow-page-nav .selected .serendipity {
    background-position: -546px -50px;
}

.ow-page-nav .contact {
    background-position: -702px 0;
}

.ow-page-nav .selected .contact {
    background-position: -702px -50px;
}

.ow-page-nav .directions {
    background-position: -833px 0;
    width: 60px;
}

.ow-page-nav .selected .directions {
    background-position: -833px -50px;
}

.ow-page-main {
    clear: both;
    position:relative;
}

.ow-page-standard {
    padding: 25px 15px 30px 15px;
    font-family: "Times New Roman",Georgia,Serif;
}

.ow-page-footer {
    clear: both;
    text-align:center;
    width: 100%;
    color: #b0ad99;
    font-size: 12px;
    background-color: #FFFFFF;
    padding: 10px 0;
}



/***********************/
/*      HOME           */
/***********************/
.ow-home-left {
    float: left;
    width: 290px;
    margin:0;
}

.ow-home-right {
    float: left;
    width: 610px;
    margin:0;
    overflow: hidden;
}

.ow-home-title {
    font-family: "Times New Roman",Georgia,Serif;
    position:absolute;
    left: 200px;
    top: 180px;
    height: 180px;
    width: 500px;
    background-color: #000000;
    color: #c6bd8f;
    text-align: center;
    z-index:10;
}

.ow-home-title h1 {
    font-size: 20px;
    border-top: 1px solid #c6bd8f;
    border-bottom: 1px solid #c6bd8f;
    padding: 7px 0 5px  0;
    width: 380px;
    margin: 0 auto;
    color: transparent;
    background: transparent url(../images/home_subtitle.gif) no-repeat center center;
}

.ow-home-title h1 span,
.ow-home-title h2 span {
    visibility: hidden;
}

.ow-home-title h2 {
    margin:20px 0 15px 0;
    height: 40px;
    background: transparent url(../images/home_title.gif) no-repeat center center;
}

.ow-home-title h3 {
    font-family: Baskerville, "Times New Roman", Georgia, Serif;
    font-size: 16px;
    margin-top: 30px;
}

.ow-home-hours {
    font-size: 14px;
    color: #555449;
    margin:20px 0 0 20px;
}

.ow-home-hours h3 {
    font-weight: bold;
    margin: 0 0 5px 0;
}

.ow-home-acquisition {
    margin: 10px;
    position: absolute;
    top: 400px;
    left: 10px;
    width: 250px;
}

.ow-home-acquisition h3 {
    font-size: 16px;
    border-bottom: 1px solid #555449;
    padding-left: 3px;
    color: #555449;
}

.ow-home-acquisition h4 {
    font-size: 14px;
    padding-left: 3px;
}

.ow-home-acquisition h4 a {
    color: #000000;
    text-decoration: underline;
}

/***********************/
/*      DIRECTIONS     */
/***********************/
#owMapCanvas {
    width: 540px;
    height: 665px;
    border: 1px solid #898777;
    margin: 20px;
    float: left;
}

.ow-directions-left {
    width: 280px;
    float: left;
    margin: 20px 10px 20px 20px;
}

.ow-directions-day h3 {
    margin:0;
    font-size: 17px;
}

.ow-directions-day p {
    margin: 5px 0 10px 0;
    font-size: 15px;
}

#owDirectionsContainer {
    min-height: 400px;
    border: 1px solid #898777;
    background-color: #FFFFFF;
}

#owDirections {
    font-size: 13px;
}

.ow-directions-address {
    font-size: 13px;
    height: 80px;
    border-bottom: 1px solid #898777;
    width: 262px;
    margin:0 auto;
    padding: 5px;
}

.ow-directions-label {
    font-weight: bold;
    margin: 5px 0;
}

.ow-directions-input input {
    width: 258px;
}

.ow-directions-submit {
    margin-top: 7px;
}

.ow-directions-error {
    color: #898777;
    padding: 5px;
    text-align:center;
}

/***********************/
/*      ABOUT          */
/***********************/

.ow-about-right {
    float:right;
    width: 200px;
    background-color: #c5c0a9;
    padding: 15px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.ow-about-left {
    float:left;
    width: 620px;
}

.ow-about-left h1 {
    margin: 5px 0 5px 0;
}

.ow-about-left .ow-image-left {
    margin:5px 25px 5px 0;
}


.ow-about-right h3 {
    color: #555449;
    margin:0 0 10px 0;
}

.ow-about-right ul {
    list-style-type:none;
    list-style-image: none;
    list-style-position:outside;
    padding: 0 0 0 3px;
    margin: 0;
}

.ow-about-right li {
    margin-bottom: 10px;
    font-style: italic;
}

.ow-about-right li span {
    font-weight: bold;
    font-style: normal;
}


/***********************/
/*      NEW            */
/***********************/

.ow-new-left {
    width: 565px;
    float:left;
    margin-bottom: 15px;
    padding-right: 15px;
    border-right: 1px solid #898777;
    min-height: 500px;
}

.ow-new-right {
    float: right;
    width: 273px;
    min-height: 500px;
    margin-bottom: 15px;
    padding-left: 15px;
    font-size: 15px;
    color: #555449;
}

.ow-new-left h1 {
    font-size: 26px;
    line-height: 28px;
    margin: 0;
}

.ow-new-left h2 {
    font-size: 13px;
    font-style: italic;
    color: #898777;
    margin:0;
    padding:0;
}

.ow-latest-arrival {
    margin-bottom: 30px;
    padding-bottom: 30px;
    /*border-bottom: 1px solid #898777;*/
}

.ow-new-left .ow-image-right {
    margin:20px 0 5px 10px;
    padding: 2px;
    background-color: #898777;
}

.ow-new-right h3 {
    font-size: 16px;
    background-color: #555449;
    width: 265px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
    margin:0;
    color: #F1F1A9;
    text-align: center;
}

.ow-new-panel {
    margin-bottom: 30px;
}

.ow-new-gallery {
    padding: 20px 0 10px 0;
    clear: both;
}

.ow-new-gallery img {
    display: block;
    float: left;
    margin: 10px;
    padding: 5px;
    background-color: #FFFFFF;
    border: 1px solid #898777;
    cursor: pointer;
}

.ow-gallery-tooltip {
    background-color: #FFFFFF;
    padding: 10px;
    border: 1px solid #898777;
    width: 200px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 15px;
    position: absolute;
}

.ow-tooltip-footer {
    background: transparent url(../images/tooltipBkgnd.png) no-repeat 0 0; 
    width: 30px;
    height: 22px;
    position: absolute;
    bottom:-22px;
    left: 40px;

}

#owDetailsBubble {
    background-color: 20px;
}

/***********************/
/*      SELL           */
/***********************/

.ow-sell-left {
    width: 215px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #C5C0A9;
    height: 360px;
    float: left;
    padding: 10px;
}

.ow-sell-right {
    float: right;
    width: 615px;
}

.ow-sell-right .ow-image-right {
    margin: 5px 0 5px 25px;
}

.ow-sell-left h2 {
    font-size: 18px;
    margin:0;
}

.ow-sell-left p {
    margin: 4px 0 50px 0;
}

.ow-sell-right h1 {
    font-size: 30px;
    margin:5px 0 10px 0;
}


/***********************/
/*   SERENDIPITY       */
/***********************/
.ow-serendipity h1 {
    margin:0 0 10px 0;
}

.ow-serendipity img {
    margin: 0 20px 5px 0;
}

.ow-serendipity-def {
    margin-left: 335px;
    border-bottom: 1px solid #898777;
    padding-bottom: 10px;
}


/***********************/
/*   CONTACT           */
/***********************/

.ow-contact-page {
    background: transparent url(../images/contact_1.jpg) no-repeat 25px 0; 
    min-height: 450px;
}


.ow-contact-info {
    width: 500px;
    margin-left: 330px
}

.ow-contact-info h1 {
    font-size: 24px;
}

.ow-contact-info p {
    color: #555449;
}

.ow-contact-info td {
    vertical-align: top;
    padding-bottom: 30px;
    font-size: 20px;
}

.ow-contact-label {
    width: 200px;
    color: #555449;
}

.ow-contact-details {
    color: #000000;
    font-weight: bold;
}

.ow-contact-details a {
    color: #000000;
    text-decoration: underline;
}

