html, body { 
	background-color: #000066;
	height: 100%;
	margin: 0 0 1px; 
	padding: 0em;  
	text-align: center; 
}

img{
	position:relative;
	z-index:0;
}

#inner-body {
	padding: 0em;
	/*margin was set to 0em*/
	margin: auto;
	
	background-color: #ffffff;
	
	width: 702px;
	
	text-align: left;
	
	border: solid 1px white;
	border-top: none;
	border-bottom: none;
}

#body { position: relative; margin: 20px; z-index:0;}
#content { width: 460px; float:left;}
#sidebar { position: relative; float: right; top: 0px; right: 0px; width: 180px; }

h1, h2, h3 {
	margin: 0em 0em 1em 0em;
	padding: 0.1em 0.3em;
	
	color: #039;
	
	font-family: sans-serif;
}

h1 {
	background-image: url(/image/gradients/section_grad.gif);
	background-position: top;
	background-repeat: repeat-x;
	border-top: solid 1px #05e;
	
}

h2 {
	background-image: url(/image/gradients/subsection_grad.gif);
	background-position: top;
	background-repeat: repeat-x;
	
	border-top: solid 1px #bce;
}

h1 { font-size: 1.5em; }
h2, h1.sidebar { font-size: 1.1em; }
h2.sidebar { font-size: 1em; }

h3 {
	font-size: 1em;
}

#footer { position: relative; }
#content p { padding-left: 0.5em; padding-right: 0.5em; }

hr { display: none; }

#header {
	margin: 0em;
	padding: 0em;
	
	height: 50px;
	
	background: #05e url(/image/kleankustomz.gif) no-repeat;
	background-position: 20px center;
	background-color: #05e;
	
	border-bottom: solid 1px white;
}

#header strong {
	display: none;
}

#menu-content {
	margin: 1px 0em 0em 0em;
	padding: 0em;
	
	height: 20px;
	
	background-image: url(/image/gradients/content_top_grad.gif);
	background-repeat: repeat-x;
	
	border-top: solid 1px white;
	
	border: none;
}

#related-footer {
	clear: both;
	
	margin: 0em;
	padding: 0em;
	
	height: 20px;
	
	background-image: url(/image/gradients/content_bottom_grad.gif);
	background-repeat: repeat-x;
	
	border: none;
}

#footer_text {
	margin: 0em;
	padding: 0.5em;
	
	border-top: solid 1px white;
	border-bottom: solid 1px white;
	
	background-color: #000066;
	color: white;
	
	font-size: 12px;
	font-family: sans-serif;
}

#footer_text a { color: #88f; }
#footer_text a:hover { color: white; }

#footer-bottom {
	margin: 0em;
	padding: 0em;
	
	height: 10px;
	
	border: none;
	
	background-color: #05e;
	
	overflow: hidden;
}

#storeImage{
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	background-color: #000066;
}

.linkList li{
	float:none;
	list-style-type: none;
	
}
	
#menu {
	margin: 0 auto;
	padding: 0;
	text-align:center;
	color: #FFFFFF;
	
	font-family: arial, helvetica, sans-serif;
	font-size: smaller;
	
	background-color: #000066;
}

#menu li a {
	width: 174px;

	padding:0px;
		
	color: #FFFFFF;
	cursor: pointer;
	
	text-decoration: none;
	
	line-height: 20px;
	overflow: hidden;
}

#menu li:hover { background-color: #05e; }
#menu a:hover { background-color: #05e; }
/*#menu li:hover ul { display:block;}
#menu a:hover ul	{ display:block;}*/

#menu li{
	height:22px;
	width:174px;
	padding: 0px;
	display:inline;
	position: relative;
	z-index:100;
	background-color: #000066;
	border: solid 1px #FFFFFF;
	border-left: none;
}

#menu li.firstItem { border-left: solid 1px #FFFFFF; }


li { float: left; }
li a { height: 1%; }


#menu ul.subCat{
	position: absolute;
	display: none;
	padding: 0;
	margin: 0;
	left: 0px;
	z-index:100;
	top:22px;
	background-color: #000066;
	list-style-type:none;
	font-size: smaller;
	border: solid 1px #FFFFFF;
}

#menu li ul.subCat li{
	margin:0;
	padding: 0;
	width: 174px;
	float:left;
	display: block;
	
}

.showcaseLeft img{
	width: 200px;
	height: 150px;
	margin-right: 10px;
}

.showcaseLeft {
	padding-bottom: 20px;
	width:50%;
	float:left;
	vertical-align:top;
}

.showcaseRight {
	padding-bottom: 20px;
	float:Right;
	width:50%;
	vertical-align:top;
}

.showcaseRight img {
	width: 200px;
	height: 150px;
	margin-left:10px;
}

.imageLeft {
	padding-bottom: 20px;
	width:50%;
	float:left;
	vertical-align:top;
}

.imageRight {
	padding-bottom: 20px;
	float:Right;
	width:50%;
	vertical-align:top;
}