/* ----------------------------------------------------------------------- BASICS */

html{
	height:100%;
}

body{
	height:100%;
	margin:0;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	color:#000;
}
	
ul{
	margin:0;
	padding:0;
}
	
li{
}
	
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:100%;
	height:100%;
	background:#FFF url(images/container_bg.gif) repeat-x top;}
	
#backleft{
	width:15%;
	height:100#;
	background:url(images/backleft_top.jpg) no-repeat top right;}

#backright{
	width:50%;
	height:100%;
	background:url(images/backright_top.jpg) no-repeat top left;}
	
#main_container{
	width:990px;
	height:100%;
	background:url(images/main_bg.gif) repeat-y;}

#main{
	width:990px;
	height:100%;}
	
#menu_container{
	width:246px;
	vertical-align:top;
	background:url(images/menu_bg.jpg) no-repeat top;}
	
#menu_spacer{
	width:246px;
	height:280px;}

#content_container{
	width:744px;
	height:100%;
	vertical-align:top;
	background:url(images/content_bg.jpg) no-repeat top;}
	
#content_spacer{
	width:744px;
	height:220px;}
	
#content{
	width:700px;
	margin:0 15px 0 25px;
	color:#7e7e7e;
	word-spacing:0.3em;
	}

/* POWERED BY */

div#poweredby
{
	width: 980px;
	margin: 0 auto;
	
	padding-left:250px;
	text-align: right;
}

div#poweredby img
{
	border: none;
}


/* ----------------------------------------------------------------------- LINKS */

a {
	text-decoration:none;
	font-weight:bold;
	color:#ed1c24;
}

a:hover {
	text-decoration:underline;	
	font-weight:bold;
	color:#ed1c24;
}




/* ----------------------------------------------------------------------- HEAD-MENU */

#menu ul{
	margin:0;
	padding:0;
	list-style:none;}


#menu li{
	margin:0;
	padding:0;
	list-style:none;
}

#menu li{
	width:246px;
	background:url(images/button.png) no-repeat top;}
	

	
#menu li:hover{}
	


#menu li div{
	margin-left:60px;}
	
#menu li a{
	width:186px;
	height:50px;
	line-height:56px;
	display:block;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	color:#ed1c24;
}
	
#menu li a:hover{
	width:186px;
	height:50px;
	line-height:56px;
	display:block;
	color:#F68121;
}
	
#menu li.on a{
	width:186px;
	height:50px;
	line-height:56px;
	display:block;
	color:#ed1c24;
	text-decoration:underline;
}




/* ----------------------------------------------------------------------- SUB-MENU */


#menu ul li ul{
	margin:0;
	padding:0;
	list-style:none;}


#menu li ul li{
	margin:0;
	padding:0;
	list-style:none;
}

#menu li ul li{
	width:246px;
	background:none;}
	

	
#menu li ul li:hover{}
	


#menu li ul li div{
	margin-left:60px;}
	
	#menu li.on ul li a{
	width:186px;
	height:25px;
	line-height:25px;
	display:block;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	color:#ed1c24;
	border:0px solid black;
}
	
#menu li ul li a{
	width:186px;
	height:25px;
	line-height:25px;
	display:block;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:13px;
	text-decoration:none;
	font-weight:bold;
	color:#ed1c24;
	border:0px solid black;
}
	
#menu li ul li a:hover{
	width:186px;
	height:25px;
	line-height:25px;
	display:block;
	color:#F68121;
}
	
#menu li ul li.on a{
	width:186px;
	height:25px;
	line-height:25px;
	display:block;
	color:#ed1c24;
	text-decoration:underline;
}




/* ----------------------------------------------------------------------- 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{}



