/* ---------------------------- MAIN PAGE ELEMENTS -------------------------------- */
body,td,th {
	color: #000;
	font-size:16px;
	font-family:'Open Sans', sans-serif;
	margin:0;
	padding:0;
	height:100%;	
}
input[type=text].centered{ text-align:center }
.genbtn {
	width:150px;
	height:58px;
	background-color:#000;
	font-family:lato;
	color:#FFF;
	font-style:bold;
	font-size:16pt;
	border: 2px solid;
    border-radius: 7px;
}
.genbtnsm {
	width:75px;
	height:30px;
	background-color:#000;
	font-family:lato;
	color:#FFF;
	font-size:12pt;
	border: 2px solid;
    border-radius: 7px;
}
h1,h5{
	color:#F00;
	font-size:230%;
	font-weight:800;
	margin: 0px 0px 0px 0px;
	padding:0px;
	letter-spacing:-2px;
}

h2{
	margin: 0px 0px 0px 0px;
	padding:0px;
	letter-spacing:-2px;
	color:#000;
}

h4 {
	color:#000;
	font-weight:800;
}
.error {
	color:#C10B0E;
	font-size:80%;
}

hr {
	color:#F00;
	background-color:#FF0000;
	height:1px;
	border:none;
}

p {text-indent: 30pt;}

a,a:link,a:visited,a:active {
	color:#666;
	font-weight:900;
	text-decoration: none
}

a:hover {text-decoration: underline;}


#container {
   min-height:100%;
   height:100%;
   position:relative;
}
.top {
	position:relative;
	width:100%;
	background:#E5E5E5;
}

.100graybg {
	width:100%;
	background-color:#e5e5e5;
}
.1000widegray{
	width:1000px;
	margin:0px auto;
	background-color:#e5e5e5;
}

.pageHeader {
	background:#E5E5E5;
	margin:0px auto;
	width:1000px;
	height:135px;
	
}
#hLogo {
	float:left;
	width:407px;
}
#hLogo a { 	text-decoration:none; }

#hLogo:hover {
	transition-duration:2s;
	transform:rotate(-43deg);
	-ms-transform:rotate(-43deg); /* Internet Explorer */
	-moz-transform:rotate(-43deg); /* Firefox */
	-webkit-transform:rotate(-43deg); /* Safari and Chrome */
	-o-transform:rotate(-43deg); /* Opera */
	scale(200px,200px)
}
.roleft {
	float:left;
	display:inline-block;
}

.roleft:hover {
	
	transition-duration:2s;
	transform:rotate(-90deg);
	-ms-transform:rotate(-90deg); /* Internet Explorer */
	-moz-transform:rotate(-90deg); /* Firefox */
	-webkit-transform:rotate(-90deg); /* Safari and Chrome */
	-o-transform:rotate(-90deg); /* Opera */

}
.roright {
	float:left;
	display:inline-block;
}
.roright:hover {
	transition-duration:2s;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); /* Internet Explorer */
	-moz-transform:rotate(90deg); /* Firefox */
	-webkit-transform:rotate(90deg); /* Safari and Chrome */
	-o-transform:rotate(90deg); /* Opera */

}

.hSocial {
	position:relative;
	top:100px;
	right:4px;
	width:155px;
	height:27px;
	float:right;
	display:inline-block;
	
}
.topdivide {
	background-color:#FF0000;
	height:2px;
	width:100%;
	clear:both;
}

#PC {
	width: 1000px;
	margin: 0 auto;
	min-height:100%;
	height:100%;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: hidden;
	padding-bottom:130px;

}

.header {
	font-family: 'Lato', bold;
	text-transform:uppercase;
	font-weight:450;
	font-size:75px;
	letter-spacing:-4px;
	width:1000px;
	height:auto !important;
	margin:0px auto;
}


.instagram {
	margin-top:7px;
	width:440px;
	height:220px;
	overflow:hidden;
	float:left;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.etw {
	height:245px;
	width:430px;
	float:right;
	background:url(../images/ETW.png) no-repeat;
	position:relative;
}

.etw_form {
	float:right;
	margin-right:10px;
	position:relative;
	top:80px;

}

.etw_en {
	color:#F00;
	bottom:0px;
	position:absolute;
	width:430px;
}

.red {color:#F00;}
.black {color:#000;}
.gray {color:#666;}
.lato {font-family:lato;}


#pageFooter {
	border:none;
	width:1000px;
	background-color:#E5E5E5;
	height:130px;
	font-size:12px;
}

.fleft {
	float:left;
	width:325px;
	padding:3px;
}
.fleft2 {
	float:left;
	padding:3px;
}

.fsub {
	display:block;
	vertical-align: bottom !important;
	float:left;
	width:325px;
	padding:3px;
}

.fright {
	float:right;
}
ul {
	padding:0px;
}

/* ---------------------------- END MAIN PAGE ELEMENTS ---------------------------- */
/* ---------------------------- START ROTATING IMAGE CSS -------------------------- */
*{outline: none;}
img {border: 0;}

/*--Window/Masking Styles--*/
.window {
    height:418px;   width: 1000px;
    overflow:hidden; /*--Hides anything outside of the set width/height--*/
    position: relative;
}
.image_reel {
    position: absolute;
	overflow:hidden;
    top: 0; left: 0;
}
.image_reel img {float: left;}

/*----------------Paging Styles------------------*/
.paging {
    position: relative;
    -moz-border-radius: 1px;
    -khtml-border-radius: 1px;
    -webkit-border-radius: 1px;
    z-index: 100; /*--Assures the paging stays on the top layer--*/
    text-align: center;
	font-size:50px;
	background-color:transparent;
    display: none; /*--Hidden by default, will be later shown with jQuery--*/
}
.paging a {
	padding:1px;
	text-decoration: none;
    color: #E5E5E5;
}

.paging a:hover { color:#000; }

.paging a.active {
    font-weight: bold;
	color:#F00;
    -moz-border-radius: 1px;
    -khtml-border-radius: 1px;
    -webkit-border-radius: 1px;
}
.paging a:hover {font-weight: bold;}
/* ---------------------------- END OF IMAGE ROTATOR CSS -------------------------- */

/* ----------------------------        MAIN NAV        ---------------------------- */
#headernav {
	position:relative;
	margin:0px auto;
	height:30px;
	width:1000px;
/*	border-bottom:1px #FF6E6B solid;
	border-left:1px #FF6E6B solid;
	border-right:1px #FF6E6B solid; */
}

#menu {
	font-weight:900;
	text-transform:uppercase;
	margin-top:0px;
	margin-left:3px;
	list-style-type: none;
	font-size: 20px;
	height: 30px;
			}
#menu li {
	float: left;
	width:198px;
/*	border-right:1px red dashed;*/
}
#menu li a {
	text-decoration: none;
	display: block;
	line-height: 30px;
	color: #333;
}
#menu li a:hover, #menu li.active a {
	background-color: #E5E5E5;
	color: #FF0000;
}
			
/* ---------------------------- END MAIN NAV  ---------------------------- */



/* ---------------------------- SHOP ELEMENTS ------------------------------ */
.sNav {
	width:1000px;
	position:relative;
	top:-50px;
	left:60px;
	margin:0px auto;
}

.p_cont{
	width:225px;
	height:320px;
	float:left;
	margin-left:20px;
	margin-top:20px;

}
.selector{
	max-width:100px;
	min-width:1px;
	min-height:410px;
	float:left;	
	display: none;
}
.product {
	height:582px;
	width:432px;
    overflow:hidden; /*--Hides anything outside of the set width/height--*/
    position: relative;
	float:left;
	}
	
	
#p_img{
	width:225px;
	min-height:270px;
	float:left;
}

#p_detail {
	width:420px;
	height:430px;
	margin-left:10px;
	float:left;
	padding:10px;
}


#alsolike {
	width:215px;
	overflow:auto;
	height:430px;
	float:left;
	border-left:1px #F00 solid;
	padding:5px;
}

#othergear {
	width: 1000px;
	overflow:auto;
	min-height:108px;

}

.clear {
	clear:both;
}
select {
	max-width:300px;
	min-width:50px;
	height:30px;
	background-color:transparent;
	outline-width:2px;
	outline-color:#000000;
	font-family:arial;
	font-size:12px;
	color:#000000;
	text-align:center;
	text-indent:0px;

	
	}
.addcart {
	width:388px;
	height:58px;
	background-color:#000;
	font-family:lato;
	color:#FFF;
	font-style:bold;
	font-size:26pt;
	border: 2px solid;
    border-radius: 7px;
}
a.cartbutton{
	width:300px;
	padding-top:15px;
	padding-bottom:15px;
	padding-left:27px;
	padding-right:27px;
	text-decoration:none;
	height:58px;
	background-color:#000;
	font-family:lato;
	color:#FFF;
	font-size:16pt;
	font-weight:100;
    border-radius: 7px;
}
.cartbutton{
	width:250px;
	padding:13px;
	text-decoration:none;
	height:58px;
	background-color:#000;
	font-family:lato;
	color:#FFF;
	font-style:bold;
	font-size:16pt;
	border: 2px solid;
    border-radius: 7px;
}

/* ---------------------------- END OF SHOP PAGE ------------------------------- */

/* ---------------------------- BEGIN CART PAGE ---------------------------------- */

.cartwrapper {
	position:relative;
	left:25px;
	width:950px;
	min-height:300px;
	overflow:auto;
}

.cartProdWrap {
	height:200px;
	border-bottom:1px solid #f00;
}

.cartProdWrap:hover {
	background:#E5E5E5;
	border-bottom:1px solid #f00;
}

.cartimage{
	width:100px;
	height:150px;
	float:left;
	margin-left:25px;
}

.cartdesc {
	width:550px;
	height:auto;
	float:left;
	margin-left:10px;
	height:150px;

}
.cartquant {
	position:relative;
	width:120px;
	float:left;
	height:150px;
}

.cartitemtotal {
	position:relative;
	float:right;
	height:150px;
	margin-right:25px;
}

.red_b {color:#F00;font-weight:bold;}
/* ---------------------------- END CART PAGE ---------------------------------- */

/* ---------------------------- BLOG STYLE PAGE --------------------------------- */
#BC {
	border:none;
	min-height:1000px;
	border-bottom:none;
	background-color:#FFF;
	width:1000px;
	margin:0 auto;
	position: relative;
	background-repeat:no-repeat;
}

.b_header {
	font-weight:900;
	font-size:60px;
	letter-spacing:-6px;
}

.blogWrapper {
	position:relative;
	padding:5px;
	width:1000px;
	height:auto;
	overflow:auto;
	overflow-x:hidden;
	border-bottom:1px solid #f00;

}

.SW {
	position:relative;
	float:left;
	width:575px;
	min-height:400px;
	height:auto;
	margin: 0px auto;
}

.blogPic {
	position:relative;
	float:left;
	width:350px;
	height:225px;

}
.blogDesc {
	position:relative;
	width:620px;
	height:auto !important;
	float:left;
	padding-left:20px;
}

.rbwrap {
	position:relative;
	float:right;
	width:310px;
	height:400px;
}

#twwrap {
	float:right;
	padding-top:45px;
	overflow:hidden;
	max-width:385px;
	width:385px;
	height:800px;
	border-bottom:1px #F00 solid;
}
.blogrightcol {
	width:405px;
	max-width:405px;
	float:left;
	position:relative;	
	
}
#twitter_t {
   width: 310px;
   height: 34px;
}
#twitter_m {
   width: 310px;
   padding: 0 15px;
}
		
#twitter_container {
    min-height:45px;
    height:auto !important;
    height:40px;
    padding-bottom:10px;
}

#twitter_update_list {
    width: 310px;
    padding: 0;
    overflow: hidden;
	font-family: Georgia;
	font-size: 14px;
	font-style: italic;
	color: #31353d;
	line-height: 16px;
	font-weight:bold;
}
		
#twitter_update_list li {
	width: 310px;
	list-style: none;
}
		
#twitter_update_list li a {
	color: #000;
	border-bottom: dotted 1px;
	list-style-position: inside;
	text-decoration: none;
}

#twitter_update_list li a:hover {
	color: #31353d;
	background-color: #F33;
}

#twitter_b {
	width: 310px;
	height: 29px;
	
}
.bsocial {
	position:relative;
	width:350px;
    height:23px;
    vertical-align:bottom !important;
	left:130px;
}

#___plusone_0, #___plusone_0 iframe {
 display:inline !important;
 height:23px  !important;
 vertical-align: bottom !important;
}
#fb-root {
	display:inline-block !important;
	height:23px  !important;
}
.vid {
	padding:5px;
	margin-left:5px;
}
/* ---------------------------- END BLOG PAGES --------------------------------- */


/* ---------------------------- BIO PAGES --------------------------------- */

.bioPic {
	width:250px;
	height:auto;
	float:left;
	position:relative;
}
.bioPic a { text-decoration:none; }
.basicInfo {
	width:440px;
	min-height:325px;
	margin-left:15px;
	float:left;
}
.otherbios {
	width:270px;
	height:auto;
	float:right;
}

.box{
	position: relative;
	height:150px;
	width:210px;
	float:left;
	overflow:hidden !important;
	
}

.t_wrap {
	width:980px;
	height:auto;
	margin:0px auto;
}

.t_cont {
	height:193px; 
	width:158px;
	float:left;
	margin-left:20px;
	margin-top:20px;
}

.t_img {
	float:left;
	height:101px;
	width:75px;

}
.obio {
	float:left;
	height:101px;
	width:150px;
	margin-left:10px;
}

.biomainpic {
	float:right;
	height:auto;
	padding-left:10px;
}

.bioextrapic {
	float:left;
	width:500px;
}

.bioimgcont {
	height:450px;

}
.fleft20 {
	float:left;
	width:200px;
	margin-left:15px;
	display:inline-block;
}

/* ---------------------------- END BIO PAGES --------------------------------- */
/* ---------------------------- INSTAGRAM  --------------------------------- */
#feeddiv {
	min-height:500px;
	width:1000px;
	margin:0px auto;
	padding-left:65px;
}

.instawrap {
	width:205px;
	height:290px;
	display:table-row-group;
	float:left;
	margin-left:8px;
	top:5px;
	overflow:auto;
	overflow-x:hidden;
	overflow-y:hidden;

}

/* ---------------------------- INSTAGRAM  --------------------------------- */
.fl {
	float:left;
	margin-left:25px;
}
.m40 {
	margin-left:130px;}
