body {
	font-family: Helvetica, Arial,  Verdana, sans-serif;
	font-size: 10pt;
	line-height: 1.6em;
	text-align: center;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background: #5d5d5d url('../images/background.jpg') 50% 0 no-repeat;
	color: rgb(0, 0, 0);
}

a, a:link, a:visited {
	text-decoration: none;
}

a:hover {}

img {
	border: 0;
}

h1 {font-size: 3em; font-weight: normal; color:#5059A6; margin: 0 0 20px 0;
	padding:0 0 3px 0; border-bottom: 2px solid #ccc;}
h2 {font-size: 2.5em; color:#f06744; font-weight:bold;}


/* wrapper */
#wrapper	{width:762px; margin: 0 auto; text-align:left;}

/*
	HEADER
*/
#header		{background: url('../images/header.jpg') 50% 0 no-repeat; height:180px; position:relative;}

#logo		{position:absolute; display:block;
				height:100px; width:220px; left:0; top:13px;
				text-indent:-1000px; overflow:hidden;}

#nav		{position:absolute; list-style:none; top: 33px; left:200px;}
#nav li		{float:left; list-style:none; padding:0; margin:3px;}
#nav a		{display:block; padding:10px;
				color:#fff; background:#f06744;
				line-height:13px; font-size:13px;
				-webkit-border-radius:4px; -moz-border-radius:4px;}
#nav a:hover 	{background:#222;}
#nav a:active	{background:#000;}

/*
	CONTENT
*/

#content	{background:#fff; padding:20px; /*min-height:300px;*/}

#content_shim {height:290px; float:left;}
.clear		{clear:both;}


.attribution	{text-align:right; color:#666666;}

blockquote		{font-style:italic; position:relative;}
blockquote:before	{content:"“"; float:left; font-size:80px; position:absolute; top:20px; left:-40px; color:#999;}
blockquote:after	{content:"”"; float:left; font-size:60px; position:absolute; bottom:-40px; right:-30px; color:#999;}


.prodImage		{overflow:hidden; width:200px; height:200px;
					position:relative; margin:0 0 5px 0; border:2px solid #888;
					/*-webkit-border-radius:7px; -moz-border-radius:7px;*/}
.prodImage img	{position:absolute; left:0px;}

.centerimage	{border:2px solid #888; background:white; text-align:center; margin:1em; padding:1em;}


fieldset, legend, .box_wide		{background:#ddd; padding:20px; margin:20px; border:2px solid #bbb; overflow:auto;
					-webkit-border-radius:7px; -moz-border-radius:7px;}

legend			{font-size:2em; margin:3px; padding:15px; color:#f06744; background:#fff; border:#000; overflow:visible;}		

fieldset.box_wide label	{width:70px; display:block; float:left; font-size:1.2em;}

select			{width:150px;}

input, select	{font-size:1.3em;}



.box_half		{width:321px; float:left; padding:10px; margin:10px;}


.note			{color:#888;}


.price			{font-size:2em; padding:10px; background:#fff;
					margin:0 0 5px 0; border:2px solid #888;
					/*-webkit-border-radius:7px; -moz-border-radius:7px;*/}

.right			{float:right;}
.left			{float:left;}

img.left		{margin:10px 10px 10px 0;}
img.right		{margin:10px 0 10px 10px;}

.box_white		{background:#fff; margin:5px; padding:5px; text-align:center;
					-webkit-border-radius:7px; -moz-border-radius:7px;}

.box_3rd		{width:200px;}


.item			{background:#eee; /*float:left; width:331px;*/ margin:5px; padding:10px;
					-webkit-border-radius:7px; -moz-border-radius:7px;}

.center			{text-align:center;}
.button			{font-size:1.2em; color:#f06744; font-weight:bold; background:#fff;
					border:1px solid #888; padding:7px; margin:3px;
					-webkit-border-radius:7px; -moz-border-radius:7px;}


.button_shop	{display:block; width:290px; height:54px; text-indent:-1000em;
					background:url(../images/home-page-button.png) 0 0 #aaa;}
.button_shop:hover {background-position:0 100%;}



.closed			{font-weight:normal; background:#ddd; padding:20px; border:1px solid #aaa; font-size:1.2em;}




/*
	FOOTER
*/
#footer		{background:url('../images/footer.jpg') 50% 0 no-repeat; height:300px; position:relative;}
#footer a#yaa	{position:absolute; display:block; border:none; text-indent:-1000px; overflow:hidden;
				width:120px; height:70px; top:110px; left:10px;}
#footer a#pkpc	{position:absolute; display:block; border:none; text-indent:-1000px; overflow:hidden;
				width:120px; height:70px; top:110px; left:150px;}
				
#footer p	{position:absolute; top:119px; right:20px; text-align:right; color:#999;
				font-size:10px;}
#footer p span {color:#777;}






/* FLICKR BADGE */

/*
Images are wrapped in divs classed "flickr_badge_image" with ids "flickr_badge_imageX" where "X" is an integer specifying ordinal position. Below are some styles to get you started!
*/


#flickr_badge_uber_wrapper {text-align:center;}
#flickr_badge_wrapper {padding:10px 0 10px 0;}
.flickr_badge_image {margin:10px; float:left; display:inline;}
.flickr_badge_image img {border: none; float:left;}
.flickr_badge_image a	{float:left;}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}




/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}