html {
    overflow-x: hidden;
    overflow-y: scroll;
}

html, body {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif; 
    color: #000000; 
    font-style: normal; 
    font-weight: normal; 
    line-height: 1.6;
    background-color: #FFFFFF;
    margin: 0px;
    padding: 0px;
    border: none;
}

h1 {
    font-size: 16px;
    font-weight: bold;
    margin: 0px;
}

h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 0px 0px 5px 0px;
}

h3 {
    font-size: 11px;
    font-weight: bold;
    margin: 0px 0px 0px 0px;
}

h4 {
    font-size: 11px;
    font-weight: bold;
    margin-top: 0px;
    margin: 0px 0px 2px 0px;
}

h5 {
    font-size: 10px;
    font-weight: normal;
    margin-top: 0px;
    margin: 0px 0px 5px 0px;
}

p {
    margin-top: 0px;
    margin-bottom: 10px;
}

a {
    color: #66CCFF;
    text-decoration: none;
}

a:hover {
    color: #66CCFF;
    text-decoration: underline;
}

img {
    border-width: 0px;
}

input {
    margin: 3px 0px 3px 0px;
}

td {
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif; 
    font-style: normal; 
    font-weight: normal; 
    line-height: 1.6;
}

.button {
    width: 70px;
}

#left_column {
    position: absolute;
    left: 0px;
    top: 10px;
    width: 220px;
    text-align: right;
}

#logo {
    height: 104px;
    background: url(../images/dots.gif) repeat-y right;
    padding-right: 10px;
    margin-bottom: 25px;
}

#nav {
    height: 525px;
    background: url(../images/dots.gif) repeat-y right;
    padding-right: 10px;
}

#email {
    color: #000000;
}

.nav_button {
    text-align: right;
    margin-bottom: 5px;
}

.nav_button a {
    color: #000000;
}

.nav_button_selected {
    text-align: right;
    margin-bottom: 5px;
}

.nav_button_selected a {
    color: #66CCFF;
    text-decoration: underline;
}

#page {
    position: absolute;
    left: 220px;
    width: 100%;
    height: 630px;
    text-align: left;
    /* overflow: hidden; */
    margin: 30px 0px 0px 20px;
}

#page_header {
    position: absolute;
    top: 27px;
    width: 500px;
}

#page_main {
    position: absolute;
    top: 104px;
}

.imgover {
    cursor: pointer;
}

.project_container {
    float: left;
    width: 200px;
}

.link_button_selected {
    float: left;
    margin-right: 25px;
}

.link_button_selected a {
    color: #000000;
    text-decoration: underline;
    outline: none;
}

.link_button {
    float: left;
    margin-right: 25px;
}

#image_gallery_wrapper {
    overflow: hidden;
    display: block;
    height: 355px;
}

#image_gallery {
    position: relative;
    height: 330px;
}

#dimensions_wrapper {
    display: none;
    height: 355px;
}

#buy_now {
    margin-top: 15px;
}

.text {
    width: 550px;
}

.text_large {
    font-size: 12px;
}