#content {
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
}

#row1 {
	margin-bottom: 10px;
	padding-bottom: 6px;
}
#row1 #col2 #head {
	display: block;
	margin-top: 10px;
}
#row1 #col2 p {
	line-height: 18px;
	color: #999999;
	display: block;
	margin-top: 20px;
	margin-right: 20px;
}

/*----------------
  COLUMN 1
------------------*/
#col1 {
	float: left;
	margin-right: 51px;
	width: 135px;
	margin-left: 10px;
}
#col1 ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#col1 li {
	display: block;
}
#col1 li a {
	font-size: 11px;
	color: #528D94;
	text-decoration: none;
	line-height: 20px;
	height: 20px;
	background-image: url(img/_common/bulletCircle_aqua.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#col1 li a.selected {
	color: #666666;
	background-image: url(img/_common/bulletCircle_DarkTealWhite_5x5.gif);
	font-weight: bold;
}
#col1 li a:hover {
	text-decoration: underline;
}


/*----------------
  COLUMN 2
------------------*/
#col2 {
	float: left;
	width: 305px;
	margin-top: 17px;
	margin-right: 11px;
}

ul#list, ul#list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
ul#list {
	margin-top: 15px;
}
ul#list ul {
	margin-bottom: 25px;
}
ul#list li {
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #BDDADD;
	font-size: 12px;
	color: #7BB5BB;
}
ul#list li li {
	font-weight: normal;
	margin-left: 20px;
	border-top-style: none;
	font-size: 11px;
	color: #666666;
}

/*----------------
  COLUMN 3
------------------*/
#col3 {
	float: left;
	width: 164px;
	margin-top: 17px;
	margin-left: 10px;
}


/*--------------------
  FEATURED PRODUCTS
---------------------*/
#featureArea {
	margin-top: 30px;
}
#featureArea #title {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CBE0E2;
	margin-bottom: 15px;
}
#featureArea #title img {
	position: relative;
	top: 1px;
	background-color: #FFFFFF;
	display: block;
}
#featureArea .outer {
	width: 175px;
	float: left;
	height: 150px;
	text-align: center;
}
#featureArea .outer a {
	text-decoration: none;
}
#featureArea .inner {
	width: 102px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#featureArea .frame {
	position: relative;
	width: 94px;
	height: 94px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #99C2C6;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#featureArea .frame table {
	width: 94px;
	height: 94px;
}
#featureArea .frame table td {
	text-align: center;	
}
#featureArea .frame:hover {
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-left-color: #EAEAEA;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#featureArea .frame div {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
}
#featureArea img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#featureArea h1 {
	font-size: 13px;
	padding: 0px;
	color: #98C5CA;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#featureArea h2 {
	font-size: 11px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	color: #666666;
	font-weight: normal;
}
#featureArea h3 {
	font-size: 11px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
}
#navHead {
	margin-bottom: 10px;
}
