/* ************************************************************************** */
/* Freedomremovals.co.uk                                                      */
/* Author: Juliano Araujo - contactme@julianoaraujo.net                       */
/* Version 2.1									  			  				  */
/* Last Update 21 - 06 - 2007						  			  				  */
/* ************************************************************************** */

/* ------------------------------------------
EXTRUTURE SCREEN
-------------------------------------------*/

/* body ----- */
body
{
    margin: 0;
    padding: 0;
    text-align: center;
    font: 0.8em verdana, tahoma, arial, helvetica, sans-serif;
    color: green;
    background-color: #fff;
}

html, body
{
    height: 100%;
}

/* 0 BASIC TAGS */

table
{
    font-size: 1em;
}

h1
{
    margin: 0;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 130%;
    color: green;
    background-color: inherit;
}

h2
{
    margin: 0;
    font-family: tahoma, arial, helvetica, sans-serif;
    font-size: 110%;
    color: #FF9900;
    background-color: inherit;
}

h2.generic
{
    color: #000000;
    font-size: 10pt;
    font-weight: normal;
    margin-top: 10px;
    margin-right: 4px;   
}

p
{
    line-height: 1.4em;
}

hr
{
    border-style: solid;
    height: 0.5px;
    color: #999999;
    background-color: inherit;
}

img
{
    border-style: none;
}

a, a:visited
{
    color: #666;
    background-color: inherit;
}

a:hover
{
    color: #ff9900;
    background-color: #fff;
}

.clear
{
    clear: both;
    padding-bottom: 1px; /* for Gecko-based browsers */
    margin-bottom: -1px; /* for Gecko-based browsers */
}

/* ------------------------------------------
BASICS STRUCTURE DEFINITIONS
-------------------------------------------*/

#wrapper
{
    width: 740px;
    margin: 15px auto;
    padding: 0;
    text-align: center; /* fix the problem on the hack on IE */
}

#header
{
    text-align: left;
    width: auto;
    height: 276px;
    background-image: url(../img/header_background.jpg);
    background-repeat: no-repeat;
}

#header_logo
{
    float: right;
    text-align: center;
    position: relative;
    top: 50px;
    right: 30px;
}

#header_toolbar
{
    float: left;
    position: relative;
    top: 12px;
    left: 20px;
}

#menu
{
    position: relative;
    float: right;
    top: 65px;
    right: 5px;
    padding: 0;
    margin: 0;
}

#menu ul
{
    width: 190px;
    padding: 0;
    margin: 0;
    background-color: #828282;
}

#menu li
{
    list-style: none;
    height: 27px;
}

#menu li a
{
    height: 23px;
    display: block;
    padding: 5px 5px 5px 25px;
    margin: 0 0 3px 0;
    text-decoration: none;
    background-image: url(../img/menu_arrow_link.gif);
    background-repeat: no-repeat;
    color: #fff;
    background-color: #9E9E9E;
    font: 0.9em verdana, tahoma, arial, helvetica, sans-serif;
    font-weight: bold;
}

#menu li a:visited
{
    color: #fff;
    background-color: #9E9E9E;
}

#menu li a:hover
{
    color: #666;
    background-color: #fff;
    background-image: url(../img/menu_arrow_over.gif);
}

#content
{
    float: left;
    width: auto;
    position: relative;
    border: #666 1px solid;
    margin: 0;
    padding: 5px;
}

#content_Full
{
    float: left;
    width: 730px;
    text-align: left;
    margin: 0;
    padding: 0 10px 0 10px;
}

#content_left
{
    float: left;
    width: 514px;
    text-align: left;
    margin: 0;
    padding: 0 10px 0 10px;
}

#content_right
{
    float: right;
    width: 190px;    
    text-align: left;
    margin: 0;
    padding: 0;
    border: 1px solid #666666;
}

#content_right h2
{
    background-color: #999999;
    padding: 3px;
    color: #ffffff;
    font-size: 9pt;
    border-bottom: 2px solid #ff9900;    
}

#content_right h3
{
    font-size: 8pt;
    font-weight: normal;
}

#footer
{
    width: auto;
    height: 65px;
    font-size: 80%;
    background-image: url(../img/footer_background.gif);
    background-repeat: no-repeat;
    color: #666;
    background-color: inherit;
}

#footer_menu
{
    position: relative;
    float: left;
    padding-top: 20px;
    padding-left: 0px;
}

#footer_copyright
{
    position: relative;
    float: right;
    text-align: right;
    padding-top: 20px;
    padding-right: 0px;
}

/* ------------------------------------------
HOME STRUCTURE DEFINITIONS
-------------------------------------------*/

#home_content
{
    float: left;
    text-align: left;
    width: 525px;
    margin: 0;
    padding: 0;
}

#home_content #map
{
    float: left;
    margin: 0;
    padding: 0;   
}

#content_right li
{
    list-style-image: url(../img/arrow.gif);
    margin: 0;
    padding: 0;    
   
}

#content_right ul
{
    margin: 0;
    padding: 0 0 0 20px;   
}

#home_content_main
{
    width: 535px;
    float: left;
    margin-left: 5px; 
}
#home_content_main h2
{
    color: #000000;
    font-size: 10pt;
    font-weight: normal;
    margin-top: 10px;
    margin-right: 4px;   
}

/* ------------------------------------------
CLASS DEFINITIONS
-------------------------------------------*/

.content_title
{
    border-bottom: 2px solid #ff9900;
    padding: 5px 0;
}


