/*
/ --------------------------------------
/	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;
    border-top: solid 3px #f28b00;
}

#wrapper #header-bar{
	background-image:	url(../images/framework/bk_header.png);
	background-repeat: no-repeat;
	background-position:right;
	height:154px;
	background-color:#fff;
}

#wrapper #header-bar #masthead
{
    width: 975px;
    height:154px;
    margin:0 auto;
    position:relative;
}

#wrapper #header-bar #masthead .logo{
	float:left;
	width:309px;
	height: 124px;
	margin:10px 0 0 20px;
}

#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;
	background-color:#fff;

	padding:10px;
	
	-moz-box-shadow: 0 2px 2px 1px #b1a8b4;
	-webkit-box-shadow: 0 2px 2px 1px #b1a8b4;
	box-shadow: 0 2px 2px 1px #b1a8b4;
}

#content #main
{
    margin:0 auto;
}

#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;
}



