﻿@import "shared.css";
@import "inlinelinkbutton.css";

.homelogo
{
	position: absolute;
	width: 380px;
	height: 340px;
	background-color: #4c4a48;
	background: url(../images/homelogo.png);
}

.bigimage
{
	position: absolute;
	background: url(../images/glasses.jpg);
	width: 380px; height: 570px;
	margin-left: 380px;
}
.custlink
{
	position: absolute;
	width: 127px; height: 41px;
	margin-left: 0px;
	margin-top: 340px;
	cursor: hand;
}
.distlink
{
	position: absolute;
	width: 127px; height: 41px;
	margin-left: 260px;
	margin-top: 340px;
	cursor: hand;
}
.hotellink
{
	position: absolute;
	width: 127px; height: 41px;
	margin-left: 126px;
	margin-top: 340px;
	cursor: hand;
}
.content
{
	position: absolute;
	width: 380px;
	height: 230px;
	overflow: hidden;
	margin-top: 340px;
	background: url(../images/home-content-bg.png) repeat-y;
	background-color: white;
}

.bottomnavbg
{
	position: absolute;
	width: 760px;
	height: 64px;
	background: url(../images/bottomnav.png);
	margin-top: 557px;
	_background: transparent;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/bottomnav.png');
}

.bottomnav
{
	position: absolute;
	height: 64px;
	margin-top: 573px;
	margin-left: 42px;
	line-height: 30px;
	
}
.homefooterbar
{
	position:absolute;
	margin: 0px auto 0px auto;
	width: 760px;
	font-size:9px;
	color: #999999;
	height: 30px;
	margin-top: 617px;
	margin-left: 0px;
}
.bottomnav a
{
	margin-right: 22px;	
	display: block;
	float: left;
	font-size: 11px;
	text-decoration: none;
	color: #4c4a48;
}

.bottomnav a:hover
{
	text-decoration: underline;
}

.datebar
{
	border: 1px solid #cbcbcb;
	border-right: 0px;
	background: #f8f8f8;
	padding: 9px 0px 9px 24px;
	height: 20px;
	line-height: 19px;
}

.datebar *
{
	float: left;
}

.datebar select
{
	margin-left: 10px;	
}

.datebar .selyear { width: 68px; }
.datebar .selmonth { width: 103px; }
.datebar .selday { width: 58px; }


.textspace
{
	line-height: 1.3em;
	padding: 0.2em 1.5em 0.5em 1.5em;
}

.submitbutton
{
	position: absolute;
	width: 360px;
	margin-top: 180px;
	text-align: right;
	
}

.eventcodebar
{
	background: url(../images/home-eventcodebar-bg.png) no-repeat;
	padding: 20px 0px 5px 24px;
	height: 20px;
}
.eventcodebar div
{
	line-height: 18px;
}

.eventcodebar .evcode
{
	width: 119px;
}

.eventcodebar *
{
	float: left;
	margin-right: 10px;
}



.home-enter
{
	background-color: f8f8f8;
}
