/* GENERAL RULES
-------------------------------------------------------------------- */

* {
	/* overwrite all default browser settings */
	margin: 0;
	padding: 0;
}

body {
	background-image: url(images/background.gif);
	background-color: #000000;
	font-size: 11px;
	
	/* global font settings */
	font-family: arial, helvetica, sans-serif;
	color: #000000; /* main text color */
	
	/* part 1 of centering hack */
	text-align: left;
	
	line-height: 16px;
}

/* for links in divs just do this #div a {blah} */

a {
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
}
a:link { 
	color: #FF0000;
	}
a:visited { 
	color: #FF0000;
	}
a:hover { 
	color: #FFFFFF;
	background-color: #FF0000;
	}
a:active { 
	color: #FF0000;
	}
	
img {
	border: 0;
	}

/* CONTAINER
-------------------------------------------------------------------- */
#container {
	width: 900px;
	display: block;
	
	
	/* part 2 of centering hack */
	text-align: left;

	/*voice-family: "\"}\""; 
	voice-family:inherit;
	width: 800px;*/
}

img.header {
	display: block;
	vertical-align: bottom;
}

/* HEADER
-------------------------------------------------------------------- */
#header {
	background-color: #000000;
}


#links {
	background-color: #000000;
	width: 625px;
	text-align: left;
}

#links ul {
	display: inline;
	list-style: none;
}

#links li {
	float: left;
	padding-right: 30px;
}

#links li a {
	color: #ffffff;
	background-color: #000000;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
#links li a:link { 
	color: #ffffff;
	}
#links li a:visited { 
	color: #ffffff;
	}
#links li a:hover { 
	color: #ff0000;
	text-decoration: underline;

	}
#links li a:active { 
	color: #000000;
	}


/* CONTENT / HOME
-------------------------------------------------------------------- */
#content {
	width: 900px;
	display: relative;
	background-color: #FFFFFF;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
}

#side_box {
	position: absolute;
	left:0px;
	top:245px;
	width:197px;
}

#news {
	width: 392px;
	height: 364px;
	text-align: center;
	background-color: #ededed;
	margin-left: 198px;
   	margin-right:198px;
	
	voice-family: "\"}\"";
	voice-family: inherit;
   	margin-left: 197px;
   	margin-right:199px;
}

#newsfeed_outer {
	border: 1px dashed #989898;
	margin: 20px;
	padding: 5px;
}

#in_store {
	position: absolute;
	left: 589px;
	top: 245px;
	width: 311px;
	height: 364px;
	background-color: #000000;
	color: #D3D3D3;
}

#in_store_form {
	margin-top: 5px;
}

#in_store_content {
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 5px;
	line-height: 18px;
}

#why_r_u_title {
	margin-top: 30px;
}

#why_r_u {
	margin-top: 5px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 5px;
	line-height: 18px;
}

#iam_home {
	width: 703px;
	height: 400px;
	margin-top: 10px;
	margin-left: 198px;
	background-color: #EDEDED;
	
	voice-family: "\"}\"";
	voice-family: inherit;
   	margin-left: 197px;	
}

#iam_home_title {
	float: left;
	height: 32px;
}

#iam_home_inner {
	background-color: #EDEDED;
	color: #000000;
}

#iam_home_video {
	float: left;
	margin-top: 10px;
}	

#iam_text_home {
	width: 250px;
	background-color: #eeeeee;
	
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-bottom: 10px;
}

#iam_thumbs {
	position: relative;
	width: 420px;
	clear: both;
	background-color: #C5C5C5;
	padding-top: 8px;
	text-align: center;
}

#iam_thumbs a {
	}
	
#iam_thumbs a img {
	border-color: #C5C5C5;
	}
	
#iam_thumbs a:hover img {
	border-color: #ff0000;
	}

#iam_thumbs table {
	width: 400px;
	background-color: #C5C5C5;
	padding: 5px;
	text-align: left;
	margin: auto;
}

/* CONTENT / HOME / NEWS
-------------------------------------------------------------------- */

#newsfeed_inner {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;	
}

.news_title {
	color: #ff0000;
	font-size: 12px;
	font-weight: bold;
	margin-top: 8px;
}

.news_text {
	margin-top: 8px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: dashed 1px;
	border-color: #cccccc;
}
	

/* CONTENT / APPAREL
-------------------------------------------------------------------- */

#shipping_info {
	width: 100%;
	border-bottom: solid 1px;
	border-color: #000000;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.shipping_asterik {
	color: #ff0000;
}

#product_content{
	width: 665px;
	margin-left: 200px;
	padding-top: 15px;
	padding-left: 15px;
	
	voice-family: "\"}\"";
	voice-family: inherit;
   	margin-left: 201px;
}

.product_outer {
	float: left;
	width: 212px;
	border: 1px dashed;
	margin-right: 7px;
	margin-bottom: 10px;
	
	voice-family: "\"}\"";
	voice-family: inherit;
	margin-right: 7px;
	margin-bottom: 10px;
}

.product_outer a {
	color: #ffffff;
	background-color: #000000;
}

.product_outer a:hover {
	text-decoration: underline;
}

table.product td {
	padding: 3px;
}

.product_underline {
	text-decoration: underline;
}

.product_image {
}

.product_title {
	color: #902724;
	font-size: 13px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.product_data {
	width: auto;
	background-color: #000000;
	color: #ffffff;
	padding: 5px;
	text-align: center;
}

/* CONTENT / I AM
-------------------------------------------------------------------- */

#iam_top {
	width: 100%;
	border-bottom: solid 1px;
	border-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 15px;
	background-color: #ffffff;
}

#iam_title {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 8px;
}

.iam_title_red {
	color: #ff0000;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 8px;
}

#iam_text_left {
	width: 220px;
	padding: 10px;
	background-color: #eeeeee;
}

#iam_right_content {
	position: absolute;
	top: 337px;
	width: 418px;
	margin-left: 250px;
	background-color: #eeeeee;
	
	voice-family: "\"}\"";
	voice-family: inherit;
   	margin-left: 251px;	
}

/* CONTENT / LADY HM
-------------------------------------------------------------------- */

#lady_content{
	width: 665px;
	margin-left: 200px;
	padding-top: 15px;
	padding-left: 15px;
	
	voice-family: "\"}\"";
	voice-family: inherit;
   	margin-left: 201px;
}

#lady_top {
	width: 100%;
	border-bottom: solid 1px;
	border-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 15px;
	background-color: #ffffff;
}

#lady_content_back {
	width: 670px;
	height: 700px;
	background-image: url(images/ladies_back.jpg);
	background-repeat: no-repeat;
}

#lady_title {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 8px;
}

#lady_text_left {
	width: 220px;
	padding: 10px;
	background-color: #eeeeee;
}

.lady_title_red {
	color: #ff0000;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 8px;
}

.lady_side_title {
	font-weight: bold;
	padding-bottom: 8px;
}

/*ABOUT
-------------------------------------------------------------------*/

#about_text_left {
	float: left;
	width: 225px;
	padding: 10px;
	background-color: #eeeeee;
}

#about_video {
	float: left;
	width: 425px;
	height: 350px;
}

#about_content_back {
	width: 670px;
	height: 700px;
	background-image: url(images/about_back.jpg);
	background-repeat: no-repeat;
}
	

/* CONTENT / SKATE PAGE
-------------------------------------------------------------------- */

#skate_content{
	width: 665px;
	margin-left: 200px;
	padding-top: 0px;
	padding-left: 15px;
	
	voice-family: "\"}\"";
	voice-family: inherit;
   	margin-left: 201px;
}

#skate_content a {
	font-size: 11px;
	font-weight: bold;
}
	
#skate_content_back {
	width: 670px;
	height: 700px;
	background-image: url(images/skate_back.gif);
	background-repeat: no-repeat;
}

#skate_tier1 { /*contains news and video sections*/
	float: left;
	display: block;
	margin-top: 225px;
}

#skate_news {
	float: left;
	width: 250px;
	height: 220px;
	background-color: #333;
	color: #fff;
	padding: 10px;
}

#skate_player {
	float: left;
	padding-left: 5px;
}

#skate_tier2 { /*contains news and video sections*/
	float: left;
	display: block;
	margin-top: 10px;
}

#skate_tier3 { /*contains photo gallery*/
	background-color: #000000;
	color: #ffffff;
	width: 205px;
	float: right;
	display: block;
	padding: 10px;
	margin-top: 10px;
	margin-right: 5px;
	border-color: #cccccc;
	border: 1px solid;
}

#skate_tier4 { /*contains photo gallery*/
	background-color: #000000;
	color: #ffffff;
	width: 205px;
	float: right;
	padding: 10px;
	margin-top: 10px;
	margin-right: 5px;
	border-color: #cccccc;
	border: 1px solid;
	text-align: center;
}

.skaters_bio_first {
	float: left;
	width: 250px;
	background-color: #eee;
	border: solid 1px;
	padding: 10px;
}

.skaters_bio {
	float: left;
	width: 400px;
	background-color: #eee;
	border: solid 1px;
	padding: 10px;
	margin-bottom: 15px;
}

.bio_text {
	width: 100%;
	padding-top: 10px;
}

.bio_text ul li{
	list-style: none;
	padding-bottom: 5px;
}

.skaters_bio_title {
	font-size: 20px;
	font-weight: bold;
	color: #000;
}	

#photo_gallery {
	text-align: center;
	}
	
#gallery_title {
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
}

#skate_gallery {
	float: left;
	display: block;
	background-color: #333333;
	width: 100%;
	margin-top: 244px;
	}
	
.photo_frame {
	float: left;
	padding: 10px;
	}


/* CONTENT / CONTACT
-------------------------------------------------------------------- */

#contact_content{
	width: 665px;
	margin-left: 200px;
	padding-top: 15px;
	padding-left: 15px;
	
	voice-family: "\"}\"";
	voice-family: inherit;
   	margin-left: 201px;
}

#contact_content a {
	font-size: 14px;
	font-weight: bold;
	}

#contact_top {
	width: 100%;
	border-bottom: solid 1px;
	border-color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin-bottom: 15px;
	background-color: #ffffff;
}

#contact_content_back {
	width: 670px;
	height: 700px;
	background-image: url(images/contact_back.jpg);
	background-repeat: no-repeat;
}

#contact_title {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 8px;
}

#contact_text_left {
	float: left;
	width: 226px;
	height: 128px;
	padding: 10px;
	background-color: #eeeeee;
	font-size: 14px;
}

#contact_myspace {
	font-weight: normal;
	font-size: 11px;
}

#contact_myspace a {
	font-weight: normal;
	font-size: 11px;
}
		

.contact_title_red {
	color: #ff0000;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 8px;
}

.contact_side_title {
	font-weight: bold;
	padding-bottom: 8px;
	font-size: 16px;
}

