/*
 * Copyright(C) 2008 - Onwards. Idaho Fun Haus, LLC.
 * All Rights Reserved.
 */

body {
	font-family: sans-serif, serif;
	font-size: 12px;
	background: #E8E8E8;
	text-align: center;
}

.header {
	width: 100%;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
}

.menu, .menu a, .menu table {
	color: #FFFFFF;
	background: #DC1D1D;
	font-size: 12px;
	font-weight: bold;
}

.menu a:link, .menu a:visited {
	text-decoration: none;
}

.menu a:hover {
	text-decoration: underline;
}

.menu table {
	width: 100%;
}

.menu_right {
	text-align: right;
}

#logo {
	cursor: pointer;
	padding-right: 8px;
	padding-top: 8px;
}

.page {
	width: 900px;
	background: #FFFFFF;
	padding: 0px;
	border: 1px solid #DC1D1D;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}

h1 {
	font-size: 12px;
}

.body_text {
	text-indent: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.footer {
	text-align: center;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

.splash {
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	padding-bottom: 30px;
	text-align: center;
}

.spread {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 24px;
}

#s_inflatables, #s_tshirts, #s_gifts, #s_new_2011_inflatables {
	cursor: pointer;
}

.label {
	margin-bottom: 10px;
}

.center {
	text-align: center;
}

