@font-face {
 font-family: BookAntiqua;
 src: url("./fonts/bkant.eot") /* EOT file for IE */
}
@font-face {
 font-family: BookAntiqua;
 src: url("./fonts/bkant.ttf") /* TTF file for CSS3 browsers */
}

body {
	font-family: BookAntiqua;
	color: #222;
	margin: 0px;
	padding: 0px;
}

img {
	border: none;
}

a {
	color: #111;
	text-decoration: none;
}
a:hover {
	color: #b7848c;
}

h1 {
	font-size: 18px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 25px;
}

h2 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 25px;
}

#sideBar {
	float: left;
	width: 220px;
	margin-top: 30px;
}

#sideBar a {
	text-transform: uppercase;
}

#container {
	width: 980px;
	margin: 0px auto;
}

#header {
	margin-top: 30px;
}

#logo {
	float: left;
}

#motto {
	float: left;
	margin: 35px 0px 0px 180px;
	text-transform: uppercase;
	font-size: 24px;
}

#userMenu {
	margin-top: 10px;
	float: right;
	text-align: right;
	text-transform: uppercase;
	line-height: 40px;
}

#userMenu a {
	margin-left: 40px;
}

#menu ul {
	margin: 4px 0px 0px 0px;
	padding: 0px;
}

#menu ul li {
	float: left;
	list-style: none;
	margin: 20px 34px 0px 0px;
	text-transform: uppercase;
	font-size: 15px;
}

#activeMenu a {
	color: #b7848c;
}


#footerMenu ul {
	margin: 35px 0px 0px 0px;
	padding: 0px;
}

#footerMenu ul li {
	float: left;
	list-style: none;
	margin: 0px 30px 0px 0px;
	text-transform: uppercase;
	font-size: 14px;
}

#footer {
	margin-top: 35px;
	text-transform: uppercase;
	font-size: 10px;
}

.clearBoth {
	clear: both;
}

#homePageContent {
	margin-top: 40px;
	background: url('images/home-banner.jpg') no-repeat;
	text-transform: uppercase;
	color: #000;
	padding: 608px 0px 15px 50px;
	font-size: 13px;
}

#homePageContent a:hover {
	color: #333;
}

#lookbook {
	margin-top: 30px;
}

#lookbook img {
	margin: 15px 0px;
	border: none;
}

.colorDiv {
	float: left;
	height: 15px;
	width: 30px;
	margin: 5px;
	border: 1px solid #000;
	cursor: pointer;
}

.colorDivSelected {
	background: url('images/color-check.png') no-repeat center center;
}

#mainPic {
	float: left;
	text-align: center;
	width: 450px;
	height: 650px;
	margin: 50px 0px 0px 30px;
}

.mainPicContainer {
	text-align: center;
	width: 450px;
	height: 650px;
	position: absolute;
}

#thumbsList {
	float: left;
	text-align: center;
	width: 90px;
	margin: 50px 0px 0px 30px;
}

#thumbsList img {
	cursor: pointer;
}

.carouselPage {
	position: absolute;
	text-align: center;
}

.carouselPage img {
	cursor: pointer;
}

.productListDiv {
	float: left;
	text-align: center;
	width: 300px;
	margin: 50px 12px 0px;
	text-transform: uppercase;
}

.productListDiv img {
}

.formLabel {
	float: left;
	width: 150px;
}

.formField {
	float: left;
}

.formSeparator {
	clear: both;
	height: 20px;
}

#campaign {
	width: 900px;
	height: 900px;
	margin-top: 30px;
}

.campaignPic {
	text-align: center;
	position: absolute;
	width: 900px;
	display: none;
}

#campaignMenu {
	position: absolute;
	z-index: 5;
	margin-left: 700px;
	margin-top: -600px;
	text-align: right;
	line-height: 40px;
	text-shadow: 0px 0px 5px #fff;
	text-transform: uppercase;
	font-size: 16px;
}

.browseProductsName {
	display: none;
}

.visible {
	display: block;
}
