/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#CC0000;
	margin:0;
	padding:0;
}
p { font-size:11px; margin:0 0 5px 0; padding:0; color:#000000; }
h1, h2, h3 {
	margin:0;
	padding:0;
	color:#0092C8;
	margin-bottom: 5px;
}
i { display:none;}
br {clear:both;}

#shell {
	width:770px;
	margin-left:auto;
	margin-right:auto;
}
#header div {position:absolute;}
#logo a {
	width:225px;
	height:97px;
	display:block;
}
#gnav {
	width:750px;
	margin-top:6px;
	padding-right:20px;
	text-align:right;
}
#gnav a {
	color:#000000;
	font-weight:bold;
}
#pnav {
	margin-top:108px;
	padding-left:20px;
	width: 750px;
	text-align: center;
}
#pnav a {
	color:#fff;
	font-size:12px;
	font-weight:bold;
	margin-right:30px;
	text-decoration:none;
}
#pnav a:hover {
	text-decoration:underline;
}

#header {
	background-image:url(header.jpg);
	height:134px;
	margin-top:10px;
}
#wrapper {
	background:url(top_corners.jpg) top no-repeat;
	padding:5px 10px 0 10px;
}
#content {
	background:#fff url(bottom_corners.jpg) bottom no-repeat;
	padding:5px 10px 10px 10px;
	height:1%;
}
#content h1 {
	font-size:18px;
}
#content h2 {
	font-size:14px;
}
#content p {
	font-size:12px;
	margin-bottom:10px;
}
#content ul {
	margin-top:5px;
	margin-bottom:5px;
}
#content li {
	font-size:12px;
	color:#0092C8;
}
#content label {
	float:left;
	font-size:11px;
	width:100px;
	text-align:right;
	margin-right: 5px;
}
.required {
	color:#FF0000!important;
}
.grid {
	/*width:577px;*/
}
.grid div {
	float:left;
	cursor:pointer;
}
.containers {
	width:175px;
	padding:35px 5px 5px 5px;
	background: top no-repeat;
	border:#0092C8 1px solid;
	margin:0 5px 5px 0;
}

#inflatable {background-image:url(inflatable_rides.jpg);}
#mechanical {background-image:url(mechanical_rides.jpg);}
#games {background-image:url(games.jpg);}
#interactive {background-image:url(interactive_items.jpg);}
#newproducts {background-image:url(new_products.jpg);}
#featured {background-image:url(featured_products.jpg);}

#sidebar {
	float:right;
	width:140px;
	padding:0 5px 0 5px;
	margin-bottom:10px;
	border-left:#0092C8 1px dotted;
}
#sidebar h3 {
	margin-bottom:7px;
	font-size:14px;
	color: #000000;
	line-height: 14px;
	font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
}
#sidebar a {
	font-size:12px;
	color:#0092C8;
	display:block;
	margin-bottom:5px;
	font-weight:bold;
}
#sidebar p a {
	display:inline;
	color:#0092C8;
}

.newproduct {
	background:url(new_products_int.jpg) no-repeat;
	display:block;
	line-height:25px;
	margin-bottom:5px;
	height:25px;
}
	
#footer {
	clear:both;
	background:url(footer.jpg) no-repeat;
	height:27px;
	padding:6px 10px 0 21px;
	text-align: center;
}
#footer p {
	font-weight:bold;
}
.productbox {
	width: 550px;
	border: #0092C8 1px solid;
	margin-bottom: 8px;
	background-color: #e4f1f9;
}
.productbox td {
	padding: 5px;
}
.productbox td h2 {
	color: #000000!important;
}
.productbox img {
	float: right;
	margin-left: 8px;
	border: #0092C8 1px solid;
}
