
body
{
	background-color: #ffffff;
	background-image: url("../images/bg-body.gif");
	background-repeat: repeat-x;
	text-align: center;
}

#layout-main
{
	position: relative;
	margin: 0px auto;
	width: 800px;
	background-color: #ffffff;
	background-image: url("../images/bg-layout-main.gif");
	background-repeat: repeat-x;
	font-family: arial, tahoma, verdana;
	font-size: 0.8em;
}

#layout-header
{
	position: relative;
	width: 800px;
	height: 82px;
	background-image: url("../images/bg-layout-header.gif");
	background-repeat: no-repeat;
}

#header-logo a
{
	display: block;
	position: absolute;
	top: 15px;
	left: 10px;
	width: 200px;
	height: 55px;
}

#layout-menu-main
{
	position: relative;
	width: 800px;
	height: 32px;
	background-image: url("../images/bg-menu-main.gif");
	background-repeat: repeat-x;
	text-align: left;
}

#layout-menu-main a.menuItem
{
	position: relative;
	top: 7px;
	text-align: center;
	padding: 0px 10px 0px 5px;
	font-family: arial, tahoma, verdana;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}

#layout-menu-main a.menuItemRight
{
    position: relative;
    top: 7px;
    text-align: right;
    padding: 0px 10px 0px 5px;
    font-family: arial, tahoma, verdana;
    font-size: 12px;
    font-weight: bold;
    color: #ff0033;
    text-decoration: none;
}

#layout-menu-main a.menuItem:hover
{
	color: #0033cc;
}

#layout-content-header
{
	position: relative;
	width: 790px;
	margin: 0px 5px 0px 5px;
	text-align: left;
}

#layout-content-main
{
	position: relative;
	width: 780px;
	margin: 15px 10px 0px 10px;
	text-align: left;
}

#layout-footer-booking
{
	position: relative;
	width: 790px;
	height: 87px;
	margin: 15px 0px 10px 0px;
	text-align: center;
	background-image: url("../images/layout-footer-booking.jpg");
	background-repeat: no-repeat;
}

#layout-footer
{
	position: relative;
	width: 800px;
	height: 16px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	background-image: url("../images/bg-layout-footer.gif");
	background-repeat: repeat-x;
	font-family: verdana, tahoma, arial, helvetica;
	font-size: 9px;
	color: #333333;
	padding-top: 1px;
}

#layout-footer a
{
	text-decoration: none;
	color: #0033cc;
}

#content-headerHome
{
	position: relative;
	width: 760px;
}

#quick-quote
{
	position: relative;
	width: 380px;
	height: 184px;
	background-image: url("../images/bg-table-quote.gif");
	background-repeat: no-repeat;
	text-align: left;
}

.table-quick-quote
{
	margin: 25px 0px 0px 3px;
}

.Select_QuickQuote
{
	width: 170px;
}

.Select_QuickQuoteDate
{
	width: 54px;
}

#table-content-headerHome
{
	position: relative;
	width: 790px;
}

label
{
	cursor: hand;
	cursor: pointer;
}

h1
{
	font-size: 2em;
}
