body {
	background: #fff;
	padding: 0;
	margin: 0;
}

p {
	margin: 0;
}

h1 {
	font-size: 20px;
	margin: 8px 0 10px 0;
}

h2 {
	font-size: 17px;
	margin: 15px 0 2px 0;
}

img {
	border: 0;
}

#container {
	width: auto;
}

#header {
	width: 780px;
	height: 90px;
	background: #333;
	text-align: left;
	border-bottom: 1px solid #630;
}

#nav {
	display: none;
	visibility: hidden;
}

#content {
	width: auto;
	height: auto;
	background: #fff;
	text-align: left;
	font-family: georgia;
	font-size: 14px;
	/*padding: 5px 15px 15px 15px;*/
}

#colLeft {
	margin: 5px 15px 5px 15px;
	text-align: justify;
}

#colRight {
	display: none;
	visibility: hidden;
}

#footer {
	display: none;
	visibility: hidden;
}
/*
.navButton {
	float: left;
	width: 130px;
	text-align: center;
	background: url('../images/navbutton.gif');
	background: #777;
	color: #fff;
	font-weight: bold;
}

a:hover .navButton {
	background: url('../images/navbutton2.gif');
}*/

#nav ul {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}
#nav a {
	float:left;
	width: 130px;
	text-align: center;
	text-decoration:none;
	background: url('../images/navbutton.gif');
	color: #fff;
	font-weight: bold;
	padding: 3px 0;
}
#nav a:hover {
	background: url('../images/navbutton2.gif');
}
#nav li {
	display:inline
}
.products {
	float: left;
	width: 125px;
	font-size: 9px;
	font-family: verdana;
	line-height: 13px;
}

.title {
	border-bottom: 1px solid #999; 
	padding-bottom: 6px;
	margin-bottom: 9px;
}

.color {
	padding: 8px; 
	text-align: center;
	font-weight: bold; 
	border: 1px solid #000;
	width: 80px;
	float: left;
	margin: 10px;
}
