* { margin: 0; padding: 0; }
html { 
        background: url(../backgrounds/ris.jpg) no-repeat center center fixed; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}
.roundCorners
{
	-moz-border-radius:14px;
	-moz-border-radius-topleft:4;
	-moz-border-radius-topright:4;
	-moz-border-radius-bottomleft:4;
	-moz-border-radius-bottomright:4;

	-webkit-border-radius:14px;
	-webkit-border-bottom-left-radius:4;
	-webkit-border-bottom-right-radius:4;
	-webkit-border-top-left-radius:4;
	-webkit-border-top-right-radius:4;
	
}
#header1
{
	height: 90px;
	width: 630px;
	position: relative;
	
	margin-left: 50px;
}
.menuBorder
{
	height: 2px;
	width: 100%;
	background-color: #e8a039;
	z-index: 10;
}
.borderTop
{
	margin-top: -2px;
}
.borderBottom
{
	z-index: 1;
	
}
.menuBack
{
	background-color: #000000;
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	height: 300px;
	width: 100%;
	z-index: -1;
	position: absolute;
	margin-top: -300px;
}

#top
{
	position: absolute;
	width: 100%;
	
}
#menu
{
	height: 300px;
	z-index: 1;
}
#menu .menuContent
{
	padding-top: 15px;
	text-align: right;
	width: 300px;
}
#menu .menuContent > span
{
	float: right;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	width: 120px;
}
#menu .menuContent > span > a > img{
	border: 0px;
}

.menuContentHover:hover
{
	background-color:rgba(232,160,57,0.5);
	padding-left: 10px;
	padding-right: 10px;
	
	
}
.content
{
	height: 0px;
	display: none;
	border-bottom: solid 2px #a8a927;
	/*margin-top: 335px;*/
	z-index: 2;
}
.contentBack
{
	background-color: #000000;
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	
	width: 100%;
	z-index: -1;
	position: absolute;
	/*margin-top: -300px;*/
}
.back{
	background-color: #000000;
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	margin-top: 2px;
	margin-right: -5px;
	float:right; 
	cursor: pointer;
	height: 50px;
}

.orange
{
	color: #a8a927;
}
a
{
	text-decoration: none;
}
#galleryAlbums{
	width:300px;
	text-align: right;
	float: left;
}
.replacement
{
	border: 0px;
}


#dewbody .hint {
	color:#666;
	float:right;
	width:300px;
	text-align:left;
	margin-right:10px;
	background:#f6f6e0;
	padding:10px;
	clear:both;
}

#imageInfoBackground
{
	background-color: #000000;
	opacity:0.4; 
	filter:alpha(opacity=40);
	position: absolute;
}
#imageInfoText
{
	color: #FFFFFF;
	z-index: 10005;
	position: absolute;
	font-family: tahoma;
	margin: 10px;
}
.imageInfoHeader
{
	color: #E8A039;
	font-weight: normal;
}
.imageInfoTextLink
{
	color: #CDCDCD;
	text-decoration: underline;
}
#black
{
	height: 100%;
	width: 100%;
	display:	none;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgb(26, 26, 26);
}