/* body */
body{
	background:#ffffcc;
	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: 800px;
	/*left:50%;
	margin:0 0 0 -375px;*/
	margin:0 auto;
	position:relative;
	display: block;
}

/* header - the whole the header */
#header{
}

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

/* headerMiddle - the middle of the header */
#headerMiddle{
	background-image: url(/styles/townandcountrynortheast.co.uk/townandc/images/WebsiteTemplateB_01.jpg);
	height: 118px;
	width: 100%;
}

/* 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{
	display:none;
}

/* main - the main section of the website */
#main{
	overflow:auto;
	background: url(/styles/townandcountrynortheast.co.uk/townandc/images/mainBG.jpg) repeat-y top left;
	min-height:421px;
}

/* nav - the nav menu */
#nav{
	float:left;
	left:0px;
	min-height: 100px;
	width: 130px;
	position:static;
	font-family:century gothic;
	color:#FFF;
}

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

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

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

}

/* navMiddle ul li - an item of the menu list */
#navMiddle ul li{
	background: url(/styles/townandcountrynortheast.co.uk/townandc/images/WebsiteTemplateB_09.jpg) repeat-x top left;
	padding:2px 0px;
	margin:4px 0px;
	width:128px;
	height:20px;
	text-align:center;
}

/* navMiddle ul li - an item of the menu list on Hover */
#navMiddle ul li:hover{
}

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

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

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

#navMiddle ul .menuHightlight{
	width:100px;
	height:100px;
	background: url(/styles/townandcountrynortheast.co.uk/townandc/images/visitShop.png) repeat-x top left;
	position:absolute;
	top:0px;
	right:130px;
}

#navMiddle ul .menuHightlight span{
	display:none;
}

#navMiddle ul .menuHightlight a{
	cursor:pointer;
	display:block;
	margin:0;
	padding:0;
	width:100px;
	height:100px;
}

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

}

/* contentFrame - the main section where the content would go */
#contentFrame{
	width: 650px; 	min-height:420px;
	overflow:hidden;
	float:right;
}

#contentFrameLeft{
	height: 10px;
}

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

#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: 33px;
	background-image: url(/styles/townandcountrynortheast.co.uk/townandc/images/WebsiteTemplateB_13.jpg);
	background-repeat: no-repeat;
}

#footerRight{

}

/* */
#footerText{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	text-align:right;
	margin-top:-24px;
	padding:0 10px;
}

#lastUpdated, #validatorImages{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-align:center;
	background:#FFFFCC;
}

#lastUpdated{
	margin:-10px 0 0 0;
}

#validatorImages{
	width:800px;
	margin:0 0 0 -10px;
	padding:10px 0;
}

/* the magic fixer! */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

a img{
	border:0px;
}
