@charset "utf-8";
/*

Sadlers Catering
http://www.sadlerscatering.co.uk

Layout Stylesheet

Version 1.0
17-July-2008

Author: Designtoo - www.designtoo.com

*/

/* Import external style sheets */
@import "sadlers_typography.css";


/* -------- Layout Elements --------- */


body, html {
	margin: 0;
	z-index: 1;
	}

/*#horizion {
	position: absolute;
	width: 100%;
	height: 710px;
	top: 50%;
	margin-top: -355px;
	border: 0;
	padding: 0;
	background-image: url(../images/photoStrip/photoStrip-bkg.gif);
	background-repeat: repeat-x;
	}*/
	
#horizion {
	position: absolute;
	width: 100%;
	height: 710px;
	top: 10%;
	border: 0;
	padding: 0;
	background-image: url(../images/photoStrip/photoStrip-bkg.gif);
	background-repeat: repeat-x;
	}
	
	
#container {
	position: relative;
	width: 980px;
	height: 720px;
	left: 50%;
	margin-left: -490px;
	border: 0;
	padding: 0;
	}
	

#header {
	position: relative;
	width: 100%;
	height: 85px;
	margin: 0;
	border: 0;
	padding: 0;
	}
	
#sadlersTitle {
	position: relative;
	width: auto;
	height: 80px;
	margin: 0;
	border: 0;
	padding-top: 5px;
	float: left;
	}
	
#topMenu {
	position: relative;
	width: 700px;
	height: 85px;
	left: 10px;
	border: 0;
	background-image: url(../images/topMenu-bkg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	padding: 0;
	float: right;
	}
	
#photoStrip {
	position: relative;
	width: 1024px;
	height: 605px;
	margin-left: -22px;
	border: 0;
	padding: 0;
	background-color: #000;
	z-index: 1;
	}
	
#photoGallery {
	position: relative;
	width: 752px;
	height: 555px;
	margin-top: -555px;
	padding: 0;
	border: 0;
	z-index: 2;
}
	
	
#copyBox {
	position: relative;
	width: 420px;
	height: 450px;
	margin-top: -450px;
	border: 0;
	padding: 0;
	background-image: url(../images/copyBox-bkg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	filter: alpha(opacity=85);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	-moz-opacity: 0.85; 
	opacity:0.85;
	z-index: 2;
	}
	
#pageCopy {
	position: relative;
	width: 330px;
	height: 398px;
	padding: 0;
	border: 0;
	margin-top: 32px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	float: left;
	}
	
#rightMenu {
	position: absolute;
	width: 171px;
	height: 350px;
	border: 0;
	margin-top: -18px;
	padding: 0;
	left: 809px;
	z-index: 2;
	overflow: hidden;
	text-align: center;
	}
	
#footer {
	position: relative;
	width: 100%;
	height: 18px;
	margin: 0;
	border: 0;
	padding-top: 12px;
	}
	
#footerLeft {
	width: auto;
	height: auto;
	float: left;
	}
	
#footerRight {
	width: auto;
	height: auto;
	float: right;
	}
	
#bottomTagOne {
	width: 125px;
	height: 57px;
	margin-top: -8px;
	padding: 0;
	border: 0;
	}
	
	
/***** Javascript Scrollbar *****/
#scrollbar {
	position: relative;
	width: 12px;
	height: 356px;
	margin-top: 70px;
	margin-right: 20px;
	padding: 0;
	border: 0;
	float: right;
	z-index: 5;
	}
	
/* vertical track */
#track {
	float: left;
	width: 12px;
	height: 356px;
	padding: 0;
	border: 0;
	background-color: #666666;
	background-image: url(../images/scrollTrack.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}

/* vertical track handle */
#handle {
	width: 10px;
	height: 27px;
	left: 1;
	background-color: #000;
	background-image: url(../images/scrollHandle.gif);
	background-position: top left;
	background-repeat: no-repeat;
	cursor: n-resize;
	}
	
	
/***** Classes *****/

.topMenuItem {
	position: relative;
	width: auto;
	height: 85px;
	margin: 0;
	border: 0;
	padding: 0;
	float: left;
	}
	
.topMenuDivider {
	position: relative;
	width: 2px;
	height: 85px;
	margin-left: 12px;
	margin-right: 12px;
	border: 0;
	padding: 0;
	background-image: url(../images/topMenu-divider.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	float: left;
	}
	
.rightMenuItem {
	position: relative;
	display: block;
	width: 171px;
	height: 31px;
	margin: 0;
	border: 0;
	padding: 0;
	padding-top: 4px;
	text-align: center;
	}
	
.rightMenuDivider {
	position: relative;
	display: block;
	width: 171px;
	height: 1px;
	border-top: 1px solid #fff;
	padding: 0;
	margin: 0;
	filter: alpha(opacity=25);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=25);
	-moz-opacity: 0.25; 
	opacity:0.25;
	}

.galleryThumbnail {
	position: relative;
	width: 78px;
	height: 78px;
	border: 1px solid #000;
	padding: 2px;
	background-color: #fff;
	margin-right: 22px;
	margin-bottom: 22px;
	float: left;
}