html {
    overflow-y: scroll;
}

body {
    background-color: #e7e7dc;
    padding: 0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #ababab;
}

#wrapper {
    margin-right: auto;
    margin-left: auto;
    max-width: 1014px;
    min-width: 640px;
    background-color: #fff;
    border: 4px solid #e3e3d5;
    padding: 0;
}

#header {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    width: 100%;
    background-color: #383838;
    color: #fff;
    height: 60px;
}

#titleGraphics {
    border: 0 none;
    float: left;
    margin-top: 15px;
    margin-left: 40px;
}

#logo {
    border: 0 none;
    float: right;
    height: 50px;
    margin-top: 5px;
    margin-right: 20px;
}

#content {
    margin-left: 20px;
    margin-right: 20px;
    color: #545454;
}

#footer {
    color: #545454;
    margin: 5px auto 5px auto;
    text-align: center;
    font-size: 10px;
}

#footer_left {
    float: left;
    margin-left: 20px;
    width: 120px;
}

#footer_right {
    float: right;
    margin-right: 20px;
    width: 120px;
    text-align: right;
}

#footer_right select {
    font-size: 10px;
}

#navigation {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #8c8c77;
    font-size: 14px;
    overflow: hidden;
}

#navigation ul {
    display: inline-block;
    margin: 0;
}

#navigation li {
    margin-right: 30px;
    display: inline;
}

#navigation li a:link, #navigation li a:visited {
    color: #545454;
    font-size: 14px;
}

.clear {
    clear: both;
}

a:link, a:visited {
    text-decoration: none;
    color: #888;
}

#navigation li a:hover, a:hover {
    color: #000;
}

div.item {
    border: 1px solid #ededed;
    padding: 5px;
    margin-bottom: 10px;
}

div.item img {
    border: 2px solid #f2f2e4;
    display: inline-block;
}

img.link {
    border: 0 !important;
    margin-right: 8px;
}

table, th, td {
    border-collapse: collapse;
}

#map {
    width: 100%;
    height: 600px;
}

input[type="submit"], input[type="button"], input[type="reset"] {
    cursor: pointer; /*forces the cursor to change to a hand when the button is hovered*/
    padding: 0 15px; /*add some padding to the inside of the button*/
    background: #eee; /*the colour of the button*/
    border: 1px solid #ababab; /*required or the default border for the browser will appear*/
    /*give the button curved corners, alter the size as required*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    /*give the button a drop shadow*/
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    box-shadow: 0 0 1px rgba(0, 0, 0, .75);
    /*style the text*/
    /*color:#f3f3f3;
    /*font-size:1.1em;*/
}

/***NOW STYLE THE BUTTON'S HOVER AND FOCUS STATES***/
input[type="button"]:hover, input[type="button"]:focus,
input[type="submit"]:hover, input[type="submit"]:focus,
input[type="reset"]:hover, input[type="reset"]:focus {
    /*background-color :#399630; /*make the background a little darker*/
    /*reduce the drop shadow size to give a pushed button effect*/
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, .75);
    box-shadow: 0 0 4px rgba(0, 0, 0, .75);
}

table.pretty {
    border: 1px solid #ededed;
}

table.pretty tr:nth-child(even) {
    background-color: #fff;
}

table.pretty tr:nth-child(odd) {
    background-color: #f2f2f2;
}

table.pretty tr:hover:not(:first-child) {
    background-color: #ee5113
}

table.pretty th, td {
    text-align: left;
    padding-right: 10px;
}

table.pretty td:last-child, img {
    vertical-align: middle;
}

div#products img {
    width: 400px;
    float: right;
}

div#products span {
    font-size: 14px;
}

div.imgText {
    float: left;
    width: 500px;
}

#aboutText {
    float: left;
    width: 500px
}

span.title {
    font-weight: bold;
    font-size: 14px;
}

.obfuscate {
    unicode-bidi: bidi-override;
    direction: rtl;
}

.jobdone {
    color: green !important;
    font-weight: bold;
}

#status {
    display: none;
}