/* object stuff here */

/* hides the second object from all versions of IE */
* html object.mov {
	display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
	display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
	display/**/: none;
}

/* main body background and font style */

body {
	margin:0px 0px 0px 0px;
	background-color: #ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-image: url(images/mymug.png);
	background-repeat: no-repeat;
	background-position: left top;
		}
	

	
a {
	font-weight: bold;
	text-decoration: none;
	color: #996699;
	font-size: 12px;
}
a:hover {
	text-decoration: underline;
	color: #663366;
}
a:active {
	text-decoration: none;
	color: #996699;
}

a:visited {
	color: #996699;
	text-decoration: none;
}


.phone {
	font-size: 24px;
	font-weight: bold;
	color: #996699;
}
.copyright {
	font-size: 10px;
}
.pagename {font-size: 14px;
	font-weight: bold;
	color: #996699;}
	
.imageborder {
	border: 1px solid #996699;
}
.strapline {
	font-size: 12px;
	font-weight: bold;
	color: 996699;
}