@charset "utf-8";
/* CSS Document for public pages */

body {
	background-color: #FFE6E2;
	font-family:"Times New Roman", Times, serif;
	font-size: 62.5%;
}

a {
	color: #CC3366;
}
a:hover {
	font-weight: bold;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
	border: 2px solid #C07B89;
}
#banner {
	height: 134px;
}
#navbar {
	height: 31px;
	background-color: #D8648B;
}
#wrapper2 {
	width: 900px;
	height: 435px;
	background-image: url(../../images/lhs.jpg);
	background-position: top, left;
	background-repeat: no-repeat; /* */
	background-color: #FFFFFF;
}	
#lhs {
	position: relative;
	height: 435px;
	width: 542px;
	float: left;
}
#rhs {
	position: relative;
	height: 435px;
	width: 358px;
	float: left;
}
#rhscontent {
/*	position: absolute;
	top: 35px;
	left: 16px; */
	margin: 35px 0 0 16px;
	width: 305px;
	height: 380px;
	color: #CC3366;
	font-size: 1.4em;
	overflow: auto;
	scrollbar-base-color: #FFE6E2;
	background-color: #FFFFFF;
}
#rhscontent img {
	border: 0;
}
#rhsContact {
/*	position: absolute;
	top: 35px;
	left: 16px; */
	float: left;
	margin: 30px 0 0 50px;;
	width: 385px;
	height: 395px;
	color: #CC3366;
	font-size: 1.4em;
	overflow: auto;
	scrollbar-base-color: #FFE6E2;
	background-color: #FFFFFF;
}

#rhsHome {
	float: left;
	margin: 50px 0 0 15px;;
	width: 520px;
	height: 360px;
	color: #CC3366;
	font-size: 1.6em;
	overflow: auto;
	scrollbar-base-color: #FFE6E2;
	background-color: #FFFFFF;	
}

.homeFeature {
	border: 2px solid #C07B89; 

}


#lhscontent {
	position: absolute;	
	top: 65px;
	left: 53px;
	width: 430px;
	height: 205px;
	color: #CC3366;
	font-size: 1.4em;
	overflow: auto;
	scrollbar-base-color: #FFE6E2;
}
#lhsLongcontent {
/*	position: absolute;
	top: 65px;
	left: 74px; */
	float: left;
	margin: 65px 0 0 53px;
	width: 430px;
	height: 305px;
	color: #CC3366;
	font-size: 1.4em;
	overflow: auto;
	scrollbar-base-color: #FFE6E2;
}
#lhsContact {
/*	position: absolute;
	top: 65px;
	left: 53px; */
	float: left;
	margin: 25px 0 0 53px;
	width: 360px;
	height: 395px;
	color: #CC3366;
	font-size: 1.6em;
	overflow: auto;
	scrollbar-base-color: #FFE6E2;
}
#lhsContact img {
	border: 0;
}
#lhsHome {
/*	position: absolute;
	top: 65px;
	left: 53px; */
	float: left;
	margin: 85px 0 0 40px;
	width: 290px;
	height: 290px;
	color: #CC3366;
	font-size: 1.8em;
	overflow: auto;
	scrollbar-base-color: #FFE6E2;
}
.myerLogo {
	margin: 6px 0 0 0;
	border: 0;
}

#subscribeErrorMessage {
	width: 300px;
	margin: 85px auto 0 auto;
	color: #CC3366;
	font-size: 1.8em;
}


/* ---  Contact Form -- */

.warning {
	background: #CC0066;
	color: #FFFFFF;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 4px;
}
.required {
/*	font-weight: bold; */
	color: red;
}
.myForm td, input, select, textarea, checkbox  {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
	


/* --  Garment Thumbnails -- */
#thumbnails {
	position: absolute;
	top: 285px;
	left: 18px;
	width: 520px;
	height: 130px;
}

#thumbScroller {
	position: relative;
	width: 500px;
	height: 125px;
	margin: 0 auto;
}
#thumbScroller .carousel-prev {
	position: absolute;
	top: 50px;
	z-index: 3;
	cursor: pointer;
	left: 5px;
}
#thumbScroller .carousel-next {
	position: absolute;
	top: 50px;
	z-index: 3;
	cursor: pointer;
	right: 5px;
}

ul.prodThumbs {
	list-style-type: none;
	position: relative;
	cursor: default;
	width: auto;
}
ul.prodThumbs li {
	list-style-type: none;
	position: relative;
	text-align: center;
	cursor: pointer;
	float: left;
}
ul.prodThumbs li img {
	margin: 0 4px;
	display: block;
}

.loading {
	text-align: center;
	width: 500px;
	height: 125px;
	font-size: 1.4em;
	color: #336699;
}

/* hide a div */
.hide {
	visibility: hidden;
	display: none;
}
.show {
	visibility: visible;
}
.SpryHiddenRegion {
	visibility: hidden;
}

/* Clear a Div */
.clearboth {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
#footer {
	width: 900px;
	margin: 10px auto 10px auto;
	font: normal 1.1em Verdana, Arial, Helvetica, sans-serif;
	color: #CC3366;
}
