body {
        font: 90%/170% Georgia, Arial, Helvetica, sans-serif;
        padding: 0px;
        margin: 0 auto;
        color: #333;
        height:100%;
}
#page {
        background: url(bg_new.png) no-repeat top;
        background-attachment:fixed;
        height: 3509px;
        padding: 20px 0px 5px 0px;
        overflow: hidden;
        
}
.pNews a {
	color: #148889;
	font-size: 15px;
}
.pNews a:hover {
	color: #148889;
	font-size: 15px;
	text-decoration: underline;
}
#navigation-top{
	position: relative;

	bottom: 34px;
	list-style: none;
	float: left;
	background-color:#000000;width:100%;
	opacity: .7;
	height: 40px;
	-moz-border-radius-bottomright: 50px 25px;
	border-bottom-right-radius: 50px 25px;
	-moz-border-radius-bottomleft: 50px 25px;
	border-bottom-left-radius: 50px 25px;
}
#navigation-top li {
	color: #777777;
	float: left;
	height: 40px;
	padding-top:10px;
	padding-left: 30px;
	padding-right: 26px;

	opacity: 2;
}
#navigation-top li a:hover{
	color: white;
	opacity: 2;
	text-decoration: none;
}
#navigation-top li a{
	color: #9f9f9f;
	opacity: 2;
}
a {
        color: #000;
        text-decoration: none;
}
#descrip {
-moz-border-radius-bottomright: 50px 25px;
	border-bottom-right-radius: 50px 25px;
	-moz-border-radius-bottomleft: 50px 25px;
	border-bottom-left-radius: 50px 25px;
	-moz-border-radius-topright: 50px 25px;
	border-top-right-radius: 50px 25px;
	-moz-border-radius-topleft: 50px 25px;
	border-top-left-radius: 50px 25px;
	background-color:#000000;
	opacity: .7;

	color: #ffffff;

}


#descrip-inner {
	padding: 20px;
	opacity: 1;
}
#descrip-inner label {
	display:block;
font-weight:bold;
text-align:right;
width:260px;
float:left;
}

#under-construction {
-moz-border-radius-bottomright: 50px 25px;
	border-bottom-right-radius: 50px 25px;
	-moz-border-radius-bottomleft: 50px 25px;
	border-bottom-left-radius: 50px 25px;
	-moz-border-radius-topright: 50px 25px;
	border-top-right-radius: 50px 25px;
	-moz-border-radius-topleft: 50px 25px;
	border-top-left-radius: 50px 25px;
	background-color:#000000;
	opacity: .5;
	color: #ffffff;
}






#slider {

	/* You MUST specify the width and height */
	width:940px;
	height:400px;
	position:relative;	
	overflow:hidden;
-moz-box-shadow: 10px 10px 5px #888888; /* Firefox 3.6 and earlier */
-webkit-box-shadow: 10px 10px 5px #888888; /* Safari */
box-shadow: 10px 10px 5px #888888;
}

#mask-gallery {
	overflow:hidden;	
}

#gallery {

	/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	z-index:0;
	
	/* width = total items multiply with #mask gallery width */
	width:940px;
	overflow:hidden;

}

	#gallery li {
			
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}


#mask-excerpt {

	/* Set the position */
	position:absolute;	
	top:0;
	left:0;
	z-index:500px;
	
	/* width should be lesser than #slider width */
	width:250px;
	overflow:hidden;	
	

}
	
#excerpt {
	/* Opacity setting for different browsers */
	filter:alpha(opacity=60);
	-moz-opacity:0.6;  
	-khtml-opacity: 0.6;
	opacity: 0.6;  
		/* Clear the list style */
	list-style:none;
	margin:0;
	padding:0;
	
	/* Set the position */
	z-index:10;
	position:absolute;
	top:4px;
	left:4px;
	
	/* Set the style */
	width:250px;
	background-color:#000;
	overflow:hidden;
	font-family:arial;
	font-size:25px;
	color:#fff;	
}

	#excerpt li {
		padding:4px;
		letter-spacing:2px
	}
	

img {
	border: 0px;
	}
.clear {
	clear:both;	
}

.float_right_footer {
float:right; position: relative; top:24px;
}

.texter-contact {
	color: #2D4252;
	background: #dcdcdc;
	border: 2px solid #7b7979;
	font-weight: bold;
	font-size: 15px;
	padding-left: 3px;
	padding-top: 3px;
		-moz-border-radius: 6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
}

