/*
/ --------------------------------------
/	Manston Airport
/   Frame Digital
/
/	-	CSS FILE FOR THE BASIC OUTLINE OF THE SITE
/ --------------------------------------
/
/	-	HEADER STULES
/	-	FOOTER STYLES
/	-	CMS controlled styles
*/


#wrapper
{
    width: 100%;
    min-height: 155px;
    height: auto !important;
    height: 155px;
    position: relative;
    float: left;
    border-top: solid 3px #f28b00;
}

#site
{
    width: 975px;
    margin: 0 auto;
    height: auto !important;
    min-height: 1000px;
    height: 1000px;
    position: relative;
}

#content
{
    height: auto !important;
    min-height: 100px;
    height: 100px;
    width: 975px;
}

#content #main
{
    width: 952px;
    padding: 0 14px 0 14px;
    min-height: 350px;
    height: auto !important;
    height: 350px;
    float: left;
    background-image: url(/themes/default/images/main-body.png);
    background-repeat: repeat-y;
}

#content #main-top, #content #main-footer
{
    background-image: url(/themes/default/images/main-bottom.png);
    height: 11px;
    background-repeat: no-repeat;
    float: left;
    width: 980px;
}
#content #main-top
{
    background-image: url(/themes/default/images/main-top.png);
    height: 10px;
    font-size: 0px;
}



#content #masthead
{
    width: 950px;
    height: 166px;
    float: left;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
    background-image: url(/themes/default/images/logo.gif);
    background-repeat: no-repeat;
    background-position: left top;
}

#content #main #header
{
    width: 950px;
}

#footer
{
    width: 945px;
    padding: 10px 15px 0 15px;
    float: left;
}
#footer a
{
    color: #333333;
    text-decoration: underline;
}
#footer a:hover
{
    text-decoration: none;
}

#footer ul.quick-links, #footer .basic-pages
{
    float: left;
    color: #333333;
    list-style: none;
    padding: 0px;
    margin: 0px;
    font-size: 11px;
}


#footer ul.basic-pages li
{
    float: left;
    padding: 0px;
    margin: 0px;
    list-style-image: none;
    background-image: none;
}
#footer ul.quick-links
{
    float: right;
    width: 130px;
}
#footer ul.quick-links li
{
    padding: 0px;
    margin: 0px;
    line-height: 18px;
    list-style-image: none;
    background-image: none;
}

#footer ul.quick-links li strong
{
    color: #333333;
}



#footer #copyright
{
    position: relative;
    float: left;
}
#footer #copyright p
{
    float: left;
    font-size: 11px;
    color: #333;
    margin-top: 5px;
}


