/*	general styles
---------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #0e0e0e;
	background-color: #040C3D;
}

body,div,span,p,th,td,input,textarea,select {
	font-size: 11px;
	line-height: 18px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4 {
	margin: 0;
	padding: 5px 20px;
	color: #fff;
	background-color: #17247C;
	text-transform: uppercase;
}

h1 {
	font-size: 1.5em;
	background: #17247C url(../images/h1-back.gif) no-repeat;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.1em;
}

h4 {
	font-size: 1.0em;
}

a {
	color: #fff;
	text-decoration: none;
}

a img {
	border: none;
}

img.bordered {
	border: 1px solid #17247C;
}

p {
	padding: 5px 20px;
}

#container,#footer {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

#container {
	border: 5px solid #fff;
	background-color: #fff;
	background-color: #17247C;
}

#left {
	float: left;
	width: 185px;
}

#nav {
	background: #3D499F url(../images/logo.jpg) no-repeat;
	padding-top: 65px;
	border-top: 5px solid #fff;
}

#nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	padding: 3px 5px 3px 10px;
	border-bottom: 2px solid #fff;
}

#nav ul li a {
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
}

#nav ul li a:hover,#nav ul li a.current {
	color: #BCC4F5;
}

#news-display {
	height: 120px;
}

#news-display p {
	padding: 0 5px 0 10px;
}

#right {
	float: left;
	width: 560px;
	border-left: 5px solid #fff;
}

#banner {
	width: 560px;
	height: 273px;
}

#banner img {
	display: none;
	position: absolute;
}

#content {
	background-color: #fff;
	background-color: #E3DFDF;
	min-height: 500px;
}

/* IE 6 Fix */
* html #content {
	height: 500px;
}

#content h1 {
	border-top: 5px solid #fff;
}

#content p {
	background-color: #e3dfdf;
	margin: 0;
}

#content p.h3 {
	font-size: 1.1em;
	font-weight: bold;
	border-top: 1px solid #fff;
}

#content a {
	color: #8F8888;
}

#content a:hover {
	color: #8C8318;
}

#content a.link,#content a.current {
	padding: 1px 3px;
}

#content a.current {
	color: #8C8318;
	font-weight: bold;
}

p.date {
	color: #8C8318;
}

p.back {
	border-top: 1px solid #fff;
}

p.numbers span {
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px 10px;
	border: 1px solid #17247c;
	background-color: #fff;
}

.match-report {
	border-bottom: 2px solid #fff;
}

.match-report h2 {
	color: #8C8318;
	background: #E3DFDF url(../images/h2-back.gif) no-repeat;
}

#bar {
	width: 750px;
	height: 28px;
	background: #040c3d url(../images/bottom-bar.jpg) no-repeat;
	border-top: 5px solid #fff;
}

/*	gallery
------------------------ */
table.gallery {
	width: 100%;
}

table.gallery td {
	vertical-align: middle;
	text-align: center;
	border: 1px solid #8C8318;
	padding: 5px;
}

/*	forms
------------------------ */
form {
	width: 95%;
}

table.form {
	margin: 5px 0 0 0;
	width: 100%;
	border-collapse: collapse;
}

table.form tr.on {
	background-color: #e3dfdf;
}

table.form tr.off {
	background-color: #fff;
}

table.form th,table.form td {
	padding: 5px;
	vertical-align: top;
}

table.form th {
	color: #fff;
	background-color: #17247C;
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}

table.form td.left {
	text-align: right;
	width: 145px;
}

table.form td a {
	color: #040C4B;
}

table.form td a:hover {
	color: #0e0e0e;
}

table.form th.title,table.form td.title {
	width: 40%;
}

input,textarea,select {
	width: 99%;
}

textarea {
	height: 150px;
}

input.submit {
	color: #fff;
	background-color: #521807;
	text-align: center;
	border: 1px solid #fae3e8;
	width: 150px;
	padding: 1px 0;
}

input.cb {
	width: 15px;
}

/*	footer area
---------------------------------------- */
#footer {
	font-size: 0.9em;
	color: #fff;
	padding: 10px 0;
}

#footer #splash {
	font-size: 0.9em;
	color: #fff;
	float: right;
}

#footer a {
	color: #fae3e8;
}

#footer a:hover {
	color: #fff;
}

#footer img {
	float: right;
}

/* clearfix to handle floats
---------------------------------------- */
.clearfix {
	clear: both;
}

/* images and product sections
---------------------------------------- */
.images {
	text-align: center;
}

.images img {
	float: left;
	margin: 5px;
	border: 1px solid #8C8318;
}

.product {
	clear: both;
}

.product img {
    margin: 5px;
    border: 1px solid #8C8318;
}

.product table {
	width: 60%;
	margin: 5px;
	border-collapse: collapse;
}

.product table th {
	color: #fff;
	background-color: #17247C;
	font-weight: bold;
	text-align: center;
}

.product table th,.product table td {
	padding: 2px;
	border: 1px solid #17247C;
	width: 50%;
}