/* 
---------------------------------------------------------------------------------------------------
LAKO Holidays - Homepage Stylesheet
--------------------------------------------------------------------------------------------------- 
*/

@import url("../css/common.css");

/* Layout Divisions
--------------------------------------------------------------------------------------------------- */
#container {
	margin: 0 auto;
	text-align: left;
	width: 786px;
	position: relative;
}
#header {
	height: 197px;
	background: url(../gfx/header.gif) no-repeat 0 0;
	position: relative;
}
#navigation {
	height: 55px;
	width: 786px;
	background: url(../gfx/bg-nav.gif) no-repeat 0 0;
	position: absolute;
	top: 142px; left: 0;
}
#primary {
	width: 786px;
	background: url(../gfx/bg-pr-mid.gif) repeat-y 0 0;
	clear: both;
}
#secondary {
	height: 204px;
	width: 786px;
	background: url(../gfx/bg-subhead.gif) no-repeat 0 0;
	clear: both;
	position: absolute;
	top: 197px; left: 0;
}
#contentarea { padding: 204px 0 0 0; }
#footer {
	clear: both;
	height: 90px;
	background: url(../gfx/footer.gif) no-repeat 0 0;
	position: relative;
}

/* Primary Content
--------------------------------------------------------------------------------------------------- */
#profile {
	float: right;
	width: 379px;
	background: url(../gfx/bg-pr-tr.gif) no-repeat 100% 0;
}
#feature {
	float: left;
	width: 407px;
	background: url(../gfx/bg-pr-tl.gif) no-repeat 0 0;
}

/* ------------| Profile |------------ */

#profile h2 {
	text-indent:-9999px;
	margin: 40px 0 0 0;
	font-size: 12px;
}
#profile p {
	margin: 0 32px 5px 22px;
	line-height: 1.5em;
}
#profilebtn {
	background: url(../gfx/bg-profile-btn.gif) no-repeat 100% 100%;
	height: 38px;
}
#profilebtn p {
	padding: 9px 0 0 150px;
	margin: 0;
	line-height: 1;
	font-style: italic;
}
#profilebtn a {
	color:#fff;
	text-decoration: none;
}
#profilebtn a:hover {
	color:#B3A787;
}

/* ------------| Feature |------------ */
#featurepix {
	background: url(../gfx/bg-pr-foot.gif) no-repeat 0 100%;
	padding: 0 0 25px 10px;
}
#feature h3 {
	text-indent: -9999px;
	margin: 20px 0 0 0;
	font-size: 12px;
}
#feature p {
	margin: 0 14px 5px 36px;
	line-height: 1.4em;
	color:#fff;
	font-family: Georgia, Times, "Times New Roman", Serif;
	font-style: italic;
	font-size: 12px;
}
#feature a {
	color:#867448;
	text-decoration: none;
}
#feature a:hover {
	color:#533F0C;
}

/* Secondary Content
--------------------------------------------------------------------------------------------------- */
#invite {
	float: right;
	width: 379px;
	height: 204px;
	position: relative;
}
#eyecandy {
	float: left;
	width: 407px;
}
#slideshow {
	margin: 5px 0 0 113px;
}

/* ------------| Invite |------------ */
#invite ul {
	list-style: disc;
	color:#fff;
	margin: 20px 0 0 35px;
}
#invite ul li {
	line-height: 1.5em;
}
#invite h4 { 
	display: none; 
}
#btn_book {
	position: absolute;
	bottom: 15px;
	left: 10px;
	height: 43px;
	line-height: 43px;
	width: 233px;
	text-indent: -9999px;
}
#btn_book a {
	display: block;
	height: 43px;
	line-height: 43px;
	width: 233px;
	background: url(../gfx/btn/plan.gif) no-repeat 0 0;
	text-decoration: none;
	outline: none;
}
#btn_book a:hover  {
	background-position: -233px 0;
}
#btn_moreinfo {
	position: absolute;
	bottom: 0;
	left: 252px;
	height: 62px;
	line-height: 62px;
	width: 127px;
	text-indent: -9999px;
}
#btn_moreinfo a {
	display: block;
	height: 62px;
	line-height: 62px;
	width: 127px;
	background: url(../gfx/btn/moreinfo.gif) no-repeat 0 0;
	text-decoration: none;
	outline: none;
}
#btn_moreinfo a:hover  {
	background-position: -127px 0;
}

