/* @group CSS Reset */

tml, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* @end */

/* @group Styles */

body {
	background-color: #1a1a1a;
	font: .63em Arial, Helvetica, Geneva, sans-serif;
	color: #111;
}

#sitewrapper {
	width: 100%;
}

#header {
	background: url(img/header.jpg) center top;
	height: 375px;
	width: 100%;
}

#header h1 {
	display: none;
}

#header h2 {
	display: none;
}

#navholder {
	width: 980px;
	margin: 0 auto;
	padding-top: 310px;
}

#navholder ul {
	margin-left: 155px;
	float: left;
	display: block;
}

#navholder ul li {
	float: left;
	display: block;
	padding-right: 12px;
}

#navholder ul li.link4 {
	margin-left: 105px;
}

#navholder ul li.link1, #navholder ul li.link2 {
	background: url(img/bulgr.gif) no-repeat right center;
}

#navholder ul li.link4, #navholder ul li.link5 {
	background: url(img/bulr.gif) no-repeat right center;
}

#navholder ul li a {
	float: left;
	display: block;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 0;
	margin: 0 15px;
	cursor: pointer;
}

#pagepic {
	width: 980px;
	margin: 0 auto;
}

#contentholder {
	background-color: #ececec;
	width: 100%;
}

#content {
	width: 980px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
}

#content p {
	text-align:justify;
}

.bold{
	font-weight:bold;
}

#content h3 {
	width: 399px;
	height: 30px;
	overflow: hidden;
	display: block;
	text-indent: -9999px;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: left top;
}

h3#kidsinthepark {
	background-image: url(img/h_kidsinparks.gif);
}

h3#kuduzela {
	background-image: url(img/h_kuduzela.gif);
}

h3#vuvuzela {
	background-image: url(img/h_vuvuzela.gif);
}

h3#purchase {
	background-image: url(img/h_purchase.gif);
}

h3#contact {
	background-image: url(img/h_contact.gif);
}

h3#imaginetheworld {
	background-image: url(img/h_imaginetheworld.gif);
}

h3#danny {
	background-image: url(img/h_danny.gif);
}

h3#productsavailable {
	background-image: url(img/h_products.gif);
	margin-bottom: 0;
}

#content .quote {
	font-size: 1.1em;
	line-height: 125%;
	font-weight: bold;
	color: #c61511;
}

#content .quotedfrom {
	font-style: italic;
}

#content p {
	font-size: 1.2em;
	margin-bottom: 15px;
	line-height: 120%;
}

#content p a {
	color: #c61511;
	text-decoration: none;
}

#prodcontainer {
	padding: 15px;
	background-color: #dadada;
	margin-bottom: 15px;
}

#prodcontainer dl {
	float: left;
	padding-top: 10px;
	padding-bottom: 15px;
	clear: both;
	width: 369px;
}

#prodcontainer a {
	text-decoration: none;
	float: left;
	margin-right: 10px;
}

#prodcontainer dt {
	font-weight: bold;
	font-size: 1.6em;
	color: #111;
}

#prodcontainer dd {
	color: #111;
}

.clear {
	clear: both;
}

#content .left {
	float: left;
	width: 400px;
	margin-left: 50px;
}

#content .right {
	float: right;
	width: 400px;
	margin-right: 50px;
}

.placeright {
	text-align: right;
}

.placeright a {
	margin-left: 5px;
}

#footerholder {
	width: 100%;
	background: url(img/footer.png) no-repeat center top;
}

#footer {
	padding: 35px 0 0 0;
	width: 880px;
	margin: 0 auto;
	color: #fff;
	height: 45px;
	font-size: 1.1em;
}

#footer a {
	text-decoration: none;
	font-weight:bold;
	color: #fff;
}

#footer .left {
	float: left;
	width: 400px;
}

#footer .right {
	float: right;
	width: 400px;
	text-align: right;
}



/* @end */