@charset "UTF-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	background: #FFF url(../Images/noise_bg.png);
	margin: 0;
	padding: 0;
	color: #000;
}

.line {
	background-color:#FFF; 
	width:100%;
	height:10px;
}

.tree {
	background-image:url(../Images/tree_1.png);
	position:fixed;
	bottom:0px;
	left:-60px;
	height:400px;
	width:299px;
	z-index:-1;
	}

.container {
	width: 750px;
	margin: 0px auto;
	padding:0px;
}

.addFav_top {
	background-color:#666;
	position:relative;
	width:40px;
	height:100px;	
	float:right;
}

.addFavT {
	font-size:48px;
	color:#FFF;
	font-weight:bold;
	position:absolute;
	bottom:0px;
	width:40px;
	text-align:center;
}

.head {
	background:url(../Images/Logo.png) no-repeat left;
	widht: 750px;
	height:190px;
}

.nav_container {
	background-color:#666;
	margin:10px 0px;
	padding:4px 4px;
	widht:750px;
	height:222px;
	position:relative;
}

.nav_haus1 {
	background-image:url(../Images/haus1.png);
	height:200px;
	width:369px;
	float: left;
}

.nav_haus2 {
	background-image:url(../Images/haus2.png);
	height:200px;
	width:369px;
	float: right;
}

.nav_nav {
	height:18px;
	width:742px;
	bottom:4px;
	position:absolute;
	font-size:16px;
	color:#FFF;
	text-align:center;
	
}

.nav_button a, .nav_button a:hover, .nav_button a:visited {
	text-align:center;
	float:left;
	width:25%;
	text-decoration:none;
	color:#FFF;
}

.content {
	text-align:justify;
	padding-bottom:60px;
	overflow:auto;
}

.content1 {
	width:49.8%;
	float:left;
}

.content2 {
	width:49.8%;
	float:right;
}

.content3 {
	float:left;
	width:100%;
}

.footer {
	bottom:0px;
	position:fixed;
	background: #FFF url(../Images/noise_bg.png);
	z-index:1000;
}

.addFav_bottom {
	background-color:#666;
	width:40px;
	height:60px;
	position:relative;
}

.addFavB{
	font-size:48px;
	color:#FFF;
	font-weight:bold;
	position:absolute;
	top:0px;
	width:40px;
	text-align:center;
}

.footer_line {
	background-color:#666; 
	width:750px;
	height:1px;
	margin:5px 0px;
}

.footer_legal {
	margin-top:0px;
	font-size:10px;
	color:#666;
	float:right;
}

.footer_legal a, .footer_legal a:hover, .footer_legal a:visited{
	font-size:10px;
	color:#666;
	text-decoration:none;
}

h1, h2, h3, h4, h5, h6, p, ul, li {
	margin-top: 0;
	color:#666;
	font-size:12px;
	list-style-type:square;
}

h1 {
	font-size: 14px;
	font-weight:bold;
}



/* Sample 6*/
#box6{
	position:absolute;
	width:330px;
}
#box6 span{
	display:block;
}
#handles6_1{
	float:left
}
#handles6_2{
	float:right
}
#handles6_1_1{
	width:54px;
	float:left;
}
#handles6_1_2{
	margin-left:57px;
	margin-top:3px;
}
#handles6_2_1{
	float:right;
	width:54px;
	
}
#handles6_2_2{
	margin-right:57px;
	margin-top:3px;
}


.mask6{
	position:absolute;
	left:50%;
	margin-left:-165px;
	width:330px;
	height:220px;
	overflow:hidden;
}
.sample6 .buttons{
	clear:both;
	text-align:center;
}




/* ********************************** */


.thumbs div{
	display:table;
	width:54px;
	height:41px;
	margin:3px 0;
	cursor:pointer;
}


.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none;
	width:54px;
}

span img{
	display:block;
	border:none;
}

.buttons{padding:5px;}
.buttons span{padding:0 5px;cursor:pointer;font-size:10px}
.buttons span.active, .buttons span:hover{background:#666;color:#fff}

