@charset "UTF-8";

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td {
	margin:0pt;
	padding:0pt;
}

body  {
	font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, sans-serif;
	font-size:62.5%;
	font-size-adjust:none;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:1.4;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	background-color: #ffffff;
	background-image:;
	background-repeat: repeat-x;

}
ul{ 
font-size:1.2em;
  margin:0 5em; 
  	line-height:1.8em;
  
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0 0;
	padding:0px;
	font-size:1em;
	text-align: justify;
}

h1 {
	color: #77763A;
	/*text-transform: capitalize;*/
	font-weight: normal;
	font-size:1.9em;
	line-height:1.5em;
	text-align: justify;
	border-right-style: 5px;
	position: top;
}

h2 {
	color: #333;
	font-weight: normal;
	font-size:1.7em;
	line-height:1em;
	border-right-style: 1px;
}

p {	
	margin-bottom: 1em;
	font-size:1.2em;
	line-height:1.5em;
}

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

a:hover {
	color:#dcdcdc
}

.twoColFixRtHdr #container {
	width: 990px; 
	background: #bdb76b; /*#B0AF58*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #000000;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	background-image: url(images/shell/headerani2010.gif);
	background-repeat: no-repeat;
	position: relative;
} 
.twoColFixRtHdr #header {
	padding: 0 10px 0 20px;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#header #logo {
	display: block;
	background-repeat: no-repeat;
	width: 145px;
	height: 154px;
}
#header ul#topnav {
	font-size: 1.4em;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	top: 114px;
	right: 10px;
	position: absolute;
	width: 990px;
	text-align: right;
}

#header ul#topnav li {
	display: inline;
	padding-left: 15px;
	padding-right: 0px;
}
#topnav a {
	color: #ff9900;
	text-decoration: none;
	font-weight: bold;
}
#topnav a:hover {
	color: #ffffff;
}


.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 20px 0 10px;

}


/* not beeing used*/
.twoColFixRtHdr #sidebarIMAGE {
	float: right; /* since this element is floated, a width must be given */
	width: 300px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	text-align:center;

}
.twoColFixRtHdr #mainContent {
	margin: 0px 225px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 20px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: justify;
} 

/* not being used*/
.twoColFixRtHdr #mainContentSMALL {
	margin: 0px 330px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 5px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #mainContentSOLO {
	margin: 0px 0px 0px 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 30px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #mainContentSOLOcenter {
	text-align:center;
	margin: 0px 0px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 30px 0px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixRtHdr #footer {
margin: 0px 0px 0 0;
	padding: 0 0px 0 0px;
	background-image: url(images/shell/footer_bg2.png);
	height: 101px;
	margin-bottom: -20px;
	
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 65px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-size: 12px;
	color: #ffffff;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 12px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 35px;
	width: 600px; 
}
.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;
}

.subBOX {
	text-align: left;
	padding: 15px;
	width: 250px;
	border-style: dashed;
	border-color: #999999;
	border-width: thin;
	margin: 15px;
	float: left;
}

.subBOXtall {
	text-align: center;
	padding: 15px;
	width: 295px;
	height: 150px;
	border-style: dashed;
	border-color: #999999;
	border-width: thin;
	margin: 15px;
	float: left;
}

.imageboarder {
	border:solid #CCCCCC 1px;
	padding:4px;
	
}
.imageboardergrn {
	border:solid #bdb76b 1px;
	padding:5px;
	
}
.imageboarderfltrt {
	border:solid #CCCCCC 1px;
	padding:4px;
	float: right;
	background-color: #ffffff;
	margin-left: 10px;
	width: 300px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #77763A;
	font-size:1em;
	line-height:1.2em;
	}
.imageboarderfltrt2 {
	border:solid #CCCCCC 1px;
	padding:4px;
	float: right;
	background-color: #bdb76b;
	margin-left: 10px;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #77763A;
	font-size:1em;
	line-height:1.2em;
}
.imageboarderfltlt {
	border:solid #CCCCCC 1px;
	padding:4px;
	float: left;
	margin-right: 12px;
}

.justified {
	text-align: justify;
}
hr {
border: 0;
color: #bdb76b;
background-color: #9E9E9E;
height: 2px;
width: 100%;
}

.overStateOrange {
	color:#ff9900;
}
.wide_container {
	padding: 0px 0 12px 0;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.artistQuote {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #77763A;
	padding: 0px 0px 0px 24px;
	font-size:1.2em;
	font-style:italic;
	text-align: left;
	line-height:1.0em;
	border-right-style: 1px;
}

/* styles for the store/cart pages */
#storeContainer {
	position: relative;
	width: 720px;
	margin: 0 0 20px 0;
}

#storeContainer #galleryContainer {
	float: right;
	margin: 20px 0 0 20px;
	padding: 4px;
	text-align: center;
}

#store {
	background-color: #edecd8;
	width: 455px;
	padding: 10px;
	margin: 0 0 0 230px;
}

#productDetail {
	width: 220px;
	float: left;
}

#productDetail ul li {
	font-size:1.2em;
	line-height:1.25em;	
	margin-bottom: .25em;	
}

#productDetail ul {
	margin-left: 2em;
}

#productDetail h1 {
	margin-bottom: 0;
}

#productDetail h2 {
	margin: 0 0 1em 0;
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#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-image: url(data:image/gif;base64,AAAA); /* 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; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
