* {
	margin: 0px;
	padding: 0px;
}
html,body {
	height: 100%;
	width: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	background-color: #CFDDEC;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#wrapper {
	width: 765px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	background-image: url(../images/phoneNumber.gif);
	background-repeat: no-repeat;
	background-position: 514px 56px;
	clear: both;
}
.topLine {
	font-size: 0.9em;
	color: #FFFFFF;
	float: right;
	padding-top: 12px;
}
#mainMenu {
	height: 30px;
	clear: both;
	list-style-type: none;
	margin-left: 200px;
}
#mainMenu li {
	display: block;
	list-style-position: outside;
	float: left;
	height: 30px;
	overflow: hidden;
}
#wrapper #content {
	clear: both;
}
/*set the default styles for the leftContent area*/
#wrapper #content #leftContent {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 445px;
	width: 200px;
	display: block;
	float: left;
	text-align: right;
}
/*select the correct background for the left content area*/
#home #content #leftContent {
	background-image: url(../images/pnl_welcome.jpg);
}
#prices #content #leftContent, #colours #content #leftContent {
	background-image: url(../images/pnl_prices.jpg);
}
#contact #content #leftContent {
	background-image: url(../images/pnl_contact.jpg);
}
#granite #content #leftContent, #slate #content #leftContent, #kitchen #content #leftContent, #pet #content #leftContent, #memorials #content #leftContent{
	background-image: url(../images/pnl_products.jpg);
}
/*hide the subMenu if not in products section*/
#home #content #leftContent #subNav, #prices #content #leftContent #subNav, #contact #content #leftContent #subNav, #colours #content #leftContent #subNav {
	visibility:hidden;
}
/*set the style of the rightContent*/
#wrapper #content #rightContent {
	background-image: url(../images/contentBG.jpg);
	padding: 30px 35px 35px 30px;
	height: 380px;
	width: 500px;
	display: block;
	float: left;
	text-align: left;
}
#prices #content #rightContent {
	background-image: url(../images/contentBGprices.jpg);
	overflow: hidden;
}
#kitchen #content #rightContent {
	background-image: url(../images/contentBGkitchen.jpg);
}
#home #content #rightContent {
	background-image: url(../images/contentBGhome.jpg);
}
#pet   #content   #rightContent    {
	background-image: url(../images/contentBGpet.jpg);
}
#memorials    #content    #rightContent    {
	background-image: url(../images/contentBGmemorials.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 0.8em;
}

#colours #content #rightContent {
	background-image: url(../images/contentBGcolours.jpg);
}
#granite #content #rightContent {
	background-image: url(../images/contentBGgranite.jpg);
	overflow: hidden;
}
#slate #content #rightContent {
	background-image: url(../images/contentBGslate.jpg);
	overflow: hidden;
}
#contact #content #rightContent {
	background-image: url(../images/contentBGcontact.jpg);
}
/*set the default style for the home button*/
.btnHome a {
	background-image: url(../images/mnu_01_norm.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 30px;
	width: 75px;
}
/*set the default style for the products button*/
.btnProducts a {
	background-image: url(../images/mnu_02_norm.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 30px;
	width: 91px;
}
/*set the default style for the prices button*/
.btnPrices a {
	background-image: url(../images/mnu_03_norm.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 30px;
	width: 123px;
}
/*set the default style for the contact button*/
.btnContact a {
	background-image: url(../images/mnu_04_norm.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 30px;
	width: 103px;
}
#granite /*set the main menu button style if one of the products pages is selected*/
 .btnProducts  a, #slate  .btnProducts  a, #kitchen  .btnProducts  a, #pet  .btnProducts  a, #memorials .btnProducts a {
	background-image: url(../images/mnu_02_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 30px;
	width: 91px;
	cursor:default;
}
/*set the style of the home button if we are on home page*/
#home .btnHome a {
	background-image: url(../images/mnu_01_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 30px;
	width: 75px;
}
/*set the style of the home button if we are on prices page*/
#prices .btnPrices a {
	background-image: url(../images/mnu_03_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 30px;
	width: 123px;
}
/*set the style of the home button if we are on contact page*/
#contact .btnContact a {
	background-image: url(../images/mnu_04_over.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	height: 30px;
	width: 103px;
}
/*style submenu ul and li elements*/
#content #leftContent ul {
	list-style-type: none;
	color: #FFFFFF;
	margin-top: 80px;
}
#content #leftContent li a {
	margin-top: 2px;
	padding-right: 10px;
	height: 24px;
	color: #FFFFFF;
	text-decoration: none;
	width: 190px;
	display: block;
	font-size: 0.8em;
	line-height: 23px;
}
/*select submenu item depending upon page selected*/
#granite #content #leftContent #subNav .granite a,
#memorials #content #leftContent #subNav .memorials a,
#slate #content #leftContent #subNav .slate a,
#kitchen #content #leftContent #subNav .kitchen a,
#pet #content #leftContent #subNav .pet a {
	background-color:#FFFFFF;
	cursor:default;
	color: #000000;
}
#footer {
	font-size: 0.7em;
	display: block;
	clear: both;
	padding-right: 5px;
	padding-top: 8px;
}
#footer a {
	color: #000000;
	text-decoration: none;
}

.awd {
	float: right;
}
#rightContent {
	position: relative;
}

#rightContent .pageCopy {
	display: inline;
	float: right;
	height: 380px;
	width: 300px;
	margin-left: 20px;
	overflow: auto;
}
#rightContent .pageCopy h2 {
	font-size: 90%;
	font-weight: bold;
}

#rightContent .pageCopy p, #rightContent .pageCopyHalf p {
	font-size: 0.8em;
	margin-bottom: 8px;
}
#rightContent .pageCopy h1, #rightContent .pageCopyHalf h1 {
	font-size: 0.9em;
	font-weight: bold;
}
#rightContent .pageCopyHalf {

	display: inline;
	float: right;
	height: 380px;
	width: 255px;
	margin-left: 20px;
	overflow: hidden;
}
#contentTable thead td {
	font-size: 0.8em;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 2px;
}
#contentTable tbody td {
	font-size: 0.8em;
	padding: 1px 2px;
}
#contentTable tbody .greyRow {
	background-color: #BBBBBB;
}
#morePhotos .shown {
	display: block;
	height: 139px;
	width: 225px;
	float: left;
}
#morePhotos .hidden {
	visibility: hidden;
	height: 1px;
	width: 1px;
}
#wrapper #colours #content #rightContent .previous img {
	margin-top: 360px;
}
.familyMemorials {
	position: absolute;
	height: 221px;
	width: 361px;
	left: 169px;
	top: 32px;
	overflow: auto;
	line-height: 110%;
}
.familyMemorials p {
	margin-bottom: 12px;
}
