/* 
Project : School Search Site(s)
Author : Rade New Media
Date : Monday, 6 April 2009
*/

body {
	background: url('../img/bg_inter.jpg') top repeat-x;
}

/* Bookshop Styling */
div#interNav { 
	background: url('../img/topbg_inter.jpg') no-repeat; 
	width: 850px; 
	height: 22px; 
	position: absolute;
	left: 24px;
	top: -9px; 
}

h1 { color: #053A70; }
h2 { color: #053A70; }
h3 { color: #053A70; }
h4 { color: #053A70; }
h5 { color: #053A70; }
h6 { color: #053A70; }

#background { margin-top: 0 !important; }
#wrapper { margin-top: 9px !important; }

/* Navigation Styling */
ul#nav {
	margin: 4px 0 0 423px;
}		#nav li { border-right: #fff 1px solid; }
		#nav li a { color: #fff;  }
			#nav li a:hover { color: #ddd; }

/* Header Styling */
div#header {
	background: #fff url('../img/header_inter.jpg') top repeat-x;
	width: 786px;
	height: 125px;
	padding: 10px 0 0 0;
	margin: 0 0 0 31px;
}		#logo { width: 553px; height: 34px; float: left; margin: 11px 0 0 55px; display: inline; }
			#logo img { border: 0; }
			#logo a { display: block; width: 553px; height: 34px; }
		#johncattinter {
			width: 60px;
			height: 118px;
			float: right;
			margin: 0 40px 0 0;
		}			#johncattinter a { display: block; width: 60px; height: 118px; }
					#johncattinter img { border: 0; }
		#adbanner { width: 450px; height: 60px; float: left; margin: 20px 0 0 54px; display: inline; }
			#adbanner img { border: #333 1px solid; }

/* Content Area */
div#left {
	width: 470px;
	float: left;
	margin: 10px 0 0 0;
}		#left img { margin-right: 3px; }
		#left a { color: #7A1E64; text-decoration: none; }
			#left a:hover { text-decoration: underline; }
			
div#search {
	background: #FEFDFA url('../img/searchbg_inter.jpg') repeat-x;
	border: #4E81BD 1px solid;
	padding: 10px 15px;
	margin: 0 0 10px 0;
	position: relative;
}		.searchInput { width: 185px; border: #ccc 1px solid; }
		.searchDropdwn { width: 187px; border: #ccc 1px solid; }
		.searchButton { background: url('../img/searchbutton_inter.jpg') no-repeat; width: 67px; height: 19px; color: #fff; font-weight: bold; font-size: 11px; border: 0; padding: 0 0 2px 0; margin: 0 0 0 10px; }
		#magnifyglass { background: url('../img/magnifyglass3.jpg') no-repeat; position: absolute; width: 104px; height: 107px; top: 5px; right: 20px; }	
			
	.rightItem { border: #4E81BD 1px solid; padding: 15px 5px; background: #fffefc url('../img/rightbg_inter.jpg') repeat-x; width: 160px; text-align: center; margin-bottom: 10px; }
			.rightItem p { font-size: 12px; color: #053A70; font-weight: bold; }
			.rightItem img { margin-bottom: 5px; }

/* Footer Styling */
div#footer {
	color: #7A1E64;
}		div#footer a { color: #7A1E64; }

