@charset "utf-8";
/*
=========================
===== GLOBAL STYLES =====
=========================
*/
* {
	margin: 0;
	padding: 0;
	border: none;
}
body {
	background: url(../_img/bg-main.jpg) repeat-x #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #fff;
}
img { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(); }
form { font-size: 1.3em; }
input, select {
	font-size: 0.9em;
	padding: 2px;
	margin: 0 2px;
	border: none;
}
a {
	color: #831012;
	text-decoration: underline;
}

/* ========================================================================== PAGE STRUCTURE STYLES ===== */
#root-container {
	margin: auto;
	padding: 33px 0 0 0;
	width: 891px;
}
#left-column, #right-column {
	float: left;
	width: 590px;
	margin: 34px 0 0 0;
}
#right-column { width: 300px; }

/* ========================================================================== MASTHEAD STYLES ===== */
#logo {
	background: url(../_img/logo-mlb.png) no-repeat;
	height: 94px;
	width: 851px;
	margin: auto;
}
#ultility-links {
	float: right;
	margin: -94px 0 0 0;
}
#country-selector { list-style: none; }
#country-selector li { float: right; }
#country-selector a {
	width: 32px;
	height: 24px;
	margin: 0 5px;
	float: left;
}
#ukFlag a { background: url(../_img/b-ukFlag.jpg) no-repeat right; }
#ukFlag a:hover, #ukFlag .selectedFlag { background: url(../_img/b-ukFlag.jpg) no-repeat left; }
#usaFlag a { background: url(../_img/b-usFlag.jpg) no-repeat right; }
#usaFlag a:hover, #usaFlag .selectedFlag { background: url(../_img/b-usFlag.jpg) no-repeat left; }
#saFlag a { background: url(../_img/b-saFlag.jpg) no-repeat right; }
#saFlag a:hover, #saFlag .selectedFlag { background: url(../_img/b-saFlag.jpg) no-repeat left; }

/* ========================================================================== HEADER/VIDEO STYLES ===== */
#header {
	background: url(../_img/bg-header.jpg) no-repeat;
	height: 230px;
	width: 590px;
}

/* ========================================================================== SEARCH BOX ===== */
#search-box {
	background: url(../_img/bg-search.jpg) no-repeat;
	height: 90px;
	width: 590px;
	padding: 35px 0 0 0;
	float: left;
}
#search-box input, #search-box select {
	font-size: 0.9em;
	border: none;
	margin: 0;
}
#title-search {
	background: url(../_img/title-search.jpg) no-repeat;
	height: 27px;
	width: 332px;
	margin: 0 0 17px 35px;
}
#search-form {
	margin: 0 0 0 37px;
}
#search-box #button-search {
	background: url(../_img/b-search.jpg) no-repeat;
	position: relative;
	top: -72px;
	left: 350px;
}

/* ========================================================================== CONTENT STYLES ===== */
#content-left {
	background: #fff;
	width: 570px;
	float: left;
	padding: 27px 0 0 20px;
}
#title-latest5 {
	background: url(../_img/t-latest5.gif) no-repeat;
	height: 28px;
	width: 365px;
	margin: 0 0 6px 0;
}
#member-pics {
	background: url(../_img/bg-member-pics.gif) no-repeat;
	height: 95px;
	width: 554px;
	padding: 3px 0 0 0;
}
#member-pics li {
	margin: 0 20px 0 4px;
	display: inline;
	list-style: none;
}
#member-pics li.lastOne { margin: 0 0 0 4px; }
#separator {
	background: url(../_img/separator.jpg) no-repeat;
	height: 16px;
	width: 550px;
	float: left;
	margin: 20px 0;
}
#title-why {
	background: url(../_img/t-whyMLB.gif) no-repeat;
	height: 28px;
	width: 236px;
	float: left;
	margin: 0 0 5px 0;
}
#box-whyMLB {
	background: url(../_img/bg-whyMLB.gif) no-repeat;
	height: 354px;
	width: 511px;
	float: left;
	margin: 0 0 10px 0;
	color: #333;
	padding: 22px;
}
#box-whyMLB p {
	font-size: 1.7em;
}
#box-whyMLB li {
	list-style: url(../_img/bullet.gif);
	margin: 10px 40px;
	font-size: 1.4em;
}
#box-whyMLB li span {
	font-size: 0.8em;
	font-style: italic;
}
#content-left-foot, #content-right-foot {
	background: url(../_img/bg-left-foot.gif) no-repeat;
	height: 9px;
	width: 590px;
	margin: 0 0 30px 0;
	clear: both;
}
#content-right-foot {
	background: url(../_img/bg-right-foot.gif) no-repeat;
	width: 300px;
}

/* ==========================================================================  SIGN-UP FORM STYLES ===== */
#signup-form {
	background: url(../_img/bg-signup.jpg) no-repeat;
	sheight: 516px;
	height: 550px;
	width: 300px;
	color: #000;
}
#title-signup {
	background: url(../_img/t-signup.gif) no-repeat bottom;
	height: 18px;
	width: 196px;
	margin: 0 0 0 43px;
	padding: 40px 0 12px 0;
}
#signup-form p {
	font-size: 1.2em;
	text-align: center;
	margin: 5px 0 10px 0;
	padding: 0 40px 0 20px;
}
#signup-form p.note { font-size: 1em; }
#signup-form table {
	width: 274px;
	margin: 0 0 0 3px;
	font-size: 0.8em;
}
#signup-form input, #signup-form select {
	border: 1px solid #cccccc;
	width: 110px;
}
#signup-form select { width: 116px; }
#signup-form table td {
	padding: 4px 14px 4px 20px; 
	width: 50%;
}
#signup-form #note-box { padding: 0 0 0 20px; }
#signup-form #register-button {
	background: url(../_img/b-register.jpg) no-repeat;
	height: 54px;
	width: 246px;
	border: none;
	margin: 0 0 0 18px;
}
.alt-rows { background: #f3f3f3; }

/* ==========================================================================  TWITTER BUTTON STYLES ===== */
#content-right {
	background: #fff;
	width: 300px;
	float: left;
}
#button-twitter a, #twitter-spacer {
	background: url(../_img/b-twitter.jpg) no-repeat left;
	height: 67px;
	width: 280px;
	display: block;
	margin: 1px 0;
}
#twitter-spacer { background: none; }
html>body #twitter-spacer { height: 52px; }
#button-twitter a:hover { background: url(../_img/b-twitter.jpg) no-repeat right; }

/* ==========================================================================  TESTIMONIALS STYLES ===== */
#testimonials {
	background: url(../_img/bg-testimonials.jpg) no-repeat;
	height: 372px;
	width: 240px;
	margin: 0 0 0 0;
	padding: 26px 20px 0 20px;
	text-align: center;
}
html>body #testimonials { margin: 0 0 9px 0; }
#title-testimonials {
	background: url(../_img/t-testimonials.gif) no-repeat center;
	height: 23px;
	width: 150px;
	width: 240px;
}
#testimonials h4 {
	font-size: 1.6em;
	margin: 15px 0 0 0;
}
#testimonials p {
	font-size: 1.1em;
	margin: 0 0 15px 0;
}
.testimonial-separator {
	background: url(../_img/testimonial-separator.gif) no-repeat center;
	height: 21px;
	width: 240px;
}

/* ========================================================================== FOOTER STYLES ===== */
#footer {
	background: url(../_img/bg-footer.jpg) repeat-x;
	height: 155px;
	clear: both;
}
#footer-container {
	margin: 0 auto;
	padding: 40px 0 0 0;
	width: 891px;
}
.footer-column-left {
	float: left;
	width: 240px;
}
.footer-column-right {
	float: right;
	width: 500px;
}
#logo-small {
	background: url(../_img/logo-MLB.gif) no-repeat;
	height: 43px;
	width: 182px;
	float: left;
	margin: 20px 0 0 0;
}
#footer p {
	clear: both;
	margin: 0 0 0 3px;
}
#footer p span {
	color: #510102;
	margin: 0 5px;
}
#footer-banner{
	background: url(../_img/button-footer-MFunB.jpg) no-repeat;
	height: 85px;
	width: 219px;
	float: right;
	margin: 0 0 0 10px;
}

/* ========================================================================== OTHER STYLES ===== */
.hideMe {
	display: none;
	line-height: 0;
}
.left { float: left; }
.right { float: right; }
.clearer { clear: both; }

