/* 
----------------------------------------------------------------------------------------------------*/

/* reset http://meyerweb.com/eric/tools/css/reset/ v1.0 | 20080212
----------------------------------------------------------------------------------------------------*/ 

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dt, dl,  dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
dt {
	margin-bottom:8px;
}
ol {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* tag
----------------------------------------------------------------------------------------------------*/ 
body {
	font-family: Arial, Helvetica, sans-serif;
	background:#000000 url(../images/background.jpg) center top no-repeat;
}
h1, h2, h3, h4 {
	font-weight: normal;
	color: #af1203;
	font-size: 1.2em;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	text-transform:lowercase;
}
h2 {
	font-size: 1em;
	text-transform:lowercase;
}
h3 {
	font-size: 0.85em;
	text-transform:lowercase;
}
h4 {
	font-size: 0.7em;
	text-transform:lowercase;
}
h1 + h2, h2 + h3, h3 + h4 {
	margin-top: 1em;
}
p {
	line-height: 1.4em;
	padding-bottom: 1.4em;
}
label {
	text-transform:lowercase;
	
}
a {
	text-decoration: none;
	color:#b6a57b;
}
a:hover {
	text-decoration: none;
	color:#fff;
}
#primary p {
	color:#fff;	
	font-size:14px;
	line-height:17px;
	width:300px
}
#primary p.opening-hours {
	color:#d38100;
	font-weight:bold;	
}
.clear {
	clear:both;
}
/* containers */
#container {
	width:980px;
	margin:0 auto;	
}
#content {
}
#images {
	background-repeat:no-repeat;
	float:left;
	width:616px;
	height:596px;
	position:relative;
}
#primary {
	width:361px;
	float:left;
	margin-left:3px;
	position:relative;
}
#image-1 {
	position:absolute;
	top:127px;
	left:205px;
	width:261px;
	height:261px;
	background:url(../images/image-1.png) no-repeat;
	z-index:100;
}
#image-2 {
	position:absolute;
	top:153px;
	left:102px;
	width:136px;
	height:136px;
	background:url(../images/image-2.png) no-repeat;
	z-index:99;
}
#image-3 {
	position:absolute;
	top:63px;
	right:105px;
	width:136px;
	height:136px;
	background:url(../images/image-3.png) no-repeat;
	z-index:98;
}
#image-4 {
	position:absolute;
	right:153px;
	bottom:116px;
	width:136px;
	height:136px;
	background:url(../images/image-4.png) no-repeat;
	z-index:97;
}
#social-media {
	margin:112px 0 172px 0;
	width:100%;
	height:32px;
}
#logo {
	position:absolute;
	top:244px;
	left:-107px;
	background:url(../images/logo.png) no-repeat;
	width:395px;
	height:36px;	
}
#logo h1 {
	text-indent:-9999px;	
}
.social-link {
	float:left;
}
.social-link a {
	color:#b6a57b;
	text-transform:uppercase;
	font-size:13px;
	padding-right:40px;
	display:block;
	font-weight:bold;
	line-height:32px;
	outline:none;
}
.social-link a:hover {
	color:#fff;	
}
#facebook.social-link a {
	background:url(../images/facebook-off.png) right no-repeat;
	width:75px;
	height:32px;	
}
#facebook.social-link a:hover {
	background:url(../images/facebook-on.png) right no-repeat;
}

#twitter.social-link {
	margin-left:24px;	
	display:none;
}
#twitter.social-link a {
	background:url(../images/twitter-off.png) right no-repeat;
	width:105px;
	height:32px;	
}
#footer {
	width:100%;
	height:30px;	
	padding-left:60px;
}
#footer li {
	color:#b6a57b;
	font-size:12px;
	float:left;
	list-style:none;
	margin-right:10px;
	padding-left:15px;
	background:url(../images/divider.gif) left 3px no-repeat;
}
#footer li.first {
	background:none;
	padding-left:0;	
}