body {
	/*background: #bbc39b;*/
	background: #ececec;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.04em;
	color: #484848;
}

h1 {
	font-family: Georgia, Times, serif;
	font-size: 24px;
	color: #848484;
	line-height: 30px;
	margin: 9px 0 6px 0;
	padding: 0;
}
h2 {
	font-family: Georgia, Times, serif;
	font-size: 20px;
	line-height: 25px;
	margin: 5px 0 3px 0;
	padding: 0;
}

p {
	margin: 0 0 3px 0;
}

a:link,
a:active,
a:visited {
	color: #700042;
	text-decoration: none;
}
a:hover {
	color: #700042;
	text-decoration: underline;
}


ul {
	margin: 2px 0;
}





div.headerbanner {
	height: 37px;
	width: 100%;
	background: #700042;
}

div.pagewidth {
	position: relative;
	width: 820px;
	margin: 0 auto;
}

div.logo {
	position: absolute;
	top: 9px;
	right: 9px;
}

div.mainNav {
	width: 800px;
	height: 190px;
	margin: 0 10px 0 10px;
	padding: 65px 0 0 0;
}

div.contentTop {
	width: 820px;
	height: 8px;
	background: transparent url('images/bgContentTop.gif') bottom left no-repeat;
}

div.contentBottom {
	width: 820px;
	background: transparent url('images/bgContentBottom.gif') top left no-repeat;
	padding: 10px 0 0 10px;
	margin: 0 0 20px 0;
	font-size: 10px;
}
div.contentBottom p,
div.contentBottom a:link,
div.contentBottom a:active,
div.contentBottom a:visited {
	color: #700042;
	font-size: 11px;
	text-decoration: none;
}
div.contentBottom a:hover {
	color: #700042;
	font-size: 11px;
	text-decoration: underline;
}

div.contentMain {
	position: relative;
	width: 820px;
	background: #ffffff url('images/bgContentMain.gif') top left repeat-y;
	padding: 0 0 10px 0;
}

div.content {
	float: left;
	width: 370px;
	margin: 8px 0 63px 30px;
}
div.contentWide {
	float: left;
	width: 772px;
	margin: 8px 10px 63px 30px;
}

div.contentRight {
	float: right;
	width: 364px;
	margin: 10px 20px 0 10px;
	padding: 10px;
	border: 3px solid #e1e1e1;
}

div.contentImage {
	float: right;
	width: 384px;
	margin: 10px 20px 0 10px;
	padding: 0;
	border: 3px solid #e1e1e1;
}

div.contentImage div.csc-textpic div.csc-textpic-imagewrap .csc-textpic-image img {
  margin: 0 0 -5px 0;
}




ul.subnav1 {
  list-style: none;
  margin: 20px 0 20px 0;
  padding: 0;
	font-weight: 500;
	font-family: Arial, sans-serif;
}
ul.subnav1 li {
	margin: 2px 0 2px 0;
}
ul.subnav1 a {
	font-size: 14px;
	letter-spacing: 0.1em;
	color: #646464;
	text-decoration: none;
}
ul.subnav1 a:hover,
ul.subnav1 li.act a {
	letter-spacing: 0.1em;
	color: #700042;
	text-decoration: none;
}
ul.subnav1 li.plus {
	margin-left: -12px;
}

ul.subnav2 {
	font-family: Arial, sans-serif;
  list-style: none;
  margin: 2px 0 8px 0;
	padding: 0;
}
ul.subnav2 li {
	margin: 0 0 0 23px;
}
ul.subnav2 li a,
ul.subnav1 li ul.subnav2 li a {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #969696;
	text-transform: uppercase;
}
ul.subnav2 li a:hover, 
ul.subnav2 li.act a,
ul.subnav1 li ul.subnav2 li a:hover, 
ul.subnav1 li ul.subnav2 li.act a {
	text-decoration: underline;
	color: #700042;
	text-decoration: none;
}





div.products_single_text dt {
	font-weight: 900;
	margin: 5px 0 0 0;
}
div.products_single_text dd {
}

table.product_single {
	margin-top: 8px;
}
table.product_single th {
	width: 110px;
	font-weight: 900;
	text-align: left;
}




