/* body */
body{
	background:#FFF url(/styles/citytaxis-sunderland.co.uk/WebsiteTemplateB/images/City-Taxis-BG.jpg) center repeat-y;
	font-family:Arial,Helvetica,sans-serif;
	line-height:120%;
	margin:0;
	padding:0;
}

/* container - The outside of the whole page */
#container {
	font-family:Arial,Helvetica,sans-serif;
	font-size:70%;
	width: 960px;
	/*left:50%;
	margin:0 0 0 -375px;*/
	margin:0 auto;
	position:relative;
	display: block;
}

/* header - the whole the header */
#header{
		margin:0 0 20px 0 ;
}

/* headerTop - the top of the header div */
#headerTop{
}

/* headerMiddle - the middle of the header */
#headerMiddle{
	background-image: url(/styles/citytaxis-sunderland.co.uk/WebsiteTemplateB/images/banner.jpg);
	height: 183px;
	width: 960px;
}

/* headerMiddleLeft - the left part of the middle of the header */
#headerMiddleLeft{
}

/* headerMiddleMiddle - the middle part of the middle of the header */
#headerMiddleMiddle{

}

/* headerMiddleRight - the right hand part of the middle of the header */
#headerMiddleRight{

}

/* headerBottom - the bottom of header */
#headerBottom{
	height: 0px;
}

/* main - the main section of the website */
#main{
	overflow:auto;
	background:#FFF no-repeat;
	margin:-20px 0;
}

/* nav - the nav menu */
#nav{
	float:left;
	left:0px;
	min-height: 100px;
	width: 200px;
	position:static;
	margin:0 0 0 0;
}

/* navTop - the top of the nav menu */
#navTop{
}

/* navMiddle - the middle section of the nav */
#navMiddle{
	margin-left:20px;
	
}

/* navMiddle ul - the menu list */
#navMiddle ul{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width:148px;
}

/* navMiddle ul li - an item of the menu list */
#navMiddle ul li{
	background-image: url(/styles/citytaxis-sunderland.co.uk/WebsiteTemplateB/images/button.jpg);
	background-repeat: no-repeat;
	height:25px;	width:148px;
	padding:10px 0 10px 0;
	text-align:center;
}

#navMiddle ul li:hover{
	background-image: url(/styles/citytaxis-sunderland.co.uk/WebsiteTemplateB/images/buttonOver.jpg);
}

/*navMiddle ul li a - the link of an item in the menu list */
#navMiddle ul li a{
	color:#000;
	font-weight:bold;
	font-size:11px;
	text-decoration:none;
}

/* navMiddle ul li a.Selected - the current page */
#navMiddle ul li a.selected{
	color:#a10000;
}

/* navMiddle ul li a:hover - hover over a menu item */
#navMiddle ul li a:hover{
	font-weight: bold;
	color: #a10000;
}

/* navBottom - the bottom of the nav */
#navBottom{

}

/* contentFrame - the main section where the content would go */
#contentFrame{
	width: 740px;
	float:right;
	margin:0 20px -40px 0;
}

#contentFrameLeft{
	height: 10px;

}

#contentFrameMiddle{
	padding-left:5px;
	padding-right:5px;
}

#dave{
	margin-top:-200;
}

#contentFrameMiddleTitle{
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}

#contentFrameRight{
	height: 10px;
}

/* contentText - the <p></p> around the text */
#contentText{
}

/* footer - the footer of the page */
#footer{
	clear:both;
}

#footerLeft{
}

#footerMiddle{
	height: 178px;
	background-image: url(/styles/citytaxis-sunderland.co.uk/WebsiteTemplateB/images/footer.png);
	background-repeat: no-repeat;
}

#footerRight{

}

/* */
#footerText, #lastUpdated{
	color:#000000;
	display:block;
	float:right;
	font-size:10px;
	padding:5px 10px 0;
	text-align:right;
}

#lastUpdated{
	display:block;
	float:left;
}

#validatorImages{
	bottom:-16px;
	position:absolute;
	right:40%;
}
/* the magic fixer! */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#eBook{
	display:block;
	position:absolute;
	bottom:100px;
	right:0px;
	bottom:35px;
}

#eBook img{
	border:0;
}

a img{
	border:0px;
}