@import url("sIFR-screen.css");

/*=================== STANDARD RULES ====================*/
body, ul, form, fieldset {margin:0px; padding:0px;}

body{
	margin:0px 0px;
	background: url(../images/body_bg.gif) repeat-x #DD0806;
	font-family: Arial, Helvetica, sans-serif;
	font-size:.75em;
	text-align: center;
}

h1,h2,h3,h4,h5,h6 {
	color:#FFBC09;
	margin-bottom:1em;
}
h1 {
	font-size:2.0em;
	margin: 0 0 .5em 0;
	font-family:Georgia, Times New Roman, Serif;
}
h2 {font-size:1.4em;}
h3 {font-size:1.2em;}
h4,h5,h6 {font-size:1.1em;}

a {text-decoration: none;}
a:link {color:blue;}
a:visited {color:purple;}
a:hover {color:blue; text-decoration:underline;}
a:active {color:blue;}

input, textarea, select, option, button {
	font:1em arial,helvetica,sans-serif;
}

img {border: none;}

ul {list-style: none;}

.printonly {display:none;}

.clear {clear: both; }

/*=================== GLOBAL RULES ======================*/

#container {
	margin: 0 auto;
	text-align: left;
	width: 852px;
}

.float-wrap {float: left;}

.float-wrapcenter {
	float: center;
	text-align: center;
	position: center;
	text-justify: center;
}

#content {float: left;}

/*=================== HEADER ======================*/
#header {
	background: url(../images/header_bg.jpg) no-repeat;
	height: 160px;
	position: relative;
}

#header a#logo-link {
	border: 0px solid white;
	display: block;
	height: 110px;
	left: 45px;
	position: absolute;
	top: 30px;
	width: 190px;
}

#header a#logo-link span {display: none;}

/*=================== SIDE NAV ======================*/
#sidenav {
	border: 0px solid white;
	float: left;
	margin: 0 0 0 0;
	width: 259px;
}

#sidelist {
	float: left;
	height: 437px;
	position: relative;
	width: 259px;
}

#sidelist ul {
	position: absolute;
	left:100px;
	margin-right: 200px;
	top:0px;
}	

#sidelist ul li span {display: none;}

#sidelist ul li a {
	display: block;
	position: absolute;
}

#sidelist ul li#menu a {
	background: url(../images/sidenav_menu.gif) no-repeat;
	height: 21px;
	left: 20px;
	top: 5px;
	width: 48px;
}

#sidelist ul li#locations a {
	background: url(../images/sidenav_locations.gif) no-repeat;
	height: 25px;
	left: 5px;
	top: 40px;
	width: 87px;
}

#sidelist ul li#huhot_hotclub a {
	background: url(../images/sidenav_hotclub.gif) no-repeat;
	height: 30px;
	left: 8px;
	top: 71px;
	width: 80px;
}

#sidelist ul li#giftshop a {
	background: url(../images/sidenav_giftshop.gif) no-repeat;
	height: 31px;
	top: 107px;
	width: 89px;
}

#sidelist ul li#forkids a {
	background: url(../images/sidenav_forkids.gif) no-repeat;
	height: 31px;
	left: 10px;
	top: 144px;
	width: 80px;
}

#sidelist ul li#homelink a {
	background: url(../images/sidenav_home.gif) no-repeat;
	height: 20px;
	left: 23px;
	top: 188px;
	width: 48px;
}

#sidelist ul li#menu a:hover {background-position: 0 -21px;}
#sidelist ul li#locations a:hover {background-position: 0 -25px;}
#sidelist ul li#huhot_hotclub a:hover {background-position: 0 -30px;}
#sidelist ul li#giftshop a:hover {background-position: 0 -31px;}
#sidelist ul li#forkids a:hover {background-position: 0 -31px;}
#sidelist ul li#homelink a:hover {background-position: 0 -20px;}


#sidelist ul li#menu.current-section a {background-position: 0 -21px;}
#sidelist ul li#locations.current-section a {background-position: 0 -25px;}
#sidelist ul li#huhot_hotclub.current-section a {background-position: 0 -30px;}
#sidelist ul li#giftshop.current-section a {background-position: 0 -31px;}
#sidelist ul li#forkids.current-section a {background-position: 0 -31px;}
#sidelist ul li#homelink.current-section a {background-position: 0 -21px;}

/*=================== CONTENT ======================*/
#content {
	border: 0px solid white;
	float: left;
	width: 852px;
}

#contentwrap {
	float: left;	
	margin: 10px;
}

/*=================== FOOTER ======================*/
#footer {
	background: url(../images/footer_bg.gif) no-repeat #F8C579;
	float: left;
	font-weight: bold;
	padding: 0;
	margin-bottom:40px;
	position: relative;
	text-align: right;
	width: 852px;
}

#footer p {margin-top:5px; margin-bottom:5px;}

#footer ul {margin: 70px 65px 0 0;}

#footer ul li {
	display: inline;
	margin: 0 0 0 25px;
}

#footer a {color: #791D15;}

#footer p#copyright {
	text-align:center;
	margin-top:25px;
	m/argin-right:10px;
	font-weight:normal;
	font-size:.9em;
	color:#791D15;
}
