/* selectors */
body {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #646464;
	margin: 0;
	color: #222;
	behavior: url("/css/csshover.htc");
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #900;
	margin: 4px 0 4px 0;
}

h2 {
	font-size: 21px;
	font-weight: bold;
	font-style: italic;
	margin: 4px 0 4px 0;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 3px 0 3px 0;
}

h4 {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	margin: 2px 0 2px 0;
}

p {
	font-size: 14px;
	margin: 2px 0 2px 0;
}

a { color: #900; }
a:hover { color: red; }

/* major id */
#wrapper {
	width: 790px;
	background-color: #646464;
	min-height: 40px;
	margin: 0 auto 0 auto;
	background-image: url(/chrome/wrapper.jpg);
}

#header, #menu {
	width: 766px;
	margin: 0 auto 0 auto;
}

#header {
	width: 726px;
	background-color: #222;
	height: 83px;
	padding: 13px 20px 0 20px;
	background-image: url(/chrome/header.jpg);
}

#header img { border: 0; }

#menu {
	background-color: #000;
	height: 36px;
}

#content {
	width: 726px;
	padding: 20px;
	background-color: white;
	min-height: 450px;
	margin: 0 auto 0 auto;
}

#end {
	width: 790px;
	background-color: #646464;
	height: 20px;
	margin: 0 auto 0 auto;
	background-image: url(/chrome/bottom.jpg);
	background-repeat: no-repeat;
}

#footer {
	width: 790px;
	margin: 0 auto 0 auto;
	color: #ddd;
	text-align: center;
	padding: 6px 0 10px 0;
	font-size: 12px;
}

#footer a { color: #ddd; }

/* class */
.box {
	background-image: url(/chrome/boxheader.jpg);
	background-repeat: no-repeat;
	margin: 24px 0 12px 0;
}

.box h3 {
	height: 30px;
	margin: 0;
	padding: 4px 0 0 12px;
	background-image: url(/chrome/boxright.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	color: #900;
	font-size: 16px;
}

.box p { padding: 0 12px 0 12px; }

/* menu */
#menu a {
	height: 36px;
	display: block;
	text-transform: inherit;
	text-decoration: none;
	text-indent: -9999px;
	font-size: 6px;
	margin: 0;
}

ul#tabs {
	margin: 0;
	padding: 0;
	width: 766px;
	background-color: #000;
	background-image: url(/chrome/tabs.gif);
	background-position: 0 36px;
	position: absolute;
	list-style: none inside;
}

ul#tabs li {
	display: block;
	float: left;
	height: 36px;
	margin: 0;
	padding: 0;
	position: relative;
}

ul#tabs li ul {
	position: absolute;
	display: block;
	left: -9999px;
	list-style: square inside;
	border: 2px solid #900;
	background-color: #333;
	padding: 4px;
	color: white;
	font-size: 11px;
	width: 150px;
	/* non-standard: used for opacity setting: */
	filter: alpha(opacity=92);
	-moz-opacity: 0.92;
	opacity: 0.92;
}

ul#tabs li:hover ul {
	left: 0;
	*left: -40px;
}


li#home { width: 121px; }
li#mlb { width: 85px; }
li#nfl { width: 79px; }
li#nhl { width: 85px; }
li#orderform { width: 126px; }
li#aboutus { width: 104px; }
li#contactus { width: 166px; }
li#home:hover, li#home a.on { background: transparent url(/chrome/tabs.gif) 0 0 no-repeat; }
li#mlb:hover, li#mlb a.on { background: transparent url(/chrome/tabs.gif) -121px 0 no-repeat; }
li#nfl:hover, li#nfl a.on { background: transparent url(/chrome/tabs.gif) -206px 0 no-repeat; }
li#nhl:hover, li#nhl a.on { background: transparent url(/chrome/tabs.gif) -285px 0 no-repeat; }
li#orderform:hover, li#orderform a.on { background: transparent url(/chrome/tabs.gif) -370px 0 no-repeat; }
li#aboutus:hover, li#aboutus a.on { background: transparent url(/chrome/tabs.gif) -496px 0 no-repeat; }
li#contactus:hover, li#contactus a.on { background: transparent url(/chrome/tabs.gif) -600px 0 no-repeat; }

ul#tabs li ul li {
	color: white;
	text-decoration: none;
	font-weight: bold;
	height: 10px;
	float:left;
	clear:left;
	margin: 0 0 2px 0;
	
}

ul#tabs li ul li a {
	color: #ddd;
	text-decoration: none;
	font-weight: bold;
	height: 11px;
	font-size: 11px;
	text-indent: 0;
	display: block;
	width: 145px;
}

ul#tabs li ul li a:hover {
	color: white;
	text-decoration: underline;
}


/* no box in FF */
a:focus { outline-style: none; }
