@charset "UTF-8";

@import url("../global.css");
@import url("../elements/calendar.css");

/**
* Global Styles
**/
body {
	background:url(../../images/home-bg2.gif) repeat-x #171717;
}
/**
* Menu
**/
div.menu {
	float:left;
	width:940px;
	margin:0 0 0 0;
}
div.menu div {
	float:left;
	width:300px;
	height:300px;
	margin:30px 20px 0 0;
	background:#171717;
}
div.menu div#hospitality {
	background:url(../../images/tickets-hospitality.jpg) no-repeat 0 40px #171717;
}
div.menu div#lifestyle {
	background:url(../../images/lifestyle-experiences.jpg) 0 40px no-repeat #171717;

}
div.menu div#partners {
	background:url(../../images/bespoke-events.jpg) 0 40px no-repeat #171717;
	margin-right:0;
}
div.menu div h3 {
	margin:12px 0 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.9em;
	text-align:left;
	color:#FFF;
}
div.menu div p {
	margin:217px 10px 0 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.7em;
	text-align:left;
	color:#FFF;
}
/**
* Content
**/
div.content {
	float:left;
	width:940px;
	margin:0 0 0 10px;
}
/**
* Columns
**/
div.columns {
	float:left;
	width:940px;
	margin:60px 0 0 0;
}
div.column {
	float:left;
	width:300px;
	margin:0 20px 0 0;
}
div.column#last {
	margin-right:0;
}
/**
* Modules
**/
div.module {
	float:left;
	width:100%;
	margin:0 0 10px 0;
	padding-bottom:10px;
}
div.module h3 {
	margin:0 0 15px 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	text-align:left;
	color:#FFF;
}
div.module h4 {
	margin:0 0 10px 0;
	padding-left:50px;
	font-size:1.2em;
	line-height:40px;
	text-align:left;
	color:#999999;
}
div.module p {
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.75em;
	text-align:left;
	color:#999999;
}
/**
* Module articles
**/
div.article {
	float:left;
	width:100%;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #333333;
}
div.article h3 {
	margin:0 0 10px 0;
}
/**
* Module contact
**/
div.article h4#phone {
	background:url(../../images/phone.png) no-repeat left center;
}
div.article h4#enquire {
	background:url(../../images/email.png) no-repeat left center;
}
/**
* Module events
**/
div.module#events p {
	margin:0 80px 0 0;
}
div.module#events img {
	float:right;
	margin:0 0 0 10px;
	border:1px solid #ccc;
}
/**
* Module features
**/
div.module#features p {
	margin:0 80px 0 0;
}
div.module#features img {
	float:right;
	margin:0 0 0 10px;
	border:1px solid #ccc;
}
