@charset "UTF-8";
/* SteelMaster USA Batting Dome CSS Document by Danielle LeComte danielle@costadesigns.com */

@import "batting-projects.css";

body {
	text-align:center;
	background-color:#000000;
}

h2 {
	color:#FFFF00;
	font-size:14px;
	font-weight:bold;
	margin:1px;
	padding:0;
	text-align:left;
}

#main {
	width:874px;
	margin:0 auto;
}

#main .header {
	background:url(../images/header-bg.jpg) top center no-repeat;
	width:872px;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	height:138px;
}

#contentWrapper {
	background:url(../images/content-bg.jpg) top center repeat-y;
}


#content {
	width:840px;
	margin:0 auto;
	background:url(../images/body-bg.jpg) top center repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#fff;
}

#content p {
	margin:15px 0 8px 0;
	text-align:left;
}

#content p.quote {
	text-align:center;
	font-size:20px;
	line-height:26px;
	width:450px;
}

#content p.quoter {
	text-align:right;
	font-size:12px;
	line-height:18px;
	width:450px;
	font-style:italic;
}
	

#content #nav {
	height:33px;
	background:url(../images/nav-bg.jpg) top center no-repeat;
	text-align:center;
}

#nav ul {
	list-style-type:none;
	height:33px;
	margin:0 auto;
	padding:0;
	margin-left:15px;
}

#nav ul li {
	display:block;
	float:left;
	padding:0;
	border-right:1px solid #fff;
	height:33px;
	text-transform:uppercase;
}

#nav ul li.last {
	display:block;
	float:left;
	padding:0;
	border:0;
}


#nav ul li a {
	display:block;
	float:left;
	color:#000;
	text-decoration:none;
	padding:0px 8px 0 8px;
	height:33px;
	line-height:33px;
	font-weight:bold;
}

#nav ul li a:hover,#nav ul li a.current {
	color:#163566;
	font-weight:bold;
	text-decoration:underline;
}

#content .left {
	float:left;
	width:478px;
	margin:10px 40px 5px 25px;
}

* html #content .left {
	float:left;
	width:478px;
	margin:10px 30px 5px 15px;
}


#content .right {
	float:left;
	margin:10px 0 0 0;
}

#content .all {
	width:800px;
	padding:10px;
}

.all h1 {
	text-align:left;
	font-weight:bold;
	font-size:15px;
	margin:0 0 5px 0;
}

#content ul {
	text-align:left;
}

a:link, a:visited {
	color:#fff;
	text-decoration:underline;
}

a:hover {
	color:#fff;
	text-decoration:none;
}

.features {
	border:6px solid #fff;
	font-family:Verdana;
	font-size:12px;
	line-height:16px;
}

.features .one {
	background-color:#666666;	
	text-align:left;
}

.features .two {
	background-color:#333333;	
	text-align:left;
}

.features h2 {
	font-weight:bold;
	font-size:15px;
	margin:0 0 5px 0;
	text-align:center;
	color:#000;
	text-decoration:underline;
}

.features ul li {
	list-style:none;
	margin:0 0 20px 0;
}


#footer {
	width:874px;
	margin:0 auto;
}

#footer p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#fff;
	margin:8px 0 0 0;
}

#footer a:link, #footer a:visited {
	padding:0 3px 0 3px;
	color:#fff;
	text-decoration:none;
	
}

#footer a:hover {
	text-decoration:underline;
	color:#fff;
}

