html, body { 
	margin: 0; 
	color: black;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt; line-height: 1.167; 
	background-color: white;
	border: none; 
	padding: 0;
	min-width: 833px;
	max-width: 1150px;
}

#header-bar { 
	background-color: #DADADA;
	height: 58px; 
	margin: 3px;
}
#header-logo { 
	margin-left: 0;
	margin-right: auto;
	width: 400px;
	height: 58px; 
	float: left; 
}
#header-logo img { 
	height: 58px;
	border: none
}
#header-bar .domain { 
	height: 58px; 
	background-color: #DADADA;
	float: left; 
}

#header-nav {
	color: #6E007E;
	border-top: 1px solid blue;
	border-bottom: 1px solid blue;
	font-size: 0.8em;
	line-height: 1;
	margin-top: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	text-transform: uppercase;
	clear: both;
	white-space: nowrap;
}
#header-nav a:link, #header-nav a:visited {
	margin: 0 9px;
	color: #6E007E;
	text-decoration: none;
}
#header-nav a:hover, #header-nav a:active {
	margin: 0 9px;
	color: #C30D27;
	text-decoration: none;
}
#main {
	border-collapse: collapse;
	margin: 0;
	width: 100%;
}
#main-left-col {
	width: 60%;
}
#main-right-col {
	width: 40%;
}

#main td {
	vertical-align: top;
}

#main-1 {
	margin: 15px;
	width: 100%;
	max-width: 700px;
}

#main a:link, #main a:visited {
	color: #C30D27;
	text-decoration: underline;
}
#main a:hover, #main a:active {
	color: #6E007E;
	text-decoration: underline;
}

#main h1 a:link, #main h1 a:visited {
	color: #6E007E; /* IE 6 & 7 botched inherit */
	text-decoration: none;
}
#main h1 a:hover, #main h1 a:active {
	color: #6E007E; /* IE 6 & 7 botched inherit */
	text-decoration: underline;
	font-weight: bold;
}

#main p a:link, #main p a:visited {
	color: black; /* IE 6 & 7 botched inherit */
	text-decoration: none;
}
#main p a:hover, #main p a:active {
	color: black; /* IE 6 & 7 botched inherit */
	text-decoration: underline;
}

#main p a.overt:link, #main p a.overt:visited {
	color: #33F;
	text-decoration: underline;
}
#main p a.overt:hover, #main p a.overt:active {
	color: #C00;
	text-decoration: underline;
}
#main p a.overt:hover, #main p a.overt:active {
	color: #C00;
	text-decoration: underline;
}


#main-1 a:link, #main-1 a:visited {
	color: #C30D27;
	text-decoration: underline;
}
#main-1 a:hover, #main-1 a:active {
	color: #6E007E;
	text-decoration: underline;
}


#main-left { 
	margin-top: 15px;	
	margin-left: 15px;	
}
#main-product-image {
	width: 500px;
	margin: 0;
}


#main p, #main-1 p {
	margin-bottom: 0.5em;
}
#main h1, #main-1 h1 {
	color: #6E007E;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

#main-1 .part {
	margin-bottom: 2em;
}

#main-left h1 {
	color: #C30D27;
	font-weight: normal;
}

#samples {
	border-collapse: collapse;
}
#samples td {
	vertical-align: top;
	width: 100px;
}
.sample-image {
	width: 250px;
	border: none;
}
#samples p {
	font-size: 0.9em;
	width: 250px;
	text-align: center;
	text-transform: capitalize;
}

#main-right {
	margin-top: 0;	
	margin-left: 15px;
	background-color: #E0E1E2;
}

.right-item {
	clear: both;
	margin-left: 15px;
	padding-top: 15px;
	padding-bottom: 20px;
	min-height: 72px;
}
/*
.right-item + .right-item {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
}
*/
.right-item img {
	float: left;
	width: 72px;
	border: none;
}
.right-item div {
	margin-left: 82px;
}
#main .right-item div h1 {
	font-size: 1.1em; font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
}
.right-item div p {
	font-size: 0.9em;
	margin-top: 0;
	margin-bottom: 0;
}

#main .right-list li {
	padding-bottom: 25px;
}

#main .right-list h1 {
	font-size: 1.1em; font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	text-transform: uppercase;
}
#main .right-list p {
	font-size: 0.9em;
	margin-top: 0;
	margin-bottom: 0;
}
#green {
	color: #060;
}
