/*---------------------------Zero Margins---------------------------*/
p, h1, h2, h3, h4, h5 {
	margin-top: 0px;
	margin-bottom: 0px;
}
ul, li {
	margin-top: 0;
	margin-bottom: 0;
}
/*---------------------------Zero Margins---------------------------*/
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	margin: 20px 0px 0px;
	text-align: center;
}
#container {
	width: 841px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/container-bg.jpg);
	background-repeat: repeat-y;
	text-align: left;
}
#container #content #main {
	float: left;
	line-height: 1.15em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	width: 475px;
	padding-left: 75px;
	margin-top: 10px;
}
#container #content #main h1 {
	font-size: 125%;
	margin-bottom: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #980400;
	padding-bottom: 5px;
}
#container #content #main p {
	margin-bottom: .5em;
	font-size: 80%;
}
#container #content #sidebar h1 {
	font-size: 100%;
	color: #BD4220;
}
#container #content #sidebar h2 {
	font-size: 80%;
}

#container #content #sidebar p {
	font-size: 70%;
}


#container #content {
	padding-top: 40px;
}
#container #head ul {
	list-style-type: none;
	font-size: 70%;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 0px;
	padding-left: 55px;
	padding-bottom: 3px;
	padding-top: 5px;
}
#container #head li {
	display: inline;
	margin-right: 25px;
}
#container #content #main h2 {
	font-size: 90%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C5C5C5;
	margin-bottom: 5px;
	padding-bottom: 2px;
	margin-top: 15px;
}



#container #content #sidebar {
	margin-left: 622px;
	width: 175px;
	margin-top: -5px;
}
#sidebar h1, #sidebar h2, #sidebar p {
	margin-left: 8px;
}


#container #foot {
	background-image: url(../images/foot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 103px;
	clear: both;
}

#container #head {
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 27px;
	padding-top: 225px;
	text-align: left;
	color: #FFFFFF;
}
#container #head a {
	color: #FFFFFF;
	text-decoration: none;
}
#container #head a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
.swatch   li  img {
	float: right;
	background-color: #FFFFFF;
	padding: 4px;
	border: 1px solid #000000;
}
.swatch li {
	list-style-type: none;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #CCCCCC;
	width: 400px;
	padding: 20px;
	margin-left: -20px;
	clear: right;
	border: 1px solid #000000;
	height: 90px;
}
#container #content #main h3 {
	font-size: 100%;
	margin-bottom: 0.5em;
	margin-top: 1em;
}
