:active, :focus{
    outline:none;
  }
 .fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.bg{
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	z-index: -1;
}

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

#page_wrap
{
	width: 836px;
	margin-left: auto;
	margin-right: auto;
	font-family:arial, helvetica, sans-serif;
	margin-top: -39px;
}

#banner
{
	width: 100%;
	height: 110px;
	background-image: url(../images/banner_sh.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

#flash_image
{
	width: 100%;
	height: 400px;
	background-image: url(../images/page_sh.png);
	background-repeat: repeat-y;
	padding-left: 18px;
	position: relative;
	z-index: 1000;
}

#content_wrap
{
	background-image: url(../images/page_sh_c_tran.png);
	width: 100%;
	background-repeat: repeat-y;
}

#left
{
	width: 220px;
	min-height: 200px;
	float: left;
	font-size: 12px;
}

#right
{
	width: 585px;
	min-height: 200px;
	float: left;
	font-size: 12px;
}

.clear
{
	clear: both;
}

#footer
{
	width: 800px;
	height: 20px;
	margin-top: -5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#end
{
	background-image: url(../images/footer_sh_c_tran.png);
	width: 100%;
	height: 38px;
	background-repeat: no-repeat;	
}

#menu
{
	padding: 0px;
	margin: 0px;
	position: absolute;
	list-style: none;
	font-size: 13px;
	margin-top: 72px;
	margin-left: 30px;	
	z-index: 1;
	
}

#menu li
{
	float: left;
/*	border: 1px solid black;*/
	margin-left: 2px;
}

#menu li a
{
	padding: 18px;
	display: block;
	font-weight: bold;
	color: black;
	text-decoration: none;
/*
	background: url(../images/mini.png);
	background-repeat: no-repeat;
	background-position: 0px -5px;
*/
}

#menu li a:hover
{
	color: #0873c5 !important; 
	text-decoration: underline !important;
	
}

#img_left
{
	float: left;
	height: 400px;
	width: 600px;
}

#img_right
{
	float: left;
	height: 400px;
	width: 200px;
}

#footer
{
	color: white;
	font-weight: bold;
	text-align: center;
	font-family:arial, helvetica, sans-serif;
	font-size: 12px;
}

#footer a
{
	color: white;
	text-decoration: none;
}

#footer a:hover
{
	color: white;
	text-decoration: underline;
}

.l_text
{
	padding-left: 20px;
}

.r_text
{
	padding-left: 20px;	
	text-align: justify;
}

.title
{
	display: block;
	font-weight: bold;
}

#wh
{
	margin-top: 5px;
	border-bottom: 1px solid #0873c5;
}

#wh input, select, label
{
	float: left;
	font-family:arial, helvetica, sans-serif;
	font-size: 11px;
}

#wh label
{
	width: 50px;
	padding-left: 5px;
	padding-top: 3px;
}

.button {
    outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border:1px solid rgba(8,115,197, 0.2);
	margin-left: 5px;
}

.button:focus {
    box-shadow: 0 0 5px rgba(8,115,197, 1);
    -webkit-box-shadow: 0 0 5px rgba(8,115,197, 1); 
    -moz-box-shadow: 0 0 5px rgba(8,115,197, 1);
    border:1px solid rgba(8,115,197, 0.8); 
}

.button:hover {
    box-shadow: 0 0 5px rgba(8,115,197, 1);
    -webkit-box-shadow: 0 0 5px rgba(8,115,197, 1); 
    -moz-box-shadow: 0 0 5px rgba(8,115,197, 1);
    border:1px solid rgba(8,115,197, 0.8); 
}

.rooms:hover {
    box-shadow: 0 0 5px rgba(8,115,197, 1);
    -webkit-box-shadow: 0 0 5px rgba(8,115,197, 1); 
    -moz-box-shadow: 0 0 5px rgba(8,115,197, 1);
    border:1px solid rgba(8,115,197, 0.8); 
}


.title
{
	font-size: 15px;
	border-bottom: 1px solid #0873c5;
	display: block;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 10px;
	color: #0873c5;
}

.clear
{
	clear:both;
}

.list_wrap
{
	margin-left: 0px;
	margin-bottom: 20px;
	line-height: 30px;
}

.list_wrap label
{
	float: left;
	width: 180px;
	font-size: 12px;
	display: block;
	text-align: left;

}

#click_img
{
	cursor:pointer;
}

.rooms
{
	cursor: pointer;
}

.active
{
	color: #0873c5 !important; 
	text-decoration: underline !important;
}

.best
{
	color: black;
}

.best:hover
{
	color: #0873c5;
}

.extralinks {
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	color: #000000;
}
.extralinks a {
	color: black;
	text-decoration: none;
	font-style: italic;
}
.extralinks a img {
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
}

