.textBlock {
	border: 1px solid #B5B5B5;
}

#pageTop {
	position: relative;
	height: 500px;
	margin: 0;
	padding: 0;
}
#pageBottom {
	position: relative;
	margin: 0;
	padding: 0;
}

/* OUR TEAMS BLOCK */
#teams {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 210px;
	margin: 0;
	padding: 0;
    overflow: hidden;
}
#teams h2 {
	margin: 0;
	padding: 0;
	color: #ffffff;
	background: #8A8A8A;
	text-align: center;
	height: 1.5em;
	line-height: 1.5em;
	display: block;
	width: 160px;
}
#teams ul {
	font-weight: bold;
	font-size: 11px;
	margin: 5px 0 0 10px;
	padding: 0;
	list-style: none;
}
#teams li {
	list-style: none;
	line-height: 1.8em;
	color: #1C509D;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding: 0;
}
#teams strong {
	color: #000000;
	font-size: 120%;
	margin-right: 10px;
}
#teams li img {
	vertical-align: middle;
}
/* OUR TEAMS BLOCK end */

/* CATALOG REQ BLOCK */
#catalogReq {
	background: #DFDFDF url(http://www.uesports.com/skin/default/cust-form-cat.gif) no-repeat -60px 20px;
	position: absolute;
	top: 0;
	left: 169px;
	width: 200px;
	height: 210px;
}
#catalogReq h2 {
	background: transparent;
	margin: 0;
	padding: 0 0 10px 0;
}
#catalogReq p {
	font-size: 11px;
	line-height: 150%;
	width: 150px;
	position: absolute;
	bottom: 0px;
	right: -10px;
}
#catalogReq a {
	font-size: 20px;
	color: #DD0000;
	background: transparent;
	text-decoration: underline;
	text-align: right;
	display: block;
	width: 190px;
}
#catalogReq a:hover {
	background: transparent;
	color: #9D0000;
	text-decoration: none;
}
#catalogReq strong {
	font-size: 14px;
}
/* CATALOG REQ BLOCK end */

/* SPORT IMAGE */
#sportImage {
	text-align: center;
	width: 227px;
	height: 490px;
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
}
#sportImage h2 {
	margin: 0;
	padding: 0;
	color: #ffffff;
	background: #8A8A8A;
	text-align: center;
	height: 1.5em;
	line-height: 1.5em;
	display: block;
	width: 227px;
}
#sportImage img {
	margin: .2em 0 0 0;
	border: none;
}
/* SPORT IMAGE end */

/* CHALLENGE BLOCK */
#freeChall {
	position: absolute;
	top: 220px;
	left: 0;
	width: 368px;
	height: 270px;
}
#freeChall h2 {
	margin: 0;
	padding: 0;
	color: #ffffff;
	background: #8A8A8A;
	text-align: center;
	height: 1.5em;
	line-height: 1.5em;
	display: block;
	width: 368px;
}
#freeChall p {
	color: #1C509D;
	text-align: center;
	font-size: 11px;
	line-height: 140%;
	margin: 2px 0 5px 0;
}
#freeChall table {
	display: table;
	border-collapse: collapse;
	border: none;
	margin: 0;
	padding: 0;
}
#freeChall th {
	border: none;
	margin: 0;
	padding: 0;
}
#freeChall td {
	color: #6A6A6A;
	font-weight: bold;
	padding-left: 10px;
	font-size: 12px;
	border: none;
	margin: 0;
	padding: 0;
}
/* CHALLENGE BLOCK end */

/* FORM */
#catalogRequestForm {
	color: #343434;
	background: #DFDFDF;
}
#catalogRequestForm h2 {
	margin: 0;
	padding: 0;
	color: #ffffff;
	background: #8A8A8A;
	text-align: center;
	height: 1.5em;
	line-height: 1.5em;
	display: block;
}
#catalogRequestForm fieldset {
	padding: 5px;
	border: none;
	margin: 0;
}
/*#catalogRequestForm strong {
	color: #1C509D;
	font-weight: normal;
}*/
input, textarea {
	padding: .1em .2em .1em .2em;
	border: 1px solid #8A8A8A;
}
select {
	padding: 0 0 0 .1em;
	border: 1px inset;
}
#catalogRequestForm th {
	text-align: right;
	font-weight: normal;
	padding: .1em;
}
#catalogRequestForm td {
	font-weight: normal;
	line-height: 140%;
	padding: .1em;
}
.radio {
	border: none;
}
/* FORM end */