/* ----------------------------------------------------------------------- BASICS */

html{
	height:100%;

}

body{
	height:100%;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background:#ddd;
	line-height:1.4em;
	background:url(images/ground.png) top repeat-x fixed #7dc1ee;

}
	
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:2px;
	margin:2px;
}

/* ----------------------------------------------------------------------- LAYOUT */
#general
{
	background:url(images/clouds.png) top center no-repeat fixed;
}
#container {
	width: 990px;
	margin: auto;
}
#header
{
	width:990px;
	height:367px;
	position:relative;
	/*background:url(images/showcaseoverlay.png);*/
}
#showcaseoverlay
{
	position:absolute;
	z-index:5;
	border:0;
}
#showcase {
	background:url(images/showcase.jpg) no-repeat top ;
	width:700px;
	margin-left:10px;
	padding-top:117px;
}
#breadcrumbsContainer
{
	width:990px;
	height:31px;
	background:url(images/breadcrumbs.png) top no-repeat;	
	overflow:hidden;
	position:relative;
}
#mainContainer
{
	width:990px;
	background:url(images/mainback.png)
}
#main
{
	margin-left:10px;
	width:970px;
	overflow:hidden;
	background:url(images/contentback.png) bottom right no-repeat;
}
#breadcrumbs {
		color:#fff;
		padding:7px 0 10px 0;
		margin-left:240px;
		text-align:center;
		font-weight:bold;
		
}
	#breadcrumbs a
	{
		color:#fff;
		font-weight:bold;
		text-decoration:none;
	}

#menuContainer {
	width:245px;
	float:left;
}

.menu {
	background:url(images/menu_bg.jpg) repeat-y top left;
	float:left;
	width:237px;
	overflow:hidden;
}

#content {
	float:left;
	padding:10px;
	width:690px;
}		
#footer {
	width:990px;
	height:53px;
	background:url(images/footer.png) top center no-repeat;
	text-align:right;
}
#footerMenu
{
padding-top:10px;

}
#footerMenu li, #footerMenu ul
{
	float:right;
	margin:0;
	padding:0;
	list-style-type:none;
}
#footerMenu div
{
	padding:4px;	
	padding-right:15px;
}
#footerMenu a
{
	color:#fff;	
}
.breaker
{
	clear:both;		
}

/* ----------------------------------------------------------------------- LINKS */

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;	
}

/* ----------------------------------------------------------------------- HEAD-MENU */

.menu ul, .menu li
{
	margin:0;
	padding:0;
	list-style-type:none;
}
.menu li{
	width:237px;
	line-height:31px;
	background:url(images/hmenu.jpg) top no-repeat;


}
	.menu li li{
		width:237px;
		line-height:20px;
		background:none #412c0e;
		border-bottom:1px solid #ae7930;
	
	
	}	
.menu li div
{
	line-height:31px;
	padding-left:7px;
	color:#fff;
}
	.menu li li div
	{
		line-height:20px;
		padding-left:15px;
		color:#fff;
	}

.menu li:hover{
}
	
.menu li.on{
}
	
.menu li.on:hover{
}

.menu li a{
	color:#fff;
	font-weight:bold;
}
	
.menu li a:hover{

}
	
.menu li.on a{

}

/* ----------------------------------------------------------------------- SUB-MENU */


/* ----------------------------------------------------------------------- NEWS */

.news_item
{
	padding-bottom:20px;	
}
.news_title
{
	border-bottom:1px solid #ddd;	
	font-weight:bold;
}
.news_date
{
	font-style:italic;	
}
.news_image
{
	float:left;
	margin-right:5px;
}

/* ----------------------------------------------------------------------- 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;
}


