body {
	background: black;
	margin: 15px;
	font-family: Trebuchet, Sans-serif;
	font-size: 100%;
}

#wrap {
	margin: 0 auto;
	background: #ccc url(../images/common/logo.gif) top center no-repeat;
	padding-top: 165px;
	padding-bottom: 40px;
	font-size: .8em;
	overflow: hidden;
	border: 1px solid white;
}

#logo {
	width: 268px;
	height: 100px;
	display: block;
	margin: 20px auto;
	
}

#content {
	clear: both;
	padding: 1em;
	text-align: center;
}

a:link {
	color: #369;
}

a:visited {
	color: #147;
}

a:hover, a:active {
	color: #963;
}

#nav, #nav ul {
	float: left;
	padding: 0;
	margin: 0 0 1em 0;
	list-style: none;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	line-height: 1;
	background: #ddd;
	width: auto;
}

#nav {
	width: 100%;
	position: relative;
	left: -1;
}

#nav a {
	display: block;
	text-decoration: none;
	padding: 0.2em .8em;
	color: #000033;
}

#nav li {
	float: left;
	border-right: 1px solid #e6e6e6;
}

#nav li li {
	width: 8em;
}

#nav li ul {
	position: absolute;
	width: 8em;
	left: -999em;
	border: 3px solid white;
	z-index: 100;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: white;
}

h1 {
	margin: 2em auto 1em auto;
	width: 50%;
	font-family: Century Gothic;
	text-transform: uppercase;
	font-size: 1.3em;
	text-align: center;
	border-bottom: 1px solid #aaa;
	padding-bottom: .5em;
}

h2 {
	margin: 2em auto .5em auto;
	width: 50%;
	text-align: left;
	font-size: 1.1em;
}

td h2 {
	width: 100%;
	color: black;
	margin: 1em 0 0 0;
	text-align: left;
	font-size: 1.1em;
}

h2.center {
	text-align: center;
}

p {
	margin: 1em auto;
	width: 50%;
	text-align: justify;
}

p.swatch {
	margin-top: 3px;
	text-align: center;
	width: 100%;
}

td {
	text-align: center;
	font-size: .7em;
	vertical-align: top;
	color: #555;
}

table {
	margin: 0 auto;
	width: 80%;
}

table img {
	border: 0;
	display: block;
	position: relative;
	top: 5px;
	margin: 0 auto;
}

table a:link img {
	border: 1px solid black;
}

table a:visited img {
	border: 1px solid gray;
}

table a:hover img,
table a:active img{
	border: 1px solid blue;
}

table.products {
	width: 500px;
}

table.products td {
	text-align: center;
}

table.products p {
	text-align: center;
	margin: 1em auto
}

table.products img {
	height: 100px;
}