	/*	CSS Design by Chris Duren	*/

html { 
	min-width: 985px;
	 }

body	{
	background: #036 url(img/bg.png);
	font: 12px/1.4 arial, helvetica, verdana, sans-serif;
	color: #369;
	margin: 0;
	}
	
	/*	Typography	*/
	
h1	{
	display: block;	
	width: 985px;
	height: 58px;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
.home	{
	text-indent: -9999px;
	display: block;	
	width: 985px;
	height: 58px;
	background: transparent url(img/spanton.png) top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	}
	
h2	{
	font-size: 16px;
	color: #036;
	padding: 0;
	margin: 0 0 16px 0;
	}
	
h3	{
	width: 201px;
	height: 25px;
	background: #369 url(img/footer.png) bottom left repeat-x;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 6px 10px 0 10px;
	text-align: center;
	text-transform: uppercase;
	}

h4	{
	font-size: 14px;
	color: #c00;
	font-weight: bold;
	margin: 0 0 10px 0;
	}

p	{
	margin: 0;
	padding: 0 0 12px 0;
	}

em	{
	color: #39c;
	}

hr	{
	height: 1px;
	margin: 15px 0;
	border-bottom: 1px dotted #369;
	border-top: 0;
	border-left: 0;
	border-right: 0;
	color: #fff;
	background-color: transparent;
	}
	
strong	{
	color: #036;
	}	
	
form	{
	margin: 0;
	padding: 0;
	}
	
ul	{
	margin-bottom: 14px;
	margin-top: 0;
	}
	
li	{
	margin: 0 0 5px 0;
	}
	
	/*   Basic Layout Divisions	*/
	
#wrapper	{
	background: #fff url(img/shell.png) top left repeat-y;
	width: 985px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	}
	
#sub	{
	width: 221px;
	float: left;
	padding: 0;
	margin: 0 0 15px 0;
	}
	
#sub p	{
	padding: 0 15px 15px 15px;
	}

.order	{
	display: block;
	text-indent: -9999px;
	width: 221px;
	height: 65px;
	background: transparent url(img/order-online.png) top left no-repeat;
	}

#content 	{
	width: 764px;
	float: left;
	margin: 0;
	padding: 0;
	}
	
#text 	{
	width: 714px;
	margin: 0;
	padding: 25px;
	}
	
#footer	{
	clear: both;
	background: #369 url(img/footer.png) top left repeat-x;
	width: 945px;
	height: 25px;
	margin: 0;
	padding: 8px 20px 0 20px;
	color: #fff;
	}

#footer a	{
	color: #fff;
	}

	/*	Specialties	*/
	
#special	{
	display: block;
	width: 764px;
	height: 54px;
	padding: 0;
	margin: 0;
	}
	
#special div	{
	float: left;
	text-indent: -9999px;
	}
	
#special div a	{
	display: block;
	width: 254px;
	height: 54px;
	}
	
#restaurants	{background: transparent url(img/menu/restaurants.png) top left no-repeat;}
#restaurants a:hover {background: transparent url(img/menu/restaurants.png) 0 -54px no-repeat;}

#theatres	{background: transparent url(img/menu/theatres.png) top left no-repeat; margin-left: 1px;}
#theatres a:hover {background: transparent url(img/menu/theatres.png) 0 -54px no-repeat;}

#schools	{background: transparent url(img/menu/schools.png) top left no-repeat; margin-left: 1px;}
#schools a:hover {background: transparent url(img/menu/schools.png) 0 -54px no-repeat;}

	/*   Slides 	*/

div.scrollable {  
	position: relative;
	overflow: hidden;
	width: 905px;	 
	height: 172px;	
	float: left;	
	background: transparent url(img/menu/scroller.png) top left repeat-x;
	}

#thumbs {	
	position: absolute;
	width: 20000em;	
	clear: both;
}

#thumbs div {
	float: left;
	width: 181px;	 
	height: 172px;
	cursor: pointer;
	padding: 0;
	text-align: center;
}

#thumbs a {
	display: block;
	text-indent: -9999px;
	width: 181px;	 
	height: 172px;
	}

a.prev, a.next, a.prevPage, a.nextPage {
	display: block;
	width: 40px;
	height: 172px;
	background: url(img/menu/back.png) no-repeat;
	float:left;
	margin: 0;
	cursor: pointer;
}

a.disabled {
	background: url(img/menu/back.png) no-repeat;
	}

a.next, a.nextPage {
	background-image: url(img/menu/next.png);
	clear:right;	
}

	/* Extra Stuff	*/
	
.header	{
	background: #145da6 url(img/footer.png) bottom left repeat-x;
	color: #fff;
	font-weight: bold;
	}
	
.header2	{
	background: #036;
	color: #fff;
	font-weight: bold;
	}
	
.cell	{
	background: #e5e5e5;
	}
	
	/*   Links 	*/

a:link	{
	color: #036;
	font-weight: bold;
	}
	
a:visited	{
	color: #222;
	font-weight: bold;
	}
	
a:hover	{
	color: #c00;
	font-weight: bold;
	text-decoration: none;
	}

	/*   Admin Styles	*/
	
#selectomatic	{
	background: #003;
	padding: 6px 20px;
	color: #fff;
	border-bottom: 1px solid #fff;
	}
	
#selectomatic a	{
	color: #fff;
	}