@charset "UTF-8";

/*GLOBAL CLASSES*/
*{
	margin:0px;
	padding:0px;
	outline:0;
}

html{
	height:100%;
	overflow-y:scroll;
}

body{
	height:100%;
	
	font-family:Arial, Helvetica, sans-serif;
	line-height:16px;
	font-size:11px;
	color:#FFF;	
	
	background-color:#FFF;
	background-image:url(images/layout/bg.jpg);
	background-repeat:repeat-x;
	background-position:center top;
}

img{
	border:none;
	vertical-align:bottom;
}

/*LAYOUT CLASSES*/
.content{
	position:absolute;
	left:50%;
	top:25px;
	height:625px;
	width:900px;
	margin-left:-450px;
}

.logo{
	float:right;
	padding-bottom:25px;
}

.menu{
	float:left;
	padding-top:112px;
}

.homeBackground{
	background-image:url(images/backgrounds/home.jpg);	
}

.venuesBackground{
	background-image:url(images/backgrounds/venues.jpg);	
}

.cateringAndMenusBackground{
	background-image:url(images/backgrounds/cateringAndMenus.jpg);
}

.corporateEventsBackground{
	background-image:url(images/backgrounds/corporateEvents.jpg);
}

.privateEventsBackground{
	background-image:url(images/backgrounds/privateEvents.jpg);
}

.weddingsBackground{
	background-image:url(images/backgrounds/weddings.jpg);
}

.contactUsBackground{
	background-image:url(images/backgrounds/contactUs.jpg);
}

.locationBackground{
	background-image:url(images/backgrounds/location.jpg);
}

.contentBackground{
	float:left;
	width:900px;
	height:400px;
	background-repeat:no-repeat;
}

.contentText{
	float:right;
	width:450px;
	background-color:#815012;
	opacity:.85;
	filter:alpha(opacity = 85);
}

.textPadding{
	float:left;
	padding:25px;
}

.footer{
	float:left;
	padding-top:25px;
	width:900px;
	font-size:10px;
	line-height:14px;
	color:#000;
}

.backButton{
	float:left;
	padding-top:7px;
	padding-bottom:14px;
	padding-left:10px;	
}

.nextButton{
	float:right;
	padding-top:7px;
	padding-bottom:14px;
	padding-right:10px;
}

.galleryNavigation{
	float:left;
	width:100%;
	background-color:#999;
}

/*GENERAL CLASSES*/
.floatLeft{
	float:left;	
}

.floatRight{
	float:right;	
}

.floatFull{
	float:left;	
	width:100%;
}

.clear{
	clear:left;	
}

/*PARAGRAPH CLASSES*/
.splitColumn{
	float:left;
	width:200px;
}

.splitColumnA{
	float:left;
	padding-right:12px;
}

.splitColumnB{
	float:left;
	padding-left:13px;	
}

/*TEXT CLASSES*/
.heading{
	float:left;
	width:100%;
	font-size:12px;
	font-weight:bold;
	padding-bottom:2px;
}

.regular{
	float:left;
	width:100%;	
	padding-bottom:10px;
}

/*SPANS*/
.bold{
	font-weight:bold;	
}

.greyText{
	color:#333;
}

/*LIST CLASSES*/
ul{
	list-style:none;	
}

.pdfList{
	float:left;
	width:auto;
	list-style-position:inside;
	list-style-image:url(images/layout/pdf.gif);
}

.pdfList li{
	height:25px;
	padding-left:5px;
}

.clientsList{
	float:left;
	width:auto;
	line-height:13px;
}

.clientsList li{
	padding-bottom:6px;
}

/*DROPDOWN CLASSES*/
/*LEVEL ONE*/
ul.dropdown{
	position:relative;
}

ul.dropdown li{
	float:left;
	padding-right:25px;
}

ul.dropdown li.hover{
	position:relative;
}

ul.dropdown li:hover{
	position:relative;
}

ul.dropdown li a{
	display:block;
	font-size:11px;
}

ul.dropdown li a:hover{
	color:#ff9c21;
	text-decoration:none;
}

/*LEVEL TWO*/
ul.dropdown ul{
	position:absolute;
	top:100%;
	left:0;
	width:200px;
	visibility:hidden;
	line-height:12px;
	padding-top:2px;
}

ul.dropdown ul li{
	float:none;
}

ul.dropdown ul li a{
	display:inline-block;
	width:100%;
	text-decoration:none;
	font-size:9px;
}

ul.dropdown ul li a:hover{
	display:inline-block;
	width:100%;
	color:#ff9c21;	
}

/*LINK CLASSES*/
a{
	color:#FFF;
	text-decoration:none;
	cursor:pointer;
}

a:hover{
	color:#FFF;
	text-decoration:underline;
	cursor:pointer;	
}

a.blackLink{
	color:#000;
	text-decoration:none;
	cursor:pointer;	
}

a.blackLink:hover{
	color:#000;
	text-decoration:underline;
	cursor:pointer;	
}