﻿body
{
    background-color: #F7F7F7;
    margin-top: 0px;
}
/*a
{
    font-weight: bold;
}*/
a:link
{
    color: #666666;
    text-decoration: none;
}
a:visited
{
    color: #666666;
    text-decoration: none;
}
a:hover
{
    color: #333333;
    text-decoration: none;
}
a:active
{
    text-decoration: none;
}
img
{
    border: 0;
}
.logo
{
    height: 86px;
    width: 181px;
    background-image: url("../../images/services_01.png");
    background-repeat: no-repeat;
}
/***************************
Layout
****************************/
.layout-border
{
    /*border-top: solid 15px #999999;*/
    border-bottom: solid 15px #E0E0E0;
    border-right: solid 15px #E0E0E0;
    border-left: solid 15px #E0E0E0;
    padding-right: 5px;
    padding-left: 5px; /*border-color: #999999 #E0E0E0 #E0E0E0 #E0E0E0;*/
}
.layout-border-top
{
    border-top: solid 3px #999999;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~
Misl
~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.style1
{
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 18px;
}
.style2
{
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
    font-size: 12px;
}

.header-bg
{
    background-color: #E5E5E5;
    height: 86px;
}
.sales-pitch
{
    font-family: Verdana;
    color: green;
    font-size: 14px;
    padding-top: 7px;
    padding-right: 15px;
    text-align: right;
    font-weight: bold;
    direction: ltr;
}
.red
{
    color: Red;
}
.call-now
{
    font-family: Verdana;
    color: #666666;
    font-size: 14px;
    padding-top: 15px;
    padding-right: 15px;
    text-align: right;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Horizontal Menue

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.menu
{
    background-color: Silver;
    height: 25px;
    width: auto;
    padding-top:3px;
}
.menu a
{
    background-color: Silver;
    color: Red;
    text-decoration: none;
    font-size: 10px;
    font-family: Verdana;
}
.menu a:hover, .menu a:focus
{
    color: White;
    font-size: 10px;
    font-weight: bold;
    background-color: #0099FF;
}

/********************************************/

.visible
{
    display: block;
}
.hidden
{
    display: none;
}
/*********************************************/
.tick-cross-size
{
    width: 20px;
    height: 20px;
}
