@charset "utf-8";
/* CSS Document */

body {
	margin:0 auto;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-variant: small-caps;
	text-align: center;
	color: #E5BD02;
	background-color: #C1272D;
	background-image: url(../images/tile.gif);
	background-repeat: repeat;
	word-spacing: 0.1em;
	letter-spacing: .1em;
}

#center_page {
    text-align: center;
	margin:0 auto;
}


#topNav {
	width: 99%;
	height:165px;
	text-align:center;
	background-image:url(../images/navUpper.png);
	background-repeat:no-repeat;
	visibility: visible;
	background-position: center center;
	z-index:4;
	margin: 8px 0px 9px 0px;
}
#topNavText {
	text-align:center;
}
#topnavleftmain {
	margin: -125px 0 -15px 0px;
    letter-spacing:2px;
    padding:20px 3px 0px 3px;
    text-align:center;
}
#topnavleftmain a,
#topnavleftmain a:link,
#topnavleftmain a:visited {
	padding:5px 3px 3px 0;
	font-weight:bold;
	color:#F4C804;
	text-decoration: none;
	font-size: 14px;
    }
#topnavleftmain a:active,
#topnavleftmain a:hover {
    color:#FEE365;
}

#topnavlogo {
	color:#333;
	text-align:center;
    }
#topnavlogo a,
#topnavlogo img,
#topnavlogo a:link,
#topnavlogo a:active,
#topnavlogo a:hover,
#topnavlogo a:visited {
    text-decoration: none;
    border:0px; 
}
.navigation, .navigation a {
	text-decoration: none;
	color:#E5BD02;
	font-weight:bold;
	width:99%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
	padding: 5px;
}











#slideAndThumbs {
	position:relative;
	top:103px;
	width:auto;
	max-width: 87%;
	background-color:#390C0A;
	background-repeat:repeat;
	margin:0 7% 0 7%;
	border-top: 2px solid #A23A31;
	border-right: 2px solid #A23A31;
	border-left: 2px solid #A23A31;
	border-radius: 25px; 
	-moz-border-radius: 25px; 
	-webkit-border-radius: 25px;

}




.image {
	font-size:10px;	
	color:#D1AB04;
	overflow: visible;
	visibility: visible; 	

}

.image img {
	text-align:center;
	padding:35px;
	border: 1px solid #752D29;
	background-color: #1B0404;
	max-height: 27%;
  	max-width: 27%;
	border-radius: 50px; 
	-moz-border-radius: 50px; 
	-webkit-border-radius: 50px;
}



#image, image a, image a:visited, image a:link {
    border: 0;
    opacity: 0.0;
    filter: alpha(opacity=0);
}
#main_image, 
main_image img, 
main_image a {
    display: block;
    margin: 0 auto;
    border: 0;
}

#slideshow {
    margin-top: 10px;
    float:left;
	text-align:center;
	padding:0px;
	background-color:#501614;
	border: solid black 20px;
}
#slideshow_image {
	margin:0 auto;
	text-align:center;
	
}
#slideshow_image a {
    display: block;
}


#slideshow_thumbnails {
}
.slideshow_title a, .slideshow_title a:visited, .slideshow_title a:hover {
    text-align: left;
    text-decoration: none;
    color: #777;
}
.slideshow_title {
    text-align: left;
    text-decoration: none;
    color: #777;
}
#slideshow_thumbnails a {
    filter: alpha(opacity=29);
    opacity: 0.29;
}

#slideshow_thumbnails a:hover, #slideshow_thumbnails a:active {
    filter: alpha(opacity=99);
    opacity: 0.99;
}

.thumbnail_row img {
	filter: alpha(opacity=99);
	opacity: 0.99;
	-moz-box-shadow: 0 0 5px 5px #130303;
	-webkit-box-shadow: 0 0 5px 5px #130303;
	box-shadow: 0 0 5px 5px #130303;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 35px;
	border:1px solid #501D1C;
} 


/* IE hack */
* html #slideshow_title { margin-top: 160px; 
}

.thumbnail_row a:hover img {
    filter: alpha(opacity=39);
    opacity: 0.39;
}

.thumbnail_row {
	padding-top:10px;
	background-color:#1F0505;
	border-top:1px solid #752D29;
	padding-bottom:10px;
}



.laceSideLeft {
	background-image: url(../images/laceEdgeSide.png);
	background-repeat: repeat-y;
	width:50px;
	height:101%;
	left:-30px;  
	margin-top:-10px;
	border:none; 
	position:absolute;
}
.laceSideRight {
	background-image: url(../images/laceEdgeSide.png);
	background-repeat: repeat-y;
	width:50px;
	height:101%; 
	right:-25px; 
	margin-top:-10px;
	border:none;
	position:absolute;
}
.laceSideUpDown {
	background-image: url(../images/laceEdge.png);
	background-repeat: repeat-x;
	width:100%;
	height:50px;
	border:none;
	margin-top:-35px;	
	margin-left: -9px;
}
.laceDown {
	background-image: url(../images/laceEdge.png);
	background-repeat: repeat-x;
	width:100%;
	height:50px;
	border:none;
	margin-top: -20px;
	margin-left: -9px;
	position:absolute;
}

.bottomNav {
	width: 99%;
	height:130px;
	margin-top: 130px;
	padding-top:60px;
	text-align:center;
	background-image:url(../images/nav.png);
	background-repeat:no-repeat;
	font-size:16px;
	background-position: center top;
	overflow: visible;
	visibility: visible;
	clear:both;
}
