@import url('reset.css');

/* General Codrops Demo Style */
body{
	background:#fff url(../images/pattern.png) repeat top left;
	color:#fff;
	font-family: Arial, sans-serif;
	font-size:14px;
}
a{
	color:#fff;
	text-decoration:none;
}
a:hover{
	color:#00c6e3;
}
p.sub{
	padding:25px 10px 10px 10px;
	text-align:left;
	color:#fff;
}
.clr{
	clear:both;
}
/* Header Style */
.header{
	font-size:0px;
	background:#ccc;
	opacity:0.0;
	text-transform:uppercase;
	-moz-box-shadow: 0px 0px 0px #fff;
	-webkit-box-shadow: 0px 0px 0px #fff;
	box-shadow: 0px 0px 0px #fff;
}
.header a{
	line-height:10px;
	padding:0 0px;
	letter-spacing:0px;
	color:#fff;
}
.header a:hover{
	color:#fff;
}
.header a span{
	font-weight:bold;
}
.header span.right_ab{
	float:right;
}
.content{
	margin:0px 0px 0px 0px;
}
@media screen and (max-width: 1000px) {
	.header a{
		display:block;
		text-align:center;
		font-size:10px;
		text-shadow:none;
	}
	.header span.right_ab{
		float:none;
	}
}
