/***************************** GENERAL ************************************/
body
{
	background: #009CDC url(/images/layout/bg-body.jpg) repeat-x top left;
	text-align: center;
	padding: 0;
	margin: 0;
	behavior: url(/css/csshover.htc);
}
a
{
	color: #009CDC;
	text-decoration: underline;
}
a:hover
{
	text-decoration: none;
}
/***************************** FULL AREA ***********************************/
#full-area
{
	text-align: left;
	margin: 0 auto;
	width: 900px;
}
/******************************* HEADER **************************************/
#content
{
	background-color: White;
	border-top: solid 6px white;
	border-bottom: solid 6px white;
	border-left: solid 10px white;
}
/******************************* HEADER **************************************/
#header
{
	width: 892px;
	position: relative;
	height: 168px;
	background-color: White;
	border-left: solid 4px white;
	border-right: solid 4px white;
}
#header .logo
{
	display: block;
	width: 287px;
	text-align: right;
	font-size: 27px;
	color: #7F7F7F;
	text-decoration: none;
	line-height: 1em;
}
/******************************* SEARCH **************************************/
#search
{
	background: url(/images/layout/bg-search.gif) no-repeat center center;
	height: 15px;
	width: 330px;
	display: block;
	position: absolute;
	right: 0;
	top: 97px;
	padding: 9px 0;
}
#search .form_item label
{
	font-size: 14px;
	line-height: 15px;
	padding: 0 4px 0 8px;
	margin: 0;
	text-transform: uppercase;
	color: #009CDC;
}
#search .form_item .input
{
	border-top: solid 1px #858585;
}
#search .form_item .input input
{
	width: 204px;
	height: 15px;
	border: solid 1px #C2C2C2;
	margin: 0;
	padding: 0;
}
#search .actions .submit
{
	position: absolute;
	top: 8px;
	right: 13px;
}
/******************************* CART **************************************/
#cart
{
	background: #DEF2FB url(/images/layout/bg-cart.gif) no-repeat bottom center;
	float: right;
	margin-top: -4px;
	text-align: center;
	padding: 4px;
	width: 150px;
}
#cart .title
{
	font: 16px Georgia, Times New Roman, Serif;
	color: #666666;
}
#cart table
{
	margin: 0 auto;
}
#cart table td
{
	padding: 1px;
}
#cart .checkout
{
	display: block;
	height: 19px;
	width: 61px;
	background: url(/images/layout/btn-checkout-blue.gif) no-repeat center center;
}
#cart .checkout:hover
{
	background: url(/images/layout/btn-checkout-blue-ro.gif) no-repeat center center;
}
/******************************* NAVIGATION **************************************/
#nav
{
	clear: both;
	display: block;
	position: absolute;
	bottom: 0px;
	padding: 0 0 0 6px;
}
/******************************* SIDE BAR **************************************/
#side-bar
{
	width: 218px;
	float: left;
}
/******************************* USER AREA **************************************/
#user-area
{
	float: right;
}
#user-area .make-a-reservation
{
	display: block;
	height: 146px;
	width: 658px;
	background: url(/images/layout/img-make-a-reservation-now.jpg) no-repeat center center;
}
#user-area .make-a-reservation:hover
{
	background: url(/images/layout/img-make-a-reservation-now-ro.jpg) no-repeat center center;
}

/******************************* ACCESS **************************************/
#access
{
	background: url(/images/layout/bg-access-content.gif) repeat-y center center;
	position: relative;
	top: -6px;
	border-bottom: solid 1px white;
}
#access .inner
{
	background: url(/images/layout/bg-access-bottom.gif) no-repeat bottom center;
	padding: 8px 6px;
}
#access h2 
{
	color: #009CDC;
}
#access .submit
{
	float: right;
	padding: 2px 0px 0 0;
}
#access .links
{
	text-align: center;
	font-size: 10px;
	line-height: 16px;
}
#access .permission-links
{
	text-align: center;
	font-size: 10px;
	line-height: 16px;
}
#access .form_item 
{
	clear: both;
}
#access .form_item label
{
	width: 60px;
	float: left;
	padding-left: 5px;
	text-transform: lowercase;
	line-height: 20px;
}
#access .form_item .input input
{
	width: 131px;
}
/******************************* CATEGORIES **************************************/
#categories
{
	padding: 0 25px 8px;
}
#categories h3
{
	margin: 0;
	padding: 0;
	height: 29px;
	width: 168px;
	text-align: center;
	line-height: 29px;
	background: url(/images/layout/bg-red-button.gif) no-repeat center center;
	color: white;
	font-size: 18px;
	font-weight: normal;
}
#categories ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#categories li
{
	text-align: center;
	line-height: 20px;
	font-size: 14px;
}
#categories a
{
	text-decoration: none;
}
#categories a:hover
{
	text-decoration: underline;
}
/******************************* LOCATIONS **************************************/
#location
{
	padding: 0 15px;
}
#location h3
{
	margin: 0;
	padding: 0;
	height: 29px;
	width: 188px;
	text-align: center;
	line-height: 29px;
	background: url(/images/layout/bg-yellow-button.gif) no-repeat center center;
	color: white;
	font-size: 18px;
	font-weight: normal;
}
#location a
{
	text-decoration: none;
	display: block;
	text-align: center;
}
#location a:hover
{
	text-decoration: underline;
}
#location .section
{
	padding: 3px 35px 3px 30px;
}
#location .section .title
{
	margin-left: -20px;
	clear: both;
	font-weight: bold;
	display: block;
}
#location .section .description
{
	clear: both;
	display: block;
	color: #727272;
}
/******************************* FOOTER **************************************/
#footer
{
	border-top: solid 2px #E9E9EA;
	width: 884px;
	background: url(/images/layout/bg-footer.gif) repeat-x top left;
	height: 58px;
	padding: 5px 8px 0;
	line-height: 16px;
}
