@charset "utf-8";

/*---------------------------------
   # RESET
---------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Droid+Sans:400,700);


@import url(http://fonts.googleapis.com/css?family=Holtwood+One+SC);


ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


img {
	border:0;
	
}
a img {
	border:0;
}

img a {
	border:0;
}

/*-----------------------------------------
  # GLOBE STYLES
-----------------------------------------*/


body {
	font-family: 'Droid Sans', sans-serif;
	background-image: url(../../images/baw2012/bkgHeader.png);
	background-color: #B6B0A2;
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0;
	padding: 0;
	color: #424141;
	font-weight: 400;
}

ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	/* [disabled]padding-right: 15px; */
	/* [disabled]padding-left: 15px; */
}



a:link {
	color: #424141;
	 text-decoration: none; 
}
a:visited {
	color: #424141;
	 text-decoration: none; 
}
a:hover, a:active, a:focus {
	text-decoration: none; 
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
	
}

/*---------------------------------
      # HEADER
---------------------------------*/

.container {
	width: 971px;
	margin: 0 auto;
	background-image: url(../../images/baw2012/bkgImage.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	background-color: #B6B0A2;
	position: relative;
	z-index: 0;
}

header {
	background-image: url(../../images/baw2012/bawHeader.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	width: 971px;
	height: 88px;
	padding-left: 3px;
}

.homeLink {
	position: absolute;
	left: 3px;
	top: 14px;
	height: 54px;
	width: 343px;
}

.leadTxt {
	font-size: 9px;
	color: #FFF;
	padding-top: 2px;
	padding-left: 11px;
}
header p.phone {
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.09em;
	word-spacing: 0.03em;
	text-align: right;
	padding: 0px;
	margin: -40px 340px 0 0px;
	color: #D6D7D7;
	display: block;
	clear: both;
	line-height: 12px;
	width: 200px;
	float: right;
}

header p.phone em {
	font-weight: bold;
	letter-spacing: .09em;
	font-style: normal;
	color: #FFF;
}

header p.phone span {
	font-weight: normal;
	font-size: 10px;
}
#topNav {
	float: right;
	height: 45px;
	width: 338px;
	margin-top: 15px;
	margin-right: -8px;
}
#navigation li  {
	float:left;
	list-style-type: none;
	margin-bottom: 2px;
	margin-right: 6px;
}  


#navigation li.home  a {
	height: 34px;
	width: 78px;
	display: block;
	background-image: url(../../images/baw2012/topNavHome.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navigation li.home a .hover {  
    background:url(../../images/baw2012/topNavHome.png) no-repeat;  
    display: block;  
    opacity: 0; 
	background-position: 0px -34px;
	height: 34px;
	width: 78px;
}

#navigation li.about  a {
	height: 34px;
	width: 78px;
	display: block;
	background-image: url(../../images/baw2012/topNavAbout.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navigation li.about a .hover {  
    background:url(../../images/baw2012/topNavAbout.png) no-repeat;  
    display: block;  
    opacity: 0; 
	background-position: 0px -34px;
	height: 34px;
	width: 78px;
}

#navigation li.contact  a {
	height: 34px;
	width: 78px;
	display: block;
	background-image: url(../../images/baw2012/topNavContact.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navigation li.contact a .hover {  
    background:url(../../images/baw2012/topNavContact.png) no-repeat;  
    display: block;  
    opacity: 0; 
	background-position: 0px -34px;
	height: 34px;
	width: 78px;
}

#navigation li.faq  a {
	height: 34px;
	width: 78px;
	display: block;
	background-image: url(../../images/baw2012/topNavFaq.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#navigation li.faq a .hover {  
    background:url(../../images/baw2012/topNavFaq.png) no-repeat;  
    display: block;  
    opacity: 0; 
	background-position: 0px -34px;
	height: 34px;
	width: 78px;
}


/*---------------------------------
      # SIDE NAV
---------------------------------*/
.chatLiveSM {
	display: block;
	float: right;
	height: 135px;
	width: 148px;
	margin-top: -8px;
	margin-bottom: 5px;
	clear: right;
}

.sidebar1 {
	float: right;
	width: 150px;
	padding-bottom: 10px;
	margin-right: 0px;
	margin-top: -2px;
}

.freeSpace p span {
	font-family: "Holtwood One SC", serif;
	font-size: 18px;
	font-weight: 400;
	color: rgba(66, 65, 65, .5);
}

.freeSpace {
	text-align: center;
	display: block;
	float: right;
	height: 45px;
	width: 145px;
	background: -moz-linear-gradient(top,  rgba(81,161,207,0.65) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(81,161,207,0.65)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(81,161,207,0.65) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(81,161,207,0.65) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(81,161,207,0.65) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(81,161,207,0.65) 0%,rgba(255,255,255,0) 100%); /* W3C */






filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a651a1cf', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding-top: 5px;
	behavior: url(js/PIE.js);
}

.freeSpace p {
	font-size: 10px;
	font-weight: 700;
}

.freeSpace .smallType {
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 3px;
}
.accordionButton {
	width: 148px;
	float: left;
	_float: none;
	cursor: pointer;
	background-image: url(http://www.brokenarrowwear.com/images/baw2012/sideNavBtn.png);
	background-repeat: no-repeat;
	background-position: 0px -2px;
	display: block;
	height: 30px;
	font-size: 11px;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	margin-bottom: 3px;
	padding-top: 11px;
	margin-top: -2px;
	margin-left: 4px;
	
}
	
.accordionContent {
	width: 150px;
	float: left;
	_float: none; /* Float works in all browsers but IE6 */
	margin-left: 4px;
	}
	
.on {
	background-image: url(http://www.brokenarrowwear.com/images/baw2012/sideNavBtn.png);
	background-repeat: no-repeat;
	background-position: 0px -45px;
	}
	
.over {
	background-image: url(http://www.brokenarrowwear.com/images/baw2012/sideNavBtn.png);
	background-repeat: no-repeat;
	background-position:  0px -45px;
	}
	
nav ul {
	list-style: none;
	margin-bottom: 10px;
	margin-top: -5px;
}
nav ul li {
	margin: 2px 0px 8px 6px;

}
nav ul a, nav ul a:visited {
	display: block;
	width: 135px;
	text-decoration: none;
	background-color: rgba(8,157,242,.2);
	font-size: 11px;
	text-align: center;
	height: 18px;
	padding-top: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid rgba(8,157,242,.7);
	letter-spacing: -0.01em;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	behavior: url(../js/PIE.js);
}

nav ul a:hover, nav ul a:active, nav ul a:focus {
	background-color: rgba(8,157,242,.4);
	border: 1px solid rgba(8,157,242, 1);
}

#emailBox {
	background-color: rgba(8,157,242,.4);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid rgba(8,157,242,.9);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
	width: 138px;
	display: block;
	height: 80px;
	margin-left: 4px;
	margin-top: -5px;
	padding-top: 5px;
	margin-bottom: 8px;
	behavior: url(js/PIE.js);
}

#emailBox #email form p {
	font-size: 11px;
	font-weight: 700;
	color: #424141;
	text-align: center;
	margin-bottom: 0px;
	letter-spacing: -0.03em;
	line-height: 12px;
}

#emailBox #email form .emailSubP {
	font-size: 10px;
	font-weight: normal;
	color: #424141;
	/* [disabled]line-height: 11px; */
	margin-top: 2px;
	margin-bottom: 0px;
	/* [disabled]letter-spacing: -0.02em; */
}

#emailBox #email form .emailBox {
	margin-top: 1px;
	text-align: center;
	vertical-align: middle;
	display: block;
}

#emailBox #email form .emailGO {
	margin-top: 0px;
	text-align: center;
	vertical-align: middle;
	display: block;
}

.accordionButton img {
	margin-top: -3px;
	margin-left: 45px;
	float: left;
	width: 20px;
	margin-right: 3px;
}

.accordionButton a {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	font-size: 11px;
	font-weight: 700;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}

/*---------------------------------
      # MAIN CONTENT
---------------------------------*/

.contentTop {
	float: left;
	clear: both;
	height: 65px;
	margin-bottom: 10px;
	display: inline;
	position: relative;
	z-index: -2;
}
.contentTop a {
	display: block;
	width: 220px;
	position: relative;
	top: -70px;
	margin: 0px 0px 0px 15px;
	padding: 20px 0;
	float: left;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNhNmU5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE3JSIgc3RvcC1jb2xvcj0iIzUxYTFjZiIgc3RvcC1vcGFjaXR5PSIwLjkiLz4KICAgIDxzdG9wIG9mZnNldD0iNDklIiBzdG9wLWNvbG9yPSIjODFiMmNlIiBzdG9wLW9wYWNpdHk9IjAuNyIvPgogICAgPHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM4MmIzY2UiIHN0b3Atb3BhY2l0eT0iMC43MSIvPgogICAgPHN0b3Agb2Zmc2V0PSI4NSUiIHN0b3AtY29sb3I9IiM1MWExY2YiIHN0b3Atb3BhY2l0eT0iMC45MSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjM2E2ZTkxIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(58,110,145,1) 0%, rgba(81,161,207,0.9) 17%, rgba(129,178,206,0.7) 49%, rgba(130,179,206,0.71) 50%, rgba(81,161,207,0.91) 85%, rgba(58,110,145,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(58,110,145,1)), color-stop(17%,rgba(81,161,207,0.9)), color-stop(49%,rgba(129,178,206,0.7)), color-stop(50%,rgba(130,179,206,0.71)), color-stop(85%,rgba(81,161,207,0.91)), color-stop(100%,rgba(58,110,145,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(58,110,145,1) 0%,rgba(81,161,207,0.9) 17%,rgba(129,178,206,0.7) 49%,rgba(130,179,206,0.71) 50%,rgba(81,161,207,0.91) 85%,rgba(58,110,145,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(58,110,145,1) 0%,rgba(81,161,207,0.9) 17%,rgba(129,178,206,0.7) 49%,rgba(130,179,206,0.71) 50%,rgba(81,161,207,0.91) 85%,rgba(58,110,145,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(58,110,145,1) 0%,rgba(81,161,207,0.9) 17%,rgba(129,178,206,0.7) 49%,rgba(130,179,206,0.71) 50%,rgba(81,161,207,0.91) 85%,rgba(58,110,145,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(58,110,145,1) 0%,rgba(81,161,207,0.9) 17%,rgba(129,178,206,0.7) 49%,rgba(130,179,206,0.71) 50%,rgba(81,161,207,0.91) 85%,rgba(58,110,145,1) 100%); /* W3C */


/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a6e91', endColorstr='#3a6e91',GradientType=0 );*/ /* IE6-8 */
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 6px;
	-moz-border-radius-: 6px;
	border-radius: 6px;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-align: center;
	z-index: -1;
	clear: both;
	border: 2px solid rgba(256,256,256,.25);
	color: #FFF;
	line-height: 20px;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
	filter: dropshadow(color=rgba(0, 0, 0, 0.3), offx=1, offy=2);
}

.contentTop a:hover {
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzM5NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjZTI5NTNjIiBzdG9wLW9wYWNpdHk9IjAuOTkiLz4KICAgIDxzdG9wIG9mZnNldD0iMzclIiBzdG9wLWNvbG9yPSIjZTI5NTNjIiBzdG9wLW9wYWNpdHk9IjAuOTciLz4KICAgIDxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZTBhMjc5IiBzdG9wLW9wYWNpdHk9IjAuOTYiLz4KICAgIDxzdG9wIG9mZnNldD0iNjYlIiBzdG9wLWNvbG9yPSIjZTA3ZDBkIiBzdG9wLW9wYWNpdHk9IjAuOTciLz4KICAgIDxzdG9wIG9mZnNldD0iOTUlIiBzdG9wLWNvbG9yPSIjZTA3ZDBkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmYzM5NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  rgba(255,195,150,1) 0%, rgba(226,149,60,0.99) 7%, rgba(226,149,60,0.97) 37%, rgba(224,162,121,0.96) 50%, rgba(224,125,13,0.97) 66%, rgba(224,125,13,1) 95%, rgba(255,195,150,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,195,150,1)), color-stop(7%,rgba(226,149,60,0.99)), color-stop(37%,rgba(226,149,60,0.97)), color-stop(50%,rgba(224,162,121,0.96)), color-stop(66%,rgba(224,125,13,0.97)), color-stop(95%,rgba(224,125,13,1)), color-stop(100%,rgba(255,195,150,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,195,150,1) 0%,rgba(226,149,60,0.99) 7%,rgba(226,149,60,0.97) 37%,rgba(224,162,121,0.96) 50%,rgba(224,125,13,0.97) 66%,rgba(224,125,13,1) 95%,rgba(255,195,150,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,195,150,1) 0%,rgba(226,149,60,0.99) 7%,rgba(226,149,60,0.97) 37%,rgba(224,162,121,0.96) 50%,rgba(224,125,13,0.97) 66%,rgba(224,125,13,1) 95%,rgba(255,195,150,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,195,150,1) 0%,rgba(226,149,60,0.99) 7%,rgba(226,149,60,0.97) 37%,rgba(224,162,121,0.96) 50%,rgba(224,125,13,0.97) 66%,rgba(224,125,13,1) 95%,rgba(255,195,150,1) 100%); /* IE10+ */
background: linear-gradient(top,  rgba(255,195,150,1) 0%,rgba(226,149,60,0.99) 7%,rgba(226,149,60,0.97) 37%,rgba(224,162,121,0.96) 50%,rgba(224,125,13,0.97) 66%,rgba(224,125,13,1) 95%,rgba(255,195,150,1) 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc396', endColorstr='#ffc396',GradientType=0 );*/ /* IE6-8 */

	color: #424141;
}



.contentTop .heading {
	font-family: "Droid Sans", sans-serif;
	font-size: 20px;
	padding: 0px 0px 0px 10px;
	float: left;
	margin-top: -5px;
	letter-spacing: 0.02em;
	clear: both;
	font-weight: 700;
	margin-left: 248px;
}

.contentTop .heading span{
	font-size: 50px;
	display: block;
	margin-top: -30px;
	margin-left: 45px;
	color: rgba(66, 65, 65, .7);
	letter-spacing: -0.05em;
	font-weight: 400;
	font-family: "Holtwood One SC", serif;
	text-shadow: 1px 0px 1px rgba(256, 256, 256, 0.5);
	behavior: url(js/PIE.htc);
}

.contentTop .heading em{
	display: block;
	margin-top: -3px;
	margin-left: 60px;
	font-size: 30px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	-moz-text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	-webkit-text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
	letter-spacing: 0.03em;
	font-style: normal;
	font-weight: 700;
	behavior: url(js/PIE.htc);
}


.content {
	padding: 0px 0px 0px 10px;
	width: 800px;
	/* [disabled]float: left; */
}

.content ul, .content ol {
	padding: 0 15px 15px 40px; 
}

.container .content h4 {
	font-size: 35px;
	font-weight: 900;
	line-height: 50px;
	margin: -10px 0px 5px 0px;
}



#mainCopy {
	width: 550px;
	float: right;
	margin: 0px 0px 0px 0px;
	z-index: 2;
}

#mainCopy p{
	margin: 0px 20px 10px 0px;
	line-height: 24px;
	font-size: 14px;
	text-align: justify;
	font-weight: normal;
}

#mainCopy .subHeading {
	font-size: 21px;
	margin-bottom: 15px;
	line-height: 33px;
	letter-spacing: 0.06em;
	text-align: left;
}

#mainCopy .subHeading span {
	font-size: 55px;
	font-weight: 900;
}

#mainCopy  .catHeading{
	font-size: 18px;
	border-bottom: 1px dotted #424141;
	padding-bottom: 3px;
	width: 543px;
	line-height: 22px;
	margin-bottom: 5px;
}

#mainCopy .bodyCopy  {
	padding-bottom: 10px;
	-moz-column-count: 2;
	-moz-column-gap: 30px;
	-webkit-column-count: 2;
	-webkit-column-gap: 30px;
	column-count: 2;
	column-gap: 30px;
	margin-bottom: 15px;
}

#mainCopy .bodyCopy p {
	font-size: 12px;
	line-height: 20px;
	text-align: justify;
	letter-spacing: 0.1em;
	word-spacing: -0.13em;
	padding-bottom: 8px;
	margin: 0px;
}

#mainCopy .bodyCopy p a {
	font-weight: bold;
	text-decoration: none;
}
#mainCopy .bodyCopy p a:hover {
	color: #089df2;
}

#mainCopy .bodyCopy h3 {
	font-size: 22px;
	letter-spacing: 1px;
	padding-top: 12px;
}

#mainCopy .bodyCopy h5 {
	line-height: 25px;
	font-size: 18px;
	margin-bottom: 5px;
}

#mainCopy .bodyCopy h6 {
	line-height: 20px;
	font-size: 14px;
}

/*-------------------------
   #MAIN FEATURE
-------------------------*/

.mainFeature {
	float: left;
	height: 420px;
	width: 811px;
	position: relative;
	margin-top: -5px;
	z-index: -2;
}
		

div#feature_list {
	width: 811px;
	height: 420px;
	overflow: hidden;
	position: relative;
}

div#feature_list ul {
	position: absolute;
	top: 0;
	list-style: none;	
	padding: 0;
	margin: 0;
}

ul#tabs {
	left: 0;
	z-index: 2;
	width: 266px;
	top: 25px;
}

ul#tabs li {
	font-size: 14px;
	padding-top: 16px;
	margin-top: -17px;
	/* [disabled]letter-spacing: -0.06em; */
	text-align: left;
	line-height: 15px;
}

ul#tabs li a {
	background-image: url(http://www.brokenarrowwear.com/images/baw2012/mainFeatures/featureBtns.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 28px;
	width: 265px;
	text-decoration: none;
	outline: none;
	color: #FFF;
	padding-top: 20px;
	padding-left: 10px;
	font-weight: 700;
}

ul#tabs li a:hover {
	color: #FF9002;
	
}

ul#tabs li a.current {
	color: #3f3f3d;
	background-image: url(http://www.brokenarrowwear.com/images/baw2012/mainFeatures/featureBtns.png);
	background-repeat: no-repeat;
	background-position: 0px -62px;
	height: 43px;
	margin-bottom: -27px;
	padding-bottom: 1px;
	margin-top: 1px;
}

ul#tabs li a.current:hover {
	text-decoration: none;
	cursor: default;
}



ul#output {
	right: -15px;
	width: 620px;
	height: 418px;
	position: relative;
}
#output li p {
	font-family: "Holtwood One SC";
	font-size: 16px;
	color: #FFF;
	text-align: left;
	padding-left: 40px;
	padding-top: 8px;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
	-moz-text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
	-webkit-text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.7);
}
ul#output li {
	position: absolute;
	width: 600px;
	height: 428px;
	left: 8px;
	/* [disabled]z-index: -2; */
	margin-top: -5px;
}

ul#output li a {
	position: absolute;
	bottom: 35px;
	right: 6px;
	padding: 0px 25px;
	text-decoration: none;
	font-size: 19px;
	color: #FFF;
	line-height: 22px;
	font-weight: bold;
	height: 80px;
	width: 160px;
}

ul#output li a span {
	font-size: 11px;
	color: #FFF;
	line-height: 13px;
	font-weight: normal;
	text-align: right;
	vertical-align: bottom;
	display: block;
	margin-top: 10px;
}
		
ul#output li a:hover {
	color: #FFF;
}

ul#output li.leftSide a {
	position: absolute;
	bottom: 50px;
	left: 48px;
	padding: 2px 25px;
	text-decoration: none;
	font-size: 19px;
	color: #FFF;
	line-height: 22px;
	font-weight: bold;
	height: 80px;
	width: 160px;
}

ul#output li.leftSide a span {
	font-size: 11px;
	color: #FFF;
	line-height: 18px;
	font-weight: 700;
	text-align: center;
	vertical-align: bottom;
	display: block;
	margin-top: 10px;
}
		
ul#output li.leftSide a:hover {
	color: #FFF;
}

ul#output li a.bigBtn {
	background-image: url(http://www.brokenarrowwear.com/images/baw2012/mainFeatures/feature-BigBtns.png);
	background-repeat: no-repeat;
	background-position: -191px -0px;
	float: left;
	height: 87px;
	width: 186px;
	position: relative;
	top: 0px;
	left: 25px;
	font-size: 1em;
	font-weight: 700;
	color: #424141;
	text-align: center;
	margin: 5px 5px 0px 0px;
	padding-top: 14px;
	padding-right: 1px;
	padding-left: 1px;
	line-height: 1.02em;
	vertical-align: middle;
}

ul#output li a.bigBtn span{
	font-size: 1.05em;
	font-weight: 700;
	color: #424141;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.02em;
	margin-top: 0px;
	text-shadow: 0px 0px 3px #919394;
	/*filter: dropshadow(color=#919394, offx=0, offy=0);*/
	behavior: url(http://www.brokenarrowwear.com/js/PIE.htc);
}

ul#output li a:hover.bigBtn span{
	color: #ffffff;
}

ul#output li a:hover.bigBtn {
	background-image: url(http://www.brokenarrowwear.com/images/baw2012/mainFeatures/feature-BigBtns.png);
	background-repeat: no-repeat;
	background-position: -3px 0px;
}

ul#output li a.bigBottomBtn {
	background-image: url(http://www.brokenarrowwear.com/images/baw2012/mainFeatures/feature-BigBtns.png);
	background-repeat: no-repeat;
	background-position: -191px -0px;
	float: left;
	height: 87px;
	width: 186px;
	position: relative;
	top: -95px;
	left: 25px;
	font-size: 1em;
	font-weight: bold;
	color: #424141;
	text-align: center;
	margin: 5px 80px 0px 25px;
	padding-top: 13px;
	padding-right: 1px;
	padding-left: 1px;
	line-height: 1.08em;
	vertical-align: middle;
}

ul#output li a.bigBottomBtn span{
	font-size: 1.05em;
	font-weight: 700;
	color: #424141;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.08em;
	margin-top: 0px;
	text-shadow: 0px 0px 3px #919394;
	/*filter: dropshadow(color=#919394, offx=0, offy=0);*/
	behavior: url(../../js/PIE.js);
}

ul#output li a:hover.bigBottomBtn span{
	color: #ffffff;
}

ul#output li a:hover.bigBottomBtn {
	background-image: url(../../images/baw2012/mainFeatures/feature-BigBtns.png);
	background-repeat: no-repeat;
	background-position: -3px 0px;
}

#output li img.smallImgTxt {
	margin-top: -60px;
	margin-left: 20px;
	/* [disabled]height: 310px; */
	margin-bottom: -28px;
}
#output li .featureSubHead{
	font-size: 120%;
	text-align: center;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 2px;
	color: #FF9721;
	margin-top: -3px;
}
#output li img.smallImg {
	margin-top: -48px;
	margin-left: 25px;
	height: 310px;
	margin-bottom: -8px;
}
#feature_list #output li .bigImg {
	margin-top: -15px;
	position: relative;
	z-index: -3;
	margin-left: 10px;
}



#output li a.catTshirtBtn {
	background-image: url(../../images/baw2012/mainFeatures/feature-CatalogBTNS_blank.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 185px;
	width: 95px;
	position: absolute;
	z-index: 2;
	left: 55px;
	top: 30px;
	bottom: 0px;
}

#output li a:hover.catTshirtBtn {
	background-image: url(../../images/baw2012/mainFeatures/feature-CatalogBTNS.png);
	background-repeat: no-repeat;
	background-position: 15px 135px;
}

#output li a.catSweatsBtn {
	background-image: url(../../images/baw2012/mainFeatures/feature-CatalogBTNS_blank.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 185px;
	width: 95px;
	position: absolute;
	z-index: 2;
	left: 215px;
	top: 25px;
	bottom: 0px;
}

#output li a:hover.catSweatsBtn {
	background-image: url(../../images/baw2012/mainFeatures/feature-CatalogBTNS.png);
	background-repeat: no-repeat;
	background-position: -185px 139px;
}

#output li a.catPolosBtn {
	background-image: url(../../images/baw2012/mainFeatures/feature-CatalogBTNS_blank.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 185px;
	width: 95px;
	position: absolute;
	z-index: 2;
	right: 75px;
	top: 25px;
	bottom: 0px;
}

#output li a:hover.catPolosBtn {
	background-image: url(../../images/baw2012/mainFeatures/feature-CatalogBTNS.png);
	background-repeat: no-repeat;
	background-position: -380px 140px;
}

#output li a.catHatsBtn {
	background-image: url(../../images/baw2012/mainFeatures/feature-CatalogBTNS_blank.png);
	background-repeat: no-repeat;
	display: inline-block;
	height: 165px;
	width: 95px;
	position: absolute;
	z-index: 2;
	left: 72px;
	bottom: 46px;
}

#output li a:hover.catHatsBtn {
	background-image: url(../../images/baw2012/mainFeatures/feature-CatalogBTNS.png);
	background-repeat: no-repeat;
	background-position: -2px -88px;
}

#output li a.catBagsBtn {
	background-image: url(../../images/baw2012/mainFeatures/feature-CatalogBTNS_blank.png);
	background-repeat: no-repeat;
	height: 165px;
	width: 95px;
	position: absolute;
	z-index: 2;
	left: 235px;
	bottom: 46px;
}

#output li a:hover.catBagsBtn {
	background-image: url(../../images/baw2012/mainFeatures/feature-CatalogBTNS.png);
	background-repeat: no-repeat;
	background-position:  -200px -88px;
}

#output li a.catMoreBtn {
	background-image: url(../../images/baw2012/mainFeatures/feature-CatalogBTNS_blank.png);
	background-repeat: no-repeat;
	height: 165px;
	width: 95px;
	position: absolute;
	z-index: 2;
	right: 60px;
	bottom: 46px;
}

#output li a:hover.catMoreBtn {
	background-image: url(../../images/baw2012/mainFeatures/feature-CatalogBTNS.png);
	background-repeat: no-repeat;
	background-position: -392px -91px;
}




ul#output li a.smallBtn {
	background-image: url(../../images/baw2012/mainFeatures/feature-SmallBtns.png);
	background-repeat: no-repeat;
	background-position: 0px -39px;
	display: inline;
	float: left;
	height: 33px;
	width: 140px;
	position: relative;
	font-size: 0.74em;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	line-height: 1.05em;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 22px;
	padding-top: 6px;
	left: 22px;
	margin-right: 4px;
	/*letter-spacing: -0.02em;*/
	font-weight: normal;
}

ul#output li a:hover.smallBtn {
	background-image: url(../../images/baw2012/mainFeatures/feature-SmallBtns.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	color: #424141;
}


#output li .featureBtn-AA {
	background-image: url(../../images/baw2012/hiddenBtn.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	height: 50px;
	width: 115px;
	position: absolute;
	display: block;
	left: 275px;
	top: 188px;
	z-index: 1;
}
#output li .featureBtn-AA:hover {
	border-bottom:2px solid #1D371C;
}

#output li .featureBtn-BS {
	background-image: url(../../images/baw2012/hiddenBtn.png);
	background-repeat: repeat;
	background-position: 0px 0px;
	height: 370px;
	width: 500px;
	position: absolute;
	display: block;
	left: 30px;
	top: 10px;
	z-index: 1;
	/* [disabled]background-color: #090; */
}
#output li .featureBtn-BS:hover {
	/* [disabled]border: 2px dotted #47BE50; */
	
}

/*-------------------------
    # LEFT COLUMN
-------------------------*/

.content .colLeft {
	float: left;
	width: 225px;
	margin-left: -6px;
}

#twitter_top {
	width: 230px;
	/* [disabled]height: 54px; */
	background-image:url(../../images/baw2012/twitterBoxTop2.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 5px;
	margin-top: 20px;
	padding-top: 54px;
	padding-left: 5px;
}


#twitter_t {
	width: 230px;
	height: 54px;
	background-image:url(../../images/baw2012/twitterBoxTop.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 5px;
	margin-top: 20px;
}

#twitter_m {
	width: 200px;
	padding: 5px 15px;
	background:url(../../images/baw2012/twitterBox.png)  0 0 repeat-y;
	margin-left: 3px;
}

   #twitter_container {
	min-height:15px;
	height:auto !important;
	padding-bottom:1px;
	
   }
   

  #twitter_update_list {
	width: 200px;
	padding: 0;
	overflow: hidden;
	font-family: Verdona;
	font-size: 11px;
	font-style: normal;
	color: #424141;
	line-height: 16px;
	font-weight:bold;
       }

       #twitter_update_list li {
           width: 200px;
           list-style: none;
       }

       #twitter_update_list li a {  		
	   		width: 210px;
           color: #5f6d76;
           border-bottom: dotted 1px;
           text-decoration: none;
       }

       #twitter_update_list li a:hover {
           color: #31353d;
           background: #d3f1f9;
       }

#twitter_b {
	width: 230px;
	height: 28px;
	background-image:url(../../images/baw2012/twitterBoxBottom.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-left: 3px;
}


ul.socialMedia {
	list-style-type: none;
	margin: -10px 0px 5px 10px;
	padding: 0px !important;
	float: left;
	height: 25px;
	width: 230px;
	position: relative;
}

.socialMedia li {
	display: inline;
	margin-right: -1px;
	margin-bottom: 2px;
}

.socialMedia .g-plusone {
	width: 50px;
	height: 20px;
	overflow: hidden;
	display: inline-block;
}

.socialMedia li.faceBook a{
	background-image: url(../../images/baw2012/socialBtns/faceBook.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	height: 25px;
	width: 23px;
	display: inline-block;
	margin-left: -20px;
}
.socialMedia li.twitter a{
	background-image: url(../../images/baw2012/socialBtns/twitter.png);
	background-repeat: no-repeat;
	background-position: -1px 3px;
	height: 25px;
	width: 23px;
	display: inline-block;
}

.socialMedia li.delicious a{
	background-image: url(../../images/baw2012/socialBtns/delicious.png);
	background-repeat: no-repeat;
	background-position: -1px 3px;
	height: 25px;
	width: 23px;
	display: inline-block;
}

.socialMedia li.linkdIn a{
	background-image: url(../../images/baw2012/socialBtns/linkdIn.png);
	background-repeat: no-repeat;
	background-position: -1px 3px;
	height: 25px;
	width: 23px;
	display: inline-block;
}

.socialMedia li.flickr a{
	background-image: url(../../images/baw2012/socialBtns/flickr.png);
	background-repeat: no-repeat;
	background-position: -1px 3px;
	height: 25px;
	width: 23px;
	display: inline-block;
}

.socialMedia li.youTube a{
	background-image: url(../../images/baw2012/socialBtns/youTube.png);
	background-repeat: no-repeat;
	background-position: -4px 3px;
	height: 25px;
	width: 23px;
	display: inline-block;
}

.socialMedia li a:hover{
	height: 25px;
	width: 23px;
	
}





/*---------------------------------
      # FOOTER
---------------------------------*/

footer {
	clear: both;
	background-image: url(../../images/baw2012/bawFooter.jpg);
	height:411px;
	width: 971px;
	position: relative;
	z-index: 5;
	background-repeat: no-repeat;
	background-position: 0px -2px;
}


#footerBkg {
	background-image: url(../../images/baw2012/bkgFooter.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: -409px;
	height: 409px;
	margin-right: auto;
	margin-left: auto;
}

footer address span {
	font-size: 18px;
	color: #FFF;
	font-style: normal;
	font-weight: bolder;
	padding-bottom: 0px;
	line-height: 16px;
	margin-bottom: 5px;
}

footer address {
	float: left;
	width: 220px;
	margin-top: 230px;
	margin-left: 10px;
}

footer address p {
	font-size: 12px;
	color: #FFF;
	font-style: normal;
	line-height: 16px;
	padding-top: 0px;
	margin: 0px;
	clear: both;
	float: left;
}

footer address p strong {
	margin-top: 8px;
	display: block;
	line-height: 12px;
	padding: 0px;
	margin-bottom: -15px;
}

#brandLogos {
	float: left;
	width: 330px;
	margin-left: -5px;
	clear: right;
	height: 381px;
	margin-top: 18px;
	padding-top: 12px;
}

#brandLogos p strong {
	font-size: 16px;
	color: #FFF;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 13px;
}

#brandLogos  p {
	font-size: 11px;
	color: #FFF;
	text-align: center;
	margin-bottom: 0px;
}

#brandNav {
	margin-top: 15px;	
}
#brandNav li {
	list-style-type: none;
	float: left;
	height: 50px;
	margin: 0px -5px 0px -5px;
	padding: 0px;
}

#brandNav li.adidas {
	background-image: url(../../images/baw2012/brandLogos/adidasSprite.png);
	background-repeat: no-repeat;
	background-position: 0px -39px;
	display: block;
	height: 36px;
	width: 60px;
	margin-left: 10px;
}


#brandNav li.americanapparel {
	background-image: url(../../images/baw2012/brandLogos/americanapparelSprite.png);
	background-repeat: no-repeat;
	background-position: 0px -23px;
	display: block;
	height: 20px;
	width: 138px;
	margin-left: 20px;
	margin-top: 16px;
}


#brandNav li.anvil {
	background-image: url(../../images/baw2012/brandLogos/anvilSprite.png);
	background-repeat: no-repeat;
	background-position: 0px -32px;
	display: block;
	height: 30px;
	width: 58px;
	margin-left: 20px;
	margin-top: 12px;
}



#brandNav li.applesoranges {
	background-image: url(../../images/baw2012/brandLogos/applesorangesSprite.png);
	background-repeat: no-repeat;
	background-position: 0px -21px;
	display: block;
	height: 20px;
	width: 110px;
	margin-left: -10px;
	margin-top: 20px;
}


#brandNav li.augusta {
	background-image: url(../../images/baw2012/brandLogos/augustaSprite.png);
	background-repeat: no-repeat;
	background-position: 0px -42px;
	display: block;
	height: 42px;
	width: 62px;
	margin-top: 2px;
	margin-left: 30px;
}


#brandNav li.bella {
	background-image: url(../../images/baw2012/brandLogos/bellaSprite.png);
	background-repeat: no-repeat;
	background-position: 0px -31px;
	display: block;
	height: 38px;
	width: 68px;
	margin-top: 8px;
	margin-left: 53px;
}

#brandNav li.bigaccessories {
	background-image: url(../../images/baw2012/brandLogos/bigaccessoriesSprite.png);
	background-repeat: no-repeat;
	background-position: 0px -44px;
	display: block;
	height: 42px;
	width: 65px;
	margin-top: 0px;
	margin-left: 8px;
}

#brandNav li.champion {
	background-image: url(../../images/baw2012/brandLogos/championSprite.png);
	background-repeat: no-repeat;
	background-position: 0px -24px;
	display: block;
	height: 24px;
	width: 104px;
	margin-top: 15px;
	margin-left: 32px;
}

#brandNav li.devonjones {
	background-image: url(../../images/baw2012/brandLogos/devonjonesSprite.png);
	background-repeat: no-repeat;
	background-position: -2px -26px;
	display: block;
	height: 22px;
	width: 103px;
	margin-top: 15px;
	margin-left: 17px;
}


#brandNav li.fruitoloom {
	background-image: url(../../images/baw2012/brandLogos/fruitoloomSprite.png);
	background-repeat: no-repeat;
	background-position: 0px -56px;
	display: block;
	height: 50px;
	width: 73px;
	margin-top: 15px;
	margin-left: 3px;
	clear: both;
}

#brandNav li.gildan {
	background-image: url(../../images/baw2012/brandLogos/gildanSprite.png);
	background-repeat: no-repeat;
	background-position: 0px -27px;
	display: block;
	height: 23px;
	width: 90px;
	margin-top: 25px;
	margin-left: 35px;
}


#brandNav li.hanes {
	background-image: url(../../images/baw2012/brandLogos/hanesSprite.png);
	background-repeat: no-repeat;
	background-position: -2px -56px;
	display: block;
	height: 54px;
	width: 65px;
	margin-top: 8px;
	margin-left: 45px;
}


#brandNav li.harriton {
	background-image: url(../../images/baw2012/brandLogos/harritonSprite.png);
	background-repeat: no-repeat;
	background-position: 0px -46px;
	display: block;
	height: 47px;
	width: 65px;
	margin-top: 15px;
	margin-left: 0px;
	clear: both;
}

#brandNav li.hyp {
	background-image: url(../../images/baw2012/brandLogos/hypSprite.png);
	background-repeat: no-repeat;
	background-position: 0px -37px;
	display: block;
	height: 40px;
	width: 85px;
	margin-top: 15px;
	margin-left:47px;
}


#brandNav li.jerzees {
	background-image: url(../../images/baw2012/brandLogos/jerzeesSprite.png);
	background-repeat: no-repeat;
	background-position: 0px -26px;
	display: block;
	height: 24px;
	width: 105px;
	margin-top: 24px;
	margin-left:28px;
}

#brandNav li.lat {
	background-image: url(../../images/baw2012/brandLogos/latSprite.png);
	background-repeat: no-repeat;
	background-position: 0px -45px;
	display: block;
	height: 47px;
	width: 60px;
	margin-top: 15px;
	margin-left:3px;
	clear: both;
}

#brandNav li.outdoorcap {
	background-image: url(../../images/baw2012/brandLogos/outdoorcapSprite.png);
	background-repeat: no-repeat;
	background-position: 0px -45px;
	display: block;
	height: 37px;
	width: 115px;
	margin-top: 25px;
	margin-left:35px;
}

#brandNav li.yupoong {
	background-image: url(../../images/baw2012/brandLogos/yupoongSprite.png);
	background-repeat: no-repeat;
	background-position: 0px -36px;
	display: block;
	height: 25px;
	width: 103px;
	margin-top: 25px;
	margin-left:10px;
}


#footerLinks {
	float: right;
	width: 425px;
	margin-top: 17px;
	/* [disabled]margin-left: 25px; */
	height: 390px;
	margin-right: 0px;
	position: absolute;
	right: -8px;
}

#footerLinks .row {
	list-style-type: none;
	float: left;
	margin-bottom: 0px;
	height: 170px;
	width: 480px;
	margin-top: 15px;
}

#footerLinks .row .linkCol {
	font-size: 15px;
	color: #FFF;
	float: left;
	width: 141px;
	border-bottom: 3px solid #ff9721;
	line-height: 11px;
	font-weight: 700;
	height: 15px;
	margin-bottom: 25px !important;
	margin-right: 10px;
}
#footerLinks .row .linkCol ul .footLinks a {
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	display: block;
	list-style-type: none;
	height: 11px;
	line-height: 11px;
	padding: 2px;
	margin-top: 4px;
	font-weight: normal;
	width: 140px;
}
#footerLinks .row .linkCol ul .footLinks a:hover {
	color: #424141;
	background-color: #089df2;	
}

#footerLinks .row .linkCol ul {
	list-style-type: none;
	margin-top: 10px;
}

#footerLinks p {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	vertical-align: bottom;
	display: block;
	float: right;
	width: 475px;
	clear: both;
	margin: 10px 0px 0px;
	padding: 0px;
}
