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

/* Smartphones ----------- */

/* Normalize padding and margins taken out form,input,*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,  fieldset,  p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-size: 90%;
}

/* Normalize header sizes */
h1, h2, h3, h4, h5, h6, p {
	/*font-size: 50%;*/
}

/* Normalize list styles */
ol, ul {
	list-style: none;
}

/* Normalize font style and weight on odd elements */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

/* Normalize table borders */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Normalize other borders */
fieldset, img {
	border: 0;
}

/* Normalize text-alignment */
caption, th {
	text-align: left;
}

/* Normalize (remove) quotation marks */
q:before, q:after {
	content: '';
}

a {text-decoration: none;}

a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}

/* General Classes */
.clear{clear: both !important; float: none !important;}

/*Fonts*/
/*Sample of font kit from Font Squirrel*/
/*Sample of font kit from Font Squirrel*/
@font-face {
    font-family: 'AppleChancery';
    src: url('../fonts/apple_chancery-webfont.eot');
    src: url('../fonts/apple_chancery-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/apple_chancery-webfont.woff') format('woff'),
         url('../fonts/apple_chancery-webfont.ttf') format('truetype'),
         url('../fonts/apple_chancery-webfont.svg#AppleChancery') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'destroyregular';
    src: url('../fonts/destroy_-webfont.eot');
    src: url('../fonts/destroy_-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/destroy_-webfont.woff') format('woff'),
         url('../fonts/destroy_-webfont.ttf') format('truetype'),
         url('../fonts/destroy_-webfont.svg#destroyregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'quicksandbold';
    src: url('../fonts/quicksand-bold-webfont.eot');
    src: url('../fonts/quicksand-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/quicksand-bold-webfont.woff') format('woff'),
         url('../fonts/quicksand-bold-webfont.ttf') format('truetype'),
         url('../fonts/quicksand-bold-webfont.svg#quicksandbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'quicksandregular';
    src: url('../fonts/quicksand-regular-webfont.eot');
    src: url('../fonts/quicksand-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/quicksand-regular-webfont.woff') format('woff'),
         url('../fonts/quicksand-regular-webfont.ttf') format('truetype'),
         url('../fonts/quicksand-regular-webfont.svg#quicksandregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'quicksandlight';
    src: url('../fonts/quicksand-light-webfont.eot');
    src: url('../fonts/quicksand-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/quicksand-light-webfont.woff') format('woff'),
         url('../fonts/quicksand-light-webfont.ttf') format('truetype'),
         url('../fonts/quicksand-light-webfont.svg#quicksandlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'sansationregular';
    src: url('../fonts/sansation-regular-webfont.eot');
    src: url('../fonts/sansation-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/sansation-regular-webfont.woff') format('woff'),
         url('../fonts/sansation-regular-webfont.ttf') format('truetype'),
         url('../fonts/sansation-regular-webfont.svg#sansationregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


/*Landing Page*/
body{
	background:#CCC;
}

#background_image{
	background: url(../images/boy_on_board_background_4.jpg) no-repeat center top;
}

#header_top{
	height: 5px;
	background-color: #333;
	}
header{
	height: 70px;
	background-color: #fff;
	border-bottom: 1pt solid #666;
}
header img{
    display: block;
	margin: 0 auto;
}


#wrapper{
	width:100%;
	max-width:1024px;
	min-height: 1400px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	}
	
#nav_hero_top{
	height: 560px;
}

nav{
	width: 100%;
	float: left;
	padding: 10px 5px 0 0;
	/*border: 1pt solid red;*/
	}
nav ul{
	width: 35%;
	min-height: 50px;
	font: 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	border-right: 1pt solid #000;
}

nav ul li{
	float: left;
	padding: 3px 5px 3px 5px;
	margin: 10px 0 10px 0;
	/*width: 100%;*/
	/*border: 1pt solid #000;*/
	text-align:left;
	width:100%;
    height:100%;
	border-radius: 15px;
	}
nav ul li:hover{
	width: 100%;
	/*background:#F0F;*/
	background: #E6D5BB;
	
	}
nav ul li a{
		color: #000;
	}

nav #underscore{
	color:#ccc;
}

nav #social_media{
/*	border: 1pt solid #000;*/
	padding: 90px 0 0 15px;
	width: 40%;
		min-height: 50px;
	float: left;
	border-right: none;
	}
	
nav #social_media li{
	/*float: left;*/
	padding: 10px 0 0 0;
	margin: 0 0 0 0;
	border-radius: 0px;
}

nav #social_media li:hover{
	width: 100%;
	background: none;
	cursor: pointer; 
	/*background: url(../images/media_facebook_color.png) no-repeat;*/
}
#intro{
	padding: 0 0 0 5px;
}
#intro h1, #intro p{
	display: block;
	float: left;
	font: 20px "quicksandregular", Helvetica, sans-serif;
	color: #000;
	text-align:left;		
	}
	#intro p{
		padding: 0 20px 0 0;
		}
	
#search{
	float: none;
	padding: 0 0 20px 0;
}	
#hero{
	/*border: 1pt solid red;*/
	margin: 0 0 0 5px;
	padding: 10px 5px 0 0;
	width: 50%;
	float: left;
	}

#hero_img {
	border: 1pt solid #000;
	width: 280px;
	float: left;
	/*padding: 10px 0 10px 0;*/
	box-shadow: 0 0 10px #000;
	border-radius: 20px;
	overflow: hidden;
	background-color: #000;
}
#hero_img img{
	width: 280px;
	height: 190px;
}
#product{
	padding: 20px 0 10px 5px;
	
	}
#product ul li{
	display: block;
	float: left;
	padding: 0 40px 0 0;
	}
#product img{
	display: block;
	width: 75px;
	height: 299px;
}
#product .skateboard_description{
	font: 10px "destroyregular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}

#product .price{
	font: 12px "destroyregular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}

#product #qty{
	width: 20px;
}
footer{
	min-height: 100px;
	width: 100%;
	background-color: #000;
	}
	footer #footer_wrapper{
	width: 940px;
	margin: 0 auto;
	height: 100px;
	background: url(../images/hotline_dots.png) no-repeat;	
	/*border: 1pt solid red;*/
	}
	footer #footer_wrapper form{
		width: 80%;
		float: left;
		padding: 40px 40px 0 5px;
	}
	#textbox{
		border-radius: 0px;
		background-color: #fff;
		border: 1pt solid #999;
		height: 20px;
		width: 150px;
		}
#footer_bottom{
	height: 30px;
	background-color: #333;
	}
#footer-bottom-wrapper p{
	font: 10px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
	text-align: center;	
	padding: 8px 0 0 0;
	}
	
/*buttons*/

#buttons{
	width: 100%;	
}

.buttonall{
	cursor: pointer;
	border-radius: 10px;
	height: 28px;
	border: 1pt solid #666;
	background: #ddd;
	font: 8px "destroyregular";
	float: left;
	margin: 5px 5px 0 0;
	width: 50%;	
}
	