/* created: August 11, 2009 by Sylvia Ann Meadows or S A Meadows also known as m3cats www.sameadows.com */


body {
   margin: 0 auto;
background-color:  #a09076;
background-image:  url(../images/body/brown_lace.jpg);
background-repeat: repeat;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 100%;
   line-height: 140%;
   }


/*  hold all divs on webpage  */
#wrapper {
   margin: 0px auto 0px auto;
   width: 750px;
   background-color: transparent;
   background-image: url(../images/bckgrnd/photo_Pillow_side.jpg);
   background-position: left top;
   background-repeat: repeat-y;
}

/*  hold logo - website top   */
#pageHeader {
   width: 748px;
   height: 121px;
   background-image: url(../images/logos/PillowPhotosLogo.jpg);
   background-repeat: no-repeat;
   background-position: left;
   background-color: transparent;
   clear: both;
}

/*  hold all divs on webpage except header */
#container {
position: relative;
   width: 750px;
}

/* --  Main Content -- */
#mainContent {
 position:relative;
   top: 126px;
   left: 75px;
   width: 600px;
   padding-bottom: 210px;   
}

/* --  main nav -- */
#mainNav {
   position: absolute;
   top: 0px;
   left: 0px;  
   width: 750px;
   height: 65px;
}

/* 
footer of plain test links */
html>body #footer {margin-left: 0;}

#footer  {
   position: relative;
   bottom: 0px;
   left: 50px;
   height: 200px;
   width: 650px;
   padding-top: 30px;
   background: transparent;
   background-image: url(../images/bckgrnd/photo_pillow_footer.jpg);
   background-repeat: no-repeat;
   background-position: bottom;
}

#footer p {
text-align: center;
font-size: 11pt; 
line-height: 15pt;
padding: 0px 0px 0px 0px; 
}	
#footer a {
font-size: 12pt;
   text-decoration: underline;
   color: black;
   background-color: transparent;
}
  
#footer .copyright { 
font-size: 11pt; 
line-height: 15pt; 
padding: 0px 0px 0px 0px; 
}

#footer .closing {
font-size: 12pt; 
line-height: 15pt; 
   padding: 0px 0px 0px 0px; 
}

  

/* TEXT STYLES */
abbr, acronym,  span.abbr {
	border-bottom: 1px dotted #ccc;
	cursor: help;
	font-weight: normal;
}

p {
   font-family: Helvetica, Arial, sans-serif;
   font-size: 100%;
   padding: 1px 1px 1px 1px;
   text-align: left;
   line-height: 140%;
}
b {
   color: navy;
   font-weight: 900;
}
	
h1, h2, h3, h4, h5, h6 {
   font-family: Helvetica, Arial, sans-serif;
   padding: 5px 1px 5px 1px;
   font-weight: bold;
   text-align: left;
   color: navy;
   background-color: transparent;
}

h1{
	font-size: 150%;
}

h2{
font-size: 130%;
}
	
h3 {
font-size: 110%;
}

h4 {
font-size: 100%;
}

h5 {
font-size: 90%;
}

h6 {
font-size: 75%;
text-align: center;
}

/* styles navigation link for other text on the pages */
a, a:link
	{
   color: navy;
   background-color: transparent;
   text-decoration: underline;
}
	
a:visited {
   text-decoration: none;
   color: #000066;
   background: transparent;
   text-decoration: underline;
}


ul {
	font-size: 90%;
	text-align: left;
	margin-top: 0px;
	margin-left: 50px;
	padding: 2px 10px 2px 10px;
}
	
li {
	padding: 2px 2px 2px 2px;
	text-align: left;
}
	


/* -- holds logo & top Nav -- */
#top  
{
	position: absolute;
	top: 0px;
	left: 0px;
	vertical-align: top;
	height: 201px;
   width: 700px;
   text-align: center;
   margin: 0px 0px 5px 0px;
   padding: 0px 0px 0px 0px;
	clear: both;
   }

   /* -- special styles for color -- */
   .sample {
   width: 250px;
   height: 250px;
   vertical-align: middle;
   }

	 /* -- special styles images -- */
    img {
    border: none;
}
.ltimage {
   float: left;
   border: none;
   padding: 1px 15px 1px 1px;
   clear: both;
   }


.whitebackgrnd {
   background-color: white;
   color: navy;
}

#fabricTable {
   background-color: white;
   color: black;
   width: 600px;
   font-size: 80%;
   font-weight: 400;
}
#priceTable {
   font-family: Helvetica, Arial, sans-serif;
   font-size: 100%;
   padding: 1px 1px 1px 1px;
   text-align: left;
   line-height: 150%;
   background-color: #f5f5f5;
   color: black;
   width: 90%;
}

img {
border: none;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px; 
clear: both;
}


