html {


}

.hidenorm {
	display: none;
}

body {
    font-family: arial,tahoma,sans-serif;
    font-size: 9pt;
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    margin: 0;

}

h1 {


}

h2 {

}

h3 {


}

p, li {
    line-height: 130%;
}

p {
    margin: 5px 0  15px 0;
}


/*
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    margin: 0;
    padding: 0;

}*/

img {
    border: 0;
}

.clear {
    clear: both;
    height:0;
}

.left {
    float: left;
}

.right {
    float: right;
}


.accessibility {
    float:right;
}

.accessibility a {
    color:#000;
    text-decoration:none;
    margin:0 7px;
}


/* Table Styles */
table td {
    padding:5px;
}

table td img {
}

/* Whole Site Styles */

#wrap {

    width: 800px;
    margin: 0 auto;
}

#header {

}

#header-top {
    font-size: 0;
}

#header-top img{
    padding:0;
    margin: 0;
    }

#header-bottom {
    background: #293;
    height:26px;
    float:left;
    width:100%;
}

#header-bottom .left {
    background-color: #000;
    color: #fff;
    padding: 5px;
    width: 155px;
    height:16px;
}

#header-bottom .right {
    background-color: #fef200;
    padding:5px;
    text-align:left;
    width:625px;
    height:16px;
}

#mainnav {

}

#mainnav li{
    display: inline;
    padding: 0 12px;
}



#content {
    float:left;
    margin: 15px 0;
    display:inline;
}

#bookmarks {
    padding-top: 10px;
    text-align: right;
    float:right;
}

#bookmarks ul li{
    padding: 2px 0 2px 20px;
    margin: 0 0 0 20px;
    display: inline;
}
#bookmarks ul li.share {

    background: transparent url(../images/share-logo.gif) no-repeat scroll 0 0;
}
#bookmarks ul li.bookmark {

    background: transparent url(../images/bookmark-logo.gif) no-repeat scroll 0 0;
}
#bookmarks ul li.send {
    background: transparent url(../images/mail-logo.gif) no-repeat scroll 0 0;
}


#bookmarks ul li img {
    padding-top: 5px;
    vertical-align: text-top;
}

#footer {
    float:left;
    width:100%;
    background-color: #fef200;
    padding: 5px;
}

/*#footer ul li {
    display: inline;
    padding: 0 12px;
}*/

/* Page Styles */


/* Homepage */

#home-content p {
    margin:5px 0;
}

#main-text {
    float:left;
    background:#fff200 url('../images/home-main.gif');
    background-repeat: no-repeat;
    width: 525px;
    overflow: auto;
    margin-right: 18px;
    display:inline;
    margin-bottom:10px;
}

#main-text-bottom {
    background:url('../images/main-text-bottom.gif') bottom no-repeat;
    min-height:161px;
}

#main-text .text {
    width:345px;
    padding: 10px;
}

#search {
    float:left;
    background: url('../images/search-bg.jpg') no-repeat;
    width: 237px;
    height: 140px;
    overflow: hidden;
    color: #fff;
    padding: 10px;
}

#search input {
    float:right;
    clear:both;
    border: 0;
    padding:2px 0 2px 2px;
    margin:0 0 5px 0;
    display:inline;
}

#search form input#submit {
    background: none;
    color: #fff;
    padding: 5px 0;
    font-size: 100%;
    margin-bottom: 5px;
    display:inline;
}

#search h2 {
    font-weight:normal;
    font-size:1.2em;
    margin:0;
}

#search p {
    line-height: 130%;
}

#sections .section {
    float:left;
    width: 235px;
    height: 145px;
    margin: 0px 17px 10px 0;
    padding: 10px;
    color: #fff;
    overflow: hidden;
    font-size:1.0em;
    display:inline;
}

#sections .section h2 {
    font-size: 200%;
    padding: 0;
    margin: 0;
}

#sections .section h2 a {
    color: #fff;
}

#sections .section .subtitle{
    font-size: 150%;
    padding:0;
    margin:0;
    padding-bottom: 10px;
}

#sections .section p {
    line-height: 130%;
    padding-right: 90px;
}

/*General Page Layout */

#page-content {
    padding:15px 0;
}

#page-content li {
    margin:5px 0;
}

#page-layout{
    background: #fff url('../images/page-bg.jpg') repeat-y;
    float:left;
}

.children-content h1{
    font-family: Helvetica, Arial, sans-serif;
}

#left {
    float:left;
    width:165px;
}

#subnav {
    list-style:none;
}

#subnav a, #sections a {
    color: #000;
    text-decoration: none;
}

#subnav a:hover, #right a:hover, #sections a:hover {
    text-decoration: underline;
}

#subnav li {
    background-color: #e3e3e1;
    border-bottom: 5px solid #930;
    margin-bottom: 5px;
    padding: 5px 5px 0 10px;
}

.register {
    padding: 7px;
}

#middle {
    float:left;
    padding: 0 10px;
    width: 442px;
    overflow-x:hidden;
}

#middle h1 {
    border-bottom: 5px solid #fef200;
}

#calltoactions {

    }

#calltoactions .cta{
    float:left;
    margin-right: 22px;
    margin-bottom: 20px;
    display:inline;
}

#children-cta {


}

#children-cta .cta {
   margin-bottom: 20px;
   font-size: 0;

}


#children-cta .cta img {
    padding:0;
}

#right {
    float:left;
    width: 173px;
}

#right .search {
    padding:15px 15px 15px 15px;
    background: url(../images/mini-search-bg.jpg) no-repeat #000;
}

.children-content #right .search {
    background: #000;
}

#right .search input {
    float:right;
    clear:both;
    border: 0;
    width:143px;
}

#right .search form input#submit {
    background: none;
    color: #fff;
    padding: 5px 0 0 0;
    font-size: 90%;
}



/* bespoke page styles */

#contact {
    padding: 10px 0 20px 0;
}

#contact .field {
    padding: 10px 0;
}

#contact .field label {
    float:left;
}

#contact .field input{
    float:right;
    width: 260px;
}

#contact .button {
   padding: 10px 0;
}

#contact .button input {
    width: 100px;
    float:right;
    margin-left: 10px;
    display:inline;
}

/* bikers */
#bikers-cta img {
    float:left;
    margin:0 6px 6px 0;
}


/* Social */

#social {
    float:right !important;
    width:auto !important;
}


#middle .mediacentre-article h1 {
    margin-bottom: 10px;
    font-size: 1.6em;
}

