@charset "utf-8";

body {
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	background: 
	url(pics/bgr.png)
	no-repeat
	top
	fixed;
	text-align: left;
}
	
ul {
	line-height: 12pt;
	}

a img, a:visited img, a:active img, a:active img
    {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity:1.0;
    border: 0px solid #ffffff;
	outline: none;
    }

a:hover img
    {
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
    opacity:.85;
	border: 0px solid #333333;
	
    }
	
	a.beyond, a.beyond:visited, a,beyond:active, a.beyond:active
    {
	font-size:14px;
	color:#fc7404;
	text-decoration: none;
    }
	
	a.beyond:hover
    {
	font-size:14px;
	color:#ffc89d;
	text-decoration: none;	
    }
	
	a, a:visited, a:active, a:active
    {
	font-size:13px;
	color:#009999;
	text-decoration: none;
    }

	a:hover
    {
	font-size:13px;
	color:#cc6600;
	text-decoration: none;	
    }
	
	a.credit, a.credit:visited, a.credit:active, a.credit:active
    {
	font-size:10px;
	color:#CCCCCC;
	text-decoration: none;
    }

	a.credit:hover
    {
	font-size:10px;
	color:#cc6600;
	text-decoration: none;	
    }
	
	a.title, a.title:visited, a.title:active, a.title:active
    {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:34px;
	color:#009999;
	text-decoration: none;
    }

	a.title:hover
    {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:34px;
	color:#cc6600;
	text-decoration: none;
    }
	
	/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(css/loading.gif) no-repeat center;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(css/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(css/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(css/closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
/*------- ajax mailform -------*/

#form_box {
	width: 300px;
	font:10px Arial, Helvetica, Sans-serif;
	padding: 0.5em;
	margin-top: 10px;
	margin-bottom: 2px;
	background: #FFFFFF;
}
 
#form_box div {
	padding: 0.2em 0.5em;
}
 
#form_box div.hr {
	border-bottom: 2px solid #e2e2e1;
	height: 0px;
	margin-top: 0pt;
	margin-bottom: 7px;
}
 
#form_box p {
	float: left;
	margin: 4px 0pt;
	width: 120px;
}
 
 
#log {
	width: 400px;
	margin-top: 10px;
	color:#009900;
}
 
#log_res {
	overflow: auto;
}
 
#log_res.ajax-loading {
	padding: 20px 0;
	background: url(http://demos.mootools.net/demos/Group/spinner.gif) no-repeat center;
}
