body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
/*	background-image:url(../images/background.jpg);
	background-repeat:repeat; */
}
#main {
position:relative;
width:810px; 
margin:0px auto;
background-color:#FFFFFF;
}

a:link { text-decoration: none; }
a:visited { text-decoration: none; }
a:hover {color: black; text-decoration: underline; }

.style2 {
	font-size: 18px;
	font-weight: bold;
}

.header {
width:800px;
}

ul { list-style-image:url(../images/tick.jpg);
}

li {padding:10px 0px 0px 0px;}


.menu {
width:800px;
background-image:url(../images/menu-bg.jpg);
background-repeat:no-repeat;
vertical-align:middle;
padding:8px 10px 5px 10px;
color:#FFFFFF;
font-weight:bold;
}

.menu a:link {color: white; text-decoration: none; }
.menu a:visited {color: white; text-decoration: none; }
.menu a:hover {color: black; text-decoration: underline; }
.menu a:active {color: white; } 

.strapline a:link {color: white; text-decoration: underline; font-weight: bold;}
.strapline a:visited {color: white; text-decoration: underline; font-weight: bold }
.strapline a:hover {color: #999999; text-decoration: underline; }
.strapline a:active {color: white; } 

.strapline{
width:800px;
background-color:#FFFFFF;

}

.leftHome{
float:left;
width:150px;
background-color:#FFFFFF;

}

.middleHome{
float:left;
width:440px;
padding: 5px 0px 0px 10px;
background-color:#FFFFFF;

}

.rightHome{
float:left;
width:180px;
font-size:10px; 
padding: 10px 25px 5px 5px;
border-left:0px solid black;
background-color:#FFFFFF;

}

.leftProduct{
width:110px;
float:left;
text-align:right;
padding-right:10px;
padding-top:10px;
border-right:0px solid #000000;
color:#000066;
font-weight:bold;
background-color:#FFFFFF;
}

.leftProduct a:link {color: #000066; text-decoration: none; }
.leftProduct a:visited {color: #000066; text-decoration: none; }
.leftProduct a:hover {color: #000066; text-decoration: underline; }
.leftProduct a:active {color: #000066; } 

.rightProduct{
width:460px;
float:left;
padding-left:10px;
padding-top:10px;
background-color:#FFFFFF;
}

.farrightProduct{
width:124px;
float:left;
padding-left:10px;
padding-top:10px;
background-color:#FFFFFF;
}

.footer{
width:800px;
}


.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

.quote {
background-image:url(../images/qbackground.jpg);
background-repeat:no-repeat;
background-position:center;
height: 100%;
color:#FFFFFF;
padding-bottom:8px;
padding-top:8px;
padding-left:8px; padding-right:8px;}


.footerText {font-size: 9px; padding-top:20px; color:#666666}