/* @override 
	http://127.0.0.1/~scum/woodmasters/test/css/base.css
	http://127.0.0.1:8000/css/base.css
	http://127.0.0.1/~scum/woodmasters/php/lib/css/base.css
*/

body{
	margin: 0px;
	padding-top: 21px;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
a:link{
	text-decoration: none;
}
#header{
	height: 100px;
	background: url(../images/header/stripe.gif) repeat-x 0 center;

	z-index: 8;
	display: block;
}
#logo{
	background-image: url(../images/header/logo.png);
	width: 138px;
	height: 114px;
	position: absolute;
	top: 14px;
	left: 19px;
	z-index: 20;
}
#headerbar{
	position: absolute;
	top: 43px;
	left: 76px;
	display: block;
}
img{
	border: 0px;
}
.content{
	width: 990px;
	margin: 0 auto;
	padding: 20px;
}
.box{
	-webkit-box-shadow: 0px 10px 20px #666;
	-webkit-border-radius:5px;
	background: #fef2d1 url(../images/yellow_fade.png) repeat-x;
	padding: 24px;
}

ul.tabs {
	position: absolute;
	left: 157px;
	top: 66px;
	float: left;

	width:800px;
	padding: 0;
	list-style:none;
	
}
ul.tabs li a{
	float:left;
	display:block;
	margin-top:1px;
	font-size: 15px;
	margin-right: -34px;
	padding-right: 0;
	padding-left: 0;
	margin-left: 5px;
	
	width: 170px;
	height: 30px;
	text-align: center;
	line-height: 25px;
	text-decoration: none;
	color: white;
	text-shadow: gray 0px 0px 5px;
	position: relative;
}
ul.tabs li:hover{
}
#tab1 a{
	z-index: 9;
	background: url(../images/header/tab1.png) no-repeat;
}
#tab2 a{
	z-index: 8;
	background: url(../images/header/tab2.png) no-repeat;
}
#tab3 a{
	z-index: 7;
	background: url(../images/header/tab3.png) no-repeat;
}
#tab4 a{
	z-index: 6;
		background: url(../images/header/tab4.png) no-repeat;
}
#tab5 a{
	z-index: 5;
	background: url(../images/header/tab5.png) no-repeat;
}

.tile{
	display: block;
	height: 150px;
	width: 210px;
	border: 1px solid #CCC;
	float: left;
	margin: 3px;
	padding:6px;
	background-color: #e9e7d0;
		text-align: center;
}
.inner_tile{
	width: 210px;
	height:150px;
}
.tile img{
	border: 0;
}
.tiletext{
	height: 169px;
	
}

.tiletext a, div a{
	
	color: #73653d;
	font-size: 16px;
	text-decoration: none;
}

.detail{
	position:absolute;
	left: 20%;
	border: 1px #333 solid;
	padding:0px;
	-webkit-box-shadow:black 0px 0px 30px;

}
#detail_information_box{
	font-size: 20px;
	background-color: rgb(0,0,0);
	opacity:.6;
	filter:alpha(opacity=60);
	color: white;
	float: right;
	text-align: right;
	width: 100%;
	height: 90px;
	padding: 0;
	position: absolute;
	bottom: 0px;
}
#detail_information_text{
	margin: 10px;
}

label{
	width: 250px;
	display:block; 
	padding: 0 4px 5px 0;
	float:left;
	text-align: right;
	line-height: 20px;
	font-weight: bold;
}

#footer{
	
	text-align: center;
	margin-top: 35px;
	font-size: 10px;
}


