/* Primary CSS styles for cypfurniture.com; continuous media */
/* ©2008 Brushfire Media | 207.221.6122 | www.brushfiremedia.com*/

/*GENERAL TYPOGRAPHY*/
h1{
	}

h2{
	font-weight: normal;
	font-size: small;
	}

h3{
	}

a{
	text-decoration: none;
	color: #333;
	}

#content a{color: #b75a95;}
#content a:hover{color: #d99dc3;}

a:hover{
	/*text-decoration: underline;*/
	color: #d99dc3;
	/*background: #faf4f8;*/
	}

/*LAYOUT AND SPECIALTY TYPOGRAPHY*/
body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size: 76%;
	font-family:  Skia, Helvetica, Arial, sans-serif; 
	line-height: 1.7em;
	}
		
#pageWrap {
	padding: 240px 0 15px 0;
	margin-top: 15px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	overflow: visible;
	text-align:left;
	width: 898px;
	background: url('/assets/img/logo.jpg') no-repeat;
	position: relative; /*allows bottom-align of elements | solution from blog.userland.fr*/
}		

#contentCol {
	margin: 0 0 0 566px;
	}

#imageCol {
	width: 553px;
	float: left;
	text-align: right;
	padding: 6px 12px 0 0;
	}

#imageCol img{
	border: 1px solid #d99dc3;
	margin: 0 0 0 12px;
}	

#imageCol img.gallery{border: none;}

#imageCol a{
	font-size: xx-small;
}

/*Navigation Styles*/
/*primary*/
#nav {
	width: 322px;
	border-bottom: 1px solid #d99dc3;
	margin: 0;
	padding: 0;
	border-top: 1px solid #fff;
	}
		
#nav ul{
	list-style: none;
	margin: 0;
	padding: 0;	
}

#nav ul li{display: inline;
	float: left;
	}
	
#nav ul li.last{float: none;}	
	
#nav li a{
	text-transform: uppercase;
	margin: 0 25px 0 0;
	padding: 0;
	font-size: small;
	}

#nav li.current a{color: #b75a95;}

#nav li.current a:hover{
	color: #d99dc3;
	}

/*subnav*/
#subnav li a{
	text-transform: lowercase;
	font-size: 95%;
}	
	
/*End nav styles*/

#mainBody{
	}

#footer{
	}	

#footer a{}

#footer .left{float: left;}
#footer .right{float: right;}

/*Thumbnails*/
#thumbs{
	position: absolute; /*allows bottom-align of elements | solution from blog.userland.fr*/
	bottom: 6px;
	right: 0;
	width: 332px;
	}

#thumbs img{
	border: 1px solid #d99dc3;
	margin: 0 12px 12px 0;
	}

#thumbs img.colLast{margin-right: 0;}	

#thumbs p{
	font-style: italic;
	padding-bottom: 5px;
	}
/*End thumbnails*/

#caption{
	position: absolute; /*allows bottom-align of elements | solution from blog.userland.fr*/
	bottom: 17px;
	right: 0;
	width: 332px;
	font-style: italic;
	}

/* SPECIAL HELPER CLASSES | TYPOGRAPHY AND LAYOUT */
.caps{text-transform: uppercase;}	
.clear{clear: both;}
.navClear{clear: right; height: 1px;}
p{margin-bottom: 0px;}
.dimensions{}
.reduced{margin-top: 7px;}
#thumbClear{clear: left; width: 100%;}
#clearAll{clear: both;}
.tagline{}
.smallcaps{text-transform: uppercase; font-size: 85%;}