@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ffffff;
	font-family: Helvetica, Arial, sans-serif;	
	color: #666666;
	
}
br {
	font-size: 4px;
}

a:link {
border: 0px solid black;
text-decoration: none; 
color: #666666;
}


a:hover {
text-decoration: none; 
color: #cccccc; 
}

a:visited 
{
color: #666666;
text-decoration: none; 
}
a:visited:hover {
color: #cccccc;
text-decoration: none; 
}

h1,h2,h4,h5,h6,h7{
color:#666666;
font-face: Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 140%;
padding:0px;
margin: 0 0 0 0;
}

h3{
	color:#666666;
font-face: Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 120%;
padding:0px;
margin: 0 0 0 0;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#wrapper {margin:5px auto;
	width: 850px; 
	background-color: #ffffff;
	border:dashed 0px #f4dd48;
}

#masthead{
	background-image:url(/pictures/masthead.jpg);
	margin: 0px auto;
	width: 750px;
	height: 240px;
	border:0px solid #000000;
	z-index: 0;
	position: relative;
}


#globalnav ul {
	position: relative;
	font-size:140%;
	font-family: Helvetica, sans-serif;
	padding: 200px 0 0 0px;
    list-style-type:none;
	z-index: 1;
	  }
	  	  
#globalnav ul li {
          float:left;
          margin:0 2px;
        
      }

#globalnav ul li a {
          display:inline;
          padding:2px 20px;
          color:#666;
          text-decoration:none;
      }
      /* place the "current" pseudo class here */
#globalnav ul li a.current {
        
          color:#999;
      }
 #globalnav ul li a:hover {   
          color:#CCC;
      }

#main{  
	font-size: 12pt;
	font-color: white;
	font-family: Helvetica,  Arial, sans-serif;
	color: #666666;
	margin: 0px auto;
	width:690px;
	text-decoration: none;
	border: 0px solid #000;
	
}
#shop{ 
width:552px;
padding: 0px;
margin: 0 0 0 180px;
border: 0px solid #ccc;
}


.shopContent { 
	margin: 10px auto 0px auto;
	width: 540px;
	border: 1px solid #ccc;
	background: #ffffff;
	padding:10px 5px;
	overflow: auto;
	font-size: 8pt;
	text-align:left;
	

} 

.shopHeader { 
margin: 20px auto 0px auto;
	width: 540px;
	border: 1px solid #cccccc;
	background: #f4f3f3;
	padding:10px 5px;
	overflow: auto;
	text-align:left;
} 




/**************************/
/*SIDEBAR STYLES*/
/**************************/

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 2px;
	border: 0px solid #cccccc;
	margin: 0;
}
#sidebar1 ul{
	
	list-style:none;
}

.tags {
	
	/* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 5px;
	border: 0px solid #cccccc;
	font-size: 8pt;
	text-align:left;
	background-color:#f4f3f3;
}



#bio{
	width: 500px;
	float: left;
	text-align: left;
}
#contact{
	padding-top:50px;
	max-width:700px;
}

#contactform{
	float:right;
	text-align:left;
	padding: 0px;
}
#contactinfo{
	float:left;
	text-align:left;
	padding: 0px;
	width: 250px;
}
	

#gallerymenu{
	max-width:700px;
	padding-top:50px;
}
ul{
	padding: 0px;
	margin: 0px;
}

#footer{	
	
	clear: both;
	font-size: 8pt;
	color: #cccccc;
	margin: auto;
	width: 850px;
	text-align: center;
	border-top: 0px dashed #000;
}

.product_thumb{
	border:solid #ccc 1px;
	float: left;
	margin: 0 10px 0px 0;
}

.product_image{
	border: solid #ccc 1px;
	float: left;
	margin: 10px;
}

.product{
	float: right;
	margin: 5px;
}

.product-attr-custom{
	margin: 10px 5px 5px 0px;
}

.category_image{
	margin:0px;
	border: 1px #ccc solid;
	
}

/***********************************************/
/* gallerific divs                           */
/***********************************************/

div#page {
	width: 850px;
	background-color: #fff;
	margin: 0 auto;
	text-align: left;
	padding-top: 30px;
}

div#container {
	padding: 0px;
}

div.content {
	/* The display of content is enabled using jQuery so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float: right;
	width: 510px;
}	

div.content a, div.navigation a, div.pagination span.current{
	text-decoration: none;
	color: #666;
	font-size:75%;
}
div.content a:focus, div.content a:hover, div.content a:active {
	text-decoration: none;
	color: #ccc;
}
div.controls {
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
		
}
div.slideshow-container {
	position: relative;
	clear: both;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
}
div.loader {
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('../pictures/loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 502px;
		/* This should be set to be at least the height of the largest image in the slideshow */
}
div.slideshow {
}
div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
div.slideshow a.advance-link {
	display: block;
	width: 550px;
	height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	line-height: 502px; /* This should be set to be at least the height of the largest image in the slideshow */
	text-align: center;
}
div.slideshow a.advance-link:hover, div.slideshow a.advance-link:active, div.slideshow a.advance-link:visited {
	text-decoration: none;
}
div.slideshow img {
	vertical-align: middle;
	border: 1px solid #ccc;
}

div.caption-container {
	position: relative;
	clear: left;
	height: 75px;
}
span.image-caption {
	display: block;
	position: absolute;
	width: 550px;
	top: 0;
	left: 0;
}
div.caption {
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}
div.image-desc {
	line-height: 1.3em;
	padding-top: 6px;
}
div.navigation {
	/* The navigation style is set using jQuery so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #666;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current, div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	background-color: #ccc;
	border-color: #ccc;
	color: #fff;
}
div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}


/***********************************************/
/* SlideshowCSS                            */
/***********************************************/


.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid black;
margin: 0 auto;
width: 587px; /*width of featured content slider*/
height: 415px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: white;
width: 577px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination1{
width: 587px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: white;
border: 0px solid black;
color:#cccccc;
/*padding: 5px 10px;*/
}

.pagination1 a{
padding: 0px;
text-decoration: none; 
color: #ffffff;
background: white;
}

.pagination1 a:hover, .pagination1 a.selected{
color: #cccccc;
background-color: #ffffff;
}

/**************************/
/*sidebar styles*/
/***************************/
@charset "UTF-8";

/* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
ul.MenuBarVertical
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 140px;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	width: 140px;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarVertical ul
{
	margin: -5% 0 0 95%;
	padding: 0;
	list-style-type: none;
	font-size: 90%;
	position: absolute;
	z-index: 1020;
	cursor: default;
	width: 120px;
	left: -1000em;
	top: 0;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
	left: 0;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
	width: 120px;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
	border: 0px solid #CCC;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
	border: 1px solid #CCC;
	background-color:#fff;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
	display: block;
	cursor: pointer;
	padding: 0.5em 0.75em;
	color: #666;
	text-decoration: none;
}

/* Menu items are a light gray block with padding and no text decoration */

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
	background-color: #ccc;
	color: #fff;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
 ul.MenuBarVertical a.MenuBarItemSubmenuHover,  ul.MenuBarVertical a.MenuBarItemHover
{
	background-color: #ccc;
	color: #fff;
}



/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarVertical iframe
{
	position: absolute;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarVertical li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		background: #FFF;
	}
}
