/* CSS Document */
* {
	margin: 0;
	padding: 0;
}

html, body, * html #Wrapper { height: 100%; }


html, body, #BottomLayer {width:100%; }

a {
	color: #ECCFB3;
	text-decoration: none;
}

a:hover {
	color: #F7EADD;
	text-decoration: underline;
}

:active
{
	outline: none;
}

:focus
{
	-moz-outline-style: none;
	
}


body {
	color:#000000;
	margin:0 0 0px 0;
	padding:0 0 0px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(../images/global/bk_tile_plywood_1.png);
	background-repeat: repeat;
}

#Wrapper{position:absolute; width:100%; height:100%; top:0; left:0;overflow:hidden; z-index:3;} 

#background{
	position:absolute;
	z-index:1;
	width:100%;
	height:100%;
	background-image: url(../images/global/layout/bk_bottomstretch_1.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}	

#Hammering {
	position: absolute;
	height:38%;
	bottom: 0px;
}


#BottomLayer {
	position:absolute;
	height:100%;
	top:0;
	left:0;
	z-index:2;
	background-image: url(../images/global/layout/bLeftStretch_1.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#Logo {
	z-index:2;
	position: relative;
}

#MainContent {
	margin-top: 180px;
	margin-left: 290px;
	position: absolute;
	width: 50%;
	height: 60%;
	background: #7e5757;
	overflow: auto;
}
#BottomCorner {
	width: 36px;
	height: 15%;
	left: 0px;
	bottom: 0px;
	position: absolute;
	background-color: #FFFFFF;
	background-image: url(../images/global/layout/bCornerPage_1.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



#Loader{
	position: absolute;
	width: 220px;
	top: 40%;
	left: 35%;
	z-index: 100;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4D3E1E;
	font-weight: bold;
}
#Loader img {
	margin-top: 1em;
}

.ajax-loading {

}

#Target {
	text-align: right;
	padding-right: 160px;
	position: absolute;
	z-index: 100;
	right: 0px;
	bottom: 10px;
}

#Target a {
	color: #B5742D;
}
#Target span {
	background-color: #F1DFB4;
	padding: 3px;
	font-size: smaller;
}

#copyright {
	background-image: url(../images/global/layout/bottombar/copyright_1.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 30px;
}


.clear {
	clear: both;
}

strong {
	color: #F2E6DB;
}