.clearfix:after { clear:both; content:"."; display:block; height:0; visibility:hidden; } .clearfix { display:inline-block; } * html .clearfix { height:1%; } .clearfix { display:block; }
a img { border:0 none; } * { outline-width:0; }

body{
	background: #FFF url('../images/background.jpg')center top;
	margin:0 auto;
	font-family:"Whitney","Trebuchet","Trebuchet MS","Arial","sans";
	font-size:10px;
	color: #000;
}
a{
	color: #000;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

#pageWrapper{
	margin:80px auto;
	width:758px;
	position: relative;
}
#pageWrapper p{
	font-size:1.3em;
	line-height: 1.5em;
}

#header p{
	padding-left: 100px;
	font-size: 1em;	
}

#logo{
	position: absolute;
	margin-left: -15px;
	margin-top: -27px;
	z-index: 20;
}
#skaterchic{
	position: absolute;
	right: 0px;
	top: -60px;
}
#marquee{
	margin: 0px;
	padding: 0px;
	height: 276px;
	width: 758px;
	position: relative;
}
#marquee a{
	color: #fff;
}
#marquee .detail{
	position: absolute;
	right: 0px;
	top: 190px;
	background: transparent url('../images/blue_35percent.png');
	width: 345px;
}
.detail h2{
	font-size: 1.8em;
	color: #fff;
	font-weight: normal;
	padding: 5px 15px;
}
.detail h2 strong{
	font-size: 1.3em;
	text-transform: uppercase;
	margin-right: 10px;
	font-weight: normal;
}

#footer {
	margin:40px auto;
	padding: 2px 10px;
	background-color: #00AECB;
	font-size:.8em;
	color: #000;
	position: relative;
}
#footer p{
	padding-left: 40px;
}
#footer_logo {
	margin: -17px 0 0 -25px;
	position: absolute;
	
}
#footer .links{
	position: absolute;
	color: #ffffff;
	right: 25px;
}
#footer .links a{
	color: #fff;
	text-decoration: none;
}
#footer .links a:hover{
	color: #fff;
	text-decoration: underline;
}
	
	
#mainNav {
	background-color: #000;
	height:45px;
	margin:0 auto;
}
#mainNav ul {
	display:inline;
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0 0 0 0;
	padding:0;
}
#mainNav ul li {
	display:inline;
	float:left;
	background-color: #7fd6e5;
	padding:15px;
	border-right: 1px solid #9ee3ef;
}
#mainNav ul li:hover {
	background-color: #55b1bf;
}
#mainNav ul li a {
	color:#000;
	display:inline;
	float:left;
	font-size:1.4em;
	text-decoration:none;
	text-transform:uppercase;
}
#mainNav ul li.current{
}
#mainNav ul li.current a{
}

#slide1,#slide2,#slide3{width: 758px;}

.section{
	padding-top: 30px; 
	border-bottom: 4px solid #00aecb;
	
}
.section h2{
	font-size: 1.3em;
	margin: 0 0 0 0;
}
.section h2+p{
	lmargin: 0px;
}
.section img{
	float: right;
	margin-left: 25px;
}

.content{
	width: 390px;
}

.button{
	display: block;
	background-color: #3fc2d8;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;	
}

.button a{
	color: #fff;
	font-size: 1.8em;
	line-height: 1.8em;
}

#slide2, #slide3{
	display: none;
}
