@charset "UTF-8";
/* CSS Document */

/* =General
---------------------------------------------- */
/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

/* Removes the outline on links */
a {outline: none; color: #7394b9;}

.clearme {display: block; clear: both; height: 0; margin: 0; padding: 0;}
/* Code to clear floats inside containers - add to the outside container */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* End of float clearing trick */


html, body {
	height: 100%;
}
body {
	height: 100%;
	background: url(../images/background.jpg) repeat;
}
div#wrapper {
	z-index: 1;
	width: 930px;
	min-height: 100%;
}
h1 {
	z-index: 10;
	width: 385px;
	height: 375px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/piccolinadesignslogo.png) top left no-repeat;
	text-indent: -9999px;		
}
h1 a {
	z-index: 10;
	display: block;
	height: 150px;
	width: 280px;
	position: absolute;
	left: 70px;
	top: 80px;
}
div#contentcontainer {
	z-index: 1;
	width: 660px;
	position: absolute;
	left: 270px;
	top: 133px;
}
div#contentcontainer img.bottom{
	z-index: 1;
	position:absolute;
	bottom: 0;
	left: 0;
}
div#content {
	width: 400px;
	padding-top: 60px;
	padding-left: 160px;
	padding-right: 100px;
	padding-bottom: 100px;
	background: url(../images/contentBkgd.png) repeat-y;
}
div#content img{
	border: 6px solid #b9ae52;
	display: block;
}

div#tagline {
	position: absolute;
	width: 300px;
	height: 45px;
	top: 85px;
	left: 610px;
	background: url(../images/tagline.png) left top no-repeat;
	text-indent: -9999px;
}




/* ------------------------ text ----------------------- */
* {
	font: 12px/18px Georgia, "Times New Roman", Times, serif;
	color: #564016;
}
div#content a {
	font: 20px Futura, Geneva, Helvetica, sans-serif;
	color: #9c0059;
	font-weight: normal;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
span.underline {
	text-decoration: underline;
}
h3 {
	font: 24px Futura, Geneva, Helvetica, sans-serif;
	color: #9c0059;
	font-weight: normal;
	padding-bottom: 5px;
	padding-top: 10px;
}




/* ------------------------ headers ----------------------- */

h2 {
	display: block;
	z-index: 1;
	width: 660px;
	height: 130px;
	text-indent: -9999px;
}

h2.home {
	height: 235px;
	background: url(../images/h_home.png) top left no-repeat;
}
h2.about {
	background: url(../images/h_about.png) top left no-repeat;
}
h2.wholesale {
	background: url(../images/h_wholesale.png) top left no-repeat;
}
h2.size {
	background: url(../images/h_size.png) top left no-repeat;
}
h2.contact {
	background: url(../images/h_contact.png) top left no-repeat;
}
h2.tutus {
	background: url(../images/h_tutus.png) top left no-repeat;
}
h2.tutudresses {
	background: url(../images/h_tutudresses.png) top left no-repeat;
}
h2.aprons {
	background: url(../images/h_aprons.png) top left no-repeat;
}
h2.apparel {
	background: url(../images/h_apparel.png) top left no-repeat;
}
h2.accessories {
	background: url(../images/h_accessories.png) top left no-repeat;
}
h2.readytoship {
	background: url(../images/h_readytoship.png) top left no-repeat;
}
h2.sale {
	background: url(../images/h_sale.png) top left no-repeat;
}



/* ------------------------ topnav ----------------------- */

ul#topnav {
	z-index: 11;
	display: block;
	position: absolute;
	top: 260px;
	left: 105px;
	width: 155px;
	height: 92px;
}
ul#topnav li a {
	display: block;
	width: 155px;
	height: 23px;
	margin-bottom: 5px;
	text-indent: -9999px;
}
ul#topnav li#about a {
	background: url(../images/topnav.png) left top no-repeat;
}
ul#topnav li#about a:hover, ul#topnav li#about a#active {
	background: url(../images/topnav.png) right top no-repeat;
}
ul#topnav li#wholesale a,
ul#topnav li#etsystore a  {
	background: url(../images/topnav.png) left -23px no-repeat;
}
ul#topnav li#wholesale a:hover, ul#topnav li#wholesale a#active,
ul#topnav li#etsystore a:hover, ul#topnav li#etsystore a#active {
	background: url(../images/topnav.png) right -23px no-repeat;
}
ul#topnav li#blog a,
ul#topnav li#size a{
	background: url(../images/topnav.png) left -46px no-repeat;
}
ul#topnav li#size a:hover, ul#topnav li#size a#active, 
ul#topnav li#blog a:hover, ul#topnav li#blog a#active {
	background: url(../images/topnav.png) right -46px no-repeat;
}
ul#topnav li#contact a{
	background: url(../images/topnav.png) left -69px no-repeat;
}
ul#topnav li#contact a:hover, ul#topnav li#contact a#active {
	background: url(../images/topnav.png) right -69px no-repeat;
}



/* ------------------------ bottomnav ----------------------- */

ul#bottomnav {
	z-index: 11;
	display: block;
	position: absolute;
	top: 355px;
	left: 110px;
	width: 155px;
	height: 213px;
	padding-top: 25px;
	background: url(../images/bottomnavbkgd.png) left top no-repeat;
}
ul#bottomnav li a {
	display: block;
	width: 155px;
	height: 23px;
	text-indent: -9999px;
}
ul#bottomnav li#tutus a {
	background: url(../images/bottomnav.png) left top no-repeat;
}
ul#bottomnav li#tutus a:hover, ul#bottomnav li#tutus a#active {
	background: url(../images/bottomnav.png) right top no-repeat;
}
ul#bottomnav li#tutudresses a {
	background: url(../images/bottomnav.png) left -23px no-repeat;
}
ul#bottomnav li#tutudresses a:hover, ul#bottomnav li#tutudresses a#active {
	background: url(../images/bottomnav.png) right -23px no-repeat;
}
ul#bottomnav li#aprons a{
	background: url(../images/bottomnav.png) left -46px no-repeat;
}
ul#bottomnav li#aprons a:hover, ul#bottomnav li#aprons a#active {
	background: url(../images/bottomnav.png) right -46px no-repeat;
}
ul#bottomnav li#apparel a{
	background: url(../images/bottomnav.png) left -69px no-repeat;
}
ul#bottomnav li#apparel a:hover, ul#bottomnav li#apparel a#active {
	background: url(../images/bottomnav.png) right -69px no-repeat;
}
ul#bottomnav li#accessories a{
	background: url(../images/bottomnav.png) left -92px no-repeat;
}
ul#bottomnav li#accessories a:hover, ul#bottomnav li#accessories a#active {
	background: url(../images/bottomnav.png) right -92px no-repeat;
}
ul#bottomnav li#readytoship a{
	background: url(../images/bottomnav.png) left -115px no-repeat;
}
ul#bottomnav li#readytoship a:hover, ul#bottomnav li#readytoship a#active {
	background: url(../images/bottomnav.png) right -115px no-repeat;
}
ul#bottomnav li#sale a{
	background: url(../images/bottomnav.png) left -138px no-repeat;
}
ul#bottomnav li#sale a:hover, ul#bottomnav li#sale a#active {
	background: url(../images/bottomnav.png) right -138px no-repeat;
}



