/* ----------------------------------------------------------------------- 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/bodyback.jpg) repeat-x top #898de9;
	color:#2f304c;
}
	
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 */

#container {
	width: 970px;
	margin: 0 auto;
	background:#fff;
}
#header
{
	width:970px;
	background:url(images/header.jpg) top;	
	padding-top:8px;
	
}
#showcase {
	background:#CCC;
	width:347px;
	height:219px;
	margin-left:613px;
	margin-bottom:1px;
}

#breadcrumbs {
		color:#000;
		padding:10px 0 10px 0;
}
	#breadcrumbs a
	{
		color:#000;
		text-decoration:none;
	}

#menuContainer {
	width:970px;
	height:100px;
	overflow:hidden;
	position:relative;
}

#menu {
	background:url(images/menu_bg.jpg) repeat-y top left;
	float:left;
}

#content {
	float:left;
	width:950px;
	padding:10px;
	background:url(images/contentback.jpg) bottom right no-repeat;
}	
#content p
{
	padding-left:5px;	
	
}
#footer {
	width:970px;
	height:32px;
	line-height:30px;
	background:url(images/footer.jpg) repeat-x;
}
#footerMenu
{

}
#footerMenu li, #footerMenu ul
{
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
}
#footerMenu div
{

	
}
#footerMenu a
{
	color:#101596;
	font-size:10px;
	border-right:1px solid #101596;	
	padding-left:10px;
	padding-right:10px;
	
}
#footerInfo
{
	float:right;
	font-size:10px;
	color:#101596;
	padding-right:10px;
}
.breaker
{
	clear:both;		
}

/* ----------------------------------------------------------------------- LINKS */

a {
	text-decoration:none;
	color:#2e33b2;
}

a:hover {
	color:#2e33b2;
	text-decoration:underline;	
}

/* ----------------------------------------------------------------------- HEAD-MENU */
/* ----------------------------------------------------------------------- HEAD-MENU */
#menuContainer ul, #menuContainer li
{
	margin:0;
	padding-left:0;
	list-style-type:none;
	float:left;
}
#menu ul,
{
	margin:0;
	padding:0;
	position:absolute;
}
#menu ul ul
{
	position:absolute;
	left:0px;
	top:76px;
	height:25px;
	overflow:hidden;
}
#menuContainer li{
	margin:0;
	float:left;
	height:38px;
}
#menuContainer li li{
	margin:0;
	float:left;
	height:25px;
}
#menuContainer li div{

	line-height:37px;
	background:url(images/menuborder.gif) right no-repeat;
	float:left;
}
#menuContainer li li div{

	line-height:25px;
	background:url(images/menuborder2.gif) right no-repeat;
	float:left;
}

#menuContainer li a{
	color:#fff;
	font-size:12px;
	font-weight:bold;
	line-height:37px;
	padding:10px;
	
}
#menuContainer li li a{
	color:#009;
	font-size:12px;
	font-weight:bold;
	line-height:25px;
	padding:10px;
	
}
#menu li a:hover{
}

#menu li.on{
	background:url(images/menuactive.gif) repeat-x;
	color:#fff;
}
#menu li li.on{
	background:url(images/menuactive2.gif) repeat-x;
}
#menu li.on a{
	color:#FF0;
}
#menu li.on li a{
	color:#009;
}
#menu li li.on a
{
	color:#009;		
}

#menu li.on:hover{
}



/* ----------------------------------------------------------------------- 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_comment
{
	padding:10px;	
}
.guestbook_sig
{
	font-weight:bold;	
}

/* ----------------------------------------------------------------------- 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;
}


