@charset "UTF-8";
/* CSS Document */

/* general */
body {
	text-align: center;
	font-size: 13px;
	line-height: 1.6em;
	color: white;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	background-color: black;
	margin: 0 0;
}

a:link, a:visited {
	font-weight: bold; 
	color: #f48520;
	text-decoration: none;
}

a:hover {
	color: #f48520;
	text-decoration: underline;
}

h1  {
	font-size: 24px;
	font-weight: bold;
	color: #f48520;
}

h2  {
	font-size: 14px;
	font-weight: bold;
	color: #f48520;
}
	
.img_left {
	float: left;
}

.img_right {
	float: right;
}

/* end general */
/* boxes */
#container {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	width: 880px;
	margin: 0 auto;
}

#header {
	width: 880px;
	margin-top: 20px;
	text-align: center;
}

#content {
	margin: 30px 150px 0 150px;
	text-align: left;
}

#content_catalogue {
	margin-top: 30px;
	text-align: left;
}


#footer {
	width: 880px;
	clear: both;
	text-align: center;
}

/* for inner third links */
.inner_third_width {
	width: 580px;
	float: left;
	padding-bottom: 1em;
	padding-top: 0;
}

.first_single {
	margin: 0;
	width: 250px;
	display: inline;
	float: left;
}

.second_single {
	width: 130px;
	display: inline;
	float: left;
	}
	
.third_single {
	width: 100px;
	display: inline;
	float: right;
}


/* end boxes */

img {
	border: none;
}

.caption {
	font-size: 10px;
	margin-top: -10px;
	margin-bottom: -10px;
}

.nav {
	font-size: 14px; 
	color: #f48520;
}

/* this makes it possible to add next button beside scrollable */
div.scrollable {  
	position:relative;
	overflow:hidden;
	margin: 0 30px 0 30px;
	width: 490px;	 
	height: 700px;
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display: block;
	width: 52px;
	height: 18px;
	background: url(left.png) no-repeat;
	float: left;
	margin-bottom: 5px;
	cursor: pointer;
	font-size: 1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	background-position: 0px -18px;		
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image: url(right.png);
	float: right;	
}

/*********** navigator ***********/

/* position and dimensions of the navigator */
div.navi {
	margin-left:238px;
	width:200px;
	height:20px;
}

/* items inside navigator */
div.navi a {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;     
} 	

/* root element for the whole scrollable setup */
div.scrollable {  
	position:relative;
	overflow:hidden;
	margin-left: 90px;
	width: 400px;	 
	height: 570px;	
}

/* 
	root element for scrollable items. It is 
	absolutely positioned with large width. 
*/
#thumbs {	
	position:absolute;
	width:20000em;	
	clear:both;
}

/* single item */
#thumbs div {
	float:left;
	width: 400px;
	height: 570px;
}
