@charset "utf-8";
/* CSS Document */

body{
	background-image:url(../images/BG.jpg);
	background-repeat: repeat-x;
}

.container {
	width:975px;
	height:668px;
	border:10px solid #FFFFFF;
	margin-left:auto;
	margin-right:auto;
}
.mapbg{
	background-image: url(../images/map-bg.jpg);
	background-repeat: no-repeat;
	height: 668px;
	width: 975px;
}
.window{
	padding-top:192px;
	padding-left:15px;
	width:947px;
	height:402px;

}
.top{
    width:975px;
    height:179px;
}

.logo{
	height: 179px;
	width: 204px;
	float: left;
}	
.header{
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 179px;
	width: 771px;
	float: left;
}
.main{
    width:975px;
	clear:both;
}
.left{
    width:737px;
    float:left;
}
.navigation{
	height: 353px;
	width: 243px;
	float: left;
	clear:both;
	background-image: url(../images/navigation-BG.jpg);
}

.pix{
	height: 353px;
	width: 493px;
	float: left;
	background-image: url(../images/frame-bg.jpg);
	padding-left: 1px;
}
.content{
	height: 353px;
	width: 493px;
	float: left;
	background-image: url(../images/content-bg.jpg);
	padding-left: 1px;
}
.scroller{
	height: 285px;
	width: 453px;
	margin-top:25px;
	padding-top: 3px;
	padding-right: 10px;
	margin-bottom: 25px;
	padding-left: 25px;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
}

.builder{
	height: 335px;
	width: 477px;
	padding-top:22px;
	padding-left:25px;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFF00;
}
.border{
	border: 2px solid #ffffff;
}
.animals{
	height: 136px;
	width: 737px;
	float:left;
	background-image: url(../images/animals-BG.jpg);
}
	.animals2{
	height: 136px;
	width: 737px;
	float:left;
	background-image: url(../images/animals-BG2.jpg);
}
.right{
    width:238px;
    float:left;
}
.form{
	height: 489px;
	width: 238px;
	float: left;
	clear:both;
	background-image: url(../images/form-bg.jpg);
	background-repeat: no-repeat;
	}
.form2{
	height: 489px;
	width: 238px;
	float: left;
	clear:both;
	background-image: url(../images/form-bg2.jpg);
	background-repeat: no-repeat;
}
.form-inner{
	margin-top:10px;
	margin-left:16px;
	width:204px;
	height:238px;
	font:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	padding: 8px;
}

#blanket {
background-color:#000;
opacity: 0.75;
filter:alpha(opacity=75);
position:absolute;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
	position:absolute;
	width:580px;
	height:460px;
	padding:10px;
	background-color:#FFF;
}
