/*-------------------------------DEFINE BODY PROPERTIES----------------------------------------*/
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
	margin:0 auto;

/*/Font Face /*/

@font-face { font-family: Gotham; src: url('http://www.headstonesireland.com/font/gothambook.otf'); } 
@font-face { font-family: Gothamlight; src: url('http://www.headstonesireland.com/font/gothamlight.otf'); } 
	
/* GLOBAL RESET */
	padding:0;
}

body {
	margin:0;
	font-size:62.5%;
	font-family:Arial, Sans-Serif;

	
/*change font*/
	line-height:150%;
	color:#4b4d4a;

	
/*change font color*/
	background:#fff;

	
/*background color*/
	position:relative;
}

div,p,ul,img {
	padding:0;
	margin:0;
	border:none;
}

ul {
	list-style-type:none;
}

.spacer {
	clear:both;
	font-size:0;
	line-height:0;
}

a {
	outline:none;

	
/* Remove Firefox's dotted borders */
	text-decoration:none;
	color:#227AB0;
	padding:0;
	margin:0;
}

a: hover {
	outline:none;

	
/* Remove Firefox's dotted borders */
	text-decoration:underline;
	color:#2aa0e5;
	padding:0;
	margin:0;
}



	
/* Remove IE's blue borders */

	
/*txt a:hover()*/
h1 {
	font-size:2.4em;
}

h2 {
	font-size:2.2em;
	line-height:1.2em;
	font-weight:normal;
	border:none;
	margin:0 0 35px;
	padding:0;
	color:#333;
}

h3 {
	padding-left:0;
	padding-bottom:8px;
	padding-right:0;
	padding-top:24px;
	font-size:3.2em;
	line-height:1.2em;
	font-weight:normal;
	border:none;
	margin:0;
	color:#227ab0;
}

h4 {
	font-size:1.6em;
}

h5 {
	font-size:1.8em;
}

h6 {
	font-size:1.2em;
}

.hr {
	border-bottom:1px solid #CCCCCC;
	border-left:none;
	border-right:none;
	border-top:none;
	margin:10px 0 20px;
}

.left {
	float:left;
}

.left_margin_right {
	float:left;
	margin:0 10px 0 0;
	font-size:1.2em;
}

.left_margin_right_top {
	float:left;
	margin:4px 10px 0 0;
}

.right {
	float:right;
}

.right_margin_top {
	float:right;
	margin:60px 0 0;
}

.right_margin_right {
	float:right;
	margin:0 20px 0 0;
}


	
/*-------------------------------END----------DEFINE BODY PROPERTIES----------------------------------------*/

	
/*------------------------------GLOBAL TYPOGRAPHY--------------------------------*/
p {
	font-size:1.2em;
	padding:0;
	line-height:1.4em;
}

.gray {
	color:#666;
	font-size:1em;
	font-style:normal;
}

.fat {
	font-weight:bold;
}

.small {
	font-size:1.1em;
	padding:0;
	line-height:1.4em;
}

.big {
	font-size:16px;
	padding:0;
	line-height:1.2em;
	color:#f1f1f1;
	margin:0 0 22px;
	}

.white {
	font-size:1.2em;
	padding:0 10px 0 0;
	line-height:1.4em;
	color:#fff;
}

.title {
	font-size:1.1em;
	font-style:italic;
	color:#227ab0;
}

.stroke {
	border:1px solid #fff;
}


	
/*------------------------------CONTENT--------------------------------*/
#top_content {
	background:#22385e;
	height:140px;
}

#sub_content {
	background:#299bd1;
	height:100px;
	background-repeat:repeat-x;
}

#nav_content {
	background:#22385e;
	height:320px;
}

#navigation {
float: left;
background-color: red;}

#header {
	height:418px;
}

#header2 {
	height:180px;
}

#header p {
	color:#fff;
}

#main_content {
	background:#fff url(../img/bg_cont.jpg) top center repeat-x;
	padding:0 0 50px;
	overflow:hidden;
}

#main_content_index {
	width:100%;
	margin:0 auto;
	background:url(../img/bg_tabs.png) center 8% no-repeat;
}

#main_content p {
	color:#4b4d4a;
	font-size:14px;
}

#footer {
	background:#4b4d4a url(../img/bg_footer.jpg) top center repeat-x;
	height:368px;
	font-size:12px;
}

#footer a {
	color:#227AB0;
}

#footer a:hover {
	color:#22385e;
}

#footer_nav {
	background:#dcdcda url(../img/bg_footer_nav.jpg) top center repeat-x;
	height:32px;
	padding:15px 0 0;
}

#footer_nav .center a.footer_logo {
	float:left;
	display:block;
	width:25px;
	height:16px;
	background:transparent url(../img/logo_footer.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

#footer_nav .center p {
	float:left;
	font-size:1.1em;
	color:#848484;
	padding:0 0 0 20px;
}

#footer_nav .center ul {
	float:right;
}

#footer_nav .center ul li {
	float:left;
	margin:0 20px 0 0;
}

#footer_nav .center ul li a {
	font-size:1.1em;
	text-transform:uppercase;
	color:#848484;
}

#footer_nav .center ul li a:hover {
	color:#505457;
}

#footer_nav .center ul li a:active {
	color:#505457;
}

.center {
	width:960px;
	height:100%;
	margin:0 auto;
	padding:0;
}

.center1 {
	width:1167px;
	height:100%;
	margin:0 auto;
	padding:0;
}

.center2 {
	width:960px;
	height:100%;
	margin:0 auto;
	padding:0;
	background-image:url(../img/logo.png);
	background-position:left;
	background-repeat:no-repeat;
}

#top_light3 {
	background:transparent url(../img/bg_header_overlay.jpg) top center no-repeat;
}

#top_light4 {
	background:transparent url(../img/bg_cont_overlay.png) top center no-repeat;
}

#top_light5 {
	background:transparent url(../img/bg_footer_overlay.png) top center no-repeat;
}

h1 a {
	float:left;
	margin:20px 0 15px;
	display:block;
	width:500px;
	height:100px;
	background:transparent url(../img/logo.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

.left_column {
	width:469px;
	float:left;
	padding:55px 0 40px;
}

.left_column_banner {
	width:500px;
	float:left;
	padding:55px 0 40px 10px;
}

.right_column {
	width:470px;
	float:left;
	padding:50px 0 0;
}

.right_column .description {
	float:left;
	width:100%;
}


.tagline {
	width:520px;
	height:163px;
	background:transparent url(../img/tagline.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	
}

.tagline2 {
	padding-left: 180px;
	padding-top: 20px;
	font-family: "gotham", Arial;
	font-size: 30px;
	color: white;
	line-height: 36px;
}

.head{
	font-family: "gotham", Arial;
	font-weight:bold;
	font-size: 40px;
	
	}
	
.head2{
	color: #333333;
	font-family: "gotham", Arial;

	font-size: 30px;
	text-transform:uppercase;
	

	
	}
	
.head_image{
	position: absolute;
	left: 970px;
	top:135px;}
	
.tag{
	color: #22385e;
	font-size: 12px;
	padding-top: 10px;
	padding-left: 180px;
	width: 500px;
	}

.getquote {
	float:left;
	margin:20px 0 0 -4px;
	display:block;
	width:130px;
	height:45px;
	background:transparent url(../img/button_quote.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

.portfolio {
	float:left;
	margin:20px 0 0 10px;
	display:block;
	width:120px;
	height:45px;
	background:transparent url(../img/button_portfolio.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

.featured {
	width:407px;
	height:237px;
	padding:17px 0 0 13px;
	background:transparent url(../img/bg_image.png) no-repeat;
}

ul.listing {
	float:left;
	padding:12px 80px 28px 10px;
	margin:0;
}

ul.listing li {
	list-style-image:none;
	background-image:url(../img/ico_li.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding:0 0 2px 25px;
	margin:0 0 5px;
	font-size:1.2em;
}

.signup {
	float:right;
	width:87px;
	height:30px;
	display:block;
	margin:10px 0 0;
	background:transparent url(../img/button_signup.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

.login {
	float:right;
	margin:15px 10px 0 0;
}

#testimonials {
	margin:0 auto;
	width:960px;
	background:#f2f2f2;
	border:1px solid #e0e0df;
}

#testimonials_inner {
	margin:10px;
	padding:20px;
	width:900px;
	background:#f8f7f7;
	border:1px solid #ececec;
}

#testimonials_inner p.intro {
	color:#23395f;
	font-weight:bold;
	font-size:1.4em;
}

#testimonials_inner h4 {
	padding:20px 0;
	font-size:20px;
	color:#666;
	font-weight:normal;
	font-style:italic;
	line-height:1.4em;
}

#testimonials_inner a.all {
	display:block;
	width:192px;
	background:#f2f2f2;
	border:1px solid #e0e0e0;
	color:#6c6c6c;
	font-size:1.2em;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#testimonials_inner a.all:hover {
	display:block;
	width:192px;
	background:#fff;
	border:1px solid #e0e0e0;
	color:#6c6c6c;
	font-size:1.2em;
	padding:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#testimonials_inner p.sig {
	float:right;
	padding:0 20px 0 0;
}

#testimonials_inner p.sig span {
	font-size:1.1em;
	font-style:italic;
	color:#666;
}

#testimonials_inner a.logo {
	float:right;
	width:162px;
	height:16px;
	display:block;
	background:transparent url(../img/logo_testimonials.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
}

.column {
	width:225px;
	padding:0 15px 0 0;
	margin:30px 0;
	float:left;
	color:#f0f0f0;
}

.column h3 {
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:-1px;
	text-transform:uppercase;
	color:#F0F0F0;
	padding:0;
	text-align: left;
}

.column h6 {
	margin:0 0 10px;
}

.column h6 a {
	margin:0 0 10px;
	color:#fafafa;
}

.column h6 a:hover {
	margin:0 0 10px;
	color:#d05606;
}

.column .date {
	float:left;
	width:34px;
	height:17px;
	padding:0 0 0 5px;
	margin:0 10px 0 0;
	background:transparent url(../img/ico_date.png) no-repeat;
	font-size:1.1em;
	font-weight:bold;

}

.column p {
	font-size:1.1em;
		text-align: left;
}

.column p.lead {
	font-size:1.1em;
	margin:0 0 20px;
}

.column_odd {
	width:235px;
	padding:0;
	margin:30px 0;
	float:left;
	color:#f0f0f0;
}

.column_odd p {
	font-size:1.1em;
}

.column_odd h3 {
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:-1px;
	text-transform:uppercase;
	color:#F0F0F0;
	padding:0;
	
}

.column .ad {
	float:left;
	display:block;
	width:88px;
	height:88px;
	border:1px solid #fff;
	padding:5px;
	margin:0 0 15px 8px;
	background:#eaeaea;
}

.column .ad_odd {
	float:left;
	display:block;
	width:88px;
	height:88px;
	border:1px solid #fff;
	padding:5px;
	margin:0 8px 15px 0;
	background:#eaeaea;
}

.column .recent_comment {
	background:transparent url(../img/ico_comment.png) top left no-repeat;
	padding:0 0 0 40px;
	margin:0 0 20px;
	font-size:1.2em;
}

.column a.comment {
	display:block;
	font-size:.9em;
	margin:5px 0 0;
	color:#f0f0f0;
}

.column a.comment:hover {
	display:block;
	font-size:.9em;
	margin:5px 0 0;
	color:#d05606;
}


	
/*NAVIGATION*/
.nav ul {
	margin-top: 270px;
	margin-left: 250px;
	padding:0;
	list-style:none;
	float:left;
	
}

.nav ul li {
	float:left;
	display:block;
	margin:0;
	padding:0;
}

.nav ul li a.button {

	
/* Sliding right image */
	display:block;
	float:left;
	height:27px;

	
/* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right:6px;
	padding-right:14px;

	
/* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */

	
/* FONT PROPERTIES */
	text-decoration:none;
	color:#ffffff;
	font-size:1.2em;
	font-family: Baskerville;
	font-weight:bold;
	text-transform:uppercase;
}

.nav ul li a.button span {

	
/* Background left image */
	display:block;
	line-height:27px;

	
/* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding:0 0 0 15px;
}

.nav ul li a.button:hover {

	
/* Sliding right image */
	background:transparent url(../img/button_nav_right.png) no-repeat scroll top right;
	display:block;
	float:left;
	height:27px;

	
/* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right:6px;
	padding-right:14px;

	
/* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */

	
/* FONT PROPERTIES */
	text-decoration:none;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
}

.nav ul li a.button:hover span {

	
/* Background left image */
	background:transparent url(../img/button_nav_left.png) no-repeat;
	display:block;
	line-height:27px;

	
/* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding:0 0 0 15px;
}

.nav ul li.selected a {

	
/* Sliding right image */
	background:transparent url(../img/button_nav_right.png) no-repeat scroll top right;
	display:block;
	float:left;
	height:27px;

	
/* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right:6px;
	padding-right:14px;

	
/* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */

	
/* FONT PROPERTIES */
	text-decoration:none;
	color:#22385e;
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
}

.nav ul li.selected a span {

	
/* Background left image */
	background:transparent url(../img/button_nav_left.png) no-repeat;
	display:block;
	line-height:27px;

	
/* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
	padding:0 0 0 15px;
}


	
/*
	WIDGET STRUCTURE
*/
#blogSliderWrap {
	width:1167px;
	margin:0 auto;
	padding:50px 0 30px;
	background:url(../img/bg_tabs.png) 35px 57px no-repeat;
	position:relative;
}

#blogSlider {
	margin:0 auto;
	width:960px;
}

.stripViewer {
	position:relative;
	overflow:hidden;
	clear:both;
}

.stripViewer .panelContainer {
	position:relative;
	left:0;
	top:0;
}

.stripViewer .panelContainer .panel {
	float:left;
	position:relative;
	width:960px;
}

.stripNav {
	position:relative;
	top:0;
	left:114px;
	z-index:99;
}

.wrapper {
	padding:10px;
}

.innerWrap {
	width:960px;
	margin:0 auto;
}


	
/* 
	MAIN TABBED NAVIGATION
*/
.stripNav ul li {
	float:left;
}

.stripNav li a {

	
/* Generic "CSS image replacement" */
	display:block;
	height:69px;
	text-indent:-9999px;
}


	
/* The below class names are auto-generated by the JavaScript */
.stripNav li.tab1 a {
	background:url(../img/tab_1.gif) bottom center no-repeat;
	width:231px;
}

.stripNav li.tab2 a {
	background:url(../img/tab_2.gif) bottom center no-repeat;
	width:240px;
}

.stripNav li.tab3 a {
	background:url(../img/tab_3.gif) bottom center no-repeat;
	width:240px;
}

.stripNav li.tab4 a {
	background:url(../img/tab_4.gif) bottom center no-repeat;
	width:230px;
}

.stripNav li a:hover,.stripNav li a:active,.stripNav li a:focus {

	
/* Restore focus styling that we removed when we removed outlines */
	background-position:top center;
}


	
/* It is neccessary to repeat the image paths here */
.stripNav li.tab1 a.current {
	background:url(../img/tab_1.gif) top center no-repeat;
}

.stripNav li.tab2 a.current {
	background:url(../img/tab_2.gif) top center no-repeat;
}

.stripNav li.tab3 a.current {
	background:url(../img/tab_3.gif) top center no-repeat;
}

.stripNav li.tab4 a.current {
	background:url(../img/tab_4.gif) top center no-repeat;
}


	
/* --- MY CSS --- */
#content {
	width:960px;
	margin:0 auto;

	
/*background: #e7e7e7; 
border: 1px solid #d4d4d4;*/
}

#content_inner {

	
/*background: #f1f1f1; 
border: 1px solid #dbdbdb;
margin: 10px; */
	padding:30px;
}

#content img {
	background:#DCDCDA;
	border:1px solid #A5A5A5;
	padding:8px;
}


	
/*OTHER PAGES*/
.padding {
	padding:20px 0 0;
}

.center_box {
	width:939px;
	margin:0 auto;
	padding:10px 10px 35px;
	overflow:hidden;
	background-color:#fff;
}

#headertext {
	width:900px;
	margin:0 auto;
	height:100px;
	overflow:hidden;
}


	
/**/
.center_left {
	float:left;
	width:180px;
}

.center_left_top {
	width:158px;
	padding:10px;
	border:1px solid #eaeaea;
	background-color:#f0f0f0;
	text-align:center;
}

.center_left_top h3 {
	width:158px;
	height:21px;
	background:url(i/free_call.png) top center no-repeat;
	text-indent:-9999px;
}

.center_left_top span {
	width:158px;
	font-size:20px;
	line-height:20px;
	color:#22385e;
	padding:0 0 10px;
}

.center_left_top ul {
	text-align:left;
	padding:25px 0 0;
	top:0;
	left:0;
	width:297px;
	height:173px;
}

.center_left_top ul li {
	text-align:left;
	padding:15px 0 0 10px;
	height:30px;
	width:297px;
}

.center_left_top ul li.arrow {
	margin:0;
	padding:15px 0 0 10px;
	height:30px;
	background:transparent url(../img/arrow_right.png) no-repeat scroll 0 0;
	width:297px;
}

.center_left_top ul li.arrow a {
	color:#fff;
}

.center_left_top ul li a {
	font-size:1.4em;
	line-height:15px;
	color:#515450;
}

.center_left ul.listing {
	float:left;
	padding:30px 0 0 20px;
	margin:0;
}

.center_left ul.listing li {
	list-style-image:none;
	background-image:url(../img/ico_li.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding:0 0 5px 30px;
	margin:0 0 5px;
	font-size:1.2em;
}

.center_right {
	float:left;
	width:620px;
	padding:20px 50px 0 70px;
}

.center_right h2 {
	font-size:2.8em;
	line-height:30px;
	color:#4b4d4a;
	font-weight:normal;
	padding:0 0 5px;
	margin:0;
}

.center_right .subtitle {
	font-size:2.2em;
	line-height:20px;
	color:#7d807c;
	font-weight:normal;
	padding:0 0 10px;
}

.center_right .title {
	font-size:1.8em;
	line-height:20px;
	color:#22385e;
	font-weight:normal;
	padding:25px 0 20px;
	font-style:normal;
}

.center_right p {
	font-size:1.2em;
	line-height:18px;
	color:#7d807c;
	font-weight:normal;
	padding:0 0 10px;
}

.center_gallery {
	float:left;
	width:590px;
	padding:20px 50px 0 100px;
}

.center_gallery h2 {
	font-size:2.8em;
	line-height:30px;
	color:#4b4d4a;
	font-weight:bold;
	padding:0 0 5px;
	margin:0;
}

.center_gallery .subtitle {
	font-size:2.2em;
	line-height:20px;
	color:#7d807c;
	font-weight:normal;
	padding:0 0 10px;
}

.center_gallery .title {
	font-size:1.8em;
	line-height:20px;
	color:#22385e;
	font-weight:normal;
	padding:25px 0 20px;
	font-style:normal;
}

.center_gallery p {
	font-size:1.2em;
	line-height:18px;
	color:#7d807c;
	font-weight:normal;
	padding:0 0 10px;
}


	
/*Blog*/
.center_left_top h3.blog {
	width:158px;
	margin:30px 0 0;
	background:url(i/the_blog.png) top center no-repeat;
	text-indent:-9999px;
}

.center_left .subscribe {
	font-size:1.6em;
	font-weight:bold;
	padding:30px 0 0 5px;
	float:left;
	width:100%;
}

.center_left p {
	font-size:1.2em;
	padding:20px 0 10px 5px;
	float:left;
	width:100%;
}

.center_left img {
	padding:0 0 0 2px;
}

.center_left .img_holder {
	overflow:hidden;
	padding:40px 0 5px;
}

.center_left .img_holder img {
	float:left;
	padding:0;
	margin:0 0 10px;
}

.center_left .img_holder img.first {
	float:left;
	padding:0;
	margin:0 10px 0 0;
}

.center_left p.join {
	font-size:1em;
	line-height:10px;
	padding:0 0 0 30px;
	margin:0;
	float:left;
	width:100%;
	background:url(i/2dot.png) top left no-repeat;
}

.center_right h2.blog {
	font-size:2.8em;
	line-height:28px;
	color:#4b4d4a;
	font-weight:bold;
	padding:0;
	margin:0;
}

.blog_line {
	width:100%;
	height:1px;
	background-color:#d8d8d8;
	margin:0 0 20px;
}

.center_right .publish {
	font-size:1.1em;
	line-height:28px;
	color:#4b4d4a;
	padding:0 0 30px;
	margin:0;
}

.center_right .publish a {
	color:#22385e;
	font-weight:bold;
}

p.blog_p {
	padding:0 0 40px;
}

p.blog_p a {
	color:#22385e;
	font-weight:normal;
	font-style:italic;
}


	
/*Contact*/
.center_left_top h3.office_europe {
	width:158px;
	line-height:14px;
	margin:10px 0 0;
	padding:0;
	background:url(i/office_europe.png) top left no-repeat;
	text-indent:-9999px;
}

.center_left_top h3.office_asia {
	width:158px;
	line-height:14px;
	margin:10px 0 0;
	padding:0;
	background:url(i/office_asia.png) top left no-repeat;
	text-indent:-9999px;
}

p.office {
	text-align:left;
	width:100%;
	padding:5px 0 0;
	margin:0 0 10px;
}

.center_right .subtitle2 {
	font-size:2.2em;
	line-height:20px;
	color:#7d807c;
	font-weight:normal;
	padding:0 0 30px;
}

#contact div {
	width:100%;
	padding:5px 0;
}

#contact input {
	padding:7px;
	margin:5px 0 15px;
	border:1px solid #e5e3e3;
	background-color:#f5f5f4;
	width:270px;
	font-size:1.1em;
	font-weight:normal;
	font-style:italic;
	color:#9a9a9a;
}

#contact input#send {
	padding:0;
	margin:5px 0 15px;
	border:none;
	background-color:#fff;
	font-size:1.1em;
	font-weight:bold;
	font-style:normal;
	color:#1e96a0;
	text-align:left;
	cursor:pointer;
}

#contact textarea {
	border:1px solid #e5e3e3;
	background-color:#f5f5f4;
	padding:7px;
	width:430px;
	height:130px;
	font-size:1.3em;
	font-weight:normal;
	font-style:italic;
	color:#9a9a9a;
}

.find {
	font-size:1.4em;
	font-weight:bold;
	color:#4b4d4a;
	padding:20px 0 10px;
}

.google_holder {
	width:100%;
	overflow:hidden;
	padding:10px 0 0;
}

.google_map {
	width:444px;
	float:left;
	border:1px solid #e5e3e3;
}

.google_description {
	width:144px;
	float:left;
	padding:15px 0 0 30px;
}


	
/*Portofolio*/
.portofolio {
	position:relative;
}

.center_left_top h3.categories {
	width:158px;
	line-height:14px;
	margin:30px 0 10px;
	padding:0;
	background:url(i/categories.png) top center no-repeat;
	text-indent:-9999px;
}

.portofolio_main {
	width:100%;
	padding:20px;
	margin:10px 0 0;
	overflow:hidden;
	border:1px solid #cdcbcb;
	background-color:#f0f0f0;
}

.portofolio_main h3 {
	color:#4b4d4a;
	font-size:2.2em;
	padding:0 0 5px;
}

.portofolio_main .publish {
	color:#4b4d4a;
	font-size:1.1em;
	padding:0 0 10px;
}

.featured2 {
	width:407px;
	height:237px;
	padding:17px 0 0 13px;
	position:absolute;
	background:url(i/featured.png) top left no-repeat;
	top:112px;
	left:68px;
	margin:0;
}

.div_image {
	float:left;
	border:1px solid #cdcbcb;
	width:auto;
	padding:10px;
	margin-right:20px;
	background-color:#ffffff;
}

.blog_thumb {
	width:100%;
	padding:20px;
	margin:20px 0 0;
	border:1px solid #cdcbcb;
	overflow:hidden;
	background-color:#f4f4f4;
}

.blog_thumb img {
	border:1px solid #cdcbcb;
	margin-right:30px;
}

.blog_thumb h2 {
	width:455px;
	font-size:1.6em;
	padding:0;
	margin:0 0 20px;
	line-height:normal;
}


	
/* Header text */
.galleryh1 {
	background-image:url(../img/headers/gallery.png);
	background-repeat:no-repeat;
	width:340px;
	height:59px;
}

.abouth1 {
	background-image:url(../img/headers/about.png);
	background-repeat:no-repeat;
	width:340px;
	height:59px;
}

.servicesh1 {
	background-image:url(../img/headers/services.png);
	background-repeat:no-repeat;
	width:340px;
	height:59px;
}

.monumentsh1 {
	background-image:url(../img/headers/monuments.png);
	background-repeat:no-repeat;
	width:340px;
	height:59px;
}

.largesth1 {
	background-image:url(../img/headers/largest.png);
	background-repeat:no-repeat;
	width:340px;
	height:59px;
}

.deliveryh1 {
	background-image:url(../img/headers/delivery.png);
	background-repeat:no-repeat;
	width:340px;
	height:59px;
}

.childrensh1 {
	background-image:url(../img/headers/childrens.png);
	background-repeat:no-repeat;
	width:340px;
	height:59px;
}

.maintenanceh1 {
	background-image:url(../img/headers/maintenance.png);
	background-repeat:no-repeat;
	width:340px;
	height:59px;
}

.accessoriesh1 {
	background-image:url(../img/headers/accessories.png);
	background-repeat:no-repeat;
	width:340px;
	height:59px;
}

.memorialh1 {
	background-image:url(../img/headers/memorial.png);
	background-repeat:no-repeat;
	width:340px;
	height:59px;
}

.oldgalleryh1 {
	background-image:url(../img/headers/old.png);
	background-repeat:no-repeat;
	width:340px;
	height:59px;
}

.contacth1 {
	background-image:url(../img/headers/contact.png);
	background-repeat:no-repeat;
	width:340px;
	height:59px;
}

.locationh1 {
	background-image:url(../img/headers/location.png);
	background-repeat:no-repeat;
	width:340px;
	height:59px;
}

.ashbourneh1 {
	background-image:url(../img/headers/ashbourne.png);
	background-repeat:no-repeat;
	width:340px;
	height:59px;
}

.dunboyneh1 {
	background-image:url(../img/headers/dunboyne.png);
	background-repeat:no-repeat;
	width:340px;
	height:59px;
}

.crossesh1 {
	background-image:url(../img/headers/crosses.png);
	background-repeat:no-repeat;
	width:340px;
	height:59px;
}

.testimonialsh1 {
	background-image:url(../img/headers/testimonials.png);
	background-repeat:no-repeat;
	width:340px;
	height:59px;
}

#contact_details1 {
	width:300px;
	float:left;
	margin:0 0 20px;
}

#contact_details1 h3 {
	font-size:18px;
}

#contact_details2 {
	width:300px;
	float:right;
	margin:0 0 20px;
}

#contact_details2 h3 {
	font-size:18px;
}

.imgright {
	width:300px;
	height:190px;
	margin:0 0 0 50px;
	float:right;
	border:3px solid #22385e;
}

#sidenav {
	width:215px;
	padding:10px;
	text-align:left;
	color:#FFFFFF;
	border:1px solid #eaeaea;
	background-color:#f0f0f0;
}

.sidenav ul {
	text-align:left;
	padding:0 0 5px;
	top:0;
	left:0;
	width:297px;
}

.sidenav ul li {
	text-align:left;
	padding:15px 0 10px 10px;
	height:30px;
	width:297px;
	
}


.services {
	display: block;

}

.services li {
	float: left;
	font-weight: bold;
	list-style-image:none;
	background-image:url(../img/ico_li.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-top:0px;
	padding-left:15px;
	margin-left: 10px;
	font-size: 12px;
}



.sidenav ul li.arrow {
	margin:0;
	padding:15px 0 0 10px;
	height:30px;
	background:transparent url(../img/arrow_right.png) no-repeat scroll 0 0;
	width:297px;
	color:#FFFFFF;
}

.sidenav ul li.arrow a {
	color:#fff;
}

.sidenav ul li a {
	font-size:1.4em;
	line-height:8px;
	color:#515450;
}

.sidenav ul li a:hover {
	font-size:1.4em;
	line-height:15px;
	color:#ffffff;
}

.sidenav li:hover {
	background-image:url(../img/arrow_right.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
}

.highlight {
	background-image:url(../img/arrow_right.png);
	background-repeat:no-repeat;
	color:#FFFFFF;
	
}


