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

body {
	padding:0;
	margin:0;
	font:12px Verdana, sans-serif;
	line-height: 17px;
	color: #000;
	background-color: #cecfd1;
	background-repeat: repeat-x;
	background-position: top;
	background-image:url(images/bg.gif);
}


a {
	text-decoration: none;
    outline: none;
}

a:link {
	color:#000;
	background:none;
	text-decoration:none;
	font-size:10px;
}
a:visited {
	color:#000;
	background:none;
	text-decoration:none;
		font-size:10px;
}a:active {
	color:#555;
	background:none;
	text-decoration:none;
		font-size:10px;
}a:hover {
	color:#555;
	background:none;
	text-decoration:none;
}

.main {
	text-align:center;
}

.text {
	width:380px;
	float:left;
	padding:0 10px 0 0;
	line-height:14px;
}
.text-right {
	width:298px;
	float:left;
	padding:0 0 0 10px;
	line-height:14px;
}


.logo {
border-top:1px solid #EEEEEE;
border-bottom:1px solid #AAAAAA;
text-align:center;
padding:10px 0;
}

.logo-first {
border-bottom:1px solid #AAAAAA;
text-align:center;
padding:0 0 10px 0;
}

.logo-last {
border-top:1px solid #EEEEEE;
text-align:center;
padding:10px 0;
}

.logo-wrapper  {
float:left;
margin-right:30px;
	}

.wrapper {
	width:990px;
	margin: 20px auto 20px auto;
}
	


.footer a:link {
	color:#555;
	background:none;
	text-decoration:none;
}
.footer a:visited {
	color:#666;
	background:none;
	text-decoration:none;
}.footer a:active {
	color:#555;
	background:none;
	text-decoration:none;
}.footer a:hover {
	color:#000;
	background:none;
	text-decoration:underline;
}

.footer {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

#slider {

	/* You MUST specify the width and height */
	width:697px;
	height:322px;
	position:relative;	
	overflow:hidden;
	border:1px solid #dedede;
	float:right;
}

#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:900px;
	overflow:hidden;
}

	#gallery li {

		
		/* float left, so that the items are arrangged horizontally */
		float:left;
	}


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

	#excerpt li {
		padding:10px 15px 0;
	}
	
	#buttons {
		float:right;
		width:125px;
	}
	
	hr {
background-color:#AAAAAA;
border:0 none;
color:#DEDEDE;
height:2px;
margin:10px 0;
padding:0;
border-bottom:1px solid #EEEEEE;
}

	


.clear {
	clear:both;	
}



