@import url(undohtml.css);

/* =BASIC STRUCTURE */

html {
	background: black url(../images/hens-parties/bg.jpg) top center no-repeat;
	text-align: center;
}

body {
	position: relative;
	width: 800px;
	margin: 0 auto;
	font: 88%/1.6 Arial, Helvetica, sans-serif;
	text-align: left;
	color: white;
}


/* =GENERAL TEXT STYLES */

a {
	text-decoration: underline;
	color: white;
}

.list_short li {
	background: url(../images/hens-parties/bullet.gif) left center no-repeat;
	padding-left: 18px;
	font-size: 95%;
}

.list_short li a {
	color: #DEB71A;
	text-decoration: none;
}

.list_short li :hover {
	text-decoration: underline;
}



/* =HEADER */

#logo {
	background: url(../images/hens-parties/logo.png) no-repeat;
	width: 797px;
	height: 93px;
	text-indent: -9000px;
	position: absolute;
	top: 15px;
	z-index: 100;
}


/* =PROMOTION */

#promo {
	position: absolute;
	top: 155px;
	width: 360px;
}

#promo h2 {
	font: italic 155%/140% Georgia, "Times New Roman", Times, serif;
}

#promo h2 strong {
	color: #DEB71A;
	font-weight: normal;
}

#promo p {
	font: 85%/150% Arial, Helvetica, sans-serif;
	color: #ccc;
	margin: 8px 0 0 0;
}


/* =PICTURES */

#pic_main {
	position: absolute;
	right: 0;
	top: 90px;
	z-index: 70;
}

#pic_secondary {
	position: absolute;
	left: 0;
	top: 380px;
	z-index: 50;
}


/* =BOOKING */

#booking {
	position: absolute;
	top: 430px;
	left: 220px;
	text-align: right;
	font: 155% Georgia, "Times New Roman", Times, serif;
	z-index: 70;
}

#booking h3 {
	color: #DEB71A;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 5px;
}

#booking h3 a {
	color: #DEB71A;
}

#booking h3 :hover {
	color: #EECC43;
}

#booking .tel .value {
	color: #DEB71A;
}


/* =TEXT */

#description {
	width: 330px;
	position: absolute;
	right: 0;
	top: 430px;
}

#description p {
	margin: 10px 0;
	font-size: 105%;
	line-height: 140%;
}


/* =AWARDS */

#awards {
	width: 330px;
	position: absolute;
	top: 787px;
	font: 100% Georgia, "Times New Roman", Times, serif;
}

#awards h2 {
	color: #DEB71A;
	clear: both;
	font-weight: normal;
}

#awards .award_item {
	clear: both;
	overflow: hidden;
	margin: 10px 0 12px 0;
}

#awards .award_item img {
	float: left;
	margin-right: 6px;
}

#awards .award_item p {
	margin: 0 0 6px 0;
}
