/* body */
body{
	background:#8ec0f2 url(/styles/intunesunderland.co.uk/WebsiteTemplateB/images/gradient.jpg) 0 0 repeat-x;
	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%;
	/*left:50%;
	margin:0 0 0 -375px;*/
	margin:0 auto;
	position:relative;
	display: block;
}

/* header - the whole the header */
#header{
width: 960px;
margin:0 auto;
}

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

/* headerMiddle - the middle of the header */
#headerMiddle{
	background-image: url(/styles/intunesunderland.co.uk/WebsiteTemplateB/images/WebsiteTemplateB_01.jpg);
	height: 250px;
	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{
	height: 20px;
}

/* main - the main section of the website */
#main{
	
width: 960px;
margin:0 auto;
}

/*------------------------------------*\
	NAV
\*------------------------------------*/
#navMenu{
	list-style:none;
	font-weight:bold;
	margin-bottom:10px;
	/* Clear floats */
	float:left;
	width:100%;
	/* Bring the nav above everything else--uncomment if needed.
	position:relative;
	z-index:5;
	*/
}
#navMenu li{
	float:left;
	margin-right:10px;
	width:275px;
	position:relative;
}
#navMenu a{
	display:block;
	font-weight:normal;
	text-decoration:none;
}

/*--- DROPDOWN ---*/
#navMenu ul{
	background:#fff; /* Adding a background makes the dropdown work properly in IE7+. Make this as close to your page's background as possible (i.e. white page == white background). */
	background:rgba(255,255,255,0); /* But! Let's make the background fully transparent where we can, we don't actually want to see it if we can help it... */
	list-style:none;
	position:absolute;
	margin:-24px 0 0 251px;
	z-index:10000;
	left:-9999px; /* Hide off-screen when not needed (this is more accessible than display:none;) */
}
#navMenu ul li{
	padding-top:1px; /* Introducing a padding between the li and the a give the illusion spaced items */
	float:none;
}
#navMenu ul a{
	white-space:nowrap; /* Stop text wrapping and creating multi-line dropdown items */
}
#navMenu li:hover ul{ /* Display the dropdown on hover */
	left:0; /* Bring back on-screen when needed */
}
#navMenu li:hover a{ /* These create persistent hover states, meaning the top-most link stays 'hovered' even when your cursor has moved down the list. */

	text-decoration:underline;
}
#navMenu li:hover ul a{ /* The persistent hover state does however create a global style for links even before they're hovered. Here we undo these effects. */
	text-decoration:none;
}
#navMenu li:hover ul li a:hover{ /* Here we define the most explicit hover states--what happens when you hover each individual link. */

}

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

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

/* navMiddle - the middle section of the nav */
#navMiddle{
}

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

}

/* navMiddle ul li - an item of the menu list */
#navMiddle ul li{
	background-image: url(/styles/intunesunderland.co.uk/WebsiteTemplateB/images/WebsiteTemplateB_04.jpg);
	background-repeat: no-repeat;
	height:26px;
	padding-top:4px;
}

/* navMiddle ul li - an item of the menu list on Hover */
#navMiddle ul li:hover{
	background-image: url(/styles/intunesunderland.co.uk/WebsiteTemplateB/images/WebsiteTemplateB_08.jpg);
	background-repeat: no-repeat;
	height:26px;
	padding-top:4px;
}

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

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

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

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

/* contentFrame - the main section where the content would go */
#contentFrame{
	width: 650px;
	float:right;
	color:#FFF;
}

#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;*/
	left:0;
	position:absolute;
	width:100%;
	background: transparent url(images/bg-footer.jpg) repeat-x top center;
	height:154px;
}

#footerLeft{
	/*height: 30px;*/
}

#footerMiddle{
	/*height: 175px;
	background-image: url(/styles/intunesunderland.co.uk/WebsiteTemplateB/images/WebsiteTemplateB_14.jpg);
	background-repeat: no-repeat;*/
}

#footerMiddle table{
	width:100%;
}

#footerMiddle table table{
	width:954px;
	margin:10px auto;
}

#footerMiddle table table td{
	text-align:center;
	width:191px;
}


#footerRight{

}

#footerText{
	position:absolute;
	text-align:center;
	width:955px;
	margin:94px 0 0 0;
	color:#000;
}

#footerText #validatorImages{
	margin-bottom:0px;
}
/*
#footerText, #lastUpdated{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#000000;
	text-align:center;
}*/

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

a img{
	border:0px;
}

.ssSlider{
	width:640px !important;
}

.slider-controlNav a span{
	background:transparent !important;
}

