
HTML
{
	height: 100%;
}

BODY
{
	background-image: url('/images/bg_main.gif');
	margin: 0px;
	padding: 0px;

	height: 100%;
}

DIV
{
	padding: 0px;
	margin: 0px;
}

/* ============================================== */

DIV#mainContainer
{
	width: 762px;
	height: auto;

	margin: 0px auto;

	background-color: #000000;

	border-width: 0px 1px 0px 1px;
	border-color: #830101;
	border-style: solid;

	background-image: url('/images/bg_content.png');
	background-repeat: repeat-y;
	background-position: 0px 35px;

	position: relative;
}

DIV#floater
{
	background-repeat: no-repeat;

	position: absolute;
}

DIV#floater IMG
{
	display: none;
}

/* ============================================== */

DIV#headContainer
{
}

DIV#headTop
{
	width: 762px;
	height: 41px;
	background-image: url('/images/head_phonenumber.jpg');
	background-repeat: no-repeat;
}

DIV#headTop SPAN
{
	display: none;
}

DIV#headMain DIV.top
{
	width: 762px;
	height: 60px;

	background-image: url('/images/bg_menu.jpg');
	background-repeat: no-repeat;
}

/* ===================== */

DIV#headMain DIV.top UL
{
	list-style-type: none;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

DIV#headMain DIV.top LI
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
}

/* ===================== */

/*
DIV#headMain DIV.top LI.home,
DIV#headMain DIV.top LI.home_on
{
	width: 89px;
	height: 60px;
	background-image: url('/images/menu_home_off.jpg');
	background-repeat: no-repeat;
}
DIV#headMain DIV.top LI.home_on
{
	background-image: url('/images/menu_home_on.jpg');
}

DIV#headMain DIV.top LI.bookings,
DIV#headMain DIV.top LI.bookings_on
{
	width: 116px;
	height: 60px;
	background-image: url('/images/menu_bookings_off.jpg');
	background-repeat: no-repeat;
}
DIV#headMain DIV.top LI.bookings_on
{
	background-image: url('/images/menu_bookings_on.jpg');
}

DIV#headMain DIV.top LI.models,
DIV#headMain DIV.top LI.models_on
{
	width: 101px;
	height: 60px;
	background-image: url('/images/menu_models_off.jpg');
	background-repeat: no-repeat;
}
DIV#headMain DIV.top LI.models_on
{
	background-image: url('/images/menu_models_on.jpg');
}

DIV#headMain DIV.top LI.contact,
DIV#headMain DIV.top LI.contact_on
{
	width: 111px;
	height: 60px;
	background-image: url('/images/menu_contact_off.jpg');
	background-repeat: no-repeat;
}
DIV#headMain DIV.top LI.contact_on
{
	background-image: url('/images/menu_contact_on.jpg');
}

DIV#headMain DIV.top LI.newsletter,
DIV#headMain DIV.top LI.newsletter_on
{
	width: 126px;
	height: 60px;
	background-image: url('/images/menu_newsletter_off.jpg');
	background-repeat: no-repeat;
}
DIV#headMain DIV.top LI.newsletter_on
{
	background-image: url('/images/menu_newsletter_on.jpg');
}

*/


DIV#headMain DIV.top LI.home
{
	width: 89px;
	height: 60px;
	background-image: url('/images/menu_home_off.jpg');
	background-repeat: no-repeat;
}
DIV#headMain DIV.top LI.bookings
{
	width: 116px;
	height: 60px;
	background-image: url('/images/menu_bookings_off.jpg');
	background-repeat: no-repeat;
}
DIV#headMain DIV.top LI.models
{
	width: 101px;
	height: 60px;
	background-image: url('/images/menu_models_off.jpg');
	background-repeat: no-repeat;
}
DIV#headMain DIV.top LI.contact
{
	width: 111px;
	height: 60px;
	background-image: url('/images/menu_contact_off.jpg');
	background-repeat: no-repeat;
}
DIV#headMain DIV.top LI.newsletter
{
	width: 126px;
	height: 60px;
	background-image: url('/images/menu_newsletter_off.jpg');
	background-repeat: no-repeat;
}


/* ===================== */

DIV#headMain DIV.top A
{
	text-decoration: none;
	display: block;
}

DIV#headMain DIV.top A SPAN
{
	display: none;
}

DIV#headMain DIV.top LI A.home
{
	width: 70px;
	height: 24px;
	margin: 10px 0px 0px 10px;
}
DIV#headMain DIV.top LI A.models
{
	width: 85px;
	height: 24px;
	margin: 10px 0px 0px 8px;
}
DIV#headMain DIV.top LI A.bookings
{
	width: 100px;
	height: 24px;
	margin: 10px 0px 0px 7px;
}
DIV#headMain DIV.top LI A.newsletter
{
	width: 110px;
	height: 24px;
	margin: 10px 0px 0px 7px;
}
DIV#headMain DIV.top LI A.contact
{
	width: 95px;
	height: 24px;
	margin: 10px 0px 0px 7px;
}

/* ===================== */

DIV#headMain DIV.middle
{
	width: 762px;
	height: 117px;

	background-image: url('/images/head_title.jpg');
	background-repeat: no-repeat;
}

DIV#headMain H1,
DIV#headMain H2
{
	display: none;
}

DIV#headMain DIV.bottom
{
	width: 762px;
	height: 61px;

	background-image: url('/images/head_bottom.png');
	background-repeat: no-repeat;
}

/* ============================================== */

DIV#contentContainer
{
	padding: 0px 20px 0px 20px;
	color: #ffffff;
	font-size: 20px;
}

/* ============================================== */


DIV#footContainer
{
	clear: both;
}

DIV#footTop
{
	width: 762px;
	height: 51px;
	background-image: url('/images/foot_phonenumber.jpg');
	background-repeat: no-repeat;
}

DIV#footTop SPAN
{
	display: none;
}

DIV#footMain
{
	width: 702px;		/* 762 */
	height: 170px;		/* 105 */

	padding: 20px 30px 0px 30px;

	background-image: url('/images/bg_foot.jpg');
	background-repeat: no-repeat;

	font-family: Arial;
	font-size: 11px;
	color: #A6866F;

	line-height: 20px;
	text-align: center;
}


DIV#footMain A,
DIV#footMain A:LINK,
DIV#footMain A:VISITED,
DIV#footMain A:ACTIVE
{
	margin: 0px 7px 0px 7px;

	color: #A6866F;
	text-decoration: none;
}

DIV#footMain A:HOVER
{
	color: #A6866F;
	text-decoration: underline;
}
