/*
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td {
border:0pt none;
font-family:inherit;
font-size:100%;
font-style:inherit;
font-weight:inherit;
margin:0pt;
padding:0pt;
vertical-align:baseline;
}
table {
border-collapse:separate;
border-spacing:0pt;
}
caption, th, td {
font-weight:normal;
text-align:left;
}
blockquote:before, blockquote:after, q:before, q:after {
content:"";
}
blockquote, q {
quotes:"" "";
}
a{
cursor: pointer;
text-decoration:none;
}
br.both{
clear:both;
}
*/

body{
background: transparent url(images/bkg-header.png) repeat-x 0 top;
line-height:1.4;
font-size: 14px;
font-family:arial,sans-serif;
font-variant: small-caps;
margin:0px;
	color: #777;
}

a
{
	color: #777;
}
a:hover
{
	color: #999;
}

#container
{
	background-color:#FFFFFF;
	border-bottom:2px solid #363636;
	margin-top:48px;
	width:100%;
}

#page
{
	width: 770px;
	margin-left:auto;
	margin-right:auto;
	overflow:hidden;
	padding-bottom:15px;
	padding-top:15px;
}

#page p
{
	clear: left;
	margin: 1em 0;
}

li
{
	margin: 10px 0;
}

/** Menu **/
#menu
{
	
}
#menu ul {
	list-style-type: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
}
#menu a {
	text-decoration: none;
	color: #fff8dc;
	display: block;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #996633;
}
#menu a:hover {
	text-decoration: none;
	color: #261;
	background-color: #eee;
}


/** Styles **/

.image
{
	border: 1px solid #000;
	padding: 5px;
	margin: 10px 0;
}

.text
{
	color: #777;
	clear: left;
}

.description
{
	color: #777;
	margin: 40px 0px;
	clear: left;
}

.footer-menu
{
	text-align: center;
}

/** Gallery **/

#gallery
{
	display: block;
	margin-top: 70px;
	clear: left;
}

.thumbnails img
{
	border: 0px;
	margin: 4px;
}

#overlay { position: fixed; _position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,0.8); *background: #fff; *filter: alpha(opacity=80); display: none; z-index:9999; }

#lightbox { position: fixed; _position: absolute; top: 50%; left: 50%; padding: 10px; background: #fff; width: 600px; height: 400px; margin: -200px 0 0 -300px; display: none; z-index:10000; -moz-box-shadow: 0 0 20px rgba(0,0,0,0.7); -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.7); box-shadow: 0 0 20px rgba(0,0,0,0.7); -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }

#lightbox.loading { background: #fff url('/images/loading-lightbox-demo.gif') no-repeat 50% 50%; }
		
	#lightbox a.close { color: #111; background: #fff; position: absolute; right: 0; top: 0; display: block; font-size: 10px; z-index: 5; padding: 8px 14px 4px 6px; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
	
	#lightbox a.prev, #lightbox a.next { position: absolute; top: 50%; left: 0; padding: 5px; background: #fff; margin-top: -0.5em; width: 6em; text-align: center; opacity: 0.5; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
	
	#lightbox a.next { left: auto; right: 0; }
	
	#lightbox a:hover.prev, #lightbox a:hover.next { opacity: 1; }

