/* CSS Document */

/* global white space reset */
* {
	margin: 0;
	padding: 0;
}

body {
	text-align:center;
	margin: 20px;
	padding: 0px;
	font: normal 0.8em/1.2em "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
}

#container {
	text-align: left;
	width: 100%;
	margin: 0 auto;

}
#header {
	display: none;
}
#searchbar {
	display: none;
}
.searchbox {
	float: right;
	border: 1px solid #999999;

}
.submit-button {
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 86%;
	border: 1px solid #999999;
	margin-left: 10px;
	background-color: #EFEFEF;

}
#navigation {
	display: none;

}
#content {
	width: 100%;
	margin: 0 auto;
}
#footer {
	display: none;

}
#footer p {
	margin: 0;
	padding: 2px 0px 2px 0px;
	text-align: center;
	font-size: 86%;
	color: #999999;
}
#footer a {
	color: #336666;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}
h1 {
	font-size: 140%;
	margin-bottom: 10px;
	font-style: italic;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
p {
	margin: 10px 0px 10px 0px;
	color: #333333;
}
#content a {
	color: #336666;
	font-weight: bold;

}
#content a:hover {
	text-decoration: none;

	
}
.products {
	text-align: center;
}
#sidebar {
	display: none;
}
#menubar, #main-nav {
	display: none;

}
