@charset "UTF-8";
/* CSS Document */


body{
	background:url(../images/hopeboards.bg.tile.gif) repeat-x top #060909;
	padding:0 0 5px 0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	color:#272319;
}

h2{	
	text-transform:uppercase;
}

a{
	color:#5B868F;
	text-decoration:underline;
}

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

p{
	margin-bottom:15px;
}

.boldblue{
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	color:#5B868F;
	font-size:1.2em;
	/*text-transform: uppercase;*/
}

#graphicWrapper{
	background:url(../images/hopeboards.bg.gif) no-repeat top center;
	width:100%;
	height:940px;
	overflow:hidden;
	padding:0;
	margin: 0;
}

#topContentIndex{
	width:1000px;
	height:400px;
	padding:0;
	margin:123px auto 10px auto;
}

#topContent{
	width:1000px;
	height:500px;
	padding:0;
	margin:123px auto 10px auto;
}

#mainContent{
	width:920px;
	height:800px;
	padding:0;
	margin:123px auto 10px auto;
}

div#videos p {
	margin-bottom:15px;
	text-align:center;
}


#navTop{
	width:920px;
	height:30px;
	text-align:right;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	margin:0 auto;
	padding:0;
}

.navTop ul{
	margin:0;
	padding:0;
}

.navTop li{
	text-align:right;
	list-style:none;
	display:inline;
	padding:0 3px;
}

#photoSkatersIndex{
	float:right;
	margin:5px 0 0 0;
}

.topCell{
	float: right;
	width:630px;
	height:390px;
	margin:45px 35px 0 15px;
	overflow: auto;
}

.topCell h3{
	color:#5B868F;
}

.topCell strong{
	color:#5B868F;
}

.team_member{
	float:left;
	margin:0 20px 20px 0;
	}

.team_member h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-weight:normal;
	margin-bottom:5px;
	}

.team_member img{
	float:left;
	margin-right:10px;
	border:6px dashed #5B868F;
	height:150px;
}

.team_member img:hover{
	border:6px dashed #5C4B28;
}


/*************************************************************** PRODUCT PAGE CSS ***********************/

html>body #productNav{
	margin:75px 15px 0 65px;
	float:left;
}

#productNav{
	margin:75px 15px 0 25px;
	float:left;
	height:315px;
	width:220px;
	padding:15px 0 0 15px;
	background-image:url(../images/sidenav.bg.png);
	background-repeat:no-repeat;
}

#productNav a{
	text-decoration:none;
}

#productNav a:hover{
	text-decoration:underline;
}

.productNav{
	list-style:none;
	text-transform:lowercase;
	font-size:18px;
	font-weight:bold;
	color:#5B868F;
}



.productNav a{
	color:#5B868F;
	padding:0 5px;
}

.productNav a:hover{
	padding:0 5px;
}

.productNavSub{
	text-transform:lowercase;
	font-size:16px;
	font-weight:normal;
	margin-left:14px;
	color:#272319;
}

.productNavSub a{
	color:#272319;
}

/*************************************************************** ADDITIONAL PRODUCT CSS ***********************************/

.decks{
	padding:0 5px;
	margin:0;
	float:left;
}

#slogan{
	margin:0 0 10px 0;
}

#introParIndex{
	margin: 60px 0 0 45px;
	width:330px;
	font-size:12px;
	line-height:20px;
}

.note{
	font-size:.8em;
	margin-right:35px;
	clear:both;
	width:450px;
}

#bottomContentIndex{
	clear:both;
	width:940px;
	height:310px;
	padding:0;
	margin:0 auto 10px auto;
}

#bottomContent{
	width:950px;
	height:275px;
	padding:0;
	margin:0 auto 10px auto;
}

.bottomBlock{
	height:215px;
	width:276px;
	padding:10px 12px;
	margin:35px 8px 0 0;
	float:left;
	background-image:url(../images/bottom/bottom.content.bg.png);
	background-repeat:no-repeat;
}

.storeBlock{
	height:235px;
	width:295px;
	float:left;
	margin:35px 13px 0 0;
	padding:0;
	background-image:url(../images/bottom/bottom.content.store.png);
	background-repeat:no-repeat;
}

.bottomBlock h3, .bottomBlockNews h3{
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	padding:0 5px;
}

.latestPosts{
	margin:18px 5px 10px 5px;
	font-size:.9em;
}

#boardsIndex{
	float:left;
	margin: 0;
	width:449px;
	height:297px;
}

#bottomPhotosIndex{
	float:right;
	margin:0;
	padding:0;
}

#buttonsIndex{
	display:block;
	position: relative;
	left:450px;
	top:-15px;
}


/****************************************************************** CONTACT PAGE CSS **************************/

#contactForm{
	top:55px;
	position:relative;
	display:block;
	width:900px;
	margin:0 auto;
	font-size:20px;
	font-weight:bold;
	color:#544742;
}

.form_elements{
	font-size:20px;
	font-weight:bold;
	color:#544742;
}	

td{
	vertical-align:top;
	}

/****************************************************************** FOOTER CSS **************************/

#footer{
	width:968px;
	height:20px;
	text-align:right;
	text-transform:uppercase;
	font-size:10px;
	display:block;
	position:relative;
	margin:0 auto;
	top:43px;
	padding:0;
	color: white;
	clear:both;
}

#copy{
	color: #5C4B28;
	margin:0;
	padding:0;
	float:left;
}

#copy a{
	color: #5C4B28;
	text-decoration:none;
}

#copy a:hover{
	color: #FFFFFF;
}

 ul.footer{
	margin:0;
	padding:0;
	float:right;
	width:350px;
}

.footer li{
	text-align:right;
	list-style:none;
	display:inline;
	padding:0 5px;
}

.footer a{
	color: #5C4B28;
	text-decoration:none;
}

.mark{
	border-left: 1px solid white;
}

.footer a:hover{
	color: white;
}

img, div { 
	behavior: url(../iepngfix.htc);
}

a img{
	border:none;
}

object, a {
	outline:none;
}