﻿body
{
    font-family: Tahoma, Verdana, arial;
    font-size: 12px;
    margin: 0px;
    background-color: #404040;
}

h1
{
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    border-top: solid 2px orange;
    padding-top: 5px;
}
h2
{
    background-image: url('../img/square.gif');
    background-repeat: no-repeat;
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 18px;
}

a, a:visited
{
    color: #404040;
}
a:hover
{
    color: Orange;
}

ul
{
    padding-left: 0px;
    list-style-type: none;
}

img
{
    border-width: 0px;
}

/* --------------------------------------------------
    Layout
   -------------------------------------------------- */
div.page-margin
{
    margin: auto;
    width: 900px;
}

div.header
{
    background-color: #404040;
}
div.header .page-margin
{
    margin-top:15px;
    padding-top: 10px;
    background-color: #000;
}
div.header .areacode
{
    color: #FFA500;
    font-size: 16px;
}
div.header .phone
{
    color: #FFA500;
    font-size: 20px;
}
div.header div.content
{
    padding-top: 15px;
}
div.header div.content div.titlebar
{
    margin: 0px 10px 0px 10px;
}
div.header div.content div.gallery
{
    margin-bottom: 10px;
    margin-top: 10px;
}

div.main
{
    background-color: #fff;
    font-size: 14px;
    min-height: 300px;
}
div.main div.page-margin
{
    padding-bottom: 5px;
}
div.main div.content
{
    padding: 5px 10px 5px 10px;
}

div.footer
{
    background-color: #404040;
}
div.footer div.page-margin
{
    background-image: url('../img/bg-footer.gif');
    background-repeat: repeat-x;
    background-color: #808080;
}
div.footer div.content
{
    color: #efefef;
    padding: 25px 10px 5px 10px;
}
div.footer div.content .areacode
{
    color: #ABF200;
    font-size: 14px;
}
div.footer div.content .phone
{
    color: #ABF200;
    font-size: 18px;
}
div.footer div.content .subtitle
{
    color: #333;
    font-size: 14px;
}
div.footer div.content div.cities
{
    float: left;
    width: 700px;
}
div.footer div.content div.cities ul
{
    list-style-type: none;
    margin: 10px 0px 0px 0px;
    padding: 0px;
}
div.footer div.content div.cities ul li
{
    width: 125px;
    display: inline-block;
    /* inline IE7 compatibility */
    *display:inline; 
    zoom:1;
    /* inline IE6 compatibility */
    _height:20px; 
}

/* --------------------------------------------------
    Menu
   -------------------------------------------------- */
div.menu-wrap
{
    background-image: url('../img/bg-menu.gif');
    background-position: bottom;
    background-repeat: repeat-x;
    height: 45px;
}

ul.menu
{
    margin: 0px 0px 0px 10px;
    padding: 0px;
}

ul.menu li
{
    display: inline;
    padding-right: 30px;
}

ul.menu a, ul.menu a:visited
{
    border-top: solid 3px #000;
    color: #efefef;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
}

ul.menu a:hover
{
    border-top: solid 3px orange;
}

ul.menu a.selected
{
    border-top: solid 3px #ABF200;
}

/* --------------------------------------------------
    Content
   -------------------------------------------------- */
div.content div.col1
{
    border-right: solid 1px #ececec;
    float: left;
    padding-right: 10px;
    width: 590px;
}
div.content div.col2
{
    float: left;
    padding: 10px;
    width: 250px;
}
div.content .title
{
    color: #FFA500;
    font-size: 2.5em;
}
div.content .subtitle
{
    font-size: 1.5em;
}
div.content td.c1
{
    background-color: #404040;
    color: #efefef;
    font-size: 1.2em;
    font-weight: bold;
    text-align: right;
    padding: 8px 12px 8px 12px;
}
div.content td.c2
{
    border-bottom: solid 1px #ececec;
    padding-left: 4px;
    width: 100%;
}
div.content div.form
{
    margin-top: 10px;
}
div.content div.form div.tag
{
    margin: 15px 0px 5px 0px;
}
div.content div.form div.buttons
{
    margin-top: 15px;
}


div.products
{
    margin-top: 20px;
}
div.products div.item
{
    border-bottom: dotted 1px #404040;
    margin-bottom:10px;
    padding-bottom:10px;
}
div.products div.item div.thumb
{
    float: left;
}
div.products div.item div.thumb img
{
    width: 80px;
}
div.products div.item div.desc
{
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    width:490px;
}

div.services p
{
    border-bottom: dotted 1px #808080;
    padding-bottom: 10px;
}

.clear
{
    clear: both;
}

.error
{
    font-size: 16px;
}
