body { 
    margin-top: 20px;
    padding: 0; 
	font-family: "Rockwell", "Times New Roman", Times, serif;
    background-color: #EDEDEC;
}

#wrapper {
    width: 760px;
    margin: 0 auto;
}

#intro {
    padding-bottom: 10px;
}

h2 {
    margin: 0;
    margin-bottom: 14px;
    padding: 0;
}

#menuarea
{
	height: 60px;
}

#slider {
    width: 820px;
    margin: 0 auto;
    position: relative;
}

#slider img.logo {
	position: absolute;
	border-width: 0px;
	top: 0px;
	left: 0px;
}

.scroll {
    height: 550px;
    width: 820px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
    background: #FFFFFF url(images/content_pane-gradient.gif) repeat-x scroll left bottom;
}

.scrollContainer div.panel {
    padding: 20px;
    height: 510px;
    width: 781px;
}

#shade {
	font-size: 10px; 
   height: 0px;
	text-align: right;
	color: grey;
}

#shade a {
text-decoration : none;	
color: grey;
}

ul.navigation {
	float: right;
    list-style: none;
    margin: 0;
    padding: 0;
	padding-top: 27px;
    padding-bottom: 13px;
	margin-right: 5px;
}

span.viewcart 
{
	float: right;
    list-style: none;
    margin: 0;
    padding: 0;
	padding-top: 27px;
    padding-bottom: 13px;
    margin-left: 5px;
}

span.viewcart a {
    padding: 6px;
    color: #000;
    text-decoration: none;
}

span.viewcart a:hover {
    background-color: #f6f6f6;
}

span.viewcart a.selected {
    background-color: #fff;
}

span.viewcart a:focus {
    outline: none;
}

div.addtocart
{
	float: right;
}

div.item_description p
{
	margin: 0px;
	padding-left: 5px;
}

ul.navigation li {
    display: inline;
    margin-left: 5px;
}

ul.navigation a {
    padding: 6px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #fff;
}

ul.navigation a:focus {
    outline: none;
}

div#necklaces {
	background-image: url(images/necklacecorner.png);
	background-position: top right;
	background-repeat: no-repeat;
	font-weight: lighter;
	padding-top: 0px;
}

div#bracelets {
	background-image: url(images/braceletcorner.png);
	background-position: top right;
	background-repeat: no-repeat;
	font-weight: lighter;
	padding-top: 0px;
}

div#home {
	background-image: url(images/frontgirlpic1.jpg);
	color: white;
	width: 781px;
	height: 510px;
}

div#home div.bottomtext {
	position: absolute;
	text-align: left;
	width: 100%;
	bottom: 80px;
	left: 165px;
}

div#home div.bottomtext img {
	margin: 10px;
}

div#dottypage1 {
	background-image: url(images/dottyback1.png);
}

div#dottypage2 {
	background-image: url(images/dottyback1.png);
}

div#contact {
	background-color: #cde6c9;
	color: black;
}

div#contact div.bottomtext {
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 20px;
}

div#contact div.bottomtext p {
	line-height: 1.3em;
	font-size: 15px;
	font-weight: lighter;
}

div#contact div.bottomtext p a {
	color: black;
}

div#contact div.bottomtext img {
	margin: 10px;
}

div#wholesale div.bottomtext p a {
	color: white;
}

div#about {
	background-color: #ed008c;
	color: white;
}

div#about div.bottomtext {
	position: absolute;
	width: 650px;
	text-align: justify;
	bottom: 20px;
	left: 60px;
}

div#about div.bottomtext p {
	line-height: 1.3em;
	font-size: 15px;
	font-weight: lighter;
}

div#wholesale {
	background-color: #ed008c;
	color: white;
}

div#wholesale div.bottomtext {
	position: absolute;
	width: 650px;
	text-align: justify;
	bottom: 20px;
	left: 60px;
}

div#wholesale div.bottomtext p {
	line-height: 1.3em;
	font-size: 15px;
	font-weight: lighter;
}

.panel h2 {
	display: none;
}

.scrollButtons {
	position: absolute;
    top: 320px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -20px;
}

.scrollButtons.right {
    right: -20px;
}

li.itemblock
{
   	border: 1px solid LightGrey;
	float: left;
    display: block;
    width: 200px;
    height: 160px;
    margin: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.hide {
    display: none;
}

