/* 
	***********
	* GENERIC *
	***********
*/

body 
{
    font: 75% "Trebuchet MS", Arial, Helvetica, sans-serif;
    background: url(images/body-bg.jpg) top left repeat-x;
}

#wrapper
{
    width: 860px;
    margin: 0 auto;
}

#header
{
    width: 860px;
    overflow: hidden;
}

#header h1
{
    width: 164px;
    height: 164px;
    background: url("images/cheshire-jets-logo.gif") top left no-repeat;
    float: left;
}

#header h1 span
{
    display: none;
}

#header #small-nav
{
    float: right;
    margin-top: 10px;
    overflow: hidden;
}

#header #small-nav ul
{
    list-style: none;
    width: 280px;
}

#header #small-nav ul li a
{
    float: left;
    text-indent: -9999px;
    padding: 0 15px;
    background: url("images/small-nav-divider.png") right no-repeat;
}

#header #small-nav li.about-us a
{
    background: url("images/about-us-top.png") top left no-repeat;
    width: 58px;
    height: 16px;
}

#header #small-nav li.about-us a:hover
{
    background: url("images/about-us-top-f2.png") top left no-repeat;
}

#header #small-nav li.news a
{
    background: url("images/news-top.png") top left no-repeat;
    width: 35px;
    height: 16px;
}

#header #small-nav li.news a:hover
{
    background: url("images/news-top-f2.png") top left no-repeat;
}

#header #small-nav li.player-news a
{
    background: url("images/player-news-top.png") top left no-repeat;
    width: 77px;
    height: 19px;
}

#header #small-nav li.player-news a:hover
{
    background: url("images/player-news-top-f2.png") top left no-repeat;
}

#header #main-nav {
    float: left;
    overflow: hidden;
    margin-top: 55px;
    margin-left: 55px;
}

#header #main-nav ul
{
    list-style: none;
    width: 620px;
}

#header #main-nav ul li a
{
    float: left;
    text-indent: -9999px;
    margin: 0 25px;
}

#header #main-nav ul li.home a
{
    background: url("images/home-main.png") top left no-repeat;
    width: 67px;
    height: 32px;
    margin-top: 24px;
}

#header #main-nav ul li.home a:hover
{
    background: url("images/home-main-f2.png") top left no-repeat;
    width: 67px;
    height: 32px;
    margin-top: 23px;
}

#header #main-nav ul li.training a
{
    background: url("images/training-main.png") top left no-repeat;
    width: 85px;
    height: 50px;
    margin-top: 22px;
}

#header #main-nav ul li.training a:hover
{
    background: url("images/training-main-f2.png") top left no-repeat;
    width: 85px;
    height: 50px;
}

#header #main-nav ul li.fixtures a
{
    background: url("images/fixtures-main.png") top left no-repeat;
    width: 127px;
    height: 69px;
    margin-top: 10px;
}

#header #main-nav ul li.fixtures a:hover
{
    background: url("images/fixtures-main-f2.png") top left no-repeat;
    width: 127px;
    height: 69px;
}

#header #main-nav ul li.contact a
{
    background: url("images/contact-us-main.png") top left no-repeat;
    width: 134px;
    height: 32px;
    margin-top: 24px;
}

#header #main-nav ul li.contact a:hover
{
    background: url("images/contact-us-main-f2.png") top left no-repeat;
    width: 134px;
    height: 32px;
}

#content
{
    width: 860px;
    padding-top: 40px;
    overflow: hidden;
}

#content #left
{
    float: left;
    width: 635px;
    overflow: hidden;
}

#content #left #main-column
{
    width: 635px;
}

#content #left #main-column h2
{
    font-size: 22px;
    border-bottom: 5px solid #000;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#content #left #main-column p
{
    margin: 10px 0;
}

#content #left #main-column p.title
{
    font-weight: bold;
    font-size: 1.1em;
    border-bottom: 1px solid #000;
}

#content #left #main-column ul
{
    list-style: disc;
    margin-left: 20px;
}

#content #left #main-column ul li a
{
    color: #000;
}

#content #left #main-column ol li
{
	list-style-type: decimal!important;
	margin-left: 20px;
}

#content #left #main-column form legend
{
    display: none;
}

#content #left #main-column .form-field
{
    margin: 10px 0;
}

#content #left #main-column form label
{
    width: 100px;
    float: left;
}

#content #left #main-column form input[type="text"]
{
    width: 250px;
}

#content #left #main-column form textarea
{
    width: 254px;
    height: 75px
}

#content #left .column
{
    float: left;
    width: 300px;
    margin-top: 20px;
    margin-right: 35px;
}

#content #left .last
{
    margin-right: 0!important;
}

#content #left .column h3
{
    font-size: 16px;
    padding-bottom: 5px;
    border-bottom: 5px solid #000;
    margin-bottom: 10px;
}

#content #left .column p
{
    margin: 10px 0;
}

#content #right
{
    float: right;
    width: 179px;
    padding-top: 50px;
}

.footer
{
    margin-top: 15px;
    margin-bottom: 15px;
    width: 860px;
    border-top: 5px solid #000;
    padding-top: 5px;
}

.footer a
{
    color: #000;
}
