/* CSS Document */
* {
    padding: 0;
    margin: 0;
    		}
    	
html, body {
	width: 100%;
	text-align: center;
    		}

div#container {
	margin: 0 auto;
	width: 760px;
	text-align: left;
	}
	
#footer{
	clear:both;
	height:auto;
	width:740px;
	padding:5px 10px 10px;
	}
/* -------------------------- Global --------------------------- */
input, select, textarea{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	border: none;
	font-size: 11px;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}	
img {
	border: none;
}
/* -------------------------- Content --------------------------  */
.content {
	width:760px;
	height:auto;
}
.contentHome {
	width:760px;
	height:auto;
}
#homeRight {
	float:right;
	width: 627px;
}
#homeLeft {
	float:left;
	width: 133px;
	border-top:4px solid #fff;	
}
#homeLeft img{
	border:none;
	border-bottom:4px solid #fff;
	padding:0;
	margin: 0;
}
#homeLeft img.latestNews{
	border:none;
	padding:0;
	margin: 0;
}

#homeRight #intro {
	/*margin-bottom: 4px;*/
	margin-top:0;
	padding: 20px;
	width: 583px;
	border-bottom:4px solid #fff;
	border-left:4px solid #fff;
}

#homeRight #about{
	height: 190px;
	width: 205px; 
	border-bottom:4px solid #fff;
	border-right:4px solid #fff;
	border-left:4px solid #fff;
	/*margin:0 4px 0 0;*/
	float:left;
}
#homeRight #catering{
	height: 190px;
	width: 205px; 
	border-right:4px solid #fff;
	border-left:4px solid #fff;
	/*margin:0 4px 0 0;*/
	float:left;
}
#homeRight #hospitality{
	height: 190px;
	width: 205px; 
	border-right:4px solid #fff;
	/*margin:0 4px 0 0;*/
	float:left;
}
#homeRight #services{
	height: 190px;
	width: 205px; 
	border-bottom:4px solid #fff;
	border-right:4px solid #fff;
	/*margin:0 4px 4px 0;*/
	float:left;
}

#homeRight #tariff{
	height: 190px;
	width: 205px;
	border-bottom:4px solid #fff;
	/*margin:0 0px 4px 0;*/
	float:left;
}

#homeRight #location{
	height: 190px;
	width: 205px;
	float:left;
}
#homeRight ul{
	padding:10px;
	list-style-type: none;
}
.content #breadcrumb{
	padding: 6px 10px;
	text-transform: uppercase;
}
.content #breadcrumb ul{
	display:inline;
}
.content #breadcrumb ul li{
	display:inline;
}
.content #menu{
	width: 166px;
	margin-right:4px;
	float:left;
	padding-bottom: 100px;
}
.content #menu ul {
	list-style-type: none;
}
.content #menu ul li {
	list-style-type: none;
	height:auto;
	padding:0;
	margin:0;
}
.content #menu ul li a{
	display: block;
	padding: 8px 10px 6px 10px;
	width:146px;
	text-transform: uppercase;
}
.content #intro{
	margin-top:4px;
	float:right;
	width:540px;
	padding:15px 35px 15px 15px;
}
.content #copy, .content #whiteCopy, .content #greyCopy{
	margin-top:4px;
	float:right;
	width:540px;
	padding:15px 35px 15px 15px;
}
.content #teamCopy{
	margin-top: 4px;
	float:right;
	width:575px;
	padding-left: 15px;
}
.content #copy ul li{
	margin: 0.5em 0;
	padding-left:1em;
}
.content #accomodationCopy{
	margin-top:4px;
	float:right;
	width:255px;	
	height:200px;
	padding-left: 335px;
	color: #6B6B85;
	background: url(../images/services/accomodation-pic.jpg) no-repeat left center;
	}
.content #accomodationCopy p{
	padding-right:5px;
	height:111px;
	line-height:1.4em;
}
.content #eventCopy{
	margin-top:4px;
	float:right;
	width:275px;	
	height:auto;
	padding-left: 315px;
	color: #6B6B85;
	background: url(../images/services/event-pic.jpg) no-repeat left top;
	}
.content #eventCopy p{
	margin-left:-315px;
	clear: both;
}

.content #servicesContent ul{
	margin:1em;
}

.entertainmentCol {
	width: 140px;
	padding-right: 10px;
	float: left;
}
