html, body {
	font-family: Arial, Verdana, Geneva, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 90%;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #AEAEAE;
  }

/* Gets rid of the dotted/dashed box around links when clicked in Firefox */  
a { 
  outline: none;
  }
  
h2 {
  margin: 0;
  padding: 0;
  }

/* Highlights current page */
#home .index a, #galleria .galleria a, #assortments .assortments a, #pricing .pricing a, #contact .contact a {
  cursor: default;
  }
  
#wrapper {
  width: 780px;
  margin: 0 auto;
  }
  
#banner {
	width: 780px;
	height: 200px;
	background-color: #000000;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
  }

#nav {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 35px;
  background-color: #009AFF;
  }
  
#nav ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  }

#nav ul li {
  float:right;
  display: inline;
  }
  
#nav ul li a {
  display: block;
  font-weight: bold;
  font-size: 110%;
  text-decoration: none;
  width: 145px;
  color: #000000;
  text-align: center;
  margin-top: 9px;
  margin-bottom: 9px;
  border-right: 1px solid #000000;
  }

/* Added class norightborder so that the far right list item does not end up with a border */  
#nav ul li a.norightborder {
  border-right: none;
  }

#nav ul li a:hover {
/*  background: #FFFFFF; */
  color: #FFFFFF;
/*  text-decoration: underline; */
  }

#maincontent {
  margin-top: 0px;
  padding-top: 25px;
  padding-bottom: 25px; 
  padding-left: 25px;
  padding-right: 25px;
/*  padding: 0; */
/*  text-align: center; */
/*  background-image: url(../images/body_gradient.jpg); */
  background-color: #000000;
  }
  
#maincontent h1 {
  font-size: 130%;
  }
  
#maincontent h2 {
  font-size: 110%;
  }
  
#intro {
  text-align: center;
  }
#contentinner {
   background-color: #FFFFFF;
   padding: 10px;
   }
   
#contentinner h1 {
  font-size: 130%;
  }
  
#contentinner h2 {
  font-size: 110%;
  }
  
.quote {
  font-size: 105%;
  font-family: "Times New Roman", Times, serif;
  color: #3366FF;
  font-style: italic;
  }
  
.note {
  font-size: 90%;
  font-family: "Times New Roman", Times, serif;
  color: #FF6600;
  font-style: italic;
  }

#leftcontent {
   width: 335px;
   height: 412px;
   margin: 0;
   padding: 10px;
   background-color: #FFFFFF;
   }

.floatleft { float: left; }
.floatright { float: right; }


#rightcontent {
   width: 285px;
   height: 412px;
   margin: 0;
   padding: 10px;
   background-color: #FFFFFF;
   }
   
#rightcontent h2 {
/*  background-image: url(../images/header_gradient.gif) repeat-x; */
  background-color: #CC0000; 
  color: #FFFFFF;
  padding: 5px;
  }

#specials {
  background-color: #009AFF;
  width: 100%;
  }
  
.special_header {
	font-family: Allegie;
	font-weight: bold;
	font-size: xx-large;
}
  
#footer {
  margin: 0;
  padding: 0;
  clear: both;
  }

#copyright {
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #FFFFFF;
  }
  
#byline {
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #FFFFFF;
  }
  
#byline a {
  color: #660099;
  text-decoration: none;
  }
  
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

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

/* Gallery and Playback Controls
----------------------------------------------- */
#gallerySelect { width: 180px; }
#controls {	margin:0 auto 10px auto; }
#galleries {	margin:0 auto 20px auto; }
#galleries label { padding-bottom: 2px; }

#transport {
	margin: 0;
	padding: 0;
	list-style: none;
}
#transport li {
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
#transport a {
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 64px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}
#transport a:link {
	background: #666 url('../images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:visited {
	background: #666 url('../images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:hover {
	background: #666 url('../images/bg_grad_gray2.gif') repeat-x;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}
#transport a:focus {
	-moz-user-select: none;
	-khtml-user-select: none;
}

#previews {
/*	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040; */
	border-top: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
	border-left: solid 1px #FFFFFF;
	padding: 10px 10px 20px 10px;
	margin-bottom: 5px;
/*	background-image: url('../images/bg.gif'); */
/*	width: 250px; */
	width: 270px;
	float: left;
	margin-right: 10px;
}
#thumbnails {
	clear: both;
	margin: 10px auto;
}
#thumbnails div {
	position: relative;
	width: 36px;
	height: 36px;
	float: left;
	margin: 8px;
	padding: 0;
	float: left;
	display:inline;
}
#thumbnails img {
	width: 36px;
	height: 36px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}
#thumbcaption {
	width: 270px;
	font-size: large;
	text-align: center;
/*	color: #404040; */
/*	color: #fc0; */
/*	color: #009AFF; */
	color: #0038FF;
}
#picture {
	padding: 0px;
	width: 350px;
	height: 500px;
	float: right;
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #eee;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	padding: 1em; 
	overflow: hidden; 
}
#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: 1px solid #999; }
/* .selectedThumbnail {  border: solid 2px #fc0 !important; } */
/* .inFocus {  border: solid 1px #fc0 !important; } */
.selectedThumbnail {  border: solid 2px #0038FF !important; }
.inFocus {  border: solid 1px #0038FF !important; }

.clear {
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
	}
	
.ClearAll {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
