
html {
    background-color: #e0e0e0;
}

body {
    border: 1px solid #c0c0c0;
    background-color: #ffffff;
    padding: 2em;
    font-family: sans-serif;
}

h1 {
    border-width: 1px 0;
    border-style: solid;
    border-color: #404040;
    background-color: #c0c0c0;
    text-align: center;
}

h2 {
    border-bottom: 1px dashed #808080;
}

img {
    border: none;
}

ul {
    list-style: none;
}

input.text {
    min-width: 20em;
}

table.layout {
    width: 100%;
    border-collapse: collapse;
}
table.layout td {
    margin: 0;
    border: 0;
    padding: 0;
}

table.vertical caption {
    font-weight: bold;
    text-decoration: underline;
}

table.vertical th {
    text-align: right;
    vertical-align: top;
}

table.vertical td {
    text-align: left;
    vertical-align: top;
}


div.block {
    margin: 1em;
    border-width: 1px;
    border-style: solid;
    border-color: #404040;
    background-color: #e0e0e0;
    padding: 1em;
}

div.containfloats {
    clear: both;
    height: 0;
    margin: 0;
    border: 0;
    padding: 0;
}


div#menu {
    float: left;
}

div#menu a {
    display: block;
}


html#page_admin div#brand,
html#page_brand div#brand,
html#page_admin div#brochure,
html#page_brochure div#brochure {
    float: left;
}

html#page_admin div#view {
    clear: both;
}


html#page_view body {
    margin: 3em;
    position: relative;
}

html#page_view col.left,
html#page_view col.center,
html#page_view col.right {
    width: 2%;
    min-width: 20px;
}

html#page_view col.content {
    width: 47%;
}

html#page_view td.topleft {
    width: 20px;
    height: 20px;
    background: url("view-topleft.png") no-repeat scroll left top;
}
html#page_view td.top {
    height: 20px;
    background: url("view-top.png") repeat-x scroll center top;
}
html#page_view td.topcenter {
    height: 20px;
    width: 20px;
    background: url("view-topcenter.png") no-repeat scroll center top;
}
html#page_view td.topright {
    width: 20px;
    height: 20px;
    background: url("view-topright.png") no-repeat scroll right top;
}
html#page_view td.middleleft {
    width: 20px;
    background: url("view-middleleft.png") no-repeat scroll left bottom;
}
html#page_view td.content {
    background: url("view-content.png") repeat-x scroll center bottom;
}
html#page_view td.middlecenter {
    width: 20px;
    background: url("view-middlecenter.png") no-repeat scroll center bottom;
}
html#page_view td.middleright {
    width: 20px;
    background: url("view-middleright.png") no-repeat scroll right bottom;
}
html#page_view td.bottomleft {
    width: 20px;
    height: 20px;
    background: url("view-bottomleft.png") no-repeat scroll left bottom;
}
html#page_view td.bottom {
    height: 20px;
    background: url("view-bottom.png") repeat-x scroll center bottom;
}
html#page_view td.bottomcenter {
    height: 20px;
    background: url("view-bottomcenter.png") no-repeat scroll center bottom;
}
html#page_view td.bottomright {
    width: 20px;
    height: 20px;
    background: url("view-bottomright.png") no-repeat scroll right bottom;
}

html#page_view a:link,
html#page_view a:visited,
html#page_view a {
    color: inherit;
    text-decoration: inherit;
}

html#page_view div#logo {
    margin-bottom: 1em;
    text-align: center;
    color: #333333;
}

html#page_view div#phone,
html#page_view div#email,
html#page_view div#web {
    color: #333333;
    text-align: center;
    font-family: "frutiger 65", "frutiger", sans-serif;
    font-weight: bold;
    font-size: 12pt;
}

html#page_view div#address {
    margin-top: 1em;
    color: #333333;
    text-align: center;
    font-family: "frutiger roman", "frutiger", sans-serif;
    font-size: 11pt;
}


html#page_view div#thumbnail {
    text-align: center;
}

html#page_view div#view {
    text-align: center;
}
html#page_view div#view span#clickhere {
    color: #666666;
    font-family: "frutiger extra black condensed", "frutiger extra black",
        "frutiger", sans-serif;
    font-size: 13pt;
    text-transform: uppercase;
}
html#page_view div#view span#toview {
    color: #333333;
    font-family: "frutiger roman", "frutiger", sans-serif;
    font-size: 11pt;
}
