/* CSS Document - PrimeTime_Styles.css */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: #FFFFFF;
	margin: 88px 0px 10px 0px;
}
a {
	font-size: 11px;
	color: #f50707;
}
a:visited {
	color: #f50707;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	font-weight: normal;
	color: #000;
	margin-top: 0px;
}
h2 {
	font-size: 13px;
	color: #f50707;
}
h3 {
	font-size: 13px;
	color: #f50707;
	margin-top: 0px;
}
h5 {
	font-size: 10px;
	color: #000;
}
h6 {
	font-size: 9px;
	color: #000;
}
hr {
	height: 1px;
	border: 0px;
	border-top: 1px solid #000;
	margin: 15px 0px;
}

form {
	margin: 0px;
	padding: 0px;
}
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* IDs */

#shadow {
	background-image: url(../images/page_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#container {
	width: 900px;
	text-align: left;
}
#logo {
	position: absolute;
	top: 0px;
	margin-left: -105px;
}
#main {
	border: 3px solid #000;
	border-bottom: 10px solid #000;
}
#header {
	background-image: url(../images/banner2-menu.jpg);
	background-repeat: no-repeat;
	height: 266px;
	border-bottom: 10px solid #000;
}
#menu {
	background-image: url(../images/menu_bg.png);
	background-repeat: repeat-x;
	padding: 10px 0px;
	width: 100%;
	text-align: right;
}
#homePlate {
	position: absolute;
	margin-left: 325px;
	margin-top: -15px;
	background-image: url(../images/home_plate.png);
	background-repeat: no-repeat;
	width: 72px;
	height: 45px;
	padding-top: 15px;
	text-align: center;
}
#bannerButtons {
	float: right;
	margin-top: 199px;
}
#newsletterSignup {
	position: absolute;
	background-image: url(../images/newsletter_signup_bg.png);
	background-repeat: no-repeat;
	width: 237px;
	height: 87px;
	padding: 40px 30px;
	margin-left: -160px;
	margin-top: -20px;
	color: #FFF;
}
#newsletterSignup a, #newsletterSignup a:visited,
#newsletterSignup a:hover, #newsletterSignup a:active {
	color: #FFF;
	position: relative;
}

#left {
	float: left;
	width: 200px;
	border-right: 1px solid #CCC;
}
#content {
	padding: 20px;
	line-height: 150%;
}
#footer {
	width: 900px;
	margin-top: 5px;
	font-size: 10px;
	text-align: right;
}
#footeraddress {
	width: 900px;
	margin-top: 5px;
	font-size: 10px;
	text-align: center;
}
/* Classes */

.menuItem, .menuItemCurrent {
	display: inline;
	padding: 0px 15px;
}
.menuItem a, .menuItem a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
}
.menuItem a:hover {
	color: #f50707;
	text-decoration: underline;
}

.menuItemCurrent a, .menuItemCurrent a:visited .menuItemCurrent a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #f50707;
	text-decoration: underline;
}

.box {
	float: right;
	clear: right;
	width: 250px;
	margin-left: 30px;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #c8c7c7;
	background-color: #f4f4f4;
	background-image: url(../images/boxes_bg.gif);
	background-repeat: repeat-x;
}
.box h2 {
	margin-top: 0px;
}
.box ul {
	line-height: 140%;
	margin-bottom: 0px;
}


.priceTable td {
	border-bottom: 1px solid #aaa;
}

img.bordered {
	border: 5px solid #000;
	padding: 1px;
}

.smallText {
	font-size: 9px;
}

.right {
	float: right;
	padding: 0px 0px 20px 30px;
}
.left {
	float: left;
}
.clear {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

h4 {
	font-size: 11px;
	color: #FFF;
	margin: 0px;
	background-image: url(../images/battingtips_top.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 401px;
	height: 19px;
	padding: 40px 30px 0px 30px;
}
.battingTips {
	position: absolute;
	margin-top: -20px;
	margin-left: -200px;
	z-index: 1000;
}
.battingTips div {
	padding: 10px 30px 10px 30px;
	margin: 0px;
	line-height: 150%;
	width: 401px;
	background-image: url(../images/battingtips_middle.png);
	background-repeat: repeat-y;
	color: #FFF;
	font-size: 10px;
}
.battingTips a, .battingTips a:visited,
.battingTips a:hover, .battingTips a:active  {
	color: #FFF;
	position: relative;
}

.close {
	float: right;
}
.close a {
	color: #FFF;
	font-size: 10px;
	font-weight: normal;
}
