img, div { behavior: url(iepngfix.htc) }

.left { float:left; }
.right { float:right; }
.clr { clear:both; font-size:0; height: 0; }
.no-bg { background: none !important; }

body { 
	margin:0px;
	padding:0px;
	background-image:url(../images/body-bg3.jpg);
	background-position:top left;
	background-repeat:repeat;
	font-family:"Lucida Sans Unicode", Arial , sans-serif;
	font-weight:normal;
	font-size:13px;
}

#body-container a {
	color:#6087ac;
    text-decoration:none;
}	

#body-container a:hover {
	color:#9c4334;
    border-bottom:1px dotted #86608d;
}	

h1 {
	font-family:"Lucida Sans Unicode", Arial , sans-serif;
	font-size:16px;
	font-weight:bolder;
	color:#9c4334;
}

h2 {
	font-family:"Lucida Sans Unicode", Arial , sans-serif;
	font-size:15px;
	font-weight:bolder;
	color:#715376;
}

h3 { 
	font-family:"Lucida Sans Unicode", Arial , sans-serif;
	font-size: 16px; 
	font-weight: bolder; 
	color: #715376; 
}

h3 span { 
	font-weight: bold; 
	color: #eb1010; 
}

p {
	font-family:"Lucida Sans Unicode", Arial , sans-serif;
	font-size:13px;
	font-weight:100;
	color:#333;
}

#global-wrapper {
	width:100%;
	margin:0px;
	padding:0px;
}

#logobox-wrapper {
	width:900px;
	margin:0px auto;
	height:80px;
	text-align:left;
	line-height:80px;
	color:white;
}

#menu-shadow {
	width:920px;
	margin:0px auto;
	background-image:url(../images/menu-shadow-bg.png);
	background-position:top center;
	background-repeat:no-repeat;
	height:50px;
	padding:10px 0px 0px 0px;
}

#menu-container {
	width:900px;
	margin:0px auto;
	height:50px;
    background-color:#b3a791;
}

	#menu-container ul {
		list-style:none;
		margin:0px;
		padding:0px;
		width:900px;
		height:50px;
	}
	
	#menu-container ul li {
		list-style:none;
		width:180px;
		height:50px;
		float:left;
	}
    
    #menu-container ul #btn1 { width:150px; }
    #menu-container ul #btn2 { width:150px; }
    #menu-container ul #btn3 { width:150px; }
    #menu-container ul #btn4 { width:150px; }
    #menu-container ul #btn5 { width:150px; }
    #menu-container ul #btn6 { width:150px; }
    #menu-container ul #btn130 { width:130px; }
    #menu-container ul #btn120 { width:120px; }
	
	#menu-container ul li a {
		display:block;
		height:50px;
		background-image:url(../images/menu-item-bg.jpg);
		background-position:0 0;
		background-repeat:no-repeat;
		line-height:50px;
		text-align:center;
		font-family:"Segoe UI",Arial,sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#65512b;
		border-right:1px solid #b3a791;
		border-left:1px solid #fffcf4;
		text-decoration:none;
	}
	
	#menu-container ul li a:hover {
		background-position:-300px 0;
	}
	
	#menu-container ul .selected a {
		display:block;
		height:50px;
		background-image:url(../images/menu-item-bg-selected.jpg);
		background-position:0 0;
		background-repeat:no-repeat;
		line-height:50px;
		text-align:center;
		font-family:"Segoe UI",Arial,sans-serif;
		font-size:12px;
		font-weight:bold;
		color:#555;
		border-right:1px solid #b3a791;
		border-left:1px solid #fffcf4;
		text-decoration:none;
	}
	
	#menu-container ul .selected a:hover {
		background-position:0 0;
		text-decoration:underline;
	}
    
    #menu-container ul li ul {
    	visibility:hidden;
        position:absolute;
        z-index:9999;
        width:inherit;
    }
    
    #menu-container ul li ul li {
    	float:none;
        border-top:1px solid white;
    }
    
    #menu-container ul li:hover ul {
    	visibility:visible;
    }

#header-shadow {
	width:920px;
	height:300px;
	margin:0px auto;
	background-image:url(../images/side-shadow-bg.png);
	background-position:top center;
	background-repeat:repeat-y;
}

#header-container {
	width:880px;
	height:280px;
	margin:auto;
	padding:10px;
	background-image:url(../images/header-container-bg.png);
	background-position:top center;
	background-repeat:no-repeat;
}

#header-inner {
	width:880px;
	height:280px;
	margin:auto;
	background-color: #b3a791;
}

#header-shadow2 {
	width:920px;
	height:170px;
	margin:0px auto;
	background-image:url(../images/side-shadow-bg.png);
	background-position:top center;
	background-repeat:repeat-y;
}

#header-container2 {
	width:880px;
	height:150px;
	margin:auto;
	padding:10px;
	background-image:url(../images/header-container-bg.png);
	background-position:top center;
	background-repeat:no-repeat;
}

#header-inner2 {
	width:880px;
	height:150px;
	margin:auto;
	background-color: #b3a791;
}

#body-shadow {
	width:920px;
	margin:0px auto;
	background-image:url(../images/side-shadow-bg.png);
	background-position:top center;
	background-repeat:repeat-y;

}

#body-container {
	width:900px;
	margin:0px auto;
	background-color:white;
}

/**-sidemenu-**/
.sidemenu{
	padding:2px 0 0 0;
}

.sidemenu ul{ 
	margin:0; 
	padding:0; 
}

.sidemenu li{
	list-style:none;
	padding:0 0 2px 0;
}
.sidemenu li a{
	display:block;
	font-size:11px;
	font-weight:bold;
	color:#242424;
	line-height:30px;
	padding:0 14px;
	background:url(../images/side-menu-bg.gif) 0 0 no-repeat;
	border-bottom:none;
}
.sidemenu li a:hover{
	background-position:0 100%;
	text-decoration:none;
	color:#ffffff;
}

#nav_1033499, #nav_1039702, #nav_1039054, #nav_1064007{
	padding:2px 0 0 0;
}

.sidemenu ul{ 
	margin:0; 
	padding:0; 
}

#nav_1033499 li, #nav_1039702 li, #nav_1039054 li, #nav_1064007 li{
	list-style:none;
	padding:0 0 2px 0;
}
#nav_1033499 li a, #nav_1039702 li a, #nav_1039054 li a, #nav_1064007 li a{
	display:block;
	font-size:11px;
	font-weight:bold;
	color:#242424;
	line-height:30px;
	padding:0 14px;
	background:url(../images/side-menu-bg.gif) 0 0 no-repeat;
	border-bottom:none;
}
#nav_1033499 li a:hover, #nav_1039702 li a:hover, #nav_1039054 li a:hover, #nav_1064007 li a:hover{
	background-position:0 100%;
	text-decoration:none;
	color:#ffffff;
	border-bottom:none;
}

/** added submenu css for sidemenu **/


.#nav_1064007 li ul{
	border:1px solid #f6f6f6;
	background-color:#dddddd;
	padding:10px 0;
	display:none;
}
.#nav_1064007 li li a{
	background:none;
	font-weight:normal;
	line-height:1;
	padding:5px 10px 5px 18px;
}
.#nav_1064007 li li a:hover, .#nav_1064007 li.selected li.selected a{
	color:#df2e2e;
}
.#nav_1064007 li.selected li a{
	color:#242424;
}

.title-header{
	padding:4px 0 4px 5px;
	margin:0 0 3px 0;
	border-bottom:2px solid #d2d2d2;	
}
.title-header h3{
	font-size:16px;
	color:#9C4334;
	margin: 10px 0px 0px;		
}
.title-header h3 span{
	color:#000000;
}

#footer-shadow {
	width:920px;
	height:50px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	background-image:url(../images/side-shadow-bg.png);
	background-position:top center;
	background-repeat:repeat-y;
}

#footer-shadow-associated {
	width:920px;
	height:30px;
	margin:0px auto;
	padding:0px 0px 0px 0px;
	background-image:url(../images/side-shadow-bg.png);
	background-position:top center;
	background-repeat:repeat-y;
}

#footer-container-associated {
	width:900px;
	height:30px;
	background-color:#716473;
	margin:0px auto;
	color:#81807f;
	font-size:11px;
}

#footer-container {
	width:900px;
	height:50px;
	background-color:#e4dccf;
	margin:0px auto;
	color:#81807f;
	font-size:11px;
}

	#footer-container ul {
		margin:0px;
		padding:0px;
		list-style:none;
	}
	
	#footer-container ul li {
		margin:0px;
		padding:0px;
		list-style:none;
		float:left;
		text-align:center;
	}
    
    #footer-container ul li ul {
		display:none;
	}
	
	#footer-container ul li a {
		margin:0px;
		padding:0px;
		list-style:none;
		text-align:center;
		color:#7e725b;
		text-decoration:none;
	}
	
	#footer-container ul li a:hover {
		color:#514837;
		border-bottom:1px dotted #514837;
	}
    
    #footer-container ul #btn1 {
		width:60px;
	}
    
    #footer-container ul #btn2 {
		width:70px;
	}
    
    #footer-container ul #btn3 {
		width:85px;
	}
    
    #footer-container ul #btn4 {
		width:70px;
	}
    
    #footer-container ul #btn5 {
		width:90px;
	}
    
    #footer-container ul #btn6 {
		width:70px;
	}
    
    #footer-container ul #btn6 a {
     border-right:none;
    }
    
    
	
#footer2-wrapper {
	width:900px;
	margin:0px auto;
	color:#9e89a3;
}

#footer2-wrapper a {
	color:#9e89a3;
    text-decoration:none;
}

#footer2-wrapper a:hover {
	color:#B3A1B7;
    border-bottom:1px dotted #B3A1B7;
}

#footer-shadow2 {
	width:920px;
	height:75px;
	margin:0px auto;
	padding:0px 0px 10px 0px;
	background-image:url(../images/footer-shadow-bg2.png);
	background-position:bottom center;
	background-repeat:no-repeat;
}

#footer-container2 {
	width:900px;
	height:75px;
	background-color:#716473;
	margin:0px auto;
	color:#81807f;
	font-size:11px;
}

	#footer-container2 #partnerlink-monumental {
    	width:255px;
        height:75px;
        margin-right:100px;
        float:left;
    }
    
    #footer-container2 #partnerlink-monumental a {
    	display:block;
        width:255px;
        height:75px;
        background-image:url(../images/partnerlink-monumental.png);
        background-position:-255px 0;
        background-repeat:no-repeat;
    }
    
    #footer-container2 #partnerlink-monumental a:hover {
        background-position:0 0;
    }

	#footer-container2 #partnerlink-memorials {
    	width:130px;
        height:75px;
        float:left;
        margin-right:100px;
    }
    
    #footer-container2 #partnerlink-memorials a {
    	display:block;
        width:130px;
        height:75px;
        background-image:url(../images/partnerlink-memorials.png);
        background-position:-130px 0;
        background-repeat:no-repeat;
    }
    
    #footer-container2 #partnerlink-memorials a:hover {
        background-position:0 0;
    }
    
	#footer-container2 #partnerlink-jones {
    	width:110px;
        height:75px;
        float:left;
    }
    
    #footer-container2 #partnerlink-jones a {
    	display:block;
        width:110px;
        height:75px;
        background-image:url(../images/partnerlink-jones.png);
        background-position:-110px 0;
        background-repeat:no-repeat;
    }
    
    #footer-container2 #partnerlink-jones a:hover {
        background-position:0 0;
    }
    

.photogalleryTable a {
	border:1px solid white;
}

.photogalleryTable a:hover {
	border-bottom:0px;
}

#requestaquote {
	width:155px;
    height:120px;
}

    #requestaquote a {
    	display:block;
        width:155px;
        height:120px;
        background-image:url(../images/request.png);
        background-position:0 0;
    }
    
    #requestaquote a:hover {
    	display:block;
        width:155px;
        height:120px;
        background-image:url(../images/request.png);
        background-position:-155px; 0;
    }
    
#newsletter-container {
	width:155px;
    margin-top:10px;
}

#newsletter-container #newsletter-box-top {
	width:155px;
    height:38px;
    background-image:url(../images/sidebutton-newsletter.png);
    background-position:0 0;
}

#newsletter-container #newsletter-box-mid {
	width:155px;
    background-image:url(../images/sidebutton-newsletter.png);
    background-position:0 -38px;
}

#newsletter-container #newsletter-box-btm {
	width:155px;
    height:15px;
    background-image:url(../images/sidebutton-newsletter.png);
    background-position:bottom center;
}

#newsletter-container form .cat_textbox_small {
	font-family:"Lucida Sans Unicode", Arial , sans-serif;
    font-size:11px;
    border:1px solid #8c5247;
    padding:2px;
}

#newsletter-container form .item {
	padding: 3px 0px;
}

#newsletter-container form .cat_button {
	border-right:1px solid #7a4d46;
    border-bottom:1px solid #7a4d46;
    border-left:1px solid #f7f3df;
    border-top:1px solid #f7f3df;
    background-color:#e3dcb8;
    cursor:pointer;
    font-family:"Lucida Sans Unicode", Arial , sans-serif;
    font-size:11px;
    font-weight:bold;
    padding:3px;
    color:#57442e;
}

#newsletter-container form .cat_button:active {
	border-right:1px solid #f7f3df;
    border-bottom:1px solid #f7f3df;
    border-left:1px solid #7a4d46;
    border-top:1px solid #7a4d46;
    background-color:#c2bb9a;
}

#facebook-container {
	width:155px;
    margin-top:10px;
	border:1px solid #AAA;
	height:130px;
}

#facebook-container #facebook-header {
	height:25px;
	background-color:#EDEFF4;
	border-bottom:1px solid #AAA;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	padding-top:5px;	
}

#facebook-container #facebook-box-mid {
	width:155px;
    background-image:url(../images/sidebutton-facebook.png);
    background-position:0 -38px;
}

#facebook-container #facebook-box-btm {
	width:155px;
    height:15px;
    background-image:url(../images/sidebutton-facebook.png);
    background-position:bottom center;
}


#body-container .cta-box {
	background-color: #E4DCCF;
	width: 520px;
	padding: 0 0 11px 0;
	border: 1px solid #e4eff9;
	margin-left: 80px;
	height:180px;
}
#body-container .cta-box h3 {
	line-height: 29px;
	padding: 0 0 0 16px;
	border-bottom: 2px dotted #ffffff;
	margin: 0 4px;
}
#body-container .cta-box .img-area { width: 172px; padding: 10px 0 0 0; }
#body-container .cta-box .img-area img { border: 3px solid #ffffff; margin: 0 0 0 14px; }
#body-container .cta-box .text-area { width: 335px; padding: 8px 0 0 0; }
#body-container .cta-box .text-area p { margin: 0 0 5px 0; line-height: 15px; padding: 0 0 5px 0; }

#body-container .btn-cta{ 
	width:213px; 
    height:38px; 
    display:block; 
    background:url(../images/btn-cta.gif) no-repeat; 
    text-align:center; 
    font-weight:bold; 
    color:#fff; 
    text-decoration:none; 
    line-height:38px; 
    font-size:13px;
	margin-left: 60px;
}

#body-container .btn-cta a {
    text-align:center; 
    font-weight:bold; 
    color:#fff; 
    text-decoration:none; 
    line-height:38px; 
    font-size:13px;
}

#body-container .btn-cta a:hover {
    text-align:center; 
    font-weight:bold; 
    color:#f3f0f0; 
    text-decoration:none; 
    line-height:38px; 
    font-size:13px;
}

#body-container .btn-cta:hover{ 
	background-position:0 100%;
}

.gray-box{
	background-color:#f1f1f1;
	border:1px solid #e1e1e1;
	padding:5px 0px 5px 0px;
	width:520px;
	text-align:center;
	margin-left:80px;
}

.gray-box h5{
	font-size:14px;
	font-style:italic;
	color:#292929;
	font-weight:normal;
	padding:5px 0 5px 0;
	line-height:16px;
	margin:0px;
}

.gray-box h5 span{
	font-weight:bold;
	color:#9C4334;
	font-size:14px;
}

.gray-box p {
	font-family:"Lucida Sans Unicode", Arial , sans-serif;
	font-size:13px;
	font-weight:100;
	color:#333;
	margin: 8px 0 8px;
}

#createdbyprobity-container {
width:100%;
}
#createdbyprobity-wrapper {
height:44px;
margin:20px auto 0px auto;
width:870px;
}
#createdbyprobity-content {
height:44px;
left:670px;
position:relative;
width:200px;
z-index:2;
}
#createdbyprobity-content-hidden {
height:44px;
left:670px;
position:relative;
visibility:hidden;
width:200px;
z-index:1;
}
#createdbyprobity-content a {
background-image:url(http://www.probitypartners.com.au/images/createdbyprobity.png);
background-position:0 0;
display:block;
height:44px;
width:200px;
}
#createdbyprobity-content a:hover {
background-position:-200px 0;
}

.feedback-item {
	width:500px;
	padding:12px;
	background-image:url(/images/feedback-bg.jpg);
	border:1px solid #DDD;
	margin:0 0 10px 70px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-repeat:no-repeat;
}

.feedback-item:hover {	
	background-position:-600px 0;
	border:1px solid #c4d9f1;
	-moz-box-shadow:0px 0px 18px #d3e8ff;
	-webkit-box-shadow:0px 0px 18px #d3e8ff;
}

.feedback-logo {
	float:left;
}

.feedback-content {
	margin-left:180px;
}
