body {
	background-color: #1d1d1d;
	color: #bababa;
	padding: 0;
	margin: 0;
	line-height: 125%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	
}
#horizon {
	color: white;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
} 
#horizon #header {
	display: block;
	float: left;
	position: relative;
	width: 100%;
	float: left;
	height: 125px;
	text-align: center;
	background-color: #1d1d1d;
}
 
 
#horizon #container {
	display: block;
	float: left;
	position: relative;
	width: 100%;
	background-color: #393939;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
	color: #bababa;
	height: 650px;
	clear: both;
	text-align: left;
}
html>body #horizon #container { /* be nice to opera (&gekko) */
	height: auto;
	min-height: 350px;
}


#content {
	display: block;
	float: left;
	margin-left: -450px;
	position: relative;
	left: 50%;
	top: 0px;
	width: 900px;	
	height: auto;
	color: #DCDCDC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
}
#content_small {
	display: block;
	float: left;
	margin-left: -150px;
	position: relative;
	left: 50%;
	top: 60px;
	width: 300px;	
	height: auto;
	color: #DCDCDC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	padding-bottom: 130px;
}
#content_small2 {
	display: block;
	float: left;
	margin-left: -275px;
	position: relative;
	left: 50%;
	top: 60px;
	width: 550px;	
	height: auto;
	color: #DCDCDC;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 11px;
	padding-bottom: 130px;
}
a {
	
}
#content_small a:link, #content_small a:active, #content_small a:visited {
	color:#fff;
	padding: 2px;
	background-color: #393939;
	text-decoration: none;
}
#content_small a:hover {
	color:#fff;	
	padding: 2px;	
	background-color: #393939;	
	text-decoration: none;
	border-bottom: 1px solid #ffcc00;
}


#menu_container {
	display: block;
	position: absolute;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	text-align: center;
	visibility: visible;
/*	line-height: 35px;
	height: 70px;*/
	padding-left: 5px;
	clear: both;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#menu_container a {

line-height: 45px;
	margin-top: 25px;
	padding-right: 20px;
	
/*	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: top left;*/
}
#menu_container a:link, #menu_container a:visited, #menu_container a:active {
	color: #d0d0d0;	
	text-decoration: none;	
	background-color: transparent;
	border: none;
}
#menu_container a:hover {
	color: #ffcc00;
	text-decoration: none;	
	background-color: transparent;
	border: none;
}
#horizon #footer {
	display: block;
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
	background-color: #1d1d1d;
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	font-size: 9px;
	padding-top: 35px;
	height: 90px;
	color: #d0d0d0;
 }



#content_small #cont_box, #content #cont_box {
	margin-top: 50px;
	width: 300px;
	text-align: left;
}
#content_small2 #cont_box2 {
	width: 550px;
	text-align: justify;
	margin-top: 20px;
}

#header a {
padding: 0;
margin: 0;

	 border: none;
}

.caption {
	font-size: 10px;
	color: #fff;
}
select {
	height: 18px;
	line-height: 18px;
	color: #fff;
	width: 90%;
	font-size: 11px;
	letter-spacing: 0.1em;
	border: 1px ridge #1d1d1d;
	background-color: #484848;
}
option {
	color: #fff;
	padding: 5px;
}



div.clearfix{
	margin-bottom:1.75em;
}

#mainbody {
	display: block;
	position: relative;
	float: left;
	
	width: 100%;
	margin-top: 70px;
	z-index: 0;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display:inline-block;}
/* Hides from IE-mac \*/

.clearfix {display: block;}
/* End hide from IE-mac */

ul {
	list-style: none;
}
li {
	list-style: none;
}
#galleries {
}

#galleries #submenu_container {
	display: block;
	position: relative;
	float: left;
	padding: 0;
	margin: 0;
	text-align: left;
	width: 300px;
	height: 30px;
	left: 45px;
	top: 60px;
	clear: both;
	z-index: 2;
}
/* LIST STYLE - SuckerFish */
#galleries  #submenu_container ul {
	clear: both;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	width: 300px;
}
#galleries  #submenu_container #nav {
	background: transparent url(../images/select_list.gif) no-repeat top left;
}
#galleries  #submenu_container #nav a {
	padding: 0;
	margin: 0;
	border: none;
	background-color: transparent;
	font-weight: normal;
	color: #fff;
	text-decoration: none;	
	font-size: 11px;
}


#galleries #submenu_container #nav li li a {
	display: block;
	font-weight: bold;
	color: #fff;
	padding:0;
	padding-left: 10px;
	line-height: 20px;
	-moz-outline: none;

}

#galleries #submenu_container #nav li li a:hover {
	padding:0;
	padding-left: 10px;
	color: #ffcc00;

/*	border: 5px solid #7d6340;
	border-width: 0 5px;*/
}

#galleries #submenu_container #nav li {
	float: left;
	position: relative;
	width: 290px;
	text-align: left;
	cursor: default;
	line-height: 24px;
	height: 24px;	
	padding-left: 10px;
}


#galleries #submenu_container #nav li ul {
	display: none;
	position: absolute;
	z-index: 9999;
	top: 100%;
	left: -1px;
	font-weight: normal;
	background-color: #707175;
	margin-left: 5px;
	margin-right: 5px;	
	border: solid 1px #e1e1e1;
	width: 272px;
	margin-top: -4px;
	border-top: 0px;
}


#galleries #submenu_container #nav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
}

#galleries #submenu_container #nav li:hover ul, 
#galleries #submenu_container #nav li.over ul {
	display: block;
}
/* END LIST STYLE - SuckerFish  END */

ul#image-view {
	margin: 0;
	padding: 0;
	padding-bottom:10px;
	padding-left: 20px;
}  
html>body ul#image-view {
	padding-left: 15px;
}
ul#image-view li {
	float:left;
	padding: 10px 10px 10px;
	background: #484848;
	margin: 0 10px 10px 0;
	border:1px solid #666;
	position:relative;
}

ul#image-view li:hover {
	background: #717276;
}

div.scale-image {
	display:table;
	background:#222;
	padding:0; 
	margin:0;
	text-align:center;
	height:100%;
	width:105px; 
}
ul#image-view li.current, ul#image-view li.current div.scale-image {
	background:#447200; 
}

div.scale-image div {
	display:table-cell;
	vertical-align:middle;
	height:100%; 
	position:relative; 
}
div.scale-image a:link, div.scale-image a:active,  div.scale-image a:visited {
	color:#fff;	
	padding:0 !important;	
	margin: 0 !important;	
	text-decoration: none;
	border: none;
	border: 0;
}
div.scale-image a:hover {
	padding:0 !important;	
	margin: 0 !important;	
	text-decoration: none;
	border: none;
	border: 0;
}

img.tall {
	height:100%;
}              
               
img.wide {
	width:100%;
}

.selected {
	color:#76B41C
}

div#thumb-resize {
	display: block;
	width: 400px;
	height: 30px;
	line-height: 30px;
	float: right;
	margin: 0;
	text-align:center; 
	font-size: 10px;
	position: relative;
	margin-right: 45px;
	top: 60px;
}
div#resize-label {
	display: block;
	float: left;
	width: 110px;
	text-align:right;
	line-height: 18px;
}
div#slider {
	display: block;
	float:right;
	width: 260px;
	margin: 0;
	margin-top: 5px;
	margin-right:10px; 
}           

#footer a:link, #footer a:active, #footer a:visited {
	color:#fff;
	padding: 2px;
	background-color: #393939;
	text-decoration: none;
}
#footer a:hover {
	color:#fff;	
	padding: 2px;	
	background-color: #393939;	
	text-decoration: none;
	border-bottom: 1px solid #ffcc00;
}