html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  background-color: #333333;
  background-image: url('images/bkg.gif');
  background-repeat:repeat; 
    border-style: none;
  color: #5c5c53;
  font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 12px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}
h1 {
  color: #5c5c53;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0 0 5px 0;
}
h2 {
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.3em;
  padding: 10px 0 5px 0;
}
h3 {
  color: #000;
  font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:lighter;
  text-align:justify;
  line-height: 18px;
  margin: 0 0 0 0;
  padding: 10px 0 5px 0;
}
h4 {
  color: #298fce;
  font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.0em;
  font-weight:bold;
  text-align:justify;
  line-height: 18px;
  margin: 0 0 0 0;
  padding: 10px 0 5px 0;
}
p {
  color: #000;
  font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:lighter;
  text-align:justify;
  margin: 0 0 0 0;
  padding: 5px 0 5px 0;
}
select{
	min-width: 120px;
	}
br {
	margin: 0 0 5px 0;
}
em{
	font-size: 0.8em;
	color: #FFFFFF;
	font-style:italic;
}

ul {
	color: #000;
	padding: 0 0 0 10px;
	margin: 0 0 0 20px;
}
.gemList {
		list-style:url(images/gem_bullet.png) ;
		text-align: left;
		font-size:12px;
		color: #000;
		line-height:14px;
}


/*Main Links*/
a,  a:link {
  color: #298fce;
  text-decoration: none;
}
a:visited {
  color: #298fce;
  text-decoration: none;
}
a:hover {
  color: #cccccc;
  text-decoration: underline;
}
a:focus {
  color: #298fce;
}
a:active {
  color: #298fce;
}

/*List Navigation :: main menu*/
#nav, #nav ul {
	padding: 0 0 0 290px;
	width: 955px;
	margin: 0;
	list-style: none;
	text-align: center;	
}
#nav li {
	float: left;
	font-size: .9em;
	width: 6.5em;
	padding: 0 0.2em 0 0.4em;
}
#nav a:link, #nav a:visited {
	display: block;
	text-decoration:none;
	padding-top: 0.6em;
	padding-left: 0.1em;
	color: #ffffff;
}
#nav a:hover {
	color: #cccccc;
}
* html #nav a {
	width: 100%;
}
#nav ul {
	display: none;
	position: absolute;
	padding: 0;
}
#nav ul li {
	font-size: 100%;
	text-align: center;
}
#nav li:hover ul {
	display: block;
}

/*List Navigation :: products - function removed; space available for future use*/
#prod_nav, #prod_nav ul {
	padding: 0 0 0 250px;
	margin: 0;
	list-style: none;
	height: 39px;
}
/*Main Page Divs*/
#outerWrapper {
  background-color: #000;
	margin: 0 auto 0 auto;
	min-width: 955px;
	text-align: left;
	width: 955px;
}
#outerWrapper #header {
  background-image: url("images/header.png");
  background-repeat: no-repeat;
  border-style: none;
  height: 50px;
  padding: 0px 0px 0px 0px;
  width: 955px;
}
#outerWrapper #menu {
  background-image: url("images/menu.png");
  background-repeat: no-repeat;
  border-style: none;
  height: 120px;
  margin: 0;
  padding: 10px 0 0 0;
  width: 955px;
}
#outerWrapper #contentWrapper {
  background-image: url("images/faux.png");
	background-repeat: repeat-y;
	padding: 0;
	margin: 0;
	width: 955px;
	min-height: 500px;	
}
#outerWrapper #contentWrapper #sidebar {
  float: left;
  background-color: transparent;
  border-style: none; 
  line-height: 18px;
  padding: 10px 0 0px 30px;
  width: 250px;
  min-height: 400px;
}
#outerWrapper #contentWrapper #sidebar img {
	clear: both;
	margin: 0 auto;
	padding-top: 20px;
}
#outerWrapper #contentWrapper #sidebar p {
	text-align:center;
}
#outerWrapper #contentWrapper #sidebar_cart {
  float: left;
  background-color: transparent;
  width: 0;
  min-height: 400px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#outerWrapper #contentWrapper #sidebar img {
  padding: 20px 0 0 20px;
  }
#outerWrapper #contentWrapper #sidebar p {
  padding: 20px 0 0 20px;
  }
#outerWrapper #contentWrapper #sidebar h1 {
  padding: 20px 0 0 20px;
  }
#outerWrapper #contentWrapper #sidebar h2 {
  padding: 0 0 0 20px;
  }
#outerWrapper #contentWrapper #content {
  float:right;
  width: 580px;
  margin: 0 0 0 0;
  padding: 0 20px 0 0;
}
#outerWrapper #contentWrapper #content_about {
  float:left;
  width: 590px;
  margin: 0 0 0 0;
  padding: 0 30px 0 0;
}
#outerWrapper #contentWrapper #content_contact {
  float:left;
  width: 590px;
  margin: 0 0 0 0;
  padding: 0 30px 0 0;
}
#outerWrapper #contentWrapper #content #list a:link {
	color: #fff;
}
#outerWrapper #contentWrapper #content #list a:visited {
	color: #fff;
}
#outerWrapper #contentWrapper #cart {
  float:right;
  margin: 0 0 0 0;
  padding: 0 50px 0 0;
  width: 860px;
}
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}

#outerWrapper #menubottom {
  background-color: #ddd;
  background-image: url("images/menu_bottom.png");
  background-repeat: no-repeat;
  border-style: none;
  height: 39px;
  width: 955px;
}
#outerWrapper #footer {
  background-color: #ddd;
  background-image: url("images/footer.png");
  background-repeat: no-repeat;
  border-style: none;
  height: 100px;
  width: 955px;
}
#outerWrapper #footer em {
	padding: 30px 0 0 55px;
}

/*FORM STYLE*/
form {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	border: none;
	margin-left: 50px;
}
#quest {
	padding: 0 0 5px 5px;
	margin: 0;
	color: #B90000;
}
form br {
	padding:  5px 0 5px 0;
	margin: 0;
}
form label {
	float: left;
	width: 38%;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	padding: 0.5em;
	margin: 0;
}
input.txt {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000;
	background-color: #cccccc;
	border: 1px dotted #000;
	width: 400px;
	padding: 0.5em;
}
input.btn {
	color: #694326;
	background-color: #fff;
	border: 1px dotted #000;
	width: 80px;
	padding: 0;
}
input.comment {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	background-color: #cccccc;
	border: 1px dotted #000;
	width: 400px;
	height: 50px;
	padding: 0.5em;
}
input.spam {
		font:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
color: #B90000;
	background-color: #cccccc;
	border: 1px dotted #000;
	width: 40px;
	margin-left: 2px;
	padding: 0.5em;
}
select {
	width: 10px;
	color: #00008B;
	background-color: #cccccc;
	border: 1px dotted #000;
}
textarea {
	width: 300px;
	height: 30px;
	color: #000;
	background color: #cccccc;
	border: 1px dotted #000;
}




/*LIGHTBOX STYLE*/
#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: #000; 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: #000; 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: #86C0E3; }


