/* CSS Document */

/*Holds Shopping basket, flags, Bruton Logo and search bar */
.bannerText {
float: right;
padding-top:20px;
margin: 0px;
width: 780px;
height:27px;
font-size: 10px; 
color: #7B6C6C;
text-align:right;
background-image:url(../images/bannerimage.jpg);
background-position:left;
background-repeat:no-repeat;
}

/*Container for image in the center of the page*/
.mainContent {
float:left;
padding: 0px;
margin: 0px;
width: 780px;
background-color:#666666;
background-image:url(../images/left_navig_logo.jpg);
background-position:bottom right;
background-repeat:no-repeat;
}

/* Top Left Section of the main image*/
.mainLeft {
float:left;
padding: 0px;
margin: 0px;
width: 595px;
background-color:#FFFFFF;
}

/*Top Right section of the main image*/
.mainRight {
float:left;
padding: 0px;
margin: 0px;
width: 185px;
background-color:#666666;
}

/*Container for banner below navigation bar*/
.contentBannerTop{
float:left;
padding:0px;
margin:0px;
width:595px;
height:135px;
}

/*Container that holds all the product catagorys*/
.catagories{
float:left;
padding-left: 0px;
margin: 0px;
width: 595px;
background-color:#FFFFFF;
}
/*Container for product catagory*/
.productCategoryBoxCatalogue{
float:left;
padding:0px;
margin:0px;
width:197px;
height:180px;
background-color:#FFFFFF;
border-right:#999999;
border-right-style:dashed;
border-right-width:1px;
border-bottom:#999999;
border-bottom-style:dashed;
border-bottom-width:1px;
}

/*Container for product catagory image text*/
.productCategoryImageCatalogue{
float:left;
padding-top:3px;
margin:0px;
width:197px;
height:110px;
background-color:#FFFFFF;
}

/*Container for product catagory title text*/
.productCategoryTitleCatalogue{
padding-left:5px;
padding-top:1px;
float:left;
margin:0px;
width:180px;
height:20px;
background-color:#FFFFFF;
font-size:12px;
font-weight:bold;
text-align:left;
}

/*Container for product catagory information text*/
.productCategoryTextCatalogue{
padding-left:5px;
padding-top:2px;
float:left;
margin:0px;
width:170px;
height:40px;
background-color:#FFFFFF;
font-size:11px;
text-align:left;
}


/*Container for online catalogue link in right navigation*/
.rightNavigOnlineCatalogue{
float:right;
padding-top:20px;
margin:0px;
width: 160px;
font-size:12px;
height: 20px;
border-bottom:#999999;
border-bottom-style:dashed;
border-bottom-width:1px;
text-align:left;
color:#FFFFFF;
font-weight:bold;
}

.rightNavigOnlineCatalogue a{
text-decoration:none;
color:#FFFFFF;
}

.rightNavigOnlineCatalogue a:hover{
text-decoration:none;
color:#a28573;
}

/*Container for rest of links in right navigation*/
.rightNavigLink{
float:right;
padding-top:5px;
margin:0px;
width: 160px;
font-size:11px;
height: 20px;
border-bottom:#999999;
border-bottom-style:dashed;
border-bottom-width:1px;
text-align:left;
color:#FFFFFF;
}

.rightNavigLink a{
text-decoration:none;
color:#FFFFFF;
}

.rightNavigLink a:hover{
text-decoration:none;
color:#a28573;
}