* {
  margin: 0px;
  padding: 0px;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3F3F3F;
	margin-top: 12px;
	background-image: url(../images/bg_tile.gif);
}
#outerWrapper {
	text-align: left;
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}
#topNav {
	width: 960px;
	height: 26px;
	background-color: #FFF;
}
#topNav ul {
	float: right;
	list-style-type: none;
}
#topNav li {
	display: inline;
	margin-right: 20px;
}
#topNav a:link, #topNav a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #8C8C8C;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
#topNav a:hover, #topNav a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
#topNav #social {
	float: left;
}
.topNavDown {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	font-size: 11px;
}
#mainNav {
	width: 960px;
	height: 95px;
	background-color: #FFF;
}
#navbot {
	width: 960px;
	height: 18px;
	background-image: url(../images/nav_bot.gif);
	background-repeat: no-repeat;
}
#logo {
	width: 960px;
	height: 80px;
}
#contentWrapper {
	width: 960px;
	background-color: #FFFFFF;
}
#content h1 {
	font-size: 24px;
	font-weight: normal;
	color: #F79452;
	line-height: 120%;
	margin-bottom: 12px;
}
#content h2 {
	font-size: 14px;
	font-weight: normal;
	color: #F0047F;
	line-height: 120%;
	margin-bottom: 2px;
}
#content h3 {
	font-size: 15px;
}
#content p {
	font-size: 12px;
	line-height: 140%;
	margin-bottom: 16px;
	margin-right: 48px;
}
#content li {
	font-size: 12px;
	color: #3F3F3F;
	line-height: 120%;
	margin-bottom: 4px;
}
#content #greenUl {
	list-style-image: url(../images/gr_bullet.gif);
	margin-left: 16px;
	margin-bottom: 18px;
}
#content #orangeUl {
	list-style-image: url(../images/or_bullet.gif);
	margin-left: 16px;
	margin-bottom: 18px;
}
#pageTitle {
	width: 960px;
	text-align: center;
	padding-top: 36px;
}
#mediaContact {
	float: right;
	width: 210px;
	border: 1px solid #FC844A;
	margin-left: 20px;
}
#mediaContact p {
	margin: 10px;
}
#boutiqueStores {
	float: left;
	width: 360px;
	text-align: center;
}
#chainStores {
	float: right;
	width: 360px;
	text-align: center;
}
.greenTxt {
	color: #6C9B33 !important;
}
.pinkTxt {
	color: #F0047F !important;
}
.orangeTxt {
	color: #E66600 !important;
}
.brownTxt {
	color: #8C622C !important;
}
.purpleTxt {
	color: #B8008B !important;
}
.clearFloat {
  clear: both;
  display: block;
}
.labelCell {
	font-size: 12px;
	padding-top: 4px;
	padding-right: 2px;
	text-align: right;
	vertical-align: top;
}
.wholesaleCell {
	padding-bottom: 20px;
	padding-left: 20px;
	vertical-align: top;
}
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.indent {
	padding-left: 24px;
}

.floatImageLeft {
	float: left;
	margin-right: 8px;
	margin-bottom: 4px;
}
.clearLeft {
	clear: left;
}
.floatLeft {
	float: left;
}
