
body {
	background: #fff url("../images/bg-seashells.jpg");
	color: #fff;
}

a {
	color: #fff;
}
.fr {
	float: right;
}

.fl {
	float: left;
}

.cl {
	clear: both;
}


/******* Mom's Favorites ******/

.momsfaves {
	width: 730px;
	margin-left: auto;
	margin-right: auto;
	}

div.item1 {
	float: right;
	display: block;
	background: url("../images/wordbubble.png") no-repeat;
	width: 275px;
	height: 200px;
	color: #663300;
	font-family: Comic Sans, "Comic Sans", Trebuchet, "Trebuchet MS", Arial, Sans-Serif;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 50px;
	padding-right: 25px;
}


div.item2 {
clear: right;
	float: right;
	display: block;
	background: url("../images/wordbubble.png") no-repeat;
	width: 275px;
	height: 200px;
	color: #663300;
	font-family: Comic Sans, "Comic Sans", Trebuchet, "Trebuchet MS", Arial, Sans-Serif;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 50px;
	padding-right: 25px;
}

.itemhead {
	font-weight: normal;
	font-size: 26px;
	color: #663300;
}

.item1 ul, .item2 ul {
	list-style: none;
	color: #663300;
	}
	
.item1 a, .item2 a {
	color: #663300;
	}




#wrapper {
	width: 986px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	margin-bottom: 20px;
	color: #fff;
}
#cart_status {
	text-align: right;
	background: url("../images/sm-cart.png") no-repeat;
	height: 27px;
	padding-left: 43px;
	padding-top: 5px;
	padding-right: 5px;
	float: right;
	font-family: lucida, helvetica, arial, sans-serif;
	font-size: 11px;
}
#cart_status a {
	color: #79662f;
	text-decoration: none;
}

#cart_status a:hover {
	text-decoration: underline;
}

#header {
	clear: both;
	height: 193px;
	width: 986px;
	background: url("../images/header.png") no-repeat;
}

#content {
	background: url("../images/bg-brown.jpg") repeat-y top center;
}

#nav ul {
	list-style: none;
}

#nav li {
	padding: 0;
	margin: 0;
	display: inline;
}

#nav li img {
	padding: 0;
	padding-right: -10px;
	margin: 0;
	margin-right: -4px;
	border: 0;
}

#nav img a {
	border: 0;
}
#text {
	margin: 5px;
	padding-top: 20px;
	padding-bottom: 30px;
	padding-left: 45px;
	padding-right: 45px;
	font-family: Trebuchet, "Trebuchet MS", helvetica, arial, sans-serif;
	font-size: 14px;
	color: #f098ba;
	border-bottom: 5px solid #e59cbe;
}

#clothes {
	margin: 5px;
	padding:20px 5px 30px 5px;
	font-family: Trebuchet, "Trebuchet MS", helvetica, arial, sans-serif;
	font-size: 14px;
	color: #f098ba;
	border-bottom: 5px solid #e59cbe;
}

#text .homepic {
	border: 10px solid #3f2119;
}

#text a img.homepic {
border: 10px solid #3f2119;
}

#text a img.homepic:hover {
border: 10px solid #452820;
}

#text .homelogin {
	float: right;
	height: 445px;
	width: 252px;
	background: url("../images/catdog.png") no-repeat bottom;
}

#text .homelogin p {
	padding-bottom: 15px;
	font-size: 14px;
	line-height: 16px;
}

#text h1 {
	padding-bottom: 10px;
	font-size: 36px;
}

#text .homelogin form label {
	font-size: 12px;
	width: 100px;
	float: left;
}

#text .homelogin form input.txt {
	background-color: #fee6ef;
	width: 130px;
	float: right;
}

#text .homelogin form input.btn {
	float: right;
}

#text .homelogin form p {
	clear: both;
	padding: 3px;
}

#text p {
	padding-bottom: 15px;
	padding-left: 10px;
	font-size: 14px;
	line-height: 17px;
}

#text strong {
	color: #fff;
}


/*--- CONTACT FORM ---*/

#content .contact form {
	padding: 10px;
	margin: 10px;
}

#content .contact form label{
	color: #e59cbe;
	width: 125px;
	float: left;
	margin-left: 10px;
	font-size: 20px;
	padding-top: 10px;
}

#content .contact form input.txt {
	float: left;
	color: #e887b8;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	border-bottom-width: 3px;
	background-color: #fee6ef;
	border-bottom: solid #e59cbe;
	width: 250px;
	font-size: 24px;
	padding: 4px;
	font-family: Lucida, "Trebuchet MS", Arial, Helvetica, Sans-Serif;
}

#content .contact form textarea {
	color: #e887b8;
	border-right-width: 0px;
	border-top-width: 0px;
	border-left-width: 0px;
	border-bottom-width: 3px;
	background-color: #fee6ef;
	border-bottom: solid #e59cbe;
	width: 250px;
	height: 150px;
	font-size: 14px;
	padding: 4px;
	font-family: Lucida, "Trebuchet MS", Arial, Helvetica, Sans-Serif;
}
#content .contact form input.btn {
	margin-left: 304px;
	margin-top: 3px;
	color: #e887b8;
	background-color: #fee6ef;
	border: 3px solid #e59cbe;
	padding: 5px;
	font-size: 20px;
	font-family: Lucida, "Trebuchet MS", Arial, Helvetica, Sans-Serif;
}

#content .contact form p {
	clear: left;
	margin:0;
	padding:0;
	padding-top: 3px;
	
}

#text ul {
	margin-left: 40px;
	line-height: 20px;
	margin-bottom: 50px;
}

#press img {
	border: 5px solid #e59cbe;
}



/*--- FOOTER ---*/

#footer {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	color: #79662f;
	padding-bottom: 30px;
}
/* START DATA */
.cart {
	width: 100%;
	border: 1px solid #333;
	background: #fff;
	margin: 2px 0;
	color: #333;
}
.cart th {
	text-align: left;
	font-weight: bold;
}
.cart th,.cart td {
	padding: 3px;
	vertical-align: top;
}
.cart .odd {
	background: #F3F8DD;
}
.cart th {
	background: #3d77ac;
	color: #fff;
}
.cart a {
	color: #333;
}

.checkout_form {
	border: 1px solid #333;
	background: #fff;
	width: 100%;
	color: #4f2e25;
}
.checkout_form caption {
	padding: .5em;
	color: #f098ba;
}
.checkout_form td, .checkout_form th {
	width: 49%;
	padding: 1em .5em;
}
.checkout_form th {
	text-align: right;
	vertical-align: top;
}


/******* SIFR2 *********/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 20px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}




/**** COLLECTION ****/


#collection img{
	border:0;
}

#collection img a {
	border: 0;
}

#collection li {
	display: block;
	width: 200px;
	height: 300px;
	margin: 5px;
	text-align: center;
	float: left;
}


/*****  WHERE TO FIND US PAGE  *****/

ul.stores {
	list-style: none;
	}

ul.stores li {
	font-size: 18px;
	color: #fff;
	}
	
ul.stores li li {
	font-size: 13px;
	color:  #f098ba;
	padding-top: 5px;
	}
	
ul.stores li ul {
	list-style: none;
	margin-top: 10px;
	}

ul.stores li li .storename {
	color:#f3c0d8;
	font-size: 14px;
	padding-right: 30px;
	}

ul.stores li li .address {
	padding-right: 10px;
	}

ul.stores li li .city {
	padding-right: 30px;
	}
ul.stores li li .phone {
	font-size: 14px;
	color: #f3c0d8;
	}
	
ul.salesreps {
	list-style: none;
	}

ul.salesreps li {
	display: block;
	width: 250px;
	float: left;
	padding: 10px;
	}
	
ul.online {
list-style: none;
}
	
ul.online li {
	font-size: 13px;
	padding-top: 5px;
	}
	
ul.online li .storename {
	color:#f3c0d8;
	font-size: 14px;
	}
	
/******* REVIEWS ********/

ul.reviews {
	list-style: none;
	}

ul.reviews li {
	display: block;
	width: 250px;
	float: left;
	margin: 10px;
	}
	
/****** STORE ******/

#set {
	
	clear: both;
	}
	
#set ul {
	
	}
	
p.category {
	color: #fff;
	font-size: 20px;
	}
	
img.coll-img {
	margin-left: 10px;
	margin-right: 30px;
	}
	
	
	
/****** ClothesLine *******/

#collection {
	margin-left:45px;
	margin-right:45px;
}

.collections {
	margin-right:10px;
}

.container {
	overflow:hidden;
	position:relative;
	width:790px;
}
.clothesLine {
	float:left;
	background:transparent url(../images/pink-line.png) top left no-repeat;
	width:100%;
	height:23px;
	margin-top:36px;
}
#tops, #bottoms {
	float:left;
	position:relative;
	margin-top:-35px;
}
#tops td, #bottoms td {
	background:transparent url(../images/pink-ribbon.png) top center no-repeat;
	padding-top:34px;
}

.moveUp {
	position:relative;
	top:-256px;
	text-align:center;
}

.colors {
	float:left;
	display:inline;
	width:16px;
	height:16px;
	border:1px solid #000;
	margin-left:1px;
}

.go {	
	margin:60px 2px;
	width:81px;
	height:89px;
}
.Left {
	float:left;
	background-image:url(../images/scroll-left-off.png);
}
.Left:hover {
	background-image:url(../images/scroll-left.png);
}
.Right {
	float:right;
	background-image:url(../images/scroll-right-off.png);
}
.Right:hover {
	background-image:url(../images/scroll-right.png);
}


