* {
	margin: 0;
	padding: 0;
}

body {
	text-align: center;
	background-color: #666;
}
#wrapper {
	background: url(../images/wrapper_bg.jpg) repeat-y;
	width: 858px;
	margin: auto;
	position: relative;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#body_bgleft {
	background: url(../images/body_bgleft.jpg) no-repeat;
	width: 44px;
	height: 333px;
	position: absolute;
	left: -41px;
	top: 86px;
}
#body_bgright {
	background: url(../images/body_bgright.jpg) no-repeat;
	width: 46px;
	height: 303px;
	position: absolute;
	right: -41px;
	top: 85px;
}

/* HEADER */
#header {
	background: url(../images/header.jpg) no-repeat bottom;
	height: 116px;
	position: relative;
	z-index: 100;
	font-size: 11px;
	color: #000000;
}
#header_top {
	background: url(../images/header_top.jpg) 30px no-repeat #666;
	height: 34px;
}
#header #logo {	
	display: block;
	position: absolute;
	width: 234px;
	height: 92px;
	left: 25px;
	bottom: -7px;
}
#header p {
	position: absolute;
	bottom: -5px;
	left: 83px;
}
#header p a {
	text-decoration: none;
	color: #000000;
}


/* CONTENT */
#content {
	border-right: solid 1px #aba7f6;
	margin-right: 19px;
	margin-left: 11px;
	padding-bottom: 20px;
	background: url(../images/content_bg.jpg) no-repeat 0 90px #FFFFFF;
	position: relative;
	width: 827px;
}
#content_topright {
	width: 11px;
	height: 9px;
	background: url(../images/header_bottom.jpg) no-repeat;
	position: absolute;
	right: 0;
	top: 0;
}
#content_bottleft {
	background: url(../images/content_bottleft.gif) no-repeat;
	width: 10px;
	height: 9px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#content_bottright {
	background: url(../images/content_bottright.gif) no-repeat;
	width: 12px;
	height: 18px;
	position: absolute;
	bottom: 0;
	right: -1px;
}

/*LEFT COLUMN */
#left_column {
	width: 251px;
	margin-left: 7px;
	float: left;
	margin-top: 10px;
	position: relative;
	z-index: 1000;
}

#menu_left {
	background: url(../images/menu_left_boxbg.jpg) repeat-y;
	width: 245px;
	position: relative;
	padding-bottom: 21px;
	padding-top: 18px;
	margin-bottom: 2px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
#menu_left .inner {
	background: url(../images/menu_left_rightborder.jpg) 236px 0 repeat-y;
}
#menu_left_top {
	background: url(../images/menu_left_top.jpg) no-repeat;
	height: 16px;
	width: 245px;
	position: absolute;
	top: 0;
	left: 0;
}
#menu_left_bottom {
	background:url(../images/menu_left_bottom.jpg) no-repeat;
	height: 21px;
	width: 245px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#menu_left ul {
	background: url(../images/menu_left_bg.jpg) no-repeat bottom;
	position: relative;
	margin-left: -1px;
	margin-left: 8px;
	margin-right: 9px;
}
#menu_left li {
	border-bottom: dotted 1px #90A8C0;
	list-style: none;
	position: relative;
}
#menu_left li.last {
	border: none;
}
#menu_left li:hover,
#menu_left li.active {
	background: url(../images/menu_left_lihover.jpg) repeat-y;
}
#menu_left li a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	padding: 4px 13px;
}
#menu_left a:hover {
	color: #FFFFCC;
}
#menu_left li.active a {
	background: url(../images/menu_left_ahover.jpg) no-repeat 210px 7px;
	color: #FFFFCC;
}

#menu_left li .sub_menu {
	position: absolute;
	top: -1px;
	left: 220px;
	border: solid 1px #FFFFFF;
	background: none;
	background-color: #01396F;
	display: none;
	z-index: 10;
}
#menu_left li:hover .sub_menu {
	display: block;
}
#menu_left .sub_menu li {
	border-bottom: solid 1px #53799D;
}
#menu_left .sub_menu li:hover {
	background: #0836B8;
}
#menu_left .sub_menu li a {
	padding: 4px 11px;
	height: 14px;
	width: 165px;
	color:#FFFFFF;
}

.feature_product {
	background: url(../images/featured_product_boxbg.jpg) no-repeat;
	width: 237px;
	height: 163px;
	margin-bottom: 2px;
	padding: 0 4px 0 3px;
}
.feature_product .title {
	border-bottom: dotted 1px #EEEEEE;
	background: url(../images/indic_left.gif) no-repeat 8px 6px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px 20px 0;
	margin-bottom: 2px;
}
.feature_product .title a {
	color: #FFFFFF;
	text-decoration: none;
}
.feature_product img {
	border: solid 1px #FFFFFF;
	margin-left: 2px;
}
.join {
	background:url(../images/join_box.jpg) no-repeat;
	width: 239px;
	height: 191px;
	margin-bottom: 2px;
	padding: 0 6px 0 3px;
	color: #FFFFFF;
}
.join .title {
	background: url(../images/indic_bott.gif) no-repeat 7px 17px;
	padding: 11px 20px 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}
.join p {
	padding: 0 20px;
	margin-bottom: 18px;
}
.join form {
	color: #00679A;
	font-weight: bold;
	padding: 0 13px;
}
.join .inp_text {
	border: solid 1px #676767;
	width: 154px;
	height: 18px;
}
.join select {
	width: 203px;
	height: 19px;
}


/* RIGHT COLUMN */
#right_column {
	float: left;
	width: 563px;
	margin-top: 10px;
	position: relative;
	z-index: 5;
}
#menu_top {
	background: url(../images/menu_top_bg.gif) repeat-x;
	height: 39px;
	position: relative;
	padding-top: 1px;
	margin-bottom: 5px;
	margin-left: 2px;
}
#menu_top_left {
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/menu_top_left.gif) no-repeat;
	width: 5px;
	height: 40px;
}
#menu_top_right {
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/menu_top_right.gif) no-repeat;
	width: 4px;
	height: 40px;
}
#menu_top ul {
	margin-left: 4px;
}
#menu_top li {
	list-style: none;
	float: left;
	border-right: solid 1px #000083;
	border-left: solid 1px #3359C9;
	font-size: 11px;
	font-weight: bold;
}
#menu_top li a {
	line-height: 38px;
	height: 38px;
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 34px;
}
#menu_top li a:hover {
	color: #FFFFCC;
}
#flash_box {
	width: 555px;
	height: 287px;
	margin-left: 5px;
	margin-bottom: 6px;
}
#logos_box {
	background: url(../images/logos_box_bg.jpg) repeat-y;
	height: 69px;
	width: 540px;
	position: relative;
	padding: 33px 13px 21px 9px;
	margin-bottom: 6px;
}
#logos_box_top {
	background: url(../images/logos_box_top.jpg) no-repeat;
	height: 18px;
	width: 562px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
#logos_box_bottom {
	background: url(../images/logos_box_bottom.jpg) no-repeat;
	height: 21px;
	width: 562px;
	position: absolute;
	bottom: 0;
	left: 0;
}
#logos_box img {
	margin: 0 17px;
	float: left;
}

#article_box .cntr {
	margin: 0 10px;
}
.article {
	float: left;
	position: relative;
	width: 179px;
	position: relative;
	z-index: 20;
}
#article_box .title {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 5px;
	height: 20px;
	text-align: center;
}
.article .black {
	background-color: #231F20;
}
.article .orange {
	background-color: #C18300;
}
.article .blue {
	background-color: #006666;
}
.article .learn_more {
	display: block;
	background: url(../images/learn_more.gif) no-repeat;
	width: 87px;
	height: 19px;
	position: absolute;
	top: 162px;
	left: 45px;
}
.link_box {
	display: block;
	position: absolute;
	width: 176px;
	height: 146px;
	top: 25px;
	left: 0;
	z-index: 30;
	border: solid 1px #FF0000;
}
.article .indication_bott {
 	background: url(../images/indication_bott.gif) no-repeat;
	width: 8px;
	height: 4px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -4px;
}
.clear {
	clear: both;
}
a img {
	border: none;
}
td {
	vertical-align: top;
}
table {
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1f497d;
}

/* page 2 */

#filler {
	width: 555px;
}
#filler a {
	color: #193496;
	text-decoration: underline;
	font-weight: bold;
}
#filler a:hover {
	text-decoration: none;
}
#filler .title {
	padding: 10px 20px;
	padding-bottom: 0;
	height: 20px;
	border-bottom: solid 1px #D6D6D6;
	background: url(../images/filler_titlebg.gif) no-repeat;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #193496;
}
#filler .inner {
	min-height: 600px;
	border: solid 1px #D6D6D6;
	border-width: 0px 1px;
	position: relative;
	padding: 20px;
	font-size: 12px;
	color: #000000;
}
#filler_border_left,
#filler_border_right {
	position: absolute;
	bottom: 0px;
	background: url(../images/filler_borderbg.gif) no-repeat;
	height: 116px;
	width: 1px;
}
#filler_border_left {
	left: -1px;
}
#filler_border_right {
	right: -1px;
}
#filler p {
	margin-bottom: 15px;
	line-height: 20px;
}
h2, h3, h4, h5 {
	color: #193496;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 15px;
}
h2.clear {
	font-size: 20px;
}
h3 {
	text-align: center;
	font-size: 16px;
	padding-top: 25px;
	margin-bottom: 10px;
}
h3.contact {
	text-align: left;
}
h4 {
	font-size: 22px;
	margin-bottom: 5px;
	padding-top: 10px;
	font-style: italic;
	color: #4f81bd;
}
h4.small {
	font-size: 15px;
}
h5 {
	font-size: 11px;
	margin-bottom: 5px;
	color: #000000;
}
h2.em {
	color: #000000;
}
h3.und_line {
	text-decoration: underline;
	margin-bottom: 0;
	color: #000000;
	text-align: left;
	padding-top: 0;
}
h4.padd_no {
	padding-top: 0;
}
.padd_top {
	padding-top: 5px;
}
.padd_top2 {
	padding-top: 15px;
}
.big_text {
	font-weight: bold;
	font-size: 14px;
}
h2 .big_text {
	font-size: 24px;
	font-style: italic;
}
.small_text {
	font-size: 11px;
}
td.small_text {
	font-size: 13px;
	font-weight: bold;
}
.em {
	font-style: italic;
	padding-top: 0;
}
.b_em {
	font-weight: bold;
	font-style: italic;
}
.black {
	color: #000000;
	font-size: 16px;
}
h4.black {
	font-size: 21px;
}
.strong {
	font-weight: bold;
}
.title_logo {
	padding-top: 40px;
	text-align: center;
}
#contact_left {
	float: left;
	width: 230px;
	margin-right: 30px;
}
#contact_right {
	float: left;
	width: 250px;
}
#request_form {
	padding-bottom: 20px;
	clear: both;
}
#request_form a {
	text-decoration: none;
}
#request_form a:hover {
	text-decoration: underline;
}
.wight_110 {
	width: 110px;
}
.cnct_td_left {
	width: 120px;
}
.cnct_td_cntr {
	width: 220px;
}
.wight_130 {
	width: 130px;
}
.wight_160 {
	width: 160px;
}
.img_right {
	float: right;
	margin-bottom: 15px;
	margin-left: 10px;
	border: solid 2px #D6D6D6;
}
.img_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	border: solid 2px #D6D6D6;
}
a.view_catalog_a,
a.view_catalog_b {
	display: block;
	background: url(../images/view_catalog_a.jpg) no-repeat;
	width: 118px;
	height: 18px;
	margin-bottom: 20px;
	float: right;
	clear: both;
}
a.view_catalog_b {
	background: url(../images/view_catalog_b.jpg) no-repeat;
}
/*a#brand_book {
	display: block;
	background: url(../images/brand_book_butt.jpg) no-repeat;
	width: 117px;
	height: 19px;
	clear: both;
	margin-bottom: 10px;
}*/
.product_logo img{
	margin-bottom: 40px;
}
.product_logo img {
	float: left;
	margin-right: 10px;
}
.product_ss {
	padding: 0 25px;
	padding-bottom: 70px;
}
.product_ss h3 {
	margin-bottom: 0;
	padding-top: 25px;
}
.product_price {
	border: solid 2px #D6D6D6;
	background-color: #bdbdbd;
	text-align: center;
	padding: 20px;
	clear: both;
	float: right;
	width: 180px;
	margin-right: 20px;
	font-size: 13px;
	font-weight: bold;
}
.product_price .big_text {
	font-size: 26px;
}
#filler a.pdf_link {
	display: block;
	text-align: center;
	padding: 3px;
	text-decoration: none;
}
#filler a.pdf_link:hover {
	color: #4F81BD;
}
#filler a.pdf_link img {
	float: none;
	text-decoration: none;
	margin: 15px;
}
#filler #quick_quote_form .inp_text {
	width: 290px;
	height: 16px;
}
#filler #quick_quote_form select {
	width: 293px;
}
#filler #quick_quote_form textarea {
	width: 290px;
}
#filler #quick_quote_form .inp_radio {
	margin-right: 10px;	
}
#quick_quote_form td span {
	text-align: right;
	color:#FF0000;
	position: relative;
	margin-left: -10px;
	padding-right: 5px;
}
.inp_butt {
	margin-bottom: 30px;
}
#promo_product {
	margin-left: 10px;
}
#promo_product table td {
	vertical-align: middle;
	font-weight: bold;
}
#promo_product table img {
	margin: 0 20px;
}
.td_left {
	text-align: right;
}
#click_here {
	text-align: center;
	font-size: 20px;
	padding: 10px;
}
.services h3 {
	background: url(../images/cntnt_title_bg.jpg) repeat-x top #1c14ca;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom: 15px;
	padding: 3px 10px;
	padding-bottom: 0;
	border-bottom: solid 1px #1c3d9e;
	clear: both;
}
.services h2 {
	clear: both;
}
#filler h5 a {
	text-decoration: none;
	font-size: 15px;
	margin-bottom: 15px;
	display: block;
}
#filler h5 a:hover {
	text-decoration: underline;
}

/* FOOTER */
#menu_bottom {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 11px;
}
#menu_bottom ul {
	margin-bottom: 2px;
}
#menu_bottom li {
	list-style: none;
	display: inline;
	color: #CCCCCC;
	font-size: 9px;
}
#menu_bottom li a {
	color: #CCCCCC;
	text-decoration: none;
}
#menu_bottom li a:hover {
	text-decoration: underline;
}

#copyright {
	background: url(../images/copyright_bg.gif) repeat-x top #666;
	padding: 3px;
	padding-bottom: 30px;
	color: #CCCCCC;
	font-size: 9px;
	position: relative;
}
#copyright p {
	text-align: center;
}
#copyright a {
	color: #999999;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}
#copyright_topleft {
	background: url(../images/copyright_topleft.gif) no-repeat;
	width: 11px;
	height: 10px;
	position: absolute;
	left: -1px;
	top: -5px;
}
#copyright_topright {
	background: url(../images/copyright_topright.gif) no-repeat;
	width: 12px;
	height: 11px;
	position: absolute;
	right: 0;
	top: -6px;
}
#filler a.contact {
	color: #FF0000;
}
table.contact {
	text-align: left;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	
}
#filler a#mapquest {
	position: relative;
}
#filler a#mapquest img {
	margin-top: 5px;
}
#filler a#quick_quote img {
	display: block;
	float: left;
	margin-top: 10px;
}
.mapquest_address {
	font-size: 20px;
	padding-top: 15px;
}

.jackets_box div {
	float: left;
	width: 140px;
	margin: 15px;
}
#filler .jackets_box div a {
	display: block;
	text-align: center;
	text-decoration: none;
}
#filler .jackets_box div a:hover {
	text-decoration: underline;
}
.jackets_box div img {
	border: solid 2px #D6D6D6;
	margin-bottom: 10px;
}
.jacket_prod_contact img {
	float: left;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.jacket_prod_contact p {
	padding-top: 40px;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
}
.jacket_prod_img img {
	border: solid 2px #D6D6D6;
	margin-bottom: 15px;
}
.jacket_prod_img .img_right {	
	margin-top: 34px;
}
.float_l,
.float_r {
	float: left
}
.float_l {
	margin-right: 25px;
}
.jacket_prod_img h2 {
	color: #000000;
	text-align: center;
	margin-bottom: 5px;
	padding-top: 5px;
}
.jacket_prod_descript {
	padding-top: 20px;
	clear: both;
}
.jacket_prod_descript h2 {
	margin-bottom: 0;
	color: #000000;
	font-size: 20px;
}
.jacket_prod_descript h3 {
	text-align: left;
	color: #000000;
	padding-top: 0;
}
.jacket_prod_descript ul {
	margin-left: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}
.align_center {
	text-align: center;
}
.jackets_box .align_center {
	margin-left: 100px;
	margin-right: -70px;
}
#filler a#holloway,
#filler a#rennoc,
#filler a#charlesriver {
	float: left;
	margin: 0 15px;
	display: block;
}
#filler a#holloway {
	margin-top: 15px;
}
#filler a#rennoc {
	margin-top: 13px;
	text-decoration: none;
	color: #000000;
}
#filler a#rennoc:hover {
	text-decoration: underline;
}
#unerarm_descript {
	padding-bottom: 15px;
}
#unerarm_descript p {
	margin-bottom: 0;
	font-size: 11px;
}
#unerarm_descript p.blue {
	color: #0070c0;
}
#unerarm_descript p.red {
	color: #ff4800;
}
#unerarm_descript p.orange {
	color: #f1890b;
}
#unerarm_descript span {
	padding-right: 0;
	font-weight: bold;
	color: #000000;
	font-size: 13px;
}
.unerarm_prod_descript h1 {
	font-size: 22px;
}
.unerarm_prod_descript span {
	font-weight: bold;
	padding-right: 10px;
	font-size: 13px;
}
.unerarm_prod_descript .price {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
}
.unerarm_prod_descript .price span {
	color: #4F81BD;
	font-size: 17px;
	padding-left: 10px;
}
.unerarm_prod_descript .price .size {
	font-size: 12px;
	padding-top: 3px;
}
.unerarm_prod_descript .price .size span {
	font-size: 11px;
	color: #000000;
	padding: 0;
}
.unerarm_prod_descript ul {
	margin-left: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 13px;
}
.unerarm_prod_descript ul .big_text {
	font-size: 16px;
	text-decoration: underline;
}
#unerarm_logo {
	text-align: center;
}
#unerarm_logo a img {
	margin-bottom: 10px;
	text-decoration: none;
}
#unerarm_logo a {
	color: #000000;
	text-decoration: none;
}
#unerarm_logo a:hover {
	text-decoration: underline;
}


#catalog_box {
	margin-bottom: 10px;
}
#catalog_box .catalog_logo {
	width: 100px;
	float: left;
	text-align: center;
	margin: 10px 14px;
	position: relative;
	width: 100px;
	height: 125px;
}
#catalog_box .catalog_logo a {
	text-decoration: none;
	color: #000000;
	width: 101px;
	height: 15px;
	padding-top: 110px;
	position: absolute;
	top: 0;
	left: 0;
}
#catalog_box .catalog_logo a:hover,
#catalog_box .prod_logo a:hover {
	color: #4F81BD;
}
#catalog_box .catalog_logo div {
	position: absolute;
	top: 0;
	left: 0;
	height: 102px;
	width: 100px;
}
#catalog_box #soccer div {
	background: url(../images/soccer.png) no-repeat;
}
#baseball div {
	background: url(../images/baseball.png) no-repeat;
}
#basketball div {	
	background: url(../images/basketball.png) no-repeat;
}
#lacrosse div {
	background: url(../images/lacrosse.png) no-repeat;
}
#cheerleading div {
	background: url(../images/cheerleading.png) no-repeat;
}
#performancewear div {
	background: url(../images/performance-wear.png) no-repeat;
}
#football div {
	background: url(../images/football.png) no-repeat;
}
#volleyball div {
	background: url(../images/volleyball.png) no-repeat;
}
#fieldhockey div {
	background: url(../images/fieldhockey.png) no-repeat;
}
#wrestling div {
	background: url(../images/wrestling.png) no-repeat;
}
#track div {
	background: url(../images/track.png) no-repeat;
}
.catalog_info {
	border: solid 1px #d6d6d6;
	padding: 20px 25px;
}
.prod_logo {
	float: left;
	width: 100px;
	margin: 10px;
}
.logo_box {
	border: solid 1px #d6d6d6;
	padding: 10px;
	padding-top: 0;
	margin-bottom: 15px;
	background-color: #FFFFFF;
}
.prod_logo p {
	text-align: center;
	padding-top: 20px;
}
.prod_logo a {
	display: block;
	height: 100px;
}
#filler a.bold {
	font-weight: bold;
	color: #000000;
}
#filler a.bold:hover {
	color: #193496;
}
.details_box {
	background: url(../images/details_box_bg.jpg) repeat-y;
	position: relative;
	width: 450px;
	margin: 30px;
	margin-bottom: 40px;
}
.details_inner {
	background: url(../images/menu_left_rightborder.jpg) repeat-y scroll 441px 0pt;
	padding: 0 20px;
	text-align: center;
}
.details_top {
	background: url(../images/details_box_top.jpg) no-repeat;
	width: 450px;
	height: 16px;
	top: -16px;
	left: 0;
	position: absolute;
}
.details_bott {
	background: url(../images/details_box_bott.jpg) no-repeat;
	width: 450px;
	height: 25px;
	bottom: -25px;
	left: 0;
	position: absolute;
}