body {
	margin:0;
	text-align:center;
	background-image:url(/images/bg_site_baseball.jpg);
	background-repeat:repeat-x;
	background-position:top;
	/*background-color:#63741c;*/
	background-color:#408b24;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:18px;
}

input.button {
	border:1px solid #333333;
	background-color:#0067A7;
	padding:0px;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#FFFFFF;
}

input.text {
	border:1px solid #0067A7;
	background-color:#EFEFEF;
	padding-left:5px;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#333333;
}

textarea.text {
	border:1px solid #0067A7;
	background-color:#EFEFEF;
	padding-left:5px;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#333333;
}

select.text {
	border:1px solid #0067A7;
	background-color:#EFEFEF;
	padding-left:5px;
	font-family:"Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#333333;
}

p {
	margin-top:0px;
	margin-bottom:10px;
}

a {
	color:#243e89;
	text-decoration:underline;
}

a:hover {
	color:#333;
	text-decoration:underline;
}

img {
	border:0;
}

/* Header Styles */
h1 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:22px;
	color:#243e89;
	margin:0 0 10px 0;
	text-transform:uppercase;
	font-weight:normal;
	line-height:25px;
}

h2 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:16px;
	color:#243e89;
	margin:0 0 10px 0;
}

h3 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
	color:#333;
	margin:0 0 10px 0;
	text-transform:uppercase;
}

h4 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:14px;
	color:#333;
	margin:0 0 10px 0;
}

h5 {
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:12px;
	color:#333;
	margin:0 0 10px 0;
	font-weight:bold;
}

.right {
	float:right;
}

.left {
	float:left;
}	

.container_main {
	margin:0 auto;
	width:960px;
	text-align:left;
}

.logo {
	float:left;
	display:block;
	width:360px;
	height:230px;
}

.header_container {
	float:left;
	display:block;
	width:960px;
}

.header_left {
	float:left;
	display:block;
	width:300px;
	height:230px;
}

.phone {
	float:left;
	display:block;
	width:320px;
	height:30px;
	margin:42px 0 0 0;
}

.leftNav {
	float:left;
	display:block;
	width:300px;
	height:68px;
	margin:38px 0 0 0;
	background:url(/images/bg_leftNav.png) no-repeat left;
}

.header_right {
	float:left;
	display:block;
	width:300px;
	height:230px;
}

.search {
	float:left;
	display:block;
	width:240px;
	height:55px;
	background:url(/images/bg_search.png) no-repeat top left;	
	margin:29px 0 0 0;
}

.searchForm {
	float:left;
	display:block;
	width:240px;
	height:55px;
}

input.search {
	float:left;
	display:block;
	width:145px;
	height:20px;
	background:transparent;
	border:0px solid transparent;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:13px;
	color:#243e89;
	margin:18px 0 0 25px;
}

.searchBtn {
	float:left;
	display:block;
	width:26px;
	height:26px;
	margin:14px 0 0 27px;
}

.rightNav {
	float:left;
	display:block;
	width:300px;
	height:68px;
	margin:26px 0 0 0;
	background:url(/images/bg_rightNav.png) no-repeat left;
}

.nav_container {
	width:300px;
	height:68px;
	float:left;
	display:block;
	color:#243e89;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	font-size:15px;
	
	text-align:left;
	margin:0;
	#margin:0 0 0 15px;
	_margin:0 0 0 15px;
	margin:0 0 0 15px;
}


.nav_container table 
{
    
}


.nav_container a:hover {
	
	font-size:11px;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	text-decoration:underline;
	float:right;
	display:block;
	padding-left: 6px;
    padding-right: 5px;
}

.nav_container a
{
    
    text-decoration: none;
    font-size: 11px;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    float:right;
	display:block;
    padding-left: 6px;
    padding-right: 5px;
}

.nav_container ul {
	list-style:none;
	margin:0;
}

.nav_container ul li {
	float:left;
	display:block;
	margin:0 5px;
}

.nav_container ul li a {
	color:#243e89;
	text-decoration:none;
}

.nav_container ul li a:hover {
	color:#000;
	text-decoration:none;
}

.body_container {
	float:left;
	display:block;
	width:960px;
	min-height:450px;
	height:auto;
}

.leftCol {
	width:240px;
	float:left;
	display:block;
}

.contentContainer_240 {
	float:left;
	display:block;
	width:240px;
	
}

.contentBlock_240 {
	width:180px;
	padding:0 30px;
}

.centerCol {
	width:480px;
	float:left;
	display:block;
}

.centerColBlog {
	width:690px;
	float:left;
	display:block;
}

.contentContainerBlog {
	float:left;
	display:block;
	width:690px;
}

.contentBlockBlog {
	width:650px;
	margin:0 20px 20px 20px;
	
}

.ContentBlog {
	float:left;
	display:block;
	width:690px;
	background:url(/images/bg_690content.png) repeat-y left;
}

.HdrBlog {
	float:left;
	display:block;
	width:960px;
	height:20px;
	background:url(/images/bg_690content.png) repeat-y left;
	line-height:0;
}

.contentContainer_480 {
	float:left;
	display:block;
	width:480px;
}

.contentBlock_480 {
	width:440px;
	margin:0 20px 20px 20px;
	
}

.rightCol {
	width:240px;
	float:left;
	display:block;
}

.rightColLg {
	width:720px;
	float:left;
	display:block;
}

.contentContainer_720 {
	float:left;
	display:block;
	width:720px;
}

.contentBlock_720 {
	width:660px;
	padding:0 30px;
}

.Content_720 {
	float:left;
	display:block;
	width:720px;
	background:url(/images/bg_720content.png) repeat-y left;
}

.Hdr_720 {
	float:left;
	display:block;
	width:720px;
	height:20px;
	background:url(/images/hdr_720.png) no-repeat left;
	line-height:0;
}

.Footer_720 {
	float:left;
	display:block;
	width:720px;
	height:20px;
	background:url(/images/footer_720.png) no-repeat left;
	line-height:0;
}

.fullCol {
	width:960px;
	float:left;
	display:block;
}

.ContentContainer_960 {
	float:left;
	display:block;
	width:960px;
}

.ContentBlock_960 {
	width:900px;
	padding:0 30px;
}

.graphicHdr {
	float:left;
	display:block;
	width:240px;
	height:100px;
}

.Content_240 {
	float:left;
	display:block;
	width:240px;
	
	background:url(/images/bg_280content.png) repeat-y left;
}

.Hdr_240 {
	float:left;
	display:block;
	width:240px;
	height:20px;
	background:url(/images/hdr_240.png) no-repeat left;
	line-height:0;
}

.Footer_240 {
	float:left;
	display:block;
	width:240px;
	height:20px;
	background:url(/images/footer_240.png) no-repeat left;
	line-height:0;
}

.Content_480 {
	float:left;
	display:block;
	width:480px;
	background:url(/images/bg_480content.png) repeat-y left;
}

.Hdr_480 {
	float:left;
	display:block;
	width:480px;
	height:20px;
	background:url(/images/hdr_480.png) no-repeat left;
	line-height:0;
}

.Footer_480 {
	float:left;
	display:block;
	width:480px;
	height:20px;
	background:url(/images/footer_480.png) no-repeat left;
	line-height:0;
}

.navBlock_240 {
	width:175px;
	padding:0 30px;
}

.navBlock_240 ul {
	width:180px;
	list-style:none;
	margin:0;
	padding:0;
}

.navBlock_240 ul li {
	float:left;
	display:block;
	width:180px;
	padding:0;
	margin:0px 0;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	color:#243e89;
	font-size:11px;
}

.navBlock_240 ul li a {
	display:block;
	color:#243e89;
	text-decoration:none;
	width:180px;
	padding:0 10px;
}

.navBlock_240 ul li a:hover {
	display:block;
	color:#fff;
	text-decoration:none;
	background:#243e89;
	width:180px;
	padding:0 10px;
}

.imageRotation {
	width:440px;
	height:250px;
	margin:0 20px 20px 20px;
	background:#000;
}

.imageFeature
{
    width: 200px;
    height: 125px;
    margin: 0px 20px 5px;
    text-align: center;
    
}

.cartPrice {
	width:180px;
	float:left;
	display:block;
	border-bottom:1px solid #243e89;
	border-top:1px solid #CCCCCC;
	margin:2px 0 10px 0;
}

.cartPrice .qty {
	width:80px;
	float:left;
	display:block;
}

.cartPrice .price {
	width:80px;
	float:right;
	display:block;
	text-align:right;
}

.cartTotal {
	width:220px;
	height:36px;
	float:left;
	display:block;
	background:url(/images/bg_cartTotal.png) no-repeat left;
	color:#FFFFFF;
	font-size:12px;
	margin:10px 0 0 10px;
}

.BlogHeader {
	width:690px;
	height:36px;
	float:left;
	display:block;
	background:url(/images/blogheader690.png) no-repeat left;
	color:#FFFFFF;
	font-size:12px;
}

.BlogHeader .text {
	vertical-align: middle;
	
	float:left;
	display:block;
	margin:10px 0 0 10px;
} 

.cartTotal .qty {
	width:80px;
	float:left;
	display:block;
	margin:10px 0 0 10px;
}

.cartTotal .price {
	width:80px;
	float:right;
	display:block;
	text-align:right;
	margin:10px 10px 0 0;
}

input.btn {
	background:#243e89;
	border:1px groove #fff;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:11px;
	font-weight:normal;
	margin:0;
	padding:3px;
}	

select.selectSm {
	width:150px;
	height:18px;
	border:1px solid #243e89;
	background:#F4F4F4;
	font-family:Arial, Helvetica, sans-serif;
	color:#243e89;
	font-size:11px;
	font-weight:normal;
	margin:0;
}

select.selectMd {
	width:300px;
	height:18px;
	border:1px solid #243e89;
	background:#F4F4F4;
	font-family:Arial, Helvetica, sans-serif;
	color:#243e89;
	font-size:11px;
	font-weight:normal;
	margin:0;
}

select.selectLg {
	width:660px;
	height:18px;
	border:1px solid #243e89;
	background:#F4F4F4;
	font-family:Arial, Helvetica, sans-serif;
	color:#243e89;
	font-size:11px;
	font-weight:normal;
	margin:0;
}

input.textSm {
	width:150px;
	height:18px;
	border:1px solid #243e89;
	background:#F4F4F4;
	font-family:Arial, Helvetica, sans-serif;
	color:#243e89;
	font-size:11px;
	font-weight:normal;
	margin:0;
}

input.textMd {
	width:300px;
	height:18px;
	border:1px solid #243e89;
	background:#F4F4F4;
	font-family:Arial, Helvetica, sans-serif;
	color:#243e89;
	font-size:11px;
	font-weight:normal;
	margin:0;
}

input.textLg {
	width:660px;
	height:18px;
	border:1px solid #243e89;
	background:#F4F4F4;
	font-family:Arial, Helvetica, sans-serif;
	color:#243e89;
	font-size:11px;
	font-weight:normal;
	margin:0;
}

textarea.textSm {
	width:150px;
	height:150px;
	border:1px solid #243e89;
	background:#F4F4F4;
	font-family:Arial, Helvetica, sans-serif;
	color:#243e89;
	font-size:11px;
	font-weight:normal;
	margin:0;
}

textarea.textMd {
	width:300px;
	height:150px;
	border:1px solid #243e89;
	background:#F4F4F4;
	font-family:Arial, Helvetica, sans-serif;
	color:#243e89;
	font-size:11px;
	font-weight:normal;
	margin:0;
}

textarea.textLg {
	width:660px;
	height:150px;
	border:1px solid #243e89;
	background:#F4F4F4;
	font-family:Arial, Helvetica, sans-serif;
	color:#243e89;
	font-size:11px;
	font-weight:normal;
	margin:0;
}	


.footer_container {
	float:left;
	display:block;
	width:960px;
	min-height:150px;
	height:auto;
}

.footer_hdr {
	width:960px;
	height:20px;
	background:url(/images/hdr_footer.png) no-repeat left;
	line-height:0;
}

.footer_content {
	float:left;
	display:block;
	width:960px;
	font-size:11px;
	color:#FFFFFF;
	line-height:18px;
	text-align:left;
	background:url(/images/bg_footerContent.png) repeat-y left;
	padding:0 0 50px 0;
}

.footer_content a {
	color:#FFFFFF;
	text-decoration:none;
}
.footer_content a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

.footer_content .contentBlock {
	float:left;
	display:block;
	width:240px;
	margin:0 0 0 60px;
}

.footer_content .contentBlock ul {
	width:240px;
	list-style:none;
	margin:0;
	padding:0;
}

.footer_content .contentBlock ul li {
	float:left;
	display:block;
	width:240px;
	padding:0;
	margin:5px 0;
	font-family:Arial, Helvetica, Verdana, sans-serif;
	color:#fff;
	font-size:11px;
}

.footer_content .contentBlock ul li a {
	display:block;
	color:#fff;
	text-decoration:none;
	width:240px;
}

.footer_content .contentBlock ul li a:hover {
	display:block;
	color:#fff;
	text-decoration:underline;
	width:240px;
}

.photos {
	float:left;
	display:block;
	margin-left:10px;
}

.clear {
	clear:both;
	line-height:0;
}
