a img {border:none;}

a.navlink:link, a.navlink:visited {color: rgb(204, 0, 51); font-size: 10pt}
a.navlink:hover {color: rgb(17, 17, 51)}/* defines colours for navigation links */

a.textlink:link, a.textlink:visited {color: rgb(17, 17, 51); font-size: 10pt}
a.textlink:hover {color: rgb(204, 0, 51)}/* defines colours for text links */

html {overflow-y: scroll;}/* permanently turns on scroll bar (all browsers) */

#Maxwidth {
   width: expression( document.body.clientWidth > 1024 ? "1025px" : "auto" ); /* sets max-width for IE */
   max-width: 1025px; /* this sets the max-width value for all standards-compliant browsers */
}

body {
background-color: rgb(238,238,238);
margin-left: auto;
margin-right: auto;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

table.maintable {/* sets style for main table */
background-color: rgb(160, 170, 200);
width: 100%;border: 1px solid rgb(160, 170, 200);
}

td.lefttxt {/* sets style for text under navigation buttons */
font-size:8pt;
color: rgb(0, 0, 17);
text-align: center;
}

table.texttable {/*Sets colour of content text */
color: rgb(17, 17, 51);
}

h1 {/*Styling for "Bespoke Kitchens and Interiors" at top right of page */
color: rgb(255, 255, 255);
font-size: 1.05em; margin-top: 0px; margin-bottom: 3px;
margin-right: 5px; margin-left: 5px;
white-space: nowrap;
}

.heading {/*Styling for main headings - dark blue*/
color: rgb(51, 51, 119);
}

.sub-head {/*Styling for sub-headings - dark red*/
color: rgb(204, 0, 51);
}

.line {/*Dividing line below buttons on left side*/
border-collapse: collapse;
height: 2;
width: 140;
margin-left:auto;
margin-right:auto;
margin-top: 8;
margin-bottom: 7;
background-color: rgb(255,255,255);
}

hr.bottom-line {/*light blue line at bottom of page*/
color: rgb(204, 221, 255);
background-color: rgb(204, 221, 255);
height: 5px;
border: none
}

p.button img{/*styling for navigation buttons on left hand side*/
height: 26px;
width: 140px;
margin: 8px auto 5px auto;
}

.craft {/*styling for craftsmanship graphic in top left corner*/
height: 70px;
width: 180px
}