
root { 
    display: block;
    font-family: Tahoma;
}

body {
    margin: 0;
    font-family: Times, Verdana;
    font-size: 13px;
    background-color: #dedede;
}

#content {
    width: 100%;
    height: 100%;
    margin: 17px auto;
}

#main {
    margin: 0 auto;
    width: 930px;
    background-color: #f4f4f4;
}

.box_round_top {
    -moz-border-radius: 5px 5px 0px 0px; /* FF1+ */
    -webkit-border-radius: 5px 5px 0px 0px; /* Saf3+, Chrome */
    border-radius: 5px 5px 0px 0px; /* Opera 10.5, IE 9 */
}
.box_round {
    -moz-border-radius: 5px 5px 5px 5px; /* FF1+ */
    -webkit-border-radius: 5px 5px 5px 5px; /* Saf3+, Chrome */
    border-radius: 5px 5px 5px 5px; /* Opera 10.5, IE 9 */
}
.box_round_bottom {
    -moz-border-radius: 0px 0px 5px 5px; /* FF1+ */
    -webkit-border-radius: 0px 0px 5px 5px; /* Saf3+, Chrome */
    border-radius: 0px 0px 5px 5px; /* Opera 10.5, IE 9 */
}
.box_shadow {
    -moz-box-shadow: 0px 6px 8px #aeaeae; /* FF3.5+ */
    -webkit-box-shadow: 0px 6px 8px #aeaeae; /* Saf3.0+, Chrome */
    box-shadow: 0px 6px 8px #aeaeae; /* Opera 10.5, IE 9.0 */
}

div#menu {
    float: left;
    width: 100%;
    height: 73px;
    background-image:url(/images/menu/pix.jpg);
    background-repeat:repeat-x;
    background-position: center center;
}

div#footer-green {
    float: left;
    width: 100%;
    height: 71px;
    background-image:url(/images/footer_pix.png);
    background-repeat:repeat-x;
    background-position: center center;
}

div#email {
    float: right;
    padding-top: 28px;
    padding-right: 70px;
}

div#footer-bottom {
    margin: 0 auto;
    width: 930px;
}

div#footer-twitter {
    float: left;
}

div#footer-twitter a {
    margin-top: 10px;
    margin-left: 25px;
    text-decoration: none;
    font-size: 9px;
    color: #656565;
    font-familty: Times, Verdana;
}

div#footer-links {
    margin-left: 235px;
}

div#footer-links li {
    list-style: none none inside;
    float: left;
    padding:0 5px;
}

div#footer-links li a {
    text-decoration: none;
    text-transform:uppercase;
    font-size: 9px;
    font-weight: bold;
    color: #000000;
    font-familty: Times, Verdana;
}

div#footer-code {
    float: right;
}

div#footer-code a {
    padding-bottom: 20px;
    margin-right: 25px;
    text-decoration: none;
    font-size: 9px;
    color: #656565;
    font-familty: Times, Verdana;
}

div#body {
    background-color: #f4f4f4;
}

div.reset {
    clear: both;
}

div.two_col {
    width: 100%;
}

div.one_col {
    width: 100%;
}

div.two_col div#left_col {
    width: 500px;
    float: left;
    text-align: justify;
    padding: 20px 30px 40px 50px;
}

div.two_col div#right_col {
    width: 350px;
    float: right;
    margin: 0;
    padding: 15px 0 0 0;
}

div#right_col div.spacer100 {
    height: 100px;
    width: 100%;
}

div#left_col h1 {
    font-size: 16px;
    font-weight: bold;
}

div#left_col h2 {
    font-size: 14px;
    font-weight: bold;
}

div#left_col p {
    font-size: 13px;
}

div#left_col p a {
    color: #d78900;
    text-decoration: none;
    font-weight: bold;
}

div#left_col dd {
    margin: 0;
    float: left;
    font-weight: bold;
}

.price {
    font-weight: bold;
}

.name {
    font-weight: bold;
}

div#map {
    float:left;
    width: 390px;
    height: 200px;
}

/*
 * jQuery UI Tabs @VERSION
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0 auto; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }

.tabs-bottom { position: relative; }
.tabs-bottom .ui-tabs-panel { height: 570px; overflow: auto; }
.tabs-bottom .ui-tabs-nav { position: absolute !important; left: 0; bottom: 0; right:0; padding: 0 0.2em 0.2em 0; }
.tabs-bottom .ui-tabs-nav li { margin-top: -2px !important; margin-bottom: 1px !important; border-top: none; border-bottom-width: 1px; }

div.portfolio div.one_col ul.ui-tabs-nav { margin: 0px 170px 0px 170px; padding-bottom: 100px; }
div.portfolio div#tabs { width: 930px; }
div.portfolio div.ui-tabs-panel { margin: 90px 40px 10px 40px; }

div.offer ul.ui-tabs-nav { margin: 70px 125px; }

div.one_col ul.ui-tabs-nav li a {
    font-size: 16px;
    color: #000000;
    text-decoration: underline;
}
div.one_col ul.ui-tabs-nav li.ui-state-active a {
    font-size: 16px;
    color: #d78900;
    text-decoration: underline;
}

div#logo {
    width: 395px;
    height: 134px;
    margin: 10px 0 0 267.5px;
    float: left;
}
div#flag {
    background:transparent url(images/flag_shadow.png) no-repeat scroll left top;
    float:right;
    height:29px;
    width:40px;
}
div#flag a img {
    border:medium none;
    margin:6px;
}
a img{
    border:0;
}

div#header {
    width: 100%;
    height: 141px;
    margin: 0 auto;
}

div#myBanner {
    position: absolute;
    right: 0;
    bottom: 100px;
    z-index: 100;
}

div#back {
    float: left;
    padding-left: 50px;
    padding-top: 33px;
}

div#gplusone {
    float: left;
    padding-top: 34px;
    padding-left: 30px;
}

div#fbook {
    float: left;
    padding-top: 34px;
    padding-left: 10px;
}
