/* CSS Document */

body {
padding: 0px;
margin: 0px;
background-color:#FFFFFF;
font-family:"Arial", "Tahoma";
}

/* Holds all the content */
.container {
padding: 0px;
margin: 0px;
width: 780px;
}

/* Holds the content of the banner */
.banner {
float:left;
padding: 0px;
margin: 0px;
width: 780px;
height: 47px;
background-color:#FFFFFF;
}

/*Holds Shopping basket, flags and search bar */
.bannerImage {
float: left;
padding-top:0px;
margin: 0px;
width: 308px;
height:47px;
color: #7B6C6C;
text-align:right;
background-image:url(../images/bannerimage.jpg);
background-position:bottom;
background-position:right;
background-repeat:no-repeat;
}


/*Holds Shopping basket, flags and search bar */
.bannerText {
float:left;
padding-top:20px;
margin: 0px;
width: 779px;
height:27px;
font-size: 10px; 
color: #7B6C6C;
text-align:right;
}

.bannerText img{
vertical-align:text-bottom;
border:none;
}

.bannerText a{
text-decoration:none;
color: #7B6C6C;
}

.bannerText a:hover{
text-decoration:none;
color: #78291A;
}

.bannerText form {
display:inline;
margin:0px;
}

.bannerText input {
font-family:"Gill Sans MT", Arial;
font-size:12px;
vertical-align:text-bottom;
border:none;
background-color:#CCCCCC;
color:#333333;
vertical-align:baseline;	
}

/* Container for navigation bar*/
.navigation {
float: left;
margin: 0px;
padding: 0px;
width: 780px;
height:34px;
font-size: 11px;
color:#FFFFFF;
font-weight:bold;
background-color:#000000;
}

.navigation a{
text-decoration:none;
color:#FFFFFF;
}

.navigation a:hover{
text-decoration:none;
color:#7B6C6C;
}

/*Home Link container*/
.home {
float: left;
margin: 0px;
padding-top: 11px;
padding-left: 10px;
padding-right: 10px;
padding-bottom:0px;
height:23px;
color: #FFFFFF;
text-align:left;
}

/*Catalogue Link container*/
.catalogue {
float: left;
margin: 0px;
padding-top: 11px;
padding-left: 10px;
padding-right: 10px;
padding-bottom:0px;
height:23px;
color: #7B6C6C;
text-align:left;
}

/*About Link container*/
.about {
float: left;
margin: 0px;
padding-top: 11px;
padding-left: 10px;
padding-right: 10px;
padding-bottom:0px;;
height:23px;
color: #7B6C6C;
text-align:left;
}

/*Contact Link container*/
.contact {
float: left;
margin: 0px;
padding-top: 11px;
padding-left: 10px;
padding-right: 10px;
padding-bottom:0px;
height:23px;
color: #7B6C6C;
text-align:left;
}

/*Showrooms Link container*/
.showrooms {
float: left;
margin: 0px;
padding-top: 11px;
padding-left: 10px;
padding-right: 10px;
padding-bottom:0px;
height:23px;
color: #7B6C6C;
text-align:left;
}

/*Customer Services Link container - Currently not used*/
*.cServices {
float: right;
margin: 0px;
padding-top: 11px;
padding-left: 10px;
width: 185px;
height:23px;
background: #78291A;
color: #7B6C6C;
text-align:left;
}

/*Container for image in the center of the page*/
.mainImage {
float:left;
padding: 0px;
margin: 0px;
width: 780px;
height: 475px;
}

/* Top Left Section of the main image*/
.mainTopLeft {
float:left;
padding: 0px;
margin: 0px;
width: 199px;
height: 199px;
background-image:url(../images/main-topleft.jpg); 
background-repeat:no-repeat
}

/*Top Right section of the main image*/
.mainTopRight {
float:left;
padding: 0px;
margin: 0px;
width: 581px;
height: 199px;
background-image:url(../images/main-topright.jpg); 
background-repeat:no-repeat;
}

/*Bottom section of the main image that includes the text*/
.mainBottom {
float:left;
padding-top: 185px;
padding-left: 10px;
padding-right: 10px;
margin: 0px;
width: 760px;
height: 90px;
font-size:12px;
font-weight:bold;
color:#000000;
text-align:left;
background-image:url(../images/main-bottom.jpg); 
background-repeat:no-repeat;
}

/*Container for the links in the footer of the page*/
.footerLinksContainer {
float:left;
padding:0px;
margin: 0px;
width: 780px;
font-size: 10px;
color: #7B6C6C;
text-align:left;
}

.footerLinksContainer a{
text-decoration:none;
color: #7B6C6C;
}

.footerLinksContainer a:hover{
text-decoration:none;
color: #78291A;
}

/*CSS for the home link in the footer section that has no left padding*/
.homefooterLinks {
float:left;
padding-top: 15px;
padding-left: 0px;
padding-right: 5px;
margin: 0px;
font-size: 9px;
color: #7B6C6C;
text-align:left;
}

/*CSS for the rest of the fotter links*/
.footerLinks {
float:left;
padding-top: 15px;
padding-left: 5px;
padding-right: 5px;
margin: 0px;
font-size: 9px;
color: #7B6C6C;
text-align:left;
}

/*CSS for the offers footer link that has no right padding*/
.footerOffersLink {
float:right;
padding-top: 15px;
padding-left: 0px;
margin: 0px;
font-size: 9px;
color: #FFFFFF;
text-align:left;
}

.footerOffersLink a {
padding-left:5px;
padding-right:5px;
color: #FFFFFF;
background-color: #FF0000;
}

.footerOffersLink a:hover {
padding-left:5px;
padding-right:5px;
color: #78291A;
background-color: #7B6C6C;
}

