/**************************************************************************************************************/
/*                                                                                                            */
/*    GLOBAL RESET                                                                                            */
/*                                                                                                            */
/**************************************************************************************************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-style: inherit;
font-size: 100%;
font-family: Georgia, "Times New Roman", Times, serif;
vertical-align: baseline;
}

:focus
{
outline: 0;
}

body
{
line-height: 1;
color: black;
background: white;
}

ol, ul
{
list-style: none;
}

table
{
border-collapse: separate;
border-spacing: 0;
}

caption, th, td
{
text-align: left;
font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after
{
content: "";
}

blockquote, q
{
quotes: "" "";
}

.clear
{
clear:both;    
}

/**************************************************************************************************************/



/**************************************************************************************************************/
/*                                                                                                            */
/*    MASTER                                                                                                  */
/*                                                                                                            */
/**************************************************************************************************************/

body
{
font-size:62.5%;
background:#fff;
color:#483b20;
}

a:link {color:#483b20; text-decoration: none;}
a:visited {color:#483b20; text-decoration: none;}
a:hover {color: #483b20; text-decoration:underline;}
a:active {color: #483b20; text-decoration: none;}

.container
{
width:780px;
position:relative;
margin:0px auto;
padding:0 30px;
background:url(../images/container_bg.png) repeat-y;
}

.header
{
width:780px;
height:120px;
position:relative;
background:#fff url(../images/header_bg.png) repeat-x;
border-bottom:1px solid #45381d;
}

.logo
{
position:absolute;
top:44px;
left:7px;
}

.strapline
{
position:absolute;
bottom:3px;
right:4px;
}

.content
{
width:780px;
min-height:500px;
position:relative;
background:#f5f3ee url(../images/content_bg.png) repeat-y;
}

.content_left
{
width:180px;
min-height:500px;
float:left;
}

.content_right
{
width:600px;
min-height:500px;
float:left;
}

.footer_container
{
width:780px;
position:relative;
margin:0px auto;
padding:0 30px;
height:60px;
background:url(../images/footer_bg.png) no-repeat;
}

.footer
{
width:780px;
height:24px;
position:relative;
border-top:1px solid #45381d;
}

.footer_details
{
position:absolute;
top:6px;
width:780px;
font-size:1.1em;
text-align:center;
}

.navigation
{
width:179px;
overflow:hidden;
margin-top:25px;
}

.navigation ul li a, .navigation ul li a:visited
{
width:167px;
color:#43371c;
height:28px;
line-height:28px;
padding-left:12px;
display:block;
background:#b9b3a3 url(../images/nav_bg.png) repeat-x;
font-family:Georgia !important;
font-size:14px;
margin-bottom:3px;
}

.navigation ul li a:hover
{
text-decoration:none;
background:#402f09 url(../images/nav_hover_bg.png) no-repeat;
color:#e8e4d9;
}

.navigation ul li a.current
{
text-decoration:none;
background:#402f09 url(../images/nav_hover_bg.png) no-repeat;
color:#e8e4d9;
}

.breadcrumb
{
width:600px;
height:24px;
background:#8e8266 url(../images/breadcrumb_bg.png) repeat-x;
border-bottom:1px solid #45381d;
}

.breadcrumb ul li
{
float:left;
}

.breadcrumb ul li a
{
display:block;
padding:0px 8px;
background:#e9e5d9 url(../images/breadcrumb_item_bg.png) repeat-x;
height:24px;
line-height:24px;
font-size:1.3em;
text-decoration:none;
border-right:1px solid #8f815f;
}

.breadcrumb ul li a:hover
{
background-image:none;
}

.content_container
{
padding:10px;
font-size:1.2em;
}

/**************************************************************************************************************/



/**************************************************************************************************************/
/*                                                                                                            */
/*    FORM STYLES                                                                                             */
/*                                                                                                            */
/**************************************************************************************************************/

.errors
{
margin-top:13px;
margin-bottom:13px;
color:#ff0000;
}

.error_header
{
margin-bottom:10px;
font-weight:bold;
}

.form_input
{
margin:10px 0px 10px 148px;
}

.form_input_submit
{
text-align:center;
}

.input_label
{
margin-bottom:5px;
display:block;
}

.input_text
{
width:280px;
display:block;
}

.input_textarea
{
width:284px;
height:150px;
font-family:Arial;
font-size:1em;
}

.input_text_margin
{
margin-bottom:5px;
}

.input_checkbox
{
position:relative;
left:-3px;
top:-3px;
float:left;
}

/**************************************************************************************************************/



/**************************************************************************************************************/
/*                                                                                                            */
/*    PAGE EDITOR STYLES                                                                                      */
/*                                                                                                            */
/**************************************************************************************************************/

.content_container h1
{
font-size:2.2em;
margin-bottom:10px !important;
color:#483b20;
font-weight:normal;
}

.content_container h1:first-child
{
margin:0px 0px;
}

.content_container h2
{
font-size:1.8em;
margin-top:20px !important;
margin-bottom:10px !important;
color:#483b20;
font-weight:normal;
}

.content_container h2:first-child
{
margin:0px 0px;
}

.content_container h3
{
font-size:1.4em;
margin:15px 0px 10px 0px;
margin-bottom:10px !important;
color:#483b20;
font-weight:normal;
}

.content_container h3:first-child
{
margin:0px 0px;
}

.content_container p
{
font-size:1em;
margin:10px 0px;
line-height:1.5em;
}

.content_container p:first-child
{
margin:0px 0px;
}

.content_container p em
{
font-style:italic;
}

.content_container ul
{
font-size:1.1em;
margin:10px 0px 10px 25px !important;
line-height:18px;
list-style:square;
}

.content_container ul:first-child
{
margin:0px 0px;
}

.content_container ul li
{
padding-left:5px;
}

.content_container ol
{
font-size:1.1em;
margin:10px 0px 10px 25px !important;
line-height:18px;
list-style:decimal;
}

.content_container ol:first-child
{
margin:0px 0px;
}

.content_container address
{
font-size:1.1em;
line-height:18px;
font-style:italic;
}

.content_container table
{
font-size:1em;
line-height:1.5em;
}

/**************************************************************************************************************/


span.home_box
{
display:block;
width:600px;
height:323px;
position:relative;
}

span.home_box_small
{
width:281px;
height:135px;
margin-top:11px;
margin-left:11px;
float:left;
border:1px solid #bbb;
}

span.black_bottom
{
height:44px;
width:600px;
display:block;
position:absolute;
bottom:0px;
left:0px;
background:url(../images/transparent_black.png) repeat;
}

span.black_bottom_small
{
width:281px;
}

span.home_box h2
{
line-height:44px;
font-size:20px;
color:#fff !important;
font-weight:normal;
padding-left:13px;
}

.memorials_text
{
display:block;
width:118px;
height:26px;
background:url(../images/memorials_text.png) no-repeat;
position:relative;
top:11px;
left:10px;
}

.vases_and_plaques_text
{
display:block;
width:177px;
height:34px;
background:url(../images/vases_and_plaques_text.png) no-repeat;
position:relative;
top:9px;
left:9px;
}

.personal_tributes_text
{
display:block;
width:194px;
height:31px;
background:url(../images/personal_tributes_text.png) no-repeat;
position:relative;
top:7px;
left:5px;
}

.black_bottom h2 span
{
display:none;
}


/**************************************************************************************************************/
/*                                                                                                            */
/*    PRODUCTS                                                                                                */
/*                                                                                                            */
/**************************************************************************************************************/

.product
{
margin:0px 14px 14px 0px;
width:162px;
float:left;
text-align:center;
border:1px solid transparent;
padding:10px;
display:block;
}

.product_right
{
margin:0px 0px 15px 0px;
}

.product:hover
{
border:1px solid #e9e5db;
}

span.product_title
{
font-size:1.4em;
margin:5px 0px 10px 0px;
color:#483b20;
display:block;
}

.product_image
{
float:right;
margin:0px 10px 15px 25px;
}

a span.enquire_button
{
padding:5px 8px;
border:1px solid #bfb9ac;
background:#e1dcce url(../images/enquire_bg.png) repeat-x;
text-decoration:none;
color:#483b20;
margin-top:10px;
font-size:1.1em;
display:block;
width:148px;
text-align:center;
}

a span.enquire_button:hover
{
background-image:none;
}

/**************************************************************************************************************/



/**************************************************************************************************************/
/*                                                                                                            */
/*    CONTACT US                                                                                              */
/*                                                                                                            */
/**************************************************************************************************************/

h3.contact_us_title
{
margin-bottom:5px !important;
}

p.contact_us_data
{
margin-top:5px !important;
}

#location
{
width:578px;
height:398px;
border:1px solid #999;
margin-top:10px;
}

.map_search_popup
{
line-height:18px;
font-size:12px;
}

.map_search_popup span.title
{
font-weight:bold;
font-size:14px;
}

#directions_form
{
margin-top:10px;
}

#postcode
{
margin-right:5px;
}

/**************************************************************************************************************/



/**************************************************************************************************************/
/*                                                                                                            */
/*    TEMPLATES                                                                                               */
/*                                                                                                            */
/**************************************************************************************************************/

.content_block
{
position:relative;
}

.image_caption
{
position:absolute;
bottom:10px;
left:0px;
height:1.2em;
line-height:1.2em;
color:#333;
padding:3px 6px;
font-size:1.2em;
background:url(../images/caption_bg.png);
}

.document_container
{
background:#E2F1F5;
padding:10px;
border:1px solid #BAD2D8;
}

.document_container h2
{
margin-top:0px !important;
margin-bottom:7px !important;
}

.document_container div.document
{
margin-bottom:5px;
}

.document_container div.document img.file_icon
{
position:relative;
top:5px;
margin-right:5px;
}

/***TEMPLATE 1*****************************************/

.template1_main_content_box
{
  width:580px;
}

.template1_top_right_content_box
{
  width:200px;
  float:right;
  margin:0px 0px 5px 15px;
}

/***TEMPLATE 2*****************************************/

TEMPLATE 4*****************************************/

.template4_main_content_box
{
  width:580px;
}