body {
    color: #333333;
    font-family: Arial, Verdana, "Times New Roman", sans-serif;
    font-size: 12px;
    background-image: url('images/mainpagebackground.jpg');
    background-repeat: repeat-x;
    background-color: #DCDDDD;
}

a {
    color: #003388;
    text-decoration: underline;
}

a:hover {
    color: #AF0000;
    text-decoration: underline;
}


#mainarea a:focus {
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
     font-family: Georgia, Arial, Verdana, "Times New Roman", sans-serif;
}

h1 {
    font-family: Georgia, Arial, Verdana, "Times New Roman", sans-serif;
    font-size: 13px;
    margin: 0px;
    padding: 0px;
    color: #333333;
}

h2 {
    font-size: 20px;
    margin: 0 0 10px 0;
    padding: 0px;
    color: #AF0000;
}

h3 {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    color: #AF0000;
}

.lightgrey {
    color: #666666;
}

.smaller {
    font-size: 11px;
}

img {
    border: none;
    margin: 0px;
    padding: 0px;
}

.clearleft {
    clear: left;
}

.noclear {
    clear: none;
}

.spacer {
    clear: left;
    height: 10px;
}

#wrap {
    width: 900px;
    border: 1px solid #999999;
    margin-left: auto;
    margin-right: auto;
}

#header {
    height: 243px;
    border-bottom: 1px solid #999999;
    background-color: #FFFFFF;
    overflow: hidden;
    border-bottom: 5px solid #fff;
    position: relative;
}

#header h1 {
    width: 900px;
    height:243px;
}

#header h1 span {
    width: 900px;
    height:243px;
    position: absolute;
    background-image: url('images/header_900.jpg');
}

#logocontainer {
    float: right;
    width: 90px;
    padding-right: 15px;
}

#mybasket {
    width: 167px;
    height: 135px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    float: right;
    background-image: url('images/mybasket.jpg');
    overflow: hidden;
}

#mybaskettext {
    height: 135px;
    overflow: auto;
    text-align: center;
}

#mybaskettext p {
    color: #666666;
    margin-top: 3px;
    margin-bottom: 3px;
}

#mybaskettext img {
    border: 1px solid #666666;
    margin-left: auto;
    margin-right: auto;
}

#subheader {
    text-align: center;
    line-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-image: url('images/subhead_bg.jpg');
    background-position: top;
    background-repeat: repeat-x;
}

#navigationbar {
    height: 25px;
    background: url('images/nav_back.jpg');
    background-repeat: repeat-x;
}

/* --  NAV OPTIONS UNORDERED LIST --*/
#navigationoptions {
	margin: 0px;
	padding: 0px;
}

/* --  NAV OPTIONS LIST ITEMS --*/
#navigationoptions  li{
    list-style: none;
    display: block;
    float: left;
    margin: 0px;
    margin-left: 2px;
    margin-right: 1px;
    border: 1px solid #999999;
    border-bottom: none;
    background-color: #BEBEBE;
    text-align: center;
    font-size: 14px;
    height: 23px;
    overflow: hidden;
}

/* --  HOVER STATES AND ACTIVE NAVIGATION --*/
#navigationoptions  li:hover, #navigationoptions  li.activenavigation {
	background-color: #AF0000;
    color: #FFFFFF;
}

#navigationoptions li.activenavigation a{
    color: #FFFFFF;
}

/* --  NAV OPTIONS LINKS --*/
#navigationoptions li a{
    text-decoration: none;
    color: #333333;
    display: block;
    float: left;
    height: 15px;
    padding: 5px 15px 3px 15px;
}

#navigationoptions li a:hover, #navigationoptions li:hover a{
    text-decoration: none;
    color: #FFFFFF;
    background-color: #AF0000;
}

#mainarea {
    background-image: url('images/main_back.jpg');
    background-repeat: repeat-y;
    background-position: bottom right;
    display: block;
    overflow: hidden;
}

#leftarea {
    width: 680px;
    line-height: 20px;
    margin: 0;
}

#padded {
    padding: 20px;
    position: relative;
}

#rightarea {
    width: 185px;
    padding-top: 15px;
    padding-right: 12px;
    float: right;
    display:inline;
    color: #FFFFFF;
    background-image: url('images/main_back.jpg');
    background-repeat: repeat-y;
    background-position: right;
    padding-bottom: 20px;
}

#rbcontact {
    width: 157px;
    margin-left: 18px;
    font-size: 13px;
    color: #DEDEDE;
}

.rbcontacthead {
    color: #DEDEDE;
    font-weight: bold;
}

#subnav {
    list-style: none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 3px;
}

#subnav li {
    margin: 0px;
    margin-bottom: 5px;
}

#subnav li a {
    display: block;
    padding-left: 18px;
    padding-right: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 160px;
    color: #DEDEDE;
    text-decoration: none;
    border-left: none;
    font-weight: bold;
    background-image: url('images/subnav_back.jpg');
    background-position: top right;
    background-repeat: no-repeat;
}

#subnav li a:hover, #subnav li.activesubnav a {
	color: #AF0000;
        background-color: #FFFFFF;
        width: 160px;
        display: block;
	background-image: url('images/subnav_back_over.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}

#footer {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
    background-color :#bfbfbf;
    color: #333333;
    text-align: center;
    clear: both;
    border-top: 1px solid #bfbfbf;
}

#footer p {
    margin: 0px;
    margin-bottom: 3px;
    padding: 0px;
}

#footer p a {
    padding-left: 10px;
    padding-right: 10px;
    color:#333;
}

#copyrightnoticeetc {
    width: 899px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px;
}

#copyrightnoticeetc a {
    color: #333333;
    text-decoration: underline;
}

#copyrightnoteetc p {
    clear: none;
    float: left;
    width: 800px;
    margin:0;
    padding:0;
}

.imgcontainer {
    margin-bottom: 5px;
    margin-right: 15px;
    margin-top: 0px;
    margin-left: 0px;
    border: 1px solid #666666;
    color: #666666;
    float: left;
    width: 200px;
    overflow: hidden;
    display: block;
    padding: 0px;
}

.imgcontainer img {
    border-bottom: 1px solid #666666;
}

.imgcaption {
    padding: 10px;
    padding-top: 5px;
    font-size: 11px;
    line-height: 12px;
    overflow: hidden;
}

.centred {
    text-align: center;
}

.sectionsummary {
    font-size: 14px;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 5px;
}

.disclaimer {
    font-size: 10px;
}

.fullwidthbox {
    width: 655px;
    border: 1px solid #666666;
    
}

.boxtitle {
    padding-left: 15px;
    padding-top: 3px;
    height: 25px;
    border-bottom: 1px solid #666666;
    background-color: #EFEFEF;
}

.boxfooter {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;
    height: 25px;
    border-top: 1px solid #666666;
    background-color: #EFEFEF;
    text-align: right;
    font-size: 10px;
    clear: left;
}

.boxfooter img {
    margin-left: 15px;
}

.boxfooter a {
    text-decoration: none;
}

.moreinfo {
    float: right;
    padding-right: 15px;
    color: #AF0000;
    font-size: 10px;
}

.moreinfo a {
    text-decoration: none;
}

.price {
    font-size: 14px;
    font-weight: bold;
    float: right;
    padding-right: 15px;
}


.boxdescription {
    padding: 15px;
    overflow: hidden;
}

.boxdescription ul {
    margin: 0px;
    padding: 0px;
    list-style: inside;
}

.thumbnail {
    float: right;
    border: 1px solid #666666;
    margin-left: 15px;
    margin-bottom: 10px;
}

.mainimage {
    float: left;
    border: 1px solid #666666;
    margin-right: 15px;
    margin-bottom: 15px;
}

.borderedimage {
    border: 1px solid #666666;
    margin: 10px;
}

#leftarea ul {
    overflow: hidden;
    text-indent: 20px;
}

.obvious_phone_numbers {
    float:right;
    width: 180px;
    padding: 15px;
    background-color: #F7F7F7;
    border: 1px solid #666666;
}
 
.contact_form {
    float:left;
    width:280px;
    padding:5px;
}
p#breadcrumbs {
    display: block;
    background-color: #eaeaea;
    padding: 5px;
    margin: 2px 0px 10px 0px;
    width: 648px;
}

span.you_are_here {
    color: #AF0000;
}

/** STYLES FOR CONTACT FORM **/

ul#contact-form {
    list-style: none;
    margin: 0;
}

ul#contact-form li {
    background-color: #eaeaea;
    border-top: 1px solid white;
    padding: 5px 5px 5px 0;
    height: 25px;
    overflow: hidden;
    margin: 0;
    text-indent: 15px;
    clear: both;
}

ul#contact-form li.textarea-element {
    height: 150px;    
}

ul#contact-form li.email-element {
    height: 50px;
}

p#divMessage {
    float: left;
    clear: left;
    color: #333333;
    margin: 5px 0 0 170px;
    width: 260px;
    display: inline;
    font-size: 90%;
}

ul#contact-form li label {
    float: left;
    width: 180px;
    color: #AF0000;
}

ul#contact-form li input, ul#contact-form li textarea {
    float: left;
    width: 240px;
}

ul#contact-form li input.button {
    width: auto;
    margin-left: 220px;
}

ul#contact-form li select#nature {
    width: 245px;
    float: left;
}

/** GALLERY **/

ul#gallery {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#gallery li {
    width: 110px;
    height: 85px;
    margin: 5px;
    padding: 0;
    float: left;
}

ul#gallery li img {
    border: 5px solid #eaeaea;
}

div#related-pages {
    clear: both;
    margin-top: 10px;
    padding: 15px;
    background-color: #eaeaea;
}

div#related-pages ul {
    list-style: none;
}

div#related-pages ul li {
    background-image: url('images/related-page.gif');
    background-position: left;
    background-repeat: no-repeat;
    line-height: 20px;
}