html { font-size: 100%; /* IE hack */ }

body {
	margin: 0;
	padding: 0;
	font-family: futura, verdana, arial, sans-serif;
	font-size: 0.75em;
	color: #484d60;
	background: #fff url('/img/gray-line.png') repeat-y left;
}

.splash {
	background: #d8dbd7 url('/img/bed-background.jpg') no-repeat top left;
}

a {
	text-decoration: none;
	font-weight: 100;
	letter-spacing: -.045em;
	color: #48484a;
}

h3 a, h1 a {
	margin-bottom: 1em;
	margin-left: 1em;
	border-left: 3px solid black;
	padding-left: 1em;
	font-size: .75em;
}

img {
	border: none;
}

#landing {
	overflow: hidden;
}

#menu {
	float: left;
	margin: 40px 0 0 0;
	width: 250px;
	text-align: center;
}

#menu .admin {
	margin-top: 35px;
	font-size: .75em;
}

.menu a {
	letter-spacing: .1em;	
	font-weight: normal;
}

.menu .current {
	font-weight: bold; 
}

.submenu a {
	padding-left: 1em;
	margin-left: 1em;
	border-left: 3px solid gray;
}

#sidebar ul, #menu ul {
	padding-left: 0;
	margin-left: 0;
	margin-top: 2em;
}

.menu ul li {
	list-style: none;
	margin-left: 0;
	letter-spacing: .1em;	
	font-weight: bold;
}

.note {
    font-size: .75em;
}

#sidebar ul li, #menu ul li {
	margin-top: 1.5em;
}

#content {
	margin: 0 0 0 260px;
	padding: 0 10px 0 0;
	width: 766px;
}

#content a {
    font-style:oblique;
    color: cadetblue;
}

#content .inner {
	margin: 15px 195px 0 45px;
}

#content .cart-widget {
	text-align: right;
	width: 150px;
}

#content .cart-widget h2 {
	font-size: .75em;	
	margin-bottom: 0;
}

#content ul {
	padding-left: 0;
	margin-left: 0;
}

#content .menu {
	margin: 1em 1em 1em 0;
	background-color: rgb(242, 242, 242);
	font-size: 1.5em;
	padding: 0.5em;	
}

#sidebar .inMenu a {
	font-size: .75em !important;
}

#content .menu a {
	font-size: .55em;
}

#content ul li {
	list-style: none;
	margin-left: 0;
	margin-top: 1em;
	padding-left: 22px;
	padding-top: 3px;
	background: transparent url('/img/plover_bullet.png') 2px 4px no-repeat;
}

#collection {
        padding: 0;
        margin: 1em 0 0 0;;
}

#brown_leaves { background-image: url('/img/swatch/brown_leaves_thumb.png'); }
#confetti { background-image: url('/img/swatch/confetti_thumb.png'); }
#blue_yellow_roses { background-image: url('/img/swatch/blue_yellow_roses_thumb.png'); }
#blue_waves { background-image: url('/img/swatch/blue_waves_thumb.png'); }
#yellow_carnation { background-image: url('/img/swatch/yellow_carnation_thumb.png'); }
#plover {
        width: 220px;
        background-image: url('/img/swatch/plover_thumb.png');
}
#charcoal_stripe {background-image: url('/img/swatch/charcoal_stripe_thumb.png'); }
#green_poppies { background-image: url('/img/swatch/green_poppies_thumb.png'); }
#green_geometric { background-image: url('/img/swatch/green_geometric_thumb.png'); }

#blue_geo { background-image: url('/img/swatch/fall2008/bluegeo.jpg'); }
#blue_dots { background-image: url('/img/swatch/fall2008/bluedots.jpg'); }
#blue_ottoman { background-image: url('/img/swatch/fall2008/blueottoman.jpg'); }
#gold_dots { background-image: url('/img/swatch/fall2008/golddots.jpg'); }
#gold_waves { background-image: url('/img/swatch/fall2008/goldwaves.jpg'); }
#lilac_crescent { background-image: url('/img/swatch/fall2008/lilaccrescent.jpg'); }
#olive_dots { background-image: url('/img/swatch/fall2008/olivedots.jpg'); }
#red_dots { background-image: url('/img/swatch/fall2008/reddots.jpg'); }
#red_leaves { background-image: url('/img/swatch/fall2008/redleaves.jpg'); }
#red_roses { background-image: url('/img/swatch/fall2008/redroses.jpg'); }
#vine { background-image: url('/img/swatch/fall2008/vine.jpg'); }

#gray_calico { background-image: url('/img/swatch/summer2009/gray_calico.jpg'); }
#teal_confetti { background-image: url('/img/swatch/summer2009/teal_confetti.jpg'); }
#cartouche { background-image: url('/img/swatch/summer2009/cartouche.jpg'); }
#gray_squares { background-image: url('/img/swatch/summer2009/gray_squares.jpg'); }
#teal_squares { background-image: url('/img/swatch/summer2009/teal_squares.jpg'); }

.pattern_container {
         width: 490px;
         margin-left:-35px;
         padding: 1.5em 0 0 0;
         clear: left;
}

.onleft {
    position: absolute;
    top: 180px;
    left: 0;
    width: 250px;
    text-align: center;
}

.onright {
    float: right;
    width: 200px;
}

.item-selector {
    float: left;
    margin: 10px 10px 0 0;
    text-align: center;
    width: 220px;
}

.on-sale {
	position: absolute;
	max-width: 150px;
}

fieldset label {
    width: 13em;
    display: block;
    text-align:right;
    float:left;
    clear:left;
}

fieldset input, fieldset label, fieldset select, fieldset checkbox {
    margin: 5px 0 0 5px;
}


