@charset "utf-8";
/* CSS Document */

body {
	height:100%;
	margin:0;
	padding:0;
	background-color:#FFF;
	font-family: Lucida Sans, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	background-image: url('http://sunnyandchic.com/images/bg.jpg');
	background-repeat: no-repeat;
	background-position: center top;

}

h1 {
	font: 16px/20px Arial, Helvetica, sans-serif;
  	color: #333;
	font-weight:bold;
}

h2 {
	font: 16px/20px Arial, Helvetica, sans-serif;
  	color: #333;
	font-weight:bold;
}

a:link.pink  {
	text-decoration: none;
	font-weight:bold;
	font:12px/16px;
	color:#dc479f;
}

a:hover.pink{
	text-decoration: underline;
	font-weight:bold;
	font:12px/16px;
	color: #dc479f;
}

a:visited.pink  {
	text-decoration: none;
	font:12px/16px;
	font-weight:bold;
	color: #dc479f;
}

a:link.boutique  {
	text-decoration: none;
	font-weight: normal;
	font:12px/16px;
	color:#333;
}

a:hover.boutique {
	text-decoration: underline;
	font-weight: normal;
	font:12px/16px;
	color: #333;
}

a:visited.boutique  {
	text-decoration: none;
	font:12px/16px;
	font-weight: normal;
	color: #333;
}

a img {
	text-decoration:none;
	border:0px;
}

p, div, iframe {
	margin:0;
	padding:0;
}
.float {
	float: left;
	margin:0;
}

.floatR {
	float: right;
	margin-top: 49px;
}

/* Header */
#header {border:1px solid #C0C0C0; width:800px; height:200px; background-image: url('http://sunnyandchic.com/images/transbg.png'}
.logo {float:left; margin-top:30px; margin-left:5px;}
.Banner {width:800px;}

#head2 {border:none; width:800px; height:100px;}
.navigation {margin-top:5px; float:right;}
.nav {margin-top:75px;}
.nav a {text-decoration:none; color:#333; font:10pt; font-weight:bold;}
.nav a:hover {color:#dc479f;}

/* Content */
#main {
	width:800px;
	border:1px solid #C0C0C0;
	background-image: url('http://sunnyandchic.com/images/transbg.png');
}

#hometext {
	float:left;
	width:540px;
	margin: 5px 5px 10px 5px;
	border-right:1px solid #C0C0C0;
	font:14px/18px;
	text-align:left;
	color:#333;
}

#sidebar {
	margin: 5px 5px 10px 5px;
	float:left;
	width:230px;
	font:10px/16px;
	text-align:left;
}

#sidebar ul {
	padding: 0px 0px 0px 5px;
	font-family:Arial, Helvetica, sans-serif;
	font:10px/16px;
	list-style-type:inherit;
	text-align:left;
	color: #333;
}

#sidebar ul li {
	position: relative;
	font-family:Arial, Helvetica, sans-serif;
	display:list-item;
	padding: 0px 0px 0px 5px;
	font:10px/16px;
}



/* Footer */
#footer {
	height:25px;
	clear:both;
	font-size:12px;
	width:800px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;


}


.featured {
	background-image:url("http://sunnyandchic.com/images/bg-home.gif");
	border-style:none;
	width:525px;
}


.strike {
	text-decoration:line-through;
	}
#ddd { display:block; height: 39px; background: url("images/add-to-cart-hover.jpg") no-repeat 0 0; }
#ddd:hover { background-position: 0 -39px; }
#ddd span { display: none; }

#view { display:block; height: 39px; background: url("images/view-all.jpg") no-repeat 0 0; }
#view:hover { background-position: 0 -39px; }
#view span { display: none; }

.nav-shop { display:block; height: 50px; background: url("images/nav-shop.jpg") no-repeat 0 0; }
.nav-shop:hover { background-position: 0 -50px; }

.nav-custom { display:inline;  height: 50px; background: url("images/nav-custom.jpg") no-repeat 0 0; }
.nav-custom:hover { background-position: 0 -50px; }

.nav-cart { display:inline;  height: 50px; background: url("images/nav-cart.jpg") no-repeat 0 0; }
.nav-cart:hover { background-position: 0 -50px; }

.nav-home { display:inline;  height: 50px; background: url("images/nav-home.jpg") no-repeat 0 0; }
.nav-home:hover { background-position: 0 -50px; }

\