@import url('reset.css');

/* General Demo Style */
body{
	background:#FFF;
	color: #000;
	font-family: 'droid sans', sans-serif;
	font-size: 16px;
	text-align:justify;
}
a{
	color: #555;
	text-decoration: none;
}
a:hover{
	color: #000;
}
.clr{
	clear: both;
}
.wrapper{
	position: relative;
	width: 100%;
}
.wrapper p{
	clear: both;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}

.content{
	margin:0px auto;
	position: relative;
	width: 1011px;
	background-image:url(../images/bg_body.png);
	background-repeat:repeat-y;
}

.banner{
	margin:0px auto;
	padding-left:1px;
	position: relative;
	width: 1000px;
	height:260px;
	overflow:hidden;
}

.txt{
	margin:0px auto;
	position: relative;
	width: 980px;
	padding:0px 0px 0px 0px;

	font-size:11px;
}

.contenttop{
	margin:0px auto;
	position: relative;
	width: 1011px;
	height:5px;
	background-image:url(../images/bg_top.png);
	background-position:top;
	background-repeat:no-repeat;
}

.contentbottom{
	margin:0px auto;
	position: relative;
	width: 1011px;
	height:5px;
	background-image:url(../images/bg_bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
}

.reference{
	padding-top: 40px;
}


h1{
	font-size: 16px;
	position:relative;
	color: #000;
	font-weight:bold;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.3);
    padding: 20px 0px 20px 0px;
	z-index:1000;
	text-transform: uppercase;
	text-align:left;
}
/* Header Style */
.header{
	font-family:"Lucida Grande", Tahoma, Verdana, Arial, sans-serif;
	font-size: 10px;
	padding: 3px 5px;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.6);
	box-shadow: 0px 1px 4px rgba(0,0,0,0.6);
}
.header a{
	line-height: 18px;
	padding: 0 4px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px #000;
	color: #ddd;
}
.header a:hover{
	color: #fff;
}
.header a span{
	font-weight: bold;
}
.header span.right{
	float: right;
}
@media screen and (max-width: 860px) {
	.header a{
		display: block;
		text-align: center;
		font-size: 10px;
		text-shadow: none;
	}
	.header span.right{
		float: none;
	}
}