body
{
	background: #F4EFE5 url('../images/bckgrnd.jpg') no-repeat top center;
	margin:0;
	padding:0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size:13px;
}

img
{
	border:none;
}

a:link,a:visited
{
	color:#ff009c;
}
a:hover,a:visited:hover
{
	color:#FFF;
	background-color:#ff009c;
	text-decoration:none;
}


ul#main-nav li a:link,
ul#main-nav li a:visited
{
	color:#615138;
	text-decoration:none;
	padding:5px;
}
ul#main-nav li a:hover,
ul#main-nav li a:visited:hover
{
	color:#FFF;
	background-color:#00da90;
}

a.product-card:link,
a.product-card:visited
{
	display:block;
	padding:5px;
	text-decoration:none;
	background-color:#FFF;
	color:#000;
	float:left;
}
a.product-card:hover,
a.product-card:visited:hover
{
	color:#FFF;
	background-color:#94c596;
}


ul#subnav li a:link,
ul#subnav li a:visited
{
	display:block;
	padding:10px 5px;
	text-decoration:none;
	border-bottom:1px solid #dbd7cf;
	color:#615138;
}
ul#subnav li a:hover,
ul#subnav li a:visited:hover
{
	color:#FFF;
	background-color:#00da90;
}

.gallery a:link img,
.gallery a:visited img
{
	display:block;
	float:left;
	border:solid 3px #dbd7cf;
	margin:1px;
	padding:0;
}
.gallery a:hover img,
.gallery a:visited:hover img
{
	border:solid 3px #00da90;
}


#container
{
	margin:132px auto 0 auto;
	width:741px;
}
#content
{
	margin:140px 0 100px 0;
	overflow:hidden;
}
#footer
{
	overflow:hidden;
	margin:0 auto 20px auto;
	padding:20px 0;
	border-top:10px #b3a996 solid;
	width:741px;
	clear:both;
}

.col-a,.col-b,.col-c
{
	float:left;
	width:240px;
	overflow:hidden;
}
.col-b-c
{
	float:left;
	/*width:474px;*/
	width: 473px;
	margin-left:20px;
	overflow:hidden;
}

a.product-card
{
	margin:13px 0 0 13px;
}
a.product-card.first-col
{
	margin-left:0;
}
a.product-card:link.first-top,
a.product-card:visited.first-top
{
	margin-top:0;
}
a.product-card .title
{
	margin:5px 0;
}

ul#main-nav
{
	text-align:center;
}

ul#main-nav li
{
	display:inline;
	list-style:none;
	margin:0 10px;			
	font-size:120%;
	font-family: Georgia, Times, 'Times New Roman', Serif;
}

ul#subnav
{
	margin:5px 0 0 0;
	padding:0;
	border-top:1px solid #dbd7cf;
	
}
ul#subnav li
{
	list-style:none;
}


.products h3
{
	color:#fd005a;
}

#product-header img
{
	border:solid 5px #FFF;
	margin:0;
	padding:0;
}
h1#product-name
{
	padding:10px;
	background-color:#FFF;
	margin:-3px 0 20px 0;
}


#portfolio #details
{
	float:left;
	width:283px;
	margin-left:20px;
}
#details ul
{
	padding-left:0;
	list-style:none;
}
#details li
{
	background: url('../images/list_arrow.gif') no-repeat 5px left;
	margin-bottom:10px;
	padding:0 0 0 15px;
}
.portfolio-project
{
	overflow:hidden;
	clear:both;
	margin-bottom:30px;
}
.portfolio-project h3
{
	border-bottom:solid 1px #dbd7cf;
	padding-bottom:5px;
}

#footer .col-a
{
	text-align:right;
}
#footer .col-b-c
{
	margin-left:0;
}
#paypal-ref
{
	background: url('../images/payPalSecure.gif') no-repeat left center;
	color:#b6b0a3;
	font-size:120%;
	padding:0 0 0 100px;
}

.gallery
{
	overflow:hidden;
	width:160px;
	float:left;
}


/*----------------------------------------------------*/

.product,.product-offsite
{
	overflow:hidden;
	background-color:#FFF;
	padding:5px 10px 5px 5px;
	margin-top:3px;
	line-height:38px;
}
.product .gallery,.product-offsite .gallery
{
	overflow:hidden;
	float:left;
}
.product .gallery
{
	width:210px;
}
.product-offsite .gallery
{
	width:210px;
}
.purchase,.product-offsite .purchase
{
	float:right;
	width:210px;
	text-align:right;	
	padding:5px 0;
	overflow:hidden;
}
.purchase
{
	width:210px;
}
.product-offsite .purchase
{
	width:210px;
}
.purchase em
{
	color:#FFF;
	padding:5px 16px;
	background-color:#CCC;
}
.product-offsite em
{
	background-color:#FFF;
	color:#7E7E7E;
}
.product .purchase a:link,
.product .purchase a:visited
{
	padding:5px 5px 5px 25px;
	color:#FFF;
	text-decoration:none;
	background: #FF009C url('../images/purchaseIcon.gif') no-repeat 5px center;
	font-size:110%;
}
.product .purchase a:hover,
.product .purchase a:visited:hover
{
	background-color: #00da90;
}




/*----------------------------------------------------*/








#contact dl
{
	margin-top:40px;
}
#contact dt
{
	font-size:120%;
	margin-bottom:4px;
}
#contact dd
{
	margin:0 0 20px 0;
}
#contact dd input,
#contact dd textarea
{
	font-size:120%;
	width:98%;
}


.title
{
	margin-bottom:0;
}
.byline
{
	margin-top:0;
}
.note
{
	font-size:65%;
}
.required
{
	padding:2px;
	color:#FFF;
	background-color:#FFBF01;
}
.error
{
	color:#FFF;
	background-color:#FF0000;
	padding:5px;
}
.highlight
{
	padding:5px;
	background-color:#FFFD65;
}
.first-top
{
	margin-top:0;
}

.news h3
{
	margin-top:30px;
}
.news-item
{
	padding:20px 0;
	border-bottom:solid 1px #dbd7cf;
	overflow:hidden;
	clear:both;
}
.news-item.first
{
	padding-top:0;
}
.news-item h3
{
	color:#4e453b;
	padding:0;
	margin:0;
}
.news-item .byline
{
	color:#887B6C;
}
.news-item h4
{
	color:#666666;
}
.news-item .gallery
{
	width:240px;
	overflow:hidden;
	margin-top:5px;
}
.first
{
	margin:0;
}


/*----------- blog -------------*/

#blog-sidebar{ background-color:#E6E0D5; padding:10px 5px 50px 15px;}

#blog-sidebar ul
{
	list-style:none;
	margin:0;
	padding:0;
}
#blog-sidebar ul li
{
	margin:20px 0 0 0;
	padding:0;
}
#blog-sidebar ul li ul
{
	margin:0;
	padding:0;
}
#blog-sidebar ul li ul li
{
	margin:0;
	padding:0;
}
.post 
{
	margin-bottom:50px;
}

.post .storytitle
{
	letter-spacing:-1px;
	margin-bottom:3px;
}
.post .meta
{
	color:#716B5F;
}
.post .meta a:link,
.post .meta a:visited
{
	color:#504b40;
}
.post .meta a:hover,
.post .meta a:visited:hover
{
	color:#FFF;
	background-color:#504b40;
}
#commentlist
{
	margin:0;
	padding:0;
	list-style:none;
}
#commentlist li
{
	margin-bottom:5px;
	padding:10px;
	background-color:#f7f2ef;
}

/*---------- lightbox ----------*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }
a#bottomNavClose:hover,a#bottomNavClose:visited:hover { background:transparent; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	/*font: 10px Verdana, Helvetica, sans-serif;*/
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	

