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

/*General Styles*/
#wrapper {
	width: 1024px;
	height: auto;
	font-family: 'Macondo', cursive;
	margin: auto;
	background: #999;
	padding: 10px;
}
/*#wrapper_test {
	width: 1024px;
	height: 700px;
	font-family: 'Macondo', cursive;
	margin: auto;
	background: #FFF;
	padding: 10px;
}*/
.accessible-text {
    font-size: 0;
    height: 1px;
    overflow: hidden;
    position: absolute;
    width: 0;
    z-index: -1000;
}
#lax_header_merchandise {
    background-image: url("images/lax_banner.png");
    background-repeat: no-repeat;
    height: 170px;
    margin-bottom: 10px;
    margin-left: auto;
	margin-right: auto;
    opacity: 0.96;
    position: relative;
    width: 1024px;
}

/* Lacrosse America Styles*/
/*Start of Lacrosse Home Page Styles*/
#lax_body {
		background-image: url(images/turf.png);
		/*background-repeat: repeat x;
		background-overflow: scroll;  */
		background-size: 100% 100%;
		margin:auto;
}
#lax_header {
    background-image: url("images/lax_banner.png");
    background-repeat: no-repeat;
    height: 170px;
    margin-bottom: 10px;
    margin-left: auto;
	margin-right: auto;
    opacity: 0.96;
    position: relative;
    width: 1024px;
}
#lax_navigation {
	float: right;
    margin-right: -5px;
    margin-top: 105px;
    width: auto;
		
}
#lax_navigation ul {
	list-style-type: none;
}
#lax_navigation li {
	display: inline;
}
#lax_navigation a{
	color: #9E0202;
    font-size: 24px;
    margin-left: 11px;
    margin-right: 11px;
    text-decoration: none;
}
#lax_navigation a:hover{
	color:#FFF;
	text-decoration:none;
}
#lax_navigation a:active{
	text-decoration:underline;
	color: #FFF;
}
#lax_navigation img {
	height: 22px;
    margin-top: 19px;
    width: 150px;
}
.active {
	text-decoration: underline;
	color: #fff;
}
#lax_body_content {
	height:768px;
}
#lax_upper_body {
	height: 355px;
}
#upper_left {
	
	height: 350px;
	width: 400px;
	margin-top: 10px;
	float: left;
	background-color: #000;
	opacity:.8;
	padding: 0 10px;
	border-radius: 25px;

}
#upper_left p {
	color: #FFF;
	line-height:34px;
	margin-top: 0px;
}
#upper_right {
	height: 350px;
	width:400px;
	margin-top: 10px;
	float: right;
	background-color: #000;
}

#vendors{
	position:relative;
	height: 90px;
	width: 1024px;
	background-color: #000;
	overflow: hidden;
	padding: 0px;
	border-radius: 25px;
	
}
#vendors li{
	margin:0;
	padding:0;
	list-style:none;
	/*position:absolute;*/
	/*top:0;*/
	margin: 0px 10px 0px 80px;
	display: inline;
}
#vendors li, #vendors a{
	height:90px;
	display:block;
}
#vendor1 {
	left:0px;
	width:129px;
	background:url('images/warrior_emblem.gif') 0 0;
}
#vendor1 a:hover{
	background: url('images/warrior_emblem.gif') 0 -90px;
}
#vendor2 {
	left:0px;
	width:129px;
	background:url('images/brine_emblem.gif') 0 0;
	position:absolute;
	left: 170px;
	top: 0px;
}
#vendor2 a:hover{
	background: url('images/brine_emblem.gif') 0 -90px;
}
#vendor3 {
	left:0px;
	width:129px;
	background:url('images/stx_emblem.gif') 0 0;
	position:absolute;
	left: 340px;
	top: 0px;
}
#vendor3 a:hover{
	background: url('images/stx_emblem.gif') 0 -90px;
}
#vendor4 {
	left:0px;
	width:129px;
	background:url('images/maverik_emblem.gif') 0 0;
	position:absolute;
	left: 525px;
	top: 0px;
}
#vendor4 a:hover{
	background: url('images/maverik_emblem.gif') 0 -90px;
}
#vendor5 {
	left:0px;
	width:128px;
	background:url('images/cascade_emblem.gif') 0 0;
	position:absolute;
	left: 725px;
	top: 0px;
	
}
#vendor5 a:hover{
	background: url('images/cascade_emblem.gif') 0 -90px;
}
#lower_content {
	height:270px;
	width:1024px;
}
#center_bottom {
	height: 195px;
    margin-left: auto;
    margin-right: auto;
    width: 251px;
	margin-top:-91px;

}
#dis_items {
	height: 167px;
    left: 523px;
    position: absolute;
    top: 780px;
}
#lower_left {
	left:0px;
	width:350px;
	background: url("images/lax_deals.gif") repeat scroll 0 0 transparent;
	position:relative;
	top: 100px;
	height:167px;
	
	
}
#lower_left p {
	font-size: 29px;
    margin: 0;
    padding: 50px 45px 47px 66px;
}
#lower_left a {
	color:#000;
	text-decoration: none;
}

#lower_left p:hover{
	background: url('images/lax_deals.gif') 0 -168px;
	
}
#lower_right {
	background: url("images/lax_deals.gif") repeat scroll 0 0 transparent;
    height: 167px;
    left: 1005px;
    position: absolute;
    top: 781px;
    width: 350px;	
}
#lower_right a {
	text-decoration:none;
	color:#000;
}
#lower_right p {
	font-size: 29px;
    margin: 0;
    padding: 20px 45px 43px 66px;
}

#lower_right p:hover{
	background: url('images/lax_deals.gif') 0 -168px;
	
}
#lax_footer {
		background-color: #578CB0;
    	border-radius: 25px 25px 25px 25px;
    	/*box-shadow: 10px 10px 5px #888888;*/
   		height: 100px;
   		line-height: 15px;
   		margin: -130px 10px 10px 0px;
   		padding: 10px 0px 10px 0px;
    	width: 1024px;
}
#lax_footer_test {
		background-color: #578CB0;
    	border-radius: 25px 25px 25px 25px;
    	/*box-shadow: 10px 10px 5px #888888;*/
   		height: 100px;
   		line-height: 15px;
   		margin: 700px 10px 10px 0px;
   		padding: 10px 0px 10px 0px;
    	width: 1024px;
}
#footer_content {
	margin: 10px 65px 10px -25px;
}	
#lax_footer_nav {
		margin-left:385px;
		width:auto;
		
}
#lax_footer_nav ul {
		list-style-type: none;
}
#lax_footer_nav li {
		display: inline;
}
#lax_footer_nav a{
		color: #9e0202;
		text-decoration: none;
		font-size:16px;
}
#lax_footer_nav a:hover{
		color:#FFF;
		text-decoration:none;
}
#lax_footer_nav p {
	margin-bottom: -13px;
    margin-top: -13px;
    padding: 0;
}
#lax_copyright {
		margin-left:385px;
		font-size:14px;
		color: #9e0202;
}
#lax_payments {
		margin-left: 385px;
		font-size:14px;
		color: #9e0202;
}
#side_left {
	background-image: url(images/crossed_lacrosse_sticks.gif);
	height: 120px;
    left: 400px;
    margin: 10px;
    position: absolute;
    top: 956px;
    width: 120px;
}
#side_right {
	background-image: url(images/crossed_lacrosse_sticks.gif);
	height: 120px;
    left: 1140px;
    margin: 10px;
    position: absolute;
    top: 956px;
    width: 120px;
}
/* End of Lacrosse Home Page Styles */

/*Start of Lacrosse History only Styles*/
#side_left_history {
	background-image: url(images/crossed_lacrosse_sticks.gif);
	height: 120px;
    left: 400px;
    margin: 10px;
    position: absolute;
    top: 631px;
    width: 120px;
}
#side_right_history {
	background-image: url(images/crossed_lacrosse_sticks.gif);
	height: 120px;
    left: 1140px;
    margin: 10px;
    position: absolute;
    top: 631px;
    width: 120px;
}
#lax_history_left_img {
		height:275px;
		width:350px;
		float: left;
		background-image:url(images/left_image.png);
		transform:skew(30deg,20deg);
	-ms-transform:skew(30deg,20deg); /* IE 9 */
	-moz-transform: skew(0deg, 9deg); /* Firefox */
	-webkit-transform:skew(30deg,20deg); /* Safari and Chrome */
	-o-transform:skew(30deg,20deg); /* Opera */
		margin-top:-27px;
		box-shadow: -5px -13px 36px -2px #000000;
}
#lax_history_content {
		height: 275px;
    	width: 1000px;
		margin: 25px 8px 170px 12px;
}
#lax_history_right_img {
		height: 275px;
		width:350px;
		float:right;
		background-image:url(images/right_image.png);
		-moz-transform: skew(0deg, -9deg);
		margin-top:-27px;
		box-shadow: 11px -12px 36px -2px #000000;
}
#lax_history_center {
	height: 275px;
	width: 300px;
	background:#000;
	margin: 120px 10px -275px 350px;
	box-shadow: 11px -12px 36px -2px #000000;
}
/*End of Lacrosse History Styles */

/*Start of Lacrosse Contact Styles */
#contact_info {
	height: 355px;
    margin: 10px 0;
    padding: 10px 285px;
    width: 470px;
}
#contact_info h1 {
	font-size: 40px;
}
#contact_info p {
	font-size: 24px;
}
#side_left_contact {
	background-image: url(images/crossed_lacrosse_sticks.gif);
	height: 120px;
    left: 400px;
    margin: 10px;
    position: absolute;
    top: 461px;
    width: 120px;
}
#side_right_contact {
	background-image: url(images/crossed_lacrosse_sticks.gif);
	height: 120px;
    left: 1140px;
    margin: 10px;
    position: absolute;
    top: 461px;
    width: 120px;
}
/*end of Lacrosse Contact Styles */

/*Start of Lacrosse Merchandise Styles */
#lax_merchandise_body {
	height: 600px;
	width:auto;
	margin-bottom: 75px;
	margin-left: auto;
	margin-right: auto;	
}
#lax_merchandise_sub {
	height: 400px;
	width:auto;
		
}
#lax_merchandise_gloves {
	height: 540px;
	width:auto;
		
}
#merch_titles {
	text-align: center;
	color:#9E0202;
	text-shadow: 7px 1px 2px #FFFFFF; 
}
#side_left_merchandise {
	background-image: url(images/crossed_lacrosse_sticks.gif);
	height: 120px;
    left: 400px;
    margin: 10px;
    position: absolute;
    top: 763px;
    width: 120px;
}
#side_right_merchandise {
	background-image: url(images/crossed_lacrosse_sticks.gif);
	height: 120px;
    left: 1140px;
    margin: 10px;
    position: absolute;
    top: 763px;
    width: 120px;
}
#item_navigation {
	width: auto;
	height: 15px;
	font-size: 22px;
}
#item_navigation ul {
	
}
#item_navigation li {
	display: inline;

}
#item_navigation a {
	text-decoration:none;
	margin: 0px 40px;
}
#merchandise_content {
	height: 440px;
	width:1024px;
}
#top_items {
	height: 150px;
	width: 1024px;
	margin: 10px 0px 10px 0px;
}
#top_items ul {
	height:150px;
	width: auto;
}
#top_items li {
	list-style-type: none;
	display: inline-block;
}
#top_items img {
	margin: 70px 0px 10px 75px;
}
#top_items p {
	height: 45px;
    margin-bottom: 0;
    margin-left: 75px;
    margin-top: 0;
    text-align: center;
    width: 145px;
}


.show_item1 {
	height: 150px;
	width: 150px;
	position: absolute;
	top: 255px;

}
.show_item2 {
	height: 150px;
	width: 150px;
	position: absolute;
	top: 255px;
	left: 455px;
}
.show_item2 img {
	margin-top: 0px;
}
.show_item3 {
	height: 150px;
	width: 150px;
	position: absolute;
	top: 255px;
	right: 510px;
}
#bottom_items {
	height: 150px;
    margin-left: 165px;
    margin-top: 55px;
    width: 1024px;
}
#bottom_items ul {
	height:150px;
	width: auto;
}
#bottom_items img {
	margin: 70px 0px 10px 75px;
}
#bottom_items p {
	height: 45px;
    margin-bottom: 0;
    margin-left: 75px;
    margin-top: 0;
    text-align: center;
    width: 145px;
}
#bottom_items li {
	list-style-type: none;
	display: inline;
}
.show_item4 {
	height: 150px;
    left: 530px;
    position: absolute;
    top: 460px;
    width: 150px;
}
.show_item5 {
	height: 150px;
    position: absolute;
    right: 515px;
    top: 465px;
    width: 150px;
}
#merch_home {
	margin-right:0px;
}
#apperal_items li {
	list-style-type: none;
	margin: 0 80px 0 94px;
	width:150px;
	display:inline-block;
}
#lax_footer_apperal {
		background-color: #578CB0;
    	border-radius: 25px 25px 25px 25px;
    	/*box-shadow: 10px 10px 5px #888888;*/
   		height: 100px;
   		line-height: 15px;
   		margin: 10px 10px 10px 0px;
   		padding: 10px 0px 10px 0px;
    	width: 1024px;
}
#side_left_apperal {
	background-image: url(images/crossed_lacrosse_sticks.gif);
	height: 120px;
    left: 400px;
    margin: 10px;
    position: absolute;
    top: 628px;
    width: 120px;
}
#side_right_apperal {
	background-image: url(images/crossed_lacrosse_sticks.gif);
	height: 120px;
    left: 1140px;
    margin: 10px;
    position: absolute;
    top: 628px;
    width: 120px;
}
#apperal_descriptions li {
	list-style-type: none;
	margin: 0 70px 0 95px;
	width:150px;
	display:inline-block;
	text-align: center;
}
#helmet_items li {
	list-style-type: none;
	margin: 15px 80px 0 94px;
	width:150px;
	display:inline-block;
}
#lax_helmet_footer {
    background-color: #578CB0;
    border-radius: 25px 25px 25px 25px;
    height: 100px;
    line-height: 15px;
    margin: -35px 10px 10px 0;
    padding: 10px 0;
    width: 1024px;
}
#side_left_helmet {
	background-image: url(images/crossed_lacrosse_sticks.gif);
	height: 120px;
    left: 400px;
    margin: 10px;
    position: absolute;
    top: 583px;
    width: 120px;
}
#side_right_helmet {
	background-image: url(images/crossed_lacrosse_sticks.gif);
	height: 120px;
    left: 1140px;
    margin: 10px;
    position: absolute;
    top: 583px;
    width: 120px;
}
#side_left_gloves {
	background-image: url(images/crossed_lacrosse_sticks.gif);
	height: 120px;
    left: 400px;
    margin: 10px;
    position: absolute;
    top: 628px;
    width: 120px;
}
#side_right_gloves {
	background-image: url(images/crossed_lacrosse_sticks.gif);
	height: 120px;
    left: 1140px;
    margin: 10px;
    position: absolute;
    top: 628px;
    width: 120px;
}
#shoulder_items li {
    display: inline-block;
    list-style-type: none;
    margin: 0 139px 0 35px;
    width: 150px;
}
#shoulder_descriptions li {
    display: inline-block;
    list-style-type: none;
    margin: 0 85px 0 76px;
    text-align: center;
    width: 150px;
}
#lax_footer_shoulder {
    background-color: #578CB0;
    border-radius: 25px 25px 25px 25px;
    height: 100px;
    line-height: 15px;
    margin: -55px 10px 10px 0;
    padding: 10px 0;
    width: 1024px;
}
#side_left_shoulder {
	background-image: url(images/crossed_lacrosse_sticks.gif);
	height: 120px;
    left: 400px;
    margin: 10px;
    position: absolute;
    top: 563px;
    width: 120px;
}
#side_right_shoulder {
	background-image: url(images/crossed_lacrosse_sticks.gif);
	height: 120px;
    left: 1140px;
    margin: 10px;
    position: absolute;
    top: 563px;
    width: 120px;
}
#arm_items li {
    display: inline-block;
    list-style-type: none;
    margin: 0 97px 0 70px;
    width: 150px;
}
#side_left_arm {
    background-image: url("images/crossed_lacrosse_sticks.gif");
    height: 120px;
    left: 400px;
    margin: 10px;
    position: absolute;
    top: 635px;
    width: 120px;
}
#side_right_arm {
    background-image: url("images/crossed_lacrosse_sticks.gif");
    height: 120px;
    left: 1140px;
    margin: 10px;
    position: absolute;
    top: 635px;
    width: 120px;
}
#lax_arm_body {
    height: 472px;
    margin-bottom: 75px;
    width: auto;
}
