html {
	overflow: -moz-scrollbars-vertical;
	margin: 0;
	padding: 0;
}
* {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}
body {
	background:url('../image/bg.jpg') repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 0px;
}
td, th, input, textarea, select, a {
	font-size: 12px;
	text-align:justify;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
input, textarea, select {
	margin: 3px 0px;
}
a, a:visited {
	color: #1B57A3;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
p {
	margin-top: 0px;
}
.fleft {
	float:left;
}
.fright {
	float:right;
}
/* layout */
#container {
	background:url('../image/bgw.png') repeat-y;
	width:908px;
	margin:0px auto;
	font-size: 12px;
}

.middle-fix{float:left;}

#header {
	z-index:99999;
}
#header .div2 {
	margin:0 0 0 4px;
	float: left;
	height:94px;
}
#header .div3 {
	margin:0 0 0 4px;
	float: left;
	height:29px;
}
#header .div4 {
	background:url("../image/bannerbg.jpg") no-repeat scroll 0 0 #0B3B0B;
	float:left;
	min-height:44px;
	width:900px;
	margin:0 0 0 4px;
}
#header .div5 {
	height:35px;
	background:url("../image/picbg1.jpg") no-repeat center bottom;
	float:left;
	width:900px;
	margin:0 0 0 4px;
	/*padding:0 0 5px 0;*/
}
#search {
	float:right;
	color: #FFF;
	text-align:right;
	margin:5px;
}
#search select {
	border: 1px solid #0A5391;
	padding: 1px;
}
#search a {
	color: #FFF;
}
#search input {
	border: 1px solid #0A5391;
	padding: 2px;
}

#breadcrumb {
	float: left;
	color: #FFF;
	height: 13px;
	text-align:left;
	margin:10px;	
}
.breadcrumblink:link, .breadcrumblink:active, .breadcrumblink:visited {
	color:#FFF;
	text-decoration:none;
}

.breadcrumblink:hover {
	color:#FFF;
	text-decoration:underline;
}
.switcher {
	float: right;	
	margin-top: 3px;
	margin-left: 10px;
}
.switcher a {
	text-decoration: none;
	display: block;
}
.switcher .selected {
	background: #FFFFFF url('../image/switcher.png') repeat-x;
}
.switcher .selected a {
	border: 1px solid #CCCCCC;
	background: url('../image/arrow_down.png') 116px center no-repeat;
	color: #666666;
	padding: 2px 5px 2px 5px;
	width: 121px;
}
.switcher .selected a:hover {
	background: #F0F0F0 url('../image/arrow_down.png') 116px center no-repeat;
}
.switcher .option {	
	position: absolute;
	z-index: 3;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	display: none;
	width: 125px;
	padding: 3px;
}
.switcher .option a {
	color: #000;
	padding: 3px 5px 3px 5px;
}
.switcher img {
	position: relative;
	top: 1px;
}
#column_left {
	float: left;
	width: 180px;
	margin-right: 10px;
	clear: left;
}
#column_right {
	float: right;
	width: 180px;
	margin-left: 10px;
	clear: right;
}
#content {
	width:900px;
	margin:0 0 0 4px;
	padding:0px;
}

#content .top {
	float:left;
}

#content .middle {
	clear:both;
}
#contentbottom {
	color:#FFF;
	padding:5px;
	width:890px;
	float:left;
}
.bgbottom{
	background-image:url('../image/bgbottom.jpg');
	width:900px;
	height:145px;
	margin:0 0 0 4px;
}
.brand{
	margin:2px 0px 0px 2px;
	width:58px;
	height:45px;
	float:left;
}
#content .top .left {

}
#content .top .right {

}
#content .top .center {
	float:left;
	margin-left: 5px;
	margin-right: 5px;
}
#content .top h1 {
	padding: 8px 0px 8px 7px;
}
#content h1, .heading {
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
}
.heading {
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
#content .middle {
	padding: 0px 5px;
	
}

.box {
	margin-bottom: 10px;
	background: url('../image/box_top.png') no-repeat;
}
.box .top {
	padding: 8px 0px 8px 7px;
	color: #000000;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.box .top img {
	float: left;
	margin-right: 5px;
}
.box .middle {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
}
.box .bottom {
	height: 5px;
	background: url('../image/box_bottom.png') no-repeat;
}
.success {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #E4F1C9;
	border: 1px solid #A5BD71;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.warning {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FFDFE0;
	border: 1px solid #FF9999;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.wait {
	padding: 5px 0px;
	margin-bottom: 10px;
	background: #FBFAEA;
	border: 1px solid #EFEBAA;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	color: #FF0000;
	display: block;
}
.help {
	cursor: pointer;
}
.tooltip {
	border: 1px solid #FDDA5C;
	background: #FBFF95;
	padding: 5px;
	font-size: 11px;
	width: 250px;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
.button {
	padding-left: 8px;
	display: inline-block;
	margin-right: 5px;
	background: url('../image/button_left.png') top left no-repeat;
	text-decoration: none;
	color:#FFF;
}
.button span {
	color: #FFF;
	display: block;
	padding: 4px 10px 5px 2px;
	background: url('../image/button_right.png') top right no-repeat;
}
.buttons {
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	padding: 5px;
	margin-bottom: 10px;
}
.buttons input {
	padding: 0px;
	margin: 0px;
}
.buttons table {
	width: 100%;
	border-collapse: collapse;
}
.buttons table td {
	vertical-align: middle;
}
.content {
	background: #F7F7F7;
	border: 1px solid #DDDDDD;
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 10px;
}
.list {
	margin-bottom: 10px;
	width: 100%;

}
.list td {
	text-align: center;
	vertical-align: top;
	padding-bottom: 10px;
	
}
.seperatoritem {
	border-bottom: 1px dotted #CCC;
}
.sort {
	margin-bottom: 10px;
	background: #F8F8F8;
	height: 30px;
	width: 100%;
}
.sort .div1 {
	float: right;
	margin-left: 5px;
	padding-top: 6px;
	padding-right: 9px;
}
.sort .div2 {
	text-align: right;
	padding-top: 9px;
}
.sort select {
	font-size: 11px;
	margin: 0;
	padding: 0;
}
.pagination {
	display: inline-block;
	width: 100%;
	background: #F8F8F8;
	margin-bottom: 10px;
}
.pagination .links, .pagination .results {
	padding: 7px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
}
.pagination .links b {
	border: 1px solid #CCCCCC;
	padding: 4px 7px;
	text-decoration: none;
	color: #000000;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
}
.tabs {
	width: 100%;
	height: 31px;
	margin-bottom: 0px;
}
.tabs a {
	float: left;
	display: block;
	padding: 6px 15px 7px 15px;
	margin-right: 2px;
	border-top: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
	z-index: 1;
	position: relative;
	top: 1px;
}
.tabs a.selected {
	background: #FFFFFF url('../image/tab_3.png') repeat-x;
	border-bottom: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
.tab_page {
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
	padding: 10px;
	display: block;
	z-index: 2;
	margin-bottom: 10px;
}
#footer {
	background:url('../image/footerbg.png') no-repeat;
	width:900px;
	padding:10px 4px 0px 4px;
	margin:0px auto 30px auto;
	font-size:10px;
	text-align:left;
}
.footerlink {
	font-size:10px;
}
.footerlink:link, .footerlink:active, .footerlink:visited {
	color:#333;
	text-decoration:none;
	font-size:10px;
}

.footerlink:hover {
	color:#333;
	text-decoration:underline;
	font-size:10px;
}
#footer .div1 {
	float: left;
	text-align: left;
}
#footer .div2 {
	float: right;
	text-align: right;
}
#category ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_1.png');
}
#information ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	padding-left: 12px;
	list-style: url('../image/bullet_2.png');
}
.cart {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #EEEEEE;
	margin-bottom: 10px;
}
.cart th {
	background: #EEEEEE;
	padding: 5px;
	font-weight: normal;
}
.cart td {
	padding: 5px;
}

/*navigation*/

#homebtn {
	background:url('../image/homebtn.jpg') no-repeat;
	width:142px;
	height:94px;
}

#aboutusbtn {
	background:url('../image/aboutusbtn.jpg') no-repeat;
	width:158px;
	height:94px;
}

#teamsalesbtn {
	background:url('../image/teamsalesbtn.jpg') no-repeat;
	width:175px;
	height:94px;
}

#contactusbtn {
	background:url('../image/contactusbtn.jpg') no-repeat;
	width:182px;
	height:94px;
}

#linksbtn {
	background:url('../image/linksbtn.jpg') no-repeat;
	width:136px;
	height:94px;
}

ul#menu li a.imageLink { 
display:block; 
background-position:top; 
text-decoration:none; 
}
 
ul#menu li a.imageLink:hover { 
background-position:bottom; 
}

ul#menu li a.imageLink span { 
visibility:hidden; 
}

ul#menu {
	margin:0px;
	padding:0px;
	list-style:none;
}

ul#menu li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
	}

	
	
#soccerbtn {
	background:url('../image/soccerbtn.jpg') no-repeat;
	width:172px;
	height:29px;
}

#lacrossebtn {
	background:url('../image/lacrossebtn.jpg') no-repeat;
	width:192px;
	height:29px;
}

#fieldhockeybtn {
	background:url('../image/fieldhockeybtn.jpg') no-repeat;
	width:178px;
	height:29px;
}

#teambtn {
	background:url('../image/teambtn.jpg') no-repeat;
	width:167px;
	height:29px;
}

#lifestylebtn {
	background:url('../image/lifestylebtn.jpg') no-repeat;
	width:191px;
	height:29px;
}


/*-------Start of Dropdown Styling-------*/

ul#menu2 li a.imageLink { 
display:block; 
background-position:top; 
text-decoration:none; 
}
 
ul#menu2 li a.imageLink:hover { 
background-position:bottom; 
}

ul#menu2 li a.imageLink span { 
visibility:hidden; 
}

ul#menu2 {
	margin:0px;
	padding:0px;
	list-style:none;
}

ul#menu2 li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
	}

ul#menu2 li .sub {
	position: absolute; /*--Important--*/
	/*top: 29px; left: 0;*/
	z-index: 99999;
	 /*background: url(sub_bg.png) repeat-x;--Background gradient--*/
	/*padding: 20px 20px 20px;*/
	float: left;
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	display: none; /*--Hidden for those with js turned off--*/
	width:172px;

}


/*-------If needed to break out into rows------*/


ul#menu2 li .sub ul{
	list-style: none;
	margin: 0; padding: 0px;
	width:172px;
}
ul#menu2 .sub ul li {
	color: #fff;
	width:172px;
	height:29px;
}


.drop-down{
	background:url(../image/equipbtn/bottonout.jpg) repeat-x;
	
	height:24px;
	float:left;
	position:absolute;
	z-index:87;
	padding: 5px 0 0 10px;
	}
	
.drop-soccer{	width:162px; }
.drop-lacrosse{ width:182px; }
.drop-fieldhockey{ width:168px; }
.drop-team{ width:157px; }
.drop-lifestyle{ width:181px; }
	
.drop-down:link, .drop-down:active, .drop-down:visited {
	color:#FFF;
	text-decoration:none;
}

.drop-down:hover {
	color:#FFF;
	text-decoration:none;
}
	
.drop-down:hover{
	background:url(../image/equipbtn/bottonover.jpg) repeat-x;
	}

.drop-soccer-2{
	background:url(../image/equipbtn/bottonout.jpg) repeat-x;
	width:172px;
	height:29px;
	float:left;
	position:absolute;
	z-index:87;
	}

.drop-soccer-2:hover{
	background:url(../image/equipbtn/bottonover.jpg) repeat-x;
	}

	
.sub-2{
	position:absolute;
	width:172px;
	display: none;
	left:172px;
	z-index:999;
}

ul#menu2 li .sub-2 ul{
	list-style: none;
	margin: 0; padding: 0;
	width:172px;
	position:absolute;
}
ul#menu2 .sub-2 ul li {
	width:172px;
	height:29px;	
	color: #fff;
}






