/* ---------------------------------------- */
/*   CSS RESETS                             */
/* ---------------------------------------- */
@import url('reset.css');
html {
	scrollbar-face-color: #23ADB9; 
	scrollbar-shadow-color: #cccccc; 
	scrollbar-highlight-color: #F9EFB1; 
	scrollbar-3dlight-color: #787878; 
	scrollbar-darkshadow-color: #787878; 
	scrollbar-track-color: #BBEBF7; 
	scrollbar-arrow-color: #ffffff;
	}

/* ---------------------------------------- */
/*   BODY                                   */
/* ---------------------------------------- */
body {
	/*background: url(../images/bg.gif) 0 0 repeat;*/
	font-family: Arial, Helvetica, sans-serif;
}
#container {
	background-color: #fff;
	margin: 0 auto;
	padding-bottom: 50px;
	position: relative;
	width: 960px;
}
/* ---------------------------------------- */
/*   HEADER                                 */
/* ---------------------------------------- */
#header {
	height: 145px;
	margin: 0 auto;
	position: relative;
	width: 880px;
}
#header img {
	left: 6px;
	position: absolute;
	top: 18px;
}
#header form {
	color: #666c6d;
	position: absolute;
	top: 20px;
	right: 20px;
}
#header form h2 {	
	font: normal 1.125em Arial;
}
#header form label {
	display: inline-block;
	font: normal 0.75em Arial;
	padding-right: 10px;
	text-align: right;
	width: 60px;
}
#header form input {
	border: 1px solid #666c6d;
}
/* ---------------------------------------- */
/*   NAV                                    */
/* ---------------------------------------- */
#nav {
	height: 39px;
	margin: 0 auto;
	position: relative;
	width: 880px;
	z-index: 100;
}
#nav ul {
	background-color: #FFF;
}
#nav li {
	float: left;
	position: relative;
}
#nav li ul {
	position: absolute;
	top: 18px;
	left: 0;
	padding: 5px;
}
#nav li ul li {
	float: none;
}
#nav a {
	color: #666c6d;
	display: block;
	font: normal 1.125em Arial;
	text-decoration: none;
	white-space: nowrap;
	padding-left: 5px;
}
#nav li a:hover {
	color: #bf1661;
}
#nav li li a {
	color: #666c6d;
	height: 1.125em;
	padding: 2px 0;
}
#nav li li a:hover {
	color: #bf1661;
}
#nav li.swimwear {
	margin-left: 1px;
}
#nav li.coverups {
	margin-left: 110px;
}
#nav li.beach {
	margin-left: 120px;
}
#nav li.sandals {
	margin-left: 99px;
}
/* ---------------------------------------- */
/*   CONTENT                                */
/* ---------------------------------------- */
#content {
	min-height: 619px;
	margin-left: 44px;
	position: relative;
	width: 885px;
}
.pagetitle {
	font-size:24px;
	text-align:center;
}
.smalltextred {
	font-size:10px;
	color:#F00;
	}
.normaltext {
	font-size:14px;
	color:#ccccc;
	}

/* ---------------------------------------- */
/*   FOOTER                                 */
/* ---------------------------------------- */
#footer {
	margin: 0 auto;
	position: relative;
	width: 880px;
}
#footer ul {
	margin-left: 165px;
	overflow: hidden;
}
#footer li {
	background: url(../images/footer.gif) 0 2px no-repeat;
	font: bold 1em Arial;
	float: left;
	position: relative;
}
#footer li.first {
	background: none;
}
#footer li a {
	color: #747b7c;
	margin: 0 7px;
	text-decoration: none;
}
#footer li a:hover {
	color: #bf1661;
}

/*
#content h1 a {
	background: url(../images/spring_summer_2010.png) 0 0 no-repeat;
	top: 32px;
	display: block;
	height: 90px;
	position: absolute;
	right: 84px;
	text-indent: -9999px;
	width: 296px;
}
#content h1 a:hover {
	background-position: 0 -90px;
}
#content h2 {
	background: url(../images/quote_jenna_lyons.png) 0 0 no-repeat;
	bottom: 35px;
	display: block;
	height: 190px;
	position: absolute;
	right: 0;
	text-indent: -9999px;
	width: 316px;
}
#content h3 a {
	background: url(../images/friend_facebook.gif) 0 0 no-repeat;
	bottom: 153px;
	display: block;
	height: 37px;
	left: 4px;
	position: absolute;
	text-indent: -9999px;
	width: 120px;
}
#content h3 a:hover {
	background-position: 0 -37px;
}*/

