@charset "utf-8";

body  {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #666666;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
ul, h1, p, a {
	padding:0;
	margin:0;
}
#mainContent p
{
	font-size: 90%;
	margin-bottom: 1em;
}

a
{
	font-weight: bold;
	color: #5F7685;
	text-decoration: none;
}
a:hover
{
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}


h1
{
	margin-bottom: 10px;
}


#container {
	width: 950px;
	margin: 25px auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #ffffff;
	-moz-border-radius: 0px 20px 0px 20px;
	-webkit-border-radius: 0px 10px 0px 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
} 
#header
{
	margin-right: 15px;
	margin-left: 15px;
}

#header img
{
	margin-right: 15px;
	margin-left: 15px;
}
#topnav
{
	background-repeat: no-repeat;
	margin-right: 45px;

}
#topnav   ul li
{
	display: inline;
	float: right;
}
#topnav  ul  li a
{
	display: block;
	background-image: url(images/sp-grey-top-nav-button.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 76px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62%;
	text-decoration: none;
	color: #000000;
	padding: 10px 2px 10px 2px;
	text-align: center;
	z-index: 3;
}
#topnav ul li a.oneline
{
	display: block;
	background-image: url(images/sp-grey-top-nav-button.jpg);
	background-repeat: no-repeat;
	height: 27px;
	width: 76px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62%;
	text-decoration: none;
	color: #000000;
	padding: 15px 2px 5px 2px;
	text-align: center;
	z-index: 3;
}

#topnav  ul  li a:hover
{
	background-image: url(images/sp-red-top-nav-button.jpg);
	color: #000000;
}



#mainContent {
	margin: 0 0 0 180px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#mainContent  h1
{
	font-size: 150%;
	color: #647B8A;
}
#mainContent h2
{
	color: #647B8A;
	font-size: 120%;
}
#mainContent h2.white
{
	color: #FFFFFF;
}

#mainContent h2.dark
{
	color: #333333;
}


.introleft
{
	float: left;
	width: 230px;
	margin: 10px 0px 200px 0px;
	-moz-border-radius: 0px 20px 0px 20px;
	-webkit-border-radius: 0px 10px 0px 0px;
	padding:3px 9px 3px 20px;
}
.intro
{
	float: right;
	width: 145px;
	margin: 10px 10px 10px 0px;
	-moz-border-radius: 0px 20px 0px 20px;
	-webkit-border-radius: 0px 10px 0px 0px;
	padding:10px 9px 3px 40px;
	height: 240px;
	background-repeat: no-repeat;
	display: block;

}
.intro  h1, .introleft h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
}

.intro  h1
{
	color:#FFFFFF;
}
.introleft h1
{
	color:#333333;
}


.intro  p, .introleft p
{
	color:#333333;
	font-size: 90%;
	padding: 15px 0 !important 0;
	padding: 0px;
	margin: 1em 0;
	display: block;
}

.home-sport {
	background-color: #EE9687;
	background-image: url(images/sports.jpg);
	text-indent: -9999px;
}
.home-leisure {
	background-color: #b8d598;
	background-image: url(images/leisure.jpg);
	text-indent: -9999px;
}
.home-corp {
	background-color: #87a2d6;
	background-image: url(images/corporate.jpg);
	text-indent: -9999px;
}
.home-children {
	background-color: #c7b7b0;
	background-image: url(images/schoolwear.jpg);
	text-indent: -9999px;
}

.item-short
{
	-moz-border-radius: 0px 20px 0px 20px;
	-webkit-border-radius: 0px 10px 0px 0px;
	float: left;
	background-color: #ACBCC7;
	width: 140px;
	height: 170px;
	margin: 10px;
	padding: 5px;

}
#righthome
{
	-moz-border-radius: 0px 20px 0px 20px;
	-webkit-border-radius: 0px 10px 0px 0px;
	float: right;
	background-color: #FFFFFF;
	width: 430px;
	margin: 10px;
	padding: 5px;
}

.item-short img
{
	border: 4px solid #FFFFFF;
	margin: 5px 0 0 2px;
}
.item-short p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
}
.item-short a
{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}
.item-short a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
#leftdetail
{
	-moz-border-radius: 0px 20px 0px 20px;
	-webkit-border-radius: 0px 10px 0px 0px;
	float: left;
	background-color: #FFFFFF;
	width: 280px;
	margin: 10px;
	padding: 5px;
}
#rightdetail-lower p
{
	font-size: 70%;
}

#leftdetail-lower
{
	-moz-border-radius: 0px 20px 0px 20px;
	-webkit-border-radius: 0px 10px 0px 0px;
	background-color: #D6DEE1;
	width: 270px;
	padding: 5px;
	margin: 5px 0 0 0;
}
#rightdetail
{
	-moz-border-radius: 0px 20px 0px 20px;
	-webkit-border-radius: 0px 10px 0px 0px;
	float: left;
	background-color: #FFFFFF;
	width: 280px;
	margin: 10px;
	padding: 5px;
}
#rightdetail-lower
{
	-moz-border-radius: 0px 20px 0px 20px;
	-webkit-border-radius: 0px 10px 0px 0px;
	background-color: #D6DEE1;
	width: 270px;
	padding: 8px;
	margin: 0;
}







#header {

} 

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 0px 10px;
	background-image: url(images/nav-rear.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#sidebar1 .lowersidebar
{
	background-image: url(images/nav-rear-tail.gif);
	height: 84px;
	margin: 0px;
	padding: 0px;
}

.sport
{
	background-image: url(images/sp-red-nav-strip.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.leisure
{
	background-image: url(images/sp-green-nav-strip.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
.corp
{
	background-image: url(images/sp-blue-nav-strip.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

#sidebar1 ul
{
	font-size: 80%;
	list-style-type: none;
	background-position: left;
	padding: 10px 10px 0px 30px;
}
#sidebar1 li a 
{
	text-decoration: none;
	font-weight: bold;
	color: #333333;

}

#sidebar1 li a:hover
{
	text-decoration: none;
	color: #FF0000;
}
#footer {
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#ffffff;
	margin: 0px 7px 7px 7px;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 70%;
	color: #666666;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#mainContent td
{
	background-color: #D5DCE2;
	border: 2px solid #FFFFFF;
	width: 90px;
	padding: 3px;
	text-align: center;
}
#mainContent li
{
	list-style-position: inside;
	list-style-type: square;
}
