/* ----------------------------------------------------------------------- BASICS */

html{
	height:100%;
	background: #ee2e24 url(images/bg.jpg) repeat-x top;
}

body{
	height:100%;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background:url(images/bg-center.jpg) no-repeat top;
}
	
ul{
	margin:0;
	padding:0;
}
	
li{
	margin:0;
	padding:0;
	list-style:none;
}
	
div, p, form, img{
	padding:0px; margin:0px;
}

h1 {
	font-size:18px;
	margin:0px;
	padding:0px;
}
	
h2 {
	font-size:16px;
	margin:0px;
	padding:0px;
}
	
h3 {
	font-size:14px;
	margin:0px;
	padding:0px;
}
	
h4 {
	font-size:12px;
	margin:0px;
	padding:0px;
}
	
h5 {
	font-size:10px;
	margin:0px;
	padding:0px;
}




/* ----------------------------------------------------------------------- LAYOUT */

#container{
	width:900px;
	margin:0px auto;
	background:url(images/main_bg.gif) repeat-y;
}

#top{
	width:900px;
	height:185px;
	float:left;}

#main{
	width:900px;
	background:url(images/content-bottom.jpg) no-repeat bottom right;
	float:left;
}

#left{
	width:270px;
	float:left;
}

#right{
	width:630px;
	float:left;
}

#show{
	width:270px;
	height:219px;
	padding:0px 0 0 14px;
	background:url(images/show.gif) no-repeat;
	float:left;
}

#menu{
	width:270px;
	float:left;
}

#path{
	width:630px;
	height:24px;
	background:url(images/path-bg.gif) no-repeat;
	line-height:20px;
	text-align:right;
}

#content{
	width:600px;
	padding:10px;}




/* ----------------------------------------------------------------------- LINKS */

a {
	text-decoration:none;
	color:#930;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;	
	color:#930;
	font-weight:bold;
}




/* ----------------------------------------------------------------------- HEAD-MENU */

#menu li{
	width:270px;
	height:27px;
	background:url(images/button.gif) no-repeat;}
	
#menu li:hover{}
	
#menu li.on{}
	
#menu li.on:hover{}

#menu li div{
	margin-left:40px;}
	
#menu li a{
	width:230px;
	height:27px;
	line-height:27px;
	display:block;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	color:#FFF;
}
	
#menu li a:hover{
	display:block;
	color:#000;
}
	
#menu li.on a{
	display:block;
	color:#000;
}




/* ----------------------------------------------------------------------- SUB-MENU */




/* ----------------------------------------------------------------------- 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{}

#gal_image_wrapper{}

#gal_image{}

#gal_nav_arrow_1{}
 
#gal_nav_arrow_2{}

#gal_nav_thumbs{}


