/* Define all main values background: #fff transparent url(/site/images/bg-slice.jpg) repeat-x; */
	body {
		font: 0.75em/140% Arial, Helvetica, sans-serif;
		background: #faf9f8 url(assets/misc/bg-slice.jpg) repeat-x left top;
		color: #333;
		margin: 0;
		padding: 0;
		}
	
	p {
		margin-top: 0px;
		}
	
	.italic {
		font-style: italic;
		}
	
	img {
		border-style: none;
		}
	
	.left {
		float: left;
		padding: 0 10px 0 0;
		}
	
	.right {
		float: right;
		}
	

/* =A styles */
	a:link {
		color: #007CA4;
		}
	
	a:visited {
		color: #007CA4;
		}
		
	a:hover {
		color: #765A32;
		}
	
	a:active {
		color: #007CA4;
		}

	

/* CONTENT */
	#homeContent {
		margin: 0;
		width: 994px;
		background: url(assets/home/home-bg.jpg) no-repeat left top;
		overflow: hidden; 
		}

	#infoContent {
		margin: 0;
		width: 994px;
		background: url(assets/info/info-bg.jpg) no-repeat left top;
		overflow: hidden; 
		}

	#collectionContent {
		margin: 0;
		width: 994px;
		background: url(assets/collection/collection-bg.jpg) no-repeat left top;
		overflow: hidden; 
		}

	#photosContent {
		margin: 0;
		width: 994px;
		background: url(assets/photos/photos-bg.jpg) no-repeat left top;
		overflow: hidden; 
		}

	#contactContent {
		margin: 0;
		width: 994px;
		background: url(assets/contact/contact-bg.jpg) no-repeat left top;
		overflow: hidden; 
		}


/* NAVIGATION */

	#nav {
		float: left;
		padding: 0;
		margin: 150px 0 0 20px;
		_margin: 150px 0 0 10px;
		width: 240px;
		height: 250px;
		}
		
			
	#nav a {
		text-decoration: none;
		color: #333;
		}

	#nav ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
		font: 0.9em/140% Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-indent: -10000px;
		width: 230px;
		}

#nav ul a:link, #nav ul a:visited, #nav ul a:hover, #nav ul a:active {
		display: block;
		margin: 0;
		padding: 0;
		text-decoration: none;
		width: 230px;
		height: 30px;
		}		


/* NAVIGATION HOME */

	#nav li.home {
		margin: 0 0 0 0;
		height: 34px;
		text-decoration: none;
		background: transparent url(assets/nav/nav-home-stat.jpg) no-repeat left center;
		}

	#nav li.home a:hover {
		background: transparent url(assets/nav/nav-home-act.jpg) no-repeat left center;
		height: 34px;
		}

	#nav li.homeCurrent {
		background: transparent url(assets/nav/nav-home-act.jpg) no-repeat left center;
		height: 34px;
		}


/* NAVIGATION INFO */

	#nav li.info {
		margin: 0 0 0 0;
		height: 37px;
		text-decoration: none;
		background: transparent url(assets/nav/nav-info-stat.jpg) no-repeat left center;
		}

	#nav li.info a:hover {
		background: transparent url(assets/nav/nav-info-act.jpg) no-repeat left center;
		height: 37px;
		}

	#nav li.infoCurrent {
		background: transparent url(assets/nav/nav-info-act.jpg) no-repeat left center;
		height: 37px;
		}


/* NAVIGATION COLLECTION */

	#nav li.collection {
		margin: 0 0 0 0;
		height: 39px;
		text-decoration: none;
		background: transparent url(assets/nav/nav-collection-stat.jpg) no-repeat left center;
		}

	#nav li.collection a:hover {
		background: transparent url(assets/nav/nav-collection-act.jpg) no-repeat left center;
		height: 39px;
		}

	#nav li.collectionCurrent {
		background: transparent url(assets/nav/nav-collection-act.jpg) no-repeat left center;
		height: 39px;
		}


/* NAVIGATION PHOTOS */

	#nav li.photos {
		margin: 0 0 0 0;
		height: 42px;
		text-decoration: none;
		background: transparent url(assets/nav/nav-photos-stat.jpg) no-repeat left center;
		}

	#nav li.photos a:hover {
		background: transparent url(assets/nav/nav-photos-act.jpg) no-repeat left center;
		height: 42px;
		}

	#nav li.photosCurrent {
		background: transparent url(assets/nav/nav-photos-act.jpg) no-repeat left center;
		height: 42px;
		}


/* NAVIGATION BLOG */

	#nav li.blog {
		margin: 0 0 0 0;
		height: 37px;
		text-decoration: none;
		background: transparent url(assets/nav/nav-blog-stat.jpg) no-repeat left center;
		}

	#nav li.blog a:hover {
		background: transparent url(assets/nav/nav-blog-act.jpg) no-repeat left center;
		height: 37px;
		}

	#nav li.blogCurrent {
		background: transparent url(assets/nav/nav-blog-act.jpg) no-repeat left center;
		height: 37px;
		}


/* NAVIGATION CONTACT */

	#nav li.contact {
		margin: 0 0 0 0;
		height: 31px;
		text-decoration: none;
		background: transparent url(assets/nav/nav-contact-stat.jpg) no-repeat left center;
		}

	#nav li.contact a:hover {
		background: transparent url(assets/nav/nav-contact-act.jpg) no-repeat left center;
		height: 31px;
		}

	#nav li.contactCurrent {
		background: transparent url(assets/nav/nav-contact-act.jpg) no-repeat left center;
		height: 31px;
		}




/* COLUMN LAYOUTS FOR ALL PAGES */

/* COLUMN A */
	#col_a {
		float: left;
		margin: 425px 0 0 30px;
		width: 345px;
		}

/* COLUMN B */
	#col_b {
		float: right;
		margin: 408px 0 0 0;
		width: 345px;
		height: 150px;
		}


/* COLUMN A - INFO */
	#col_aInfo {
		float: left;
		margin: 180px 0 0 20px;
		width: 345px;
		}

/* COLUMN B - INFO*/
	#col_bInfo {
		float: right;
		margin: 270px 0 0 0;
		width: 345px;
		height: 150px;
		}


/* COLUMN A - COLLECTION */
	#col_aCollection {
		float: left;
		margin: 190px 0 0 20px;
		width: 345px;
		}


/* COLUMN A - PHOTOS */
	#col_aPhotos {
		float: left;
		margin: 200px 0 0 20px;
		width: 345px;
		}
		
	p.reduce {
		padding-right: 2px;
		}

/* COLUMN B - PHOTOS */
	#col_bPhotos {
		float: right;
		margin: 397px 0 0 0;
		width: 345px;
		height: 150px;
		}


/* COLUMN A - CONTACT */
	#col_aContact {
		float: left;
		margin: 200px 0 0 20px;
		width: 345px;
		}





/* HEADING STYLES */
		
	h1, h2, h3, h4 {
		font: 2em bold Arial, Helvetica, sans-serif;
		text-indent: -10000px;
		}
		
/* HOME - HEADING STYLES */

	h1.home {
		width: 315px;
		height: 57px;
		background: url(assets/home/home-hugger-what.gif) no-repeat left top;
		}

	h2.home {
		width: 189px;
		height: 27px;
		background: url(assets/home/home-news.gif) no-repeat left top;
		}

	h3.home {
		width: 145px;
		height: 35px;
		background: url(assets/home/home-mailing.gif) no-repeat left top;
		}

	h4.home {
		width: 220px;
		height: 54px;
		margin-bottom: 20px;
		background: url(assets/home/your-photo-ani.gif) no-repeat left top;
		}
		
/* INFO - HEADING STYLES */

	h1.info {
		width: 240px;
		height: 140px;
		background: url(assets/info/info-where.gif) no-repeat left top;
		}

	h2.info {
		width: 276px;
		height: 40px;
		background: url(assets/info/info-why.gif) no-repeat left top;
		}

	h3.info {
		width: 222px;
		height: 58px;
		background: url(assets/info/info-making.gif) no-repeat left top;
		}
		
/* COLLECTION - HEADING STYLES */

	h1.collection {
		width: 395px;
		height: 106px;
		background: url(assets/collection/collection-where.gif) no-repeat left top;
		}

	h2.collection {
		width: 276px;
		height: 40px;
		background: url(assets/collection/info-why.gif) no-repeat left top;
		}

	h3.collection {
		width: 222px;
		height: 58px;
		background: url(assets/collection/info-making.gif) no-repeat left top;
		}
		
/* PHOTOS - HEADING STYLES */

	h1.photos {
		width: 360px;
		height: 147px;
		background: url(assets/photos/photos-heres.gif) no-repeat left top;
		}

	h2.photos {
		width: 201px;
		height: 36px;
		margin-top: 35px;
		background: url(assets/photos/photos-general.gif) no-repeat left top;
		}

	h3.photos {
		width: 196px;
		height: 36px;
		background: url(assets/photos/photos-holiday.gif) no-repeat left top;
		}
		
	h4.photos {
		width: 220px;
		height: 54px;
		margin-bottom: 30px;
		background: url(assets/photos/your-photo-ani.gif) no-repeat left top;
		}
		
		
		

/* PHOTOS FLICKR BUTTONS */

	.flickr {
		background: transparent url(assets/photos/photos-flickr-stat.gif) no-repeat left center;
		width: 240px;
		height: 17px;
		display: block;
		text-indent: -10000px;
		}

	a.flickr:hover {
		background: transparent url(assets/photos/photos-flickr-act.gif) no-repeat left center;
		width: 240px;
		height: 17px;
		display: block;
		text-indent: -10000px;
		}

		
/* CONTACT - HEADING STYLES */

	h1.contact {
		width: 303px;
		height: 96px;
		background: url(assets/contact/contact-please.gif) no-repeat left top;
		}




/* FOOTER STYLES FOR EACH INDIVIDUAL PAGE */

/* FOOTER - HOME */
	#footer {
		background: url(assets/home/home-footer-yarn.jpg) no-repeat left top;
		margin: 0;
		padding-top: 310px;
		width: 980px;
		height: 150px;
		color: #666;
		clear: both;
		}
				
	#footerText {
		margin: 0 0 0 285px;
		border-top: 1px solid #CCC; 
		border-bottom: 1px solid #CCC; 
		width: 695px;
		height: 20px;
		}

	#footer p {
		font: .9em Arial, Helvetica, sans-serif;
		text-align: left;
		padding: 4px 0 0 0;
		}


/* FOOTER - INFO */
	#footerInfo {
		background: url(assets/info/info-footer.jpg) no-repeat left top;
		margin: 0;
		padding-top: 110px;
		width: 980px;
		height: 150px;
		color: #666;
		clear: both;
		}
				
	#footerInfoText {
		margin: 0 0 0 285px;
		border-top: 1px solid #CCC; 
		border-bottom: 1px solid #CCC; 
		width: 695px;
		height: 20px;
		}

	#footerInfo p {
		font: .9em Arial, Helvetica, sans-serif;
		text-align: left;
		padding: 4px 0 0 0;
		}


/* FOOTER - COLLECTION */
	#footerCollection {
		background: url(assets/collection/collection-footer-eyes.gif) no-repeat left top;
		margin: 150px 0 0 0;
		padding-top: 50px;
		width: 980px;
		height: 150px;
		color: #666;
		clear: both;
		}
				
	#footerCollectionText {
		margin: 0 0 0 285px;
		border-top: 1px solid #CCC; 
		border-bottom: 1px solid #CCC; 
		width: 695px;
		height: 20px;
		}

	#footerCollection p {
		font: .9em Arial, Helvetica, sans-serif;
		text-align: left;
		padding: 4px 0 0 0;
		}


/* FOOTER - PHOTOS */
	#footerPhotos {
		background: url(assets/photos/photos-footer.jpg) no-repeat left top;
		margin: 0;
		padding-top: 110px;
		width: 980px;
		height: 150px;
		color: #666;
		clear: both;
		}
				
	#footerPhotosText {
		margin: 0 0 0 285px;
		border-top: 1px solid #CCC; 
		border-bottom: 1px solid #CCC; 
		width: 695px;
		height: 20px;
		}

	#footerPhotos p {
		font: .9em Arial, Helvetica, sans-serif;
		text-align: left;
		padding: 4px 0 0 0;
		}


/* FOOTER - CONTACT */
	#footerContact {
		margin: 0;
		padding-top: 110px;
		width: 980px;
		height: 150px;
		color: #666;
		clear: both;
		}
				
	#footerContactText {
		margin: 0 0 0 285px;
		border-top: 1px solid #CCC; 
		border-bottom: 1px solid #CCC; 
		width: 695px;
		height: 20px;
		}

	#footerContact p {
		font: .9em Arial, Helvetica, sans-serif;
		text-align: left;
		padding: 4px 0 0 0;
		}


/* FOOTER - GENERAL STYLES */

	#footerInfo p {
		font: .9em Arial, Helvetica, sans-serif;
		text-align: left;
		padding: 4px 0 0 0;
		}
				
	#footerInfo p .bold{
		font-weight: bold;
		}
				
	#footer a:link, a:visited, a:hover, a:active {
		color: #666;
		text-decoration: underline;
		}
				
	#footer a:hover {
		color: #CCC;
		}

		


		
		
/* Form styles */
	
	form {
		margin: 0;
		padding: 0;
		}		
	
	fieldset {
		margin: 0 0 10px 0;
		padding: 0;
		border: 1px;
		}
		
	label {
		font-weight: normal;
		}
		
	#fName, #sName, #email {
		width: 300px;
		font: 1em/140% Arial, Helvetica, sans-serif;
		}
		
	fieldset input {
		border: 1px solid #CCC;
		}
	
	form p {
		margin: 5px 0 0 0;
		}	
		
