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

/*****************************************/
/*** main layout ***/
/*****************************************/

body {
	background: #1C130B url(images/back.jpg) no-repeat top left;
	}

#container {
	width: 100%;
	position:relative;
	margin-top: -1em;
}
	
#header {
	width: 100%;
	border-bottom: thin solid #65000A;
	}
	
#header img{
	border: none;
	padding-bottom: 0px;
	}
	
.hr {
	color:  #FFFCF0;
	}
	
/*****************************************/
/*** top nav ***/
/*****************************************/

.topnav {
	position: relative;
	width:100%;
	background: #65000A url(images/nav.jpg);
	z-index:100;
	margin: 1em 0em 1em 0em;
	}
	
ul.topnav {
	list-style: none;
	width: 880px;
	height: 25px;
	padding: 0 0 0 40px;
	text-align:center;
	margin-left: auto;
	margin-right: auto;
	font-size: .8em;
	text-transform:uppercase;
	
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 5px 3px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
	
}

ul.topnav li a{
	padding: 2px 5px;
	color: #F9EEC1;
	display: block;
	text-decoration: none;
	float: left;
	vertical-align:middle;
}
ul.topnav li a:hover{
	background: url(images/nav-back.jpg) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(nav/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center top; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 20px;
	background: #333;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	border: 1px solid #111;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	float: left;
	width: 145px;
	background: #333 url(nav/dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #222 url(nav/dropdown_linkbg.gif) no-repeat 10px center;
}

/*****************************************/
/*** photo bar ***/
/*****************************************/

#photobar{
	position: relative;
	width: 880px;
	margin: 0px auto 10px auto;
	padding-top:-6em;
	clear:both;
	z-index:-100;}
	
#photobar img{
	padding-right: 3px;
	}

/*****************************************/
/*** text box ***/
/*****************************************/

#copy{
	position: relative;
	top: -15px;
	margin: 0 auto 0 auto;
	width:728px;
	min-height:246px;
	clear:both;
	padding-left: 161px;
	padding-right: 5px;
	padding-top:10px;
	border-bottom: thin solid #65000A;
	}
	
#copy2{
	position: relative;
	top: -15px;
	margin: 0 auto 0 auto;
	width:880px;
	clear:both;
	padding: 10px 15px 15px 15px;
	border-bottom: thin solid #65000A;
	}
	
.bodycopy{
	font-family:"Century Gothic", Arial, Helvetica, serif;
	color: #FFFFFF;
	size: 1em;
	letter-spacing: .05em;
	font-weight: 100;
	
	
	}
.bodycopy ul{
font-family: "Century Gothic",Arial, Helvetica, serif;
	color: #FFFFFF;
	size: 1em;
	letter-spacing: .05em;
	font-weight: 100;
	margin-left:20px;
	padding-left:20px;
	list-style:square;
	list-style-position:inside;
	
	}
	
.bodycopy a{
	font-family:"Century Gothic", Arial, Helvetica, serif;
	color: #C5A99E;
	size: 1em;
	font-weight: lighter;
	text-decoration: underline;
	}
	
.bodycopy img{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #000;
	size: 1em;
	font-weight:lighter;
	border:none;
	
	}
	
.style1 {
	color: #C5A99E;
	text-transform: uppercase;
	}
	
h1 {
	font-family: "Trajan", Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color:  #FFD93C;
	padding: 10px 10px 5px 10px;
	margin-right: 10px;
	margin-top: -.1em;
	margin-left: -.5em;
	position: relative;
	float:left;
	height:100%;
	text-transform:uppercase;
	}
	

	
	
/*****************************************/
/*** footer ***/
/*****************************************/
#botnav {
	color: #65000A;
	width:884px;
	position:relative;
	z-index:200;
	margin-top: 0px;
	margin-bottom:6px;
	text-align:right;
	font-size:10px;
	
	}
	
#botnav a{
	text-align:center;
	font-size:10px;
	text-decoration:underline;
	color:#65000A;
	
	}	
	
/*****************************************/
/*** gallery ***/
/*****************************************/

/* Photo gallery template ||| Joshuaink.com ||| March 2005 ||| Free to use but this credit must remain in place */

#flash {
float:right;
margin:10px;
}


h2{
	margin:15px 5px;
}

h2{
	color:#999;
}

#wrap{
	width:720px;
	margin:0 auto;
	position:relative;
}

#header{
	margin-bottom:20px;
}

#header2{
	margin-bottom:20px;
	position:relative;
	margin-top: -8em;
	z-index:300;
}

#header a{
	text-decoration:underline;
}



#main-content li{
	width:200px;
	border:solid #CCC;
	border-width:0 1px 1px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	background:#FFF;
	padding:10px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
}

#fullplate-navigation{
	list-style:none;
	margin:5px 0 0 45px;

}

#fullplate-navigation li{
	display:block;
	float:left;
	width:210px;
		
}

#previous{
	text-align:left;
}

#next{
	text-align:right;
}


#fullplate-navigation li a{
	display:block;
	width:190px;
	padding:10px;
}

#fullplate-navigation li a:hover{
	color:#333;
}



#fullplate-photo{
	border:solid #EEE;
	border-width:0 1px 1px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
	background:#FFF;
	padding:5px 15px 15px 15px;
	margin:0 auto;
	width:600px;
}




#main-content  a span{
/*\*/
	position:absolute;
	left:-9999px;

}

#main-content a:hover span{	
	top:10px;
	left:10px;
	width:202px;
	font-weight:bold;
	background:#FFF;
	color:#999;
	padding:5px 0 5px 0;
	text-transform:uppercase;
	font-size:80%;
	border:1px solid #EEE;
	border-width:0 0 10px 0;
	filter: alpha(opacity=100);
	/*-moz-opacity:.8;
		opacity:.80;*/
/**/
} 


