/* elements */
body {
	margin:0px;
	padding:0px;
	background-color:#000000;
	font-family:Verdanan,Arial;
	font-size:10px;
}
ul {
	border:1px solid teal;
	margin:0px;
	padding:0px;
	list-style: none;
	margin-left: 0;
	text-indent: 5px;
	padding-left: 7px;
	line-height:16px;
}
li {
	border:none;
	margin:0px;
	padding:0px;
}
h1 {
	padding:0px;
	margin:0px;
}
/* unique id's */
#exterior {
	position:relative;
	width:100%;
}
#containerdiv {
	position:relative;
	height:655px;
	margin:auto;
	background-repeat: no-repeat;
}
#menu {
	margin-top:0px;
	position:absolute;
}
#gallerydiv {
	margin: 5px 0 0 20px;
}
#sitelogo {
	position:absolute;
	right:30px;
}
#siteheader {
	position:absolute;
	left:20px;
}
#galleryheader{
	padding-top:10px;
	margin:auto;
	height:20px;
}
/* classes */
.menuitem {
	margin-left:15px;
	line-height:16px;
}
.menuitemactive {
	margin-left:15px;
	line-height:16px;
}
.menuitem a{
	text-decoration:none;
	color:#FFFFFF;
}
.menuitemactive a{
	color:#E0A75C;
}
.galleryouter{
	position:relative;
	width:123px;
	height:127px;
	border:1px solid #4E4E4E;
	margin-right:15px;
	margin-bottom:15px;
	float:left;
	color:#8E8E8E;
	font-size:14px;
	text-align:right;
}
.galleryinner{
	width:100px;
	height:100px;
	cursor:pointer;
	margin:auto;
	margin-top:10px;
	margin-right:10px;
	border:1px solid #777799;
}
.showtags{
	color:#8E8E8E;
	font-size:14px;
	text-align:right;
}
.pagination{
	font-size:11px;
	line-height:17px;
	background-color:#000000;
	height:18px;
	border:1px solid #4E4E4E;
	padding-right:10px;
	text-align:right;
	vertical-align:middle;
}

a{
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}
a:hover{
	color:#E0A75C;
}
.transparent80 {
		filter:alpha(opacity=80);
		-moz-opacity: 0.8;
		opacity: 0.8;
}
.transparent50 {
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
}
.transparent30 {
		filter:alpha(opacity=30);
		-moz-opacity: 0.3;
		opacity: 0.3;
}
.transparent10 {
		filter:alpha(opacity=10);
		-moz-opacity: 0.1;
		opacity: 0.1;
}
/* IMAGEBOX STYLES */
#ImageBoxOverlay{
	background-color: #000000;
}
#ImageBoxCaption{
	background-color: #F4F4EC;
}
#ImageBoxContainer{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
}
#ImageBoxCaptionText{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000000;
}
#ImageBoxCaptionImages{
	margin: 0;
}
#ImageBoxNextImage{
	background-image: url(../images/spacer.gif);
	background-color: transparent;
}
#ImageBoxPrevImage{
	background-image: url(../images/spacer.gif);
	background-color: transparent;
}
#ImageBoxNextImage:hover{
	background-image: url(../images/next_image.jpg);
	background-repeat:	no-repeat;
	background-position: right top;
}
#ImageBoxPrevImage:hover{
	background-image: url(../images/prev_image.jpg);
	background-repeat:	no-repeat;
	background-position: left bottom;
}
/* END IMAGEBOX STYLES */
input {
	border-top:1px solid black;
	border-left:1px solid black;
	border-bottom:1px solid #888888;
	border-right:1px solid #888888;
}