/* Beauty Collection Seasonal CSS Document */

/* --------------------------------------- seasonal banners
---------------------------------------------------------------------------------------------- */
.primary-header {
	width: 600px;
	height: 50px;
	margin: 0px 0px 5px 0px;
	background-color: #472a2b;
}
.primary-header-color {
	color: #472a2b
}
.primary-headeralt1 {/*alternative for info item lists, about us*/
	width: 600px;
	height: auto;
	margin: 0px 0px 5px 0px;
	background-color: #472a2b;/*brown/beige*/
	padding-bottom: 20px;
}
.primary-headeralt2 {/*alternative for collections*/
	width: 399px;
	height: auto;
	margin: 0px 0px 5px 0px;
	background-color: #adadad;/*brown/beige*/
	float: left;
	padding: 0px;
}
.primary-header h1, .primary-header h2, .primary-headeralt1 h1, .primary-headeralt2 h1 {
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	text-transform: lowercase;
	line-height: 50px
}
.primary-headeralt1 h1 {
	float: left;
	width: 200px;
	margin-top: 11px;
}
#body_collections .primary-headeralt1 h1 {
	float: left;
	width: auto;
	margin: 0px 0px 0px 10px;
}
.primary-headeralt2 h1 {
	float: left;
	width: auto;
	margin: 0px 0px 0px 20px;
}
.secondary-header {
	width: 600px;
	height: 30px;
	margin: 0px 0px 20px 0px;
	background-color: #dcb7d7;
}
.secondary-headeralt2 {/*alternative for collections right column*/
	width: auto;
	height: 30px;
	margin: 0px 0px 5px 0px;
	background-color: #dcb7d7;
}
.secondary-header h2, .secondary-headeralt2 h2 {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	line-height: 30px;
	text-transform: lowercase;
}
.third-header {
	width: 600px;
	height: 30px;
	margin: 0px 0px 5px 0px;
	background-color: #dcb7d7;
	clear: both;
}
.third-header h2 {
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	line-height: 30px;
	text-transform: lowercase;
}
a.seasonallink {
	font-size: 14px;
	text-decoration: none;
}
a.seasonallink:link, a.seasonallink:visited {
	color: #55868D;
}
a.seasonallink:hover, a.seasonallink:active {
	color: #2AB8D3;
}
.seasonal-text1 {
	color: #472a2b
}
.seasonal-text2 {
	color: #55868D;
}
