

/* Reset by Eric Meyer */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* GRUNDLAYOUT */
body {
	font: normal normal normal 14px/20px Arial, sans-serif;
	color: #949594;
}

input, textarea, label {
	font: normal normal normal 12px/20px Arial, sans-serif;
	color: #949594;
}

a {
	color: #000;
	text-transform: lowercase;
}

a:link, a:visited {
	text-decoration: none;
	background: transparent;
/* 	border-bottom: 2px solid #fff; */
	font-weight: bold;
	color: #949594;
	padding: 0;
}

a:hover, a:active, a:focus {
	text-decoration: none;
	color: #666;
/* 	border-color: #111; */
}

a.image_link:link, a.image_link:visited, a.image_link:hover, a.image_link:active, a.image_link:focus {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
	background: transparent;
	padding: 0;
}

 
#container {
	width: 610px;
	margin: 0px auto;
	background: #fff;
	padding: 10px;
}

#logo {
	padding: 100px 0 0 0;
}

#navigation {
	padding: 20px 0px 0px 0px;
	color: #000;
	height: 30px;
	font-size: 14px;
	line-height: 18px;
}

#navigation a {
	margin: 0 15px 0 0;
	display: inline;
}

#navigation ul {
	float: left;
}

#navigation ul ul {
	display: inline;
	position: absolute;
	clear: both;
	padding: 3px 0;
}

#navigation ul ul a {
	color: #949594;
}

#navigation ul ul a:hover, #navigation ul ul a:active {
	color: #666;
}

a.active:link, a.active:visited, a.active:hover, a.active:active {
	text-decoration: none;
	color: #949594;
}


#navigation ul ul li {
	display: inline;
	float: left;
}

#content {
	border-top: 5px solid #949594;
	border-bottom: 5px solid #949594;
	padding: 15px 0px;
	margin: 15px 0 0 0;
	clear: both;
}

#footer {
	padding: 8px 0px;
}

#footer p {
	color: #949594;
	font-weight: bold;
}

ul {
	margin: 0;
	padding: 0;
}

/* LAYOUT COLUMNS */	
.col_350 {
	width: 340px;
	overflow: hidden;
	float: left;
	padding: 0 10px 0 0;
}

.col_250 {
	width: 250px;
	overflow: hidden;
	float: right;
}


.detail_gallery {
	padding: 20px 0 0 0;
}

.detail_gallery a {
	float: left;
	padding: 0px 5px 5px 0px;
}

.detail_gallery a:link, .detail_gallery a:visited, .detail_gallery a:hover, .detail_gallery a:active {
	color: #fff;
	border: none;
}

.detail_gallery a:hover, .detail_gallery a:active {
	color: #fff;
}



.sup_navi {
	clear: both;
	padding: 10px 0 0 0;
}

a.backlink {
	float: left;
}

a.buylink {
	float: left;
	margin: 0 0 0 340px;
}

.sup_navi a:link, .sup_navi a:visited, .sup_navi a:hover, .sup_navi a:active {
	color: #949594;
	font-size: 14px;
	line-height: 18px;
}

.sup_navi a:hover, .sup_navi a:active {
	color: #666;
}



.form_col {
	width: 290px;
	float: left;
	padding: 0 30px 0 0;
}

.form_col2 {
	width: 280px;
	float: right;
	padding: 0 0 0 10px;
}


.cont_wrap {
	text-align: left;
	float: left;
}

.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
	height: 3px;
	margin: -1px 0 0 0;
	overflow: hidden;
	width: 100%;
}

.hidden {
	display: none !important;
}

p, h1, h2, h3, h4, h5, h6{
	padding: 0;
}

.image_top_left {
	float: left;
	margin: 0 10px 5px 0;
}



/* HEADLINES  */
p {
	font: normal normal normal 14px/20px Arial, sans-serif;
	color: #949594;
}

p img {
	padding: 10px 0px 20px 0px;
}

.col_350 p {
	font: bold normal normal 14px/20px Arial, sans-serif;
	color: #949594;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font: normal normal normal 20px/20px Arial, sans-serif;
	color: #111;
	background: transparent;
	padding: 0 0 6px 0;
}

h2 a:link, h2 a:visited, h2 a:hover, h2 a:active {
	color: #111;
	background: transparent;
}

	
/* FORMS  */
.form_text_large {
	width: 180px;
	height: 15px;
	margin: 0 0 5px 0;
	background: #fff;
	color: #333;
	border: 1px solid #949594;
}
 
.form_text_small {
	background: #fff;
	color: #333;
	width: 80px;
	border: 1px solid #949594;
	margin: 0 0 5px 0;
}

.form_textarea {
	background: #fff;
	color: #333;
	height: 90px;
	width: 180px;
	border: 1px solid #949594;
	margin: 0 0 5px 0;
}

.form_text_small:focus, .form_text_large:focus, .form_textarea:focus {
	border: 1px solid #949594;
	background: #f3f3f3;
}


.form_submit {
	height: 22px;
	border: none;
/* 	margin: 2px 0 0 220px; */
	background: #fff;
	color: #949594;
	cursor: pointer;
	font-weight: bold;
	padding: 0;
	float: right;
}

.form_submit:hover {
	background: #fff;
	color: #666;
}

.form_checkbox {
	border:  1px solid #949594;
	width: 15px;
	height: 15px;
}

.form_label {
	color: #949594;
	background: #fff;
	font-weight: normal;
	line-height: 18px;
	padding: 1px 10px 0px 0px;
	vertical-align: top;
	width: 88px;
	display: block;
	float: left;
}

p.error_msg {
	font-weight: bold;
	color: #C9252B;
	background: #fff;
}

/* Horizontal Carousel */
.horizontal_carousel {
/*   float: left; */
  width: 610px;
  height: 270px;
  position: relative;
}

.horizontal_carousel .container {
  float: left;
  width: 570px;
  height: 270px;
  position: relative;    
  overflow: hidden;
}

.horizontal_carousel ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 270px;
/*   margin-left: -25px; */
}                      

.horizontal_carousel ul li {
/*   width: 184px; */
/*   padding: 0px 3px; */
  height: 270px;
  text-align: center; 
  list-style:none;   
  float:left;
  overflow: hidden;
  width: 190px;
}

.horizontal_carousel ul li img {
/* 	width: 184px; */
}

.horizontal_carousel .previous_button {
  float:left;  
  width: 17px;
  height: 270px;
  background: #fff url('../gfx/horizontal/left.png') top left no-repeat;
  z-index: 100;
  cursor: pointer;
  margin: 0 3px 0 0;
}

.horizontal_carousel .previous_button_over {
  background-image: url('../gfx/horizontal/left_over.png');
}

.horizontal_carousel .previous_button_disabled {
  background-image: url('../gfx/horizontal/left_disabled.png');
  cursor: default;
}

.horizontal_carousel .next_button {
  float:left;  
  width: 17px;
  height: 270px;
  background: #fff url('../gfx/horizontal/right.png') top left no-repeat;
  z-index: 100;
  cursor: pointer;
  margin: 0 0 0 3px;
}

.horizontal_carousel .next_button_over {
  background-image: url('../gfx/horizontal/right_over.png');
}

.horizontal_carousel .next_button_disabled {
  background-image: url('../gfx/horizontal/right_disabled.png');
  cursor: default;
}

/* Horizontal Carousel */
.horizontal_carousel_big {
/*   float: left; */
  width: 610px;
  height: 540px;
  position: relative;
}

.horizontal_carousel_big .container {
  float: left;
  width: 570px;
  height: 540px;
  position: relative;    
  overflow: hidden;
}

.horizontal_carousel_big ul {
  margin: 0;
  padding:0;
  width: 100000px;
  position: relative;
  top: 0;
  left: 0;
  height: 540px;
/*   margin-left: -25px; */
}                      

.horizontal_carousel_big ul li {
/*   width: 184px; */
/*   padding: 0px 3px; */
  height: 540px;
  text-align: center; 
  list-style:none;   
  float:left;
  overflow: hidden;
  width: 570px;
}

.horizontal_carousel_big ul li img {
/* 	width: 184px; */
}

.horizontal_carousel_big .previous_button {
  float:left;  
  width: 17px;
  height: 540px;
  background: #fff url('../gfx/horizontal/left.png') center left no-repeat;
  z-index: 100;
  cursor: pointer;
  margin: 0 3px 0 0;
}

.horizontal_carousel_big .previous_button_over {
  background-image: url('../gfx/horizontal/left_over.png');
}

.horizontal_carousel_big .previous_button_disabled {
  background-image: url('../gfx/horizontal/left_disabled.png');
  cursor: default;
}

.horizontal_carousel_big .next_button {
  float:left;  
  width: 17px;
  height: 540px;
  background: #fff url('../gfx/horizontal/right.png') center left no-repeat;
  z-index: 100;
  cursor: pointer;
  margin: 0 0 0 3px;
}

.horizontal_carousel_big .next_button_over {
  background-image: url('../gfx/horizontal/right_over.png');
}

.horizontal_carousel_big .next_button_disabled {
  background-image: url('../gfx/horizontal/right_disabled.png');
  cursor: default;
}

#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; border: none;}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../gfx/prevlabel.gif) left 15% no-repeat; border: none;}
#nextLink:hover, #nextLink:visited:hover { background: url(../gfx/nextlabel.gif) right 15% no-repeat; border: none;}

#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; border: none;}	 	

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

