@font-face {
	font-family: 'SketchRockwellRegular';
	src: url('/css/sketchrockwell-bold-webfont.eot');
	src: url('/css/sketchrockwell-bold-webfont.woff') format('woff'), url('/css/sketchrockwell-bold-webfont.ttf') format('truetype'), url('/css/sketchrockwell-bold-webfont.svg#webfontY9OdIzrJ') format('svg');
	font-weight: normal;
	font-style: normal;
}

html {
	background-image: url("/img/bg-line.gif");
	background-repeat: repeat-x;
}

h1 {
	position: absolute;
	top: -999px;
	left: -999px;
}

h2 {
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-family: 'SketchRockwellRegular', sans-serif;
	font-size: 38px;
}

h3 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF7700;
}

h4 {
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-family: 'SketchRockwellRegular', sans-serif;
	font-size: 24px;
}


p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 140%;
}

.red {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 140%;
	font-weight: bold;
	color: #f30606;
}
.blue {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 140%;
	font-weight: bold;
	color: #092392;
}

.pink {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 140%;
	font-weight: bold;
	color: #ff0091;
}

blockquote {
	background-color: #e3e9ff;
	padding: 15px;
	border: 6px solid #e3e9ff;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}


blockquote p {
	padding: 0;
}

blockquote a {
	color: #000;
}

a.button {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #FF7700;
	padding: 12px 24px 10px 24px;
	margin: 5px;
	font-family: 'SketchRockwellRegular', Verdana, sans-serif;
	font-weight: normal;
	font-size: 24px;
	color: #fff;
	text-decoration: none;
}

a.button:hover {
	color: #FDFF79;
}

#wrapper {
	width: 1010px;
	margin: 0 auto 0 auto;
}

#header {
	margin-top: 20px;
	margin-left: 44px;
}

#navigation {

}

#navigation ul {
	background-image: url("/img/nav-lines.gif");
	background-repeat: no-repeat;
	background-position: 67px 17px;
	width: 945px;
	margin: 0 auto 0 auto;
}

#navigation li {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	margin-right: 54px;
	
	/* IE6/7 inline-block fix */
	zoom: 1;
	*display: inline;
}

#navigation a:link, 
#navigation a:active, 
#navigation a:visited {
	display: block;
	position: relative;
	width: 77px;
	height: 30px;
	padding-top: 80px;
	text-align: center;
	color: #000;
	text-decoration: none;
	font-family: Verdana;
	font-size: 80%;
	z-index: 10;
}

#navigation a:hover {
	background-position: -78px 0;
}

#nav-home a {
	background-image: url("/img/nav-corporate-icons.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav-all a {
	background-image: url("/img/nav-goodies-icons.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav-corporate {
	margin-right: 35px!important;
}

#nav-corporate a {
	background-image: url("/img/nav-experience-icons.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav-logo {
	background-image: url("/img/nav-logo.png")!important;
	background-repeat: no-repeat;
	margin-right: 31px!important;
	width: 157px;
	height: 157px;
}

#nav-logo a {
	text-indent: -9999999px!important;
	width: 157px!important;
}

#nav-logo a:hover {
	background: none;
	border: none;
}

#nav-experience {

}

#nav-experience a {
	background-image: url("/img/nav-home-icons.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav-about {
	margin-right: 50px!important;
}

#nav-about a {
	background-image: url("/img/nav-all-icons.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}

#nav-goodies {
	margin-right: 0!important;
}

#nav-goodies a {
	background-image: url("/img/nav-about-icons.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}

.sub-nav {
	display: none;
	position: absolute;
	top: 85px;
	margin-left: -20px;
	z-index: 9;
	width: 115px;
}

.sub-nav ul {
	background-image: none!important;
	background-color: #fff!important;
	border: 2px solid #FF7700;
	width:115px!important;
	
	padding-top: 55px;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	box-shadow:3px 4px 6px #666;
	-webkit-box-shadow:3px 4px 6px #666;
	-moz-box-shadow:3px 4px 6px #666;
}

#nav-about .sub-nav ul {
	padding-top: 45px;
}

.sub-nav ul li {
	display: block!important;
	border-top: 2px solid #FF7700;
	width: 100%;

}

.sub-nav a {
	background-image: none!important;
	width: 100%!important;
	margin: 0!important;
	padding: 15px 0 0 0!important;
}

.event-entertainment a {
	padding: 7px 0 7px 0!important;
}

.sub-nav a:hover {
	position: relative;
	left: -4px;
	padding: 15px 4px 0 4px!important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#nav-all .sub-nav a:hover {
	background-color: #D284FF;
}

#nav-corporate .sub-nav a:hover {
	background-color: #9AE4E8;
}

#nav-about .sub-nav a:hover {
	background-color: #FB67C9;
}

#page-content {
	padding: 30px;
	padding-bottom: 0;
}

#footer {
	width: 100%;
	border-top: 2px solid #FF7A00;
	padding-bottom: 15px;
}

#footer div {
	width: 1010px;
	margin: 0 auto 0 auto;
}

#footer ul {
	margin: 0 25px;
}

#footer li {
	display: inline-block;
	vertical-align: top;
	
	margin: 15px 20px 0 20px;

	/* IE6/7 inline-block fix */
	zoom: 1;
	*display: inline;
}

#footer li, #footer p {
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.8em;
	color: #666;
	line-height: 1.2em;
	text-align: center;
}

#footer img {
	margin: 7px 1px;
	border: none;
}

#footer a:link,
#footer a:active,
#footer a:visited {
	color: #666;
	text-decoration: none;
}

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