p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom: 1em;
}

#progress {
	margin: 10px auto;
	width: 200px;
	height: 15px;
	padding: 2px;
	border: 2px solid #e8f7fd;
}
 
#progress .bar {
	width: 0px;
	text-align: center;
	font-size: 10px;
	height: 15px;
	background: #2a2a2f;
	color: #fff;
	font-weight: bold;
}

#gallery {
	position: relative;
	margin: 0px auto;
	width: 950px;
	height: 400px;
	background: url(../images/pan_checks.gif) repeat;
}

.gallery_frame
{
	background: url(../images/gallery_frame.png) no-repeat;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	width: 950px;
	height: 400px;
}

#kwicks_container { 
	background: url(../images/menu_background2.png) no-repeat;
	width: 950px;
	height: 60px;
	padding: 12px 25px 0px 25px;
}						
#kwicks {
	position: relative;
}
#kwicks span {
	display: none;
}
 
#kwicks .kwick {
	float: left;
	display: block;
	width: 150px;
	height: 36px;
	font-size: 18pt;
	color: white;
}
 
#kwick_bios { background: url("../images/bios_background.png") no-repeat; }
#kwick_store { background: url("../images/store_background.png") no-repeat; }
#kwick_press { background: url("../images/press_background.png") no-repeat; }
#kwick_contact { background: url("../images/contact_background.png") no-repeat; }
#kwick_policies { background: url("../images/policies_background.png") no-repeat; }
#kwick_collections { background: url("../images/collection_background.png") no-repeat; }

#body-wrapper {
	margin-left: 25px;
	overflow-y: hidden;
	overflow-x: hidden;
	height: 400px; 
	width: 950px;
	position: relative;
}
 
#body-inner {
	width: 950px;
	height: 400px;
	position: relative;
}

 
.scrolling-content {
	width: 900px;
	height: 400px;
	position: absolute;
}

#bios {
	left: 0px; 
	top: 0px;
	font: 13px "Lucida Grande", "Arial", "helvetica", "Verdana", "sans-serif";
}

#store {
	left: 0px;
	top: 420px;
	font: 16px "Lucida Grande", "Arial", "helvetica", "Verdana", "sans-serif";
}

#press {
	left: 1300px;
	top: 0px;
}

#contact {
	left: 2400px;
	top: 700px;
}

#policies {
	left: 1375px;
	top: 1450px;
}

#collections {
	left: 0px;
	top: 1250px;
}

#ft {
	width: auto;
	height: 60px;
	background: url(../images/footer_background.png) no-repeat;
	text-align: center;
	padding: 5px;
	font: 10px "Lucida Grande", "Arial", "helvetica", "Verdana", "sans-serif";
	color: gray;

}
 

.thumbnail{
	padding: 1px 1px 1px 1px;
	background-color: #222;
	border: 1px solid #FFFFFF;
	float: left;
	margin-right: 2px;
	margin-bottom: 2px;
}
	
/*
#content2 {
	left: 800px; 
	top: 1350px;
}
 
#content3 {
	left: 1200px; 
	top: 550px;
}
 
#content4 {
	left: 1700px; 
	top: 1300px;
}
*/

 
/*
#kwick_red {
//background-color: red;
background: url("../images/logo.png") no-repeat;
}
#kwick_orange {
//background-color: orange;
background: url("../images/logo.png") no-repeat;
}
#kwick_yellow {background-color: yellow;}
#kwick_green {background-color: green;}
#kwick_blue {background-color: blue;}
#kwick_indigo {background-color: indigo; color: #fff; }
#kwick_violet {background-color: violet;}
*/

/*
#menu a:hover {
  background-position: left bottom;
}
*/

#menu a:hover span {
  display: block;
}

/*
#menu .bios {
  width: 144px;
  height: 58px;
  background: url(../images/test_button.png) no-repeat;
  left: 96px;
  top: 73px;
}

#menu .bios span {
  width: 86px;
  height: 14px;
  background: url(../images/test_button.png) no-repeat;
  left: 28px;
  top: -20px;
}
*/

/*
#logo
{
	//overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: auto;
	//width: 287px;
	//height: 56px;
}
*/

/*
body {
	margin: 0;
	padding: 0;
	font: 11px "Lucida Grande", "Arial", "helvetica", "Verdana", "sans-serif";
}

// menu
ul#menu {
	clear: both;
	float: right;
	list-style: none;
	position: relative;
	top: 3px;
}

ul#menu li {
	float: left;
	margin-left: 5px;
	line-height: 1.4;
}

ul#menu li a {
	text-shadow: 2px 2px 1px #2a2a2f;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	width: 85px;
	height: 15px;
	padding: 5px 0;
	display: block;
	background-repeat: no-repeat;
	background-position: center left;
}

ul#menu li a:hover, ul#menu li a:active {
	background-position: top left;
}

ul#menu li a.selected {
	background-position: bottom left;
}

// accordion
.toggler {
	color: #222;
	margin: 0;
	padding: 2px 5px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 11px;
	font-weight: normal;
	font-family: 'Andale Mono', sans-serif;
}
 
.element {
 
}
 
.element p {
	margin: 0;
	padding: 4px;
}
 
.float-right {
	padding:10px 20px;
	float:right;
}
 
blockquote {
	text-style:italic;
	padding:5px 0 5px 30px;
}
*/
