/*
/ --------------------------------------
/	subway.co.uk
/	Frame Digital
/
/	Core site layout
/ --------------------------------------
/
/	- Main Site Layout
/	- Footer style
/
*/

/*-------------------------------
/	- SITE LAYOUT
/------------------------------*/

html
{
    height: 101%;
}

body
{
    background-color: #fff;
    font-family: Verdana, Geneva, Helvetica, sans-serif;
    line-height: 16px;
    color: #19462a;
    font-size: 11px;
	 background-image:	url(../images/framework/bk.gif);
	background-repeat: repeat;
	margin:0px;
}

#terms {
    font-size: 10px;
}

.clear{
    clear: both;
    font-size: 1px;
	 line-height:1px;
}

#container
{
    width: 960px;
    margin: 0 auto;

}

#header{
	height: 115px;
/*	background-image: url(../images/headers/hd_tomato.jpg);*/
	background-repeat: no-repeat;
	background-position: top right;
}

#header .logo{
	float:left;
	margin: 20px 0 0 20px;
	_margin: 20px 0 0 10px;
}

#main{
	 padding: 0 31px 0 31px;
	 background-color: #EDF9CD; 
	 	
}

#main-bot{
	 background-image: url(../images/framework/bk_main.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height:20px;
	font-size:1px;
}

#content{
	background-color:#fff;
	padding:18px 18px 0 18px;
}

#content-bot{
	 background-image: url(../images/framework/bk_content.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height:15px;
	font-size:1px;
}

#content-left{
	float:left;
	width:185px;
}

#content-right{
	float:right;
	width:655px;
}

#content-left-alt{
	float:left;
	width:600px;

}

#content-right-alt{
	float:right;
	width:245px;
}


#menu-left{
	width:317px;
	float:left;
	margin:20px 0;
}

#menu-right{
	width:317px;
	float:right;
	margin:20px 0;
}


/*-------------------------------
/	- SITE LAYOUT
/------------------------------*/

#footer{
	margin:25px 0 10px 0;
	height:42px;
	background-image: url(../images/framework/bk_footer.gif);
	background-repeat:no-repeat;
	    font-family: Verdana, Geneva, Helvetica, sans-serif;
    line-height: 16px;
    color: #000;
    font-size: 11px;
}

#footer a{
	color: #000;
	text-decoration: underline;	
}

#footer a:hover{
	color: #000;
	text-decoration: none;	
}

#footer .footer-left{
	float:left;
	margin:12px 0 0 20px;
}

#footer .footer-right{
	float:right;
	margin:12px 20px 0 0;
}












