/* ----------------------------------------------------------------------- BASICS */

html{
	height:100%;
}

body{
	height:100%;
	margin:0;
	padding:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	background:#333536;
	line-height:1.4em;
	color:#fff;
	
	scrollbar-base-color: #586864;
	scrollbar-arrow-color: #fff;
	scrollbar-3dlight-color: #586864;
	scrollbar-darkshadow-color: #586864;
	scrollbar-face-color: #586864;
	scrollbar-highlight-color: #586864;
	scrollbar-shadow-color: #586864;
	scrollbar-track-color: #586864;		
}
	
div, p, form, img{
	padding:0px; margin:0px;
}

h1 {
	font-size:18px;
}
	
h2 {
	font-size:16px;
}
	
h3 {
	font-size:14px;
}
	
h4 {
	font-size:12px;
}
	
h5 {
	font-size:11px;
}

h1, h2, h3, h4, h5
{
	padding:0px;
	margin:0;
	margin-bottom:5px;
}

/* ----------------------------------------------------------------------- LAYOUT */

#container {

	position:absolute;
	left:50%;
	top:50%;
	width: 846px;
	height:461px;	
	background:#fff;
	margin-left:-423px;
	margin-top:-230px;
	overflow:hidden;
	background:url(images/back.jpg) bottom no-repeat;
}


#showcase {
	background:url(images/showcase.jpg) no-repeat top ;
	width:260px;
	height:254px;
	overflow:hidden;
	position:absolute;
	left:534px;
	top:205px;
}
#headerMenu
{
	position:absolute;
	padding-left:270px;
}
#headerMenu img
{
	float:left;	
	border:0;
}
#menu {
	top:205px;
	left:100px;
	position:absolute;
	padding-top:5px;
	
}

#content {
	padding:5px;
	width:254px;
	height:244px;
	overflow:auto;
	position:absolute;
	top:0px;
	left:170px;
	z-index:100;
}		
#footer {
	width:900px;
	border-top:1px solid #333;
}
.breaker
{
	clear:both;		
}

/* ----------------------------------------------------------------------- LINKS */

a {
	text-decoration:none;
	color:#fff;
}

a:hover {
	text-decoration:underline;	
	color:#fff;
}

/* ----------------------------------------------------------------------- HEAD-MENU */

#menu ul, #menu li
{
	margin:0;
	padding:0;
	list-style-type:none;
}
#menu li{
	width:250px;
	}
	
#menu li:hover{
	}
	
#menu li.on{
	}
	
#menu li.on:hover{
	}

#menu li div{
	margin-left:10px;}
	
#menu li a{
	line-height:22px;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#333536;
}
	
#menu li a:hover{
	line-height:22px;
	color:#ddd;
}
	
#menu li.on a{
	line-height:30px;
	color:#FFF;
}

/* ----------------------------------------------------------------------- SUB-MENU */


/* ----------------------------------------------------------------------- SEARCH */
#search_shop{
	width:200px;
	padding:5px;
}
#search_site{
	width:200px;
	padding:5px;
}

/* ----------------------------------------------------------------------- SPOTLIGHT */
#spotlightContainer
{
	width:100%;	
}
.item_spotlight{
	float:left;
	padding:3px;
}

.item_spotlight img{
	}
	
.item_spotlight h3 a{
	}

/* ----------------------------------------------------------------------- GUESTBOOK */
#guestbook_write
{
	padding:3px;	
}
.guestbook_comment
{
	margin-bottom:20px;	
}
.guestbook_content
{
	padding:5px;
	border:1px solid #ddd;
}
.guestbook_sig
{
	font-weight:bold;	
	background:#ddd;
	padding:5px;
}

#guestbook_form img
{
	border:0;
}	
#guestbook_form input
{
	width:300px;
	font-size:10px;
	padding:5px;
}
#guestbook_form textarea
{
	width:300px;
	height:150px;
}
.error
{
	color:#f00;	
}


/* ----------------------------------------------------------------------- GALLERY */

#gal_wrapper{
	width:630px;
	text-align:center;}
	
#gal_title{
	width:630px;
	font-size:14px;
	font-weight:bold;
	color:#000;}

#gal_title a{
	font-size:14px;
	font-weight:bold;
	color:#000;}

#gal_image_name{}
	
#gal_allthumbs{
	width:630px;}
	
#gal_viewer{
	width:630px;}

#gal_nav{
	display:inline;
	vertical-align:top;
}
#gal_image_wrapper{}

#gal_image{}

#gal_nav_arrow_1{
display:inline;
}
 
#gal_nav_arrow_2{
	display:inline;}

#gal_nav_thumbs{
	display:inline;
}
#gal_nav_thumbs img{
	display:inline;
}



