﻿.clear {
	line-height: normal;
	margin: 0px;
	padding: 0px;
	clear: both;
}

#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#flashzone {
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	z-index: 1;
}
ul.layout1 {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	color: #999999;
}
ul.layout1 h1 {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
ul.layout1 h2 {
	font-size: 12px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
ul.layout1 li {
	margin-bottom: 20px;
	display: block;
}
ul.layout1 div.info {
	float: left;
	width: 165px;
	line-height: 16px;
	padding-left: 35px;
}
ul.layout1 div.info a {
	color: #315053;
	font-size: 12px;
	text-decoration: none;
}
ul.layout1 div.info a:hover {
	text-decoration: underline;
}
ul.layout1 div.title {
	height: 11px;
	padding-top: 2px;
	float: left;
	padding-left: 32px;
}
ul.layout1 div.imgSpace {
	text-align: right;
	width: 81px;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
}


/*----------------
  COLUMN 1
----------------*/
#col1 {
	float: left;
	width: 450px;
	padding-left: 30px;
}

#themeNav {
	display: block;
	margin: 10px 0px 0px;
	padding: 0px 0px 0px 60px;
	float: left;
	width: 150px;
}
#themeNav ul {
	margin: 0px;
	list-style-type: none;
	padding-left: 20px;
}
#themeNav li {
	/*float: left;*/
	display: block;
	height: 15px;
	line-height: 15px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 25px;
	margin-top: 13px;
	clear: right;
	width: 125px;
}
#themeNav a {
	color: #778797;
	text-decoration: none;
}
#themeNav a:hover {
	text-decoration: underline;
}

ul#list, ul#list ul {
	list-style-type: none;
	display: block;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
ul#list li.product_offering {
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
ul#list li.collection {
	color: #4F9A96;
	margin-top: 10px;
	font-size: 12px;
}
ul#list li.item {
	color: #666666;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}
#list .product_offering .collection .item a {
	color: #666666;
	text-decoration: none;
}
#list .product_offering .collection .item a:hover {
	color: #666666;
	text-decoration: underline;
	font-weight: normal;
}
