@charset "UTF-8";
/* v1.0 | 20080212 */

html, 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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(images/indexPage/sideBar_Faux.gif) repeat-y left top;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
} 
#header {
	background: url(images/indexPage/Top_Banner.png) no-repeat left top;
	padding: 0 10px 0 20px;
	height: 170px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
}
#mainContent {
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 200px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	text-align: left;
} 
#footer {
	background:url(images/indexPage/navBar/red_RO.gif) repeat;
	margin-left: 170px;
	height: 20px;
} 
#footer p  {
	font-size: 10px;
	color: #FFF;
	padding-top: 5px;
	padding-left: 110px;
	text-align: left;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent h1 {
	margin: 0px 0 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-size: 24px;
}
#mainContent h2 {
	font-size: 18px;
}
#mainContent p {
	font-size: 12px;
}
#mainContentIndexWrap {
	padding: 40px 20px 200px 0px;
	background: url(images/indexPage/mainContent_indexPage.jpg) no-repeat 480px 30px;
}
#mainContentWrap {
	padding: 40px 20px 200px 0px;
}
.logoItem {
	width: 370px;
	float: left;
	position: relative;
	top: 150px;
	left: 110px;
}
#mainNavBar {
	position: relative;
	top: 150px;
	left: 30px;
}
#productHeadline {
	height: 210px;
	width: 600px;
}
#productHeadlineFruit {
	height: 125px;
	width: 600px;
}
#productGalleryholder {
	height: 300px;
	width: 600px;
}
#productSingle {
	height: 100px;
	width: 100px;
	padding-right: 80px;
	padding-bottom: 50px;
	font: bold 12px Arial, Helvetica, sans-serif;
	float: left;
}
#guaranteeHolder {
	width: 580px;
	font: 12px Arial, Helvetica, sans-serif;
}
.bold {
	font: bold 12px Arial, Helvetica, sans-serif;
}
.sidebarIMG {
	padding-top: 0px;
}
#footer a {
	font-size: 10px;
	color: #FFF;
	text-align: left;
}
.fltrtImage {
	float: right;
	margin-left: 8px;
	margin-bottom: 8px;
	border: 1px solid #000;
}
#mainContentContactWrap {
	padding: 40px 20px 200px 0px;
	background: url(contactUs/images/Contact_kids_Cone_002.jpg) no-repeat 460px 20px;
}
#gameImage    {
	height: 352px;
	width: 580px;
	padding-top: 20px;
}
