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

/* ------------------------------------------
EXTRUTURE PRINT
-------------------------------------------*/
/* body ----- */
body
{
    margin: 0;
    padding: 0;
    text-align: center;
    font: 12pt tahoma, arial, helvetica, sans-serif;
    color: #666;
    background-color: #fff;
}

html, body
{
    height: 100%;
}

/* 0 BASIC TAGS */

table
{
    font-size: 12pt;
}

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

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 */
}

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

#header
{
    text-align: left;
    width: auto;
}

#header_logo
{
    text-align: right;
}

#header_toolbar, #menu, #content_right, #footer_menu
{
    display: none;
}

#content
{
    text-align: left;
    width: auto;
    padding: 0;
    margin: 0;
}

#home_content
{
    margin: 0;
    padding: 0;
}

#home_content img
{
    margin: 0;
}

#content_left
{
    width: auto;
    margin: 0;
    padding: 0;
}

#footer
{
    margin-top: 10px;
    border-top: #666 1px solid;
    width: auto;
    color: #666;
    background-color: inherit;
}


#footer_copyright
{
    padding-top: 10px;
}


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

.content_title
{
    border-bottom: #666 1px solid;
    height: 30px;
    padding-top: 10px;
    background-image: url(../img/content_title.gif);
    background-repeat: no-repeat;
    background-position: right;
}
