/* K-BALL CSS */


div#contents{
	padding-top: 10px;
	background: url(./img/k-ball_mid.gif) center top repeat-y;
	overflow: auto;
	color: #ffffff;
}

h1{
	background: #000000 url(./img/kball_logo.gif) left top repeat-x;
	margin-left: 35px;
	width: 200px;
	height: 60px;
	text-indent: -1000.0em;
}

h2{
	background: #ffcf01 url(./img/lineup_bg.gif) left top repeat-x;
	color: #000000;
	margin: 10px 35px;
	
	}

h3{
	color: #ff0000;
}

#contents p{
	text-indent: -1000.0em;
	text-align: left;
	background: #000000 url(./img/kball-top.jpg) center top no-repeat;
	width: 930px;
	margin: 0 35px;
	height: 450px;
}


dl{
	clear: both;
	border: 1px solid #409a7e;
	background-color: #222222;
	margin: 10px 35px;
}

dl dt{
	color: #ffffff;
	background: #409a7e url(./img/product_data_bg.gif) left top repeat-x;
	font-weight: bold;
}

dl dd{
	padding: 3px 0;
}

dl dd span{
	color: #ff0000;
	font-weight: bold;
}

ul#products{
	list-style: none;
	margin: 0 35px;
}

ul#products li{
	width: 150px;
	float: left;
}


ul#copy{
	clear: both;
	list-style: none;
	color: #ffffff;
	margin: 10px 20px 0 0;
}
