@charset "UTF-8";
/*-------------------------------------------------------------------- 

[Master Stylesheet] 
  
- Project:    MSP Template Default
- Version:    1.0 

- Author: 	Chris Lindekens
- Contact: 	chris@egumball.com

- Last CSS Update: November 1st, 2012 
			
-------------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px;
}
/* @group Clearfix */

/*------Clear Fix------*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

/* main rules */

html {
	background-color: #384350;
}
body {
	font: 12px Arial, sans-serif;
	color: #333;
	line-height: 1.40;
}
.left {
	float: left;
}
.right {
	float: right;
}
img {
	border: 0;
}
a {
	outline: 0;
}
.nobr {
	white-space: nowrap
}

/* links */

a:link, a:visited {
	color: #fe9c20;
	font-family: Arial;
	text-decoration: none;
}
a:hover {
	color: #999;
	text-decoration: none;
}
.nav a:link, .nav a:visited {
	color: #fff;
	font-size: 15px;
	font-family: britannic_boldregular;
}
.nav a:hover {
	color: #fe9c20;
	font-size: 15px;
}
label {
	margin: 16px 0 0 10px;
}
input, textarea {
	color: #707070;
}

/* text */

@font-face {
    font-family: 'britannic_boldregular';
    src: url('../fonts/britanic-webfont.eot');
    src: url('../fonts/britanic-webfont.eot#iefix') format('embedded-opentype'),
         url('http://www.landwsandandstone.com/fonts/britanic-webfont.woff') format('woff'),
         url('../fonts/britanic-webfont.ttf') format('truetype');
/*         url('http://www.landwsandandstone.com/fonts/britanic-webfont.svg#britannic_boldregular') format('svg') */
    font-weight: normal;
    font-style: normal;
}
h2 {
	border-bottom: 1px dotted #333;
	padding: 7px 0 7px 0;
	font-size: 12px;
}
.white_small {
	color: #fff;
	font: 11px Arial, sans-serif;
	text-decoration: none;
}
.white_med {
	color: #fff;
	font: 12px Arial, sans-serif;
	text-decoration: none;
}
.orange_lrg, .services_header, .landing_number, .contact_header {
	color: #fe9c20;
	font: 14px Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 5px;
}
.orange {
	color: #fe9c20;
}
.business_name {
	color: #fff;
	font: 19px Arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
.content_title a {
	color: #fff;
	font: 20px britannic_boldregular, sans-serif;
	width: 567px; /* 567 */
}

/* page */

#page_wrap {
	margin: 0px auto;
}
#header_wrap {
	margin: 0px auto;
	background: url(../images/back_header.png) repeat-x 0 0;
}
#center_wrap {
	margin: 0px auto;
	background-color: #d5f0fe;
}

/* header */

#header {
	position: relative;
	width: 863px;
	height: 109px;
	margin: 0px auto;
}
.header_title {
	width: 340px;
	height: 109px;
}
.header_main_img {
	width: 848px;
	height: 399px;
	padding: 16px 0 0 16px;
	background: url(http://www.landwsandandstone.com/images/bg_main_img.png) no-repeat 0 0;
}
.header_phone {
	position: absolute;
	text-align: right;
	top: 20px;
	right: 13px;
	z-index: 1001;
	color: #fff;
	font: 22px Arial, sans-serif;
	font-weight: bold;
}
.icon_phone {
	position: absolute;
	top: 1px;
	right: 165px;
	width: 27px;
	height: 27px;
	background: url(../images/icon_phone.png) no-repeat 0 0;
	z-index: 1001;
}
.header_img {
	width: 200px; /*210px;*/
	height: 200px; /*210px;*/
	background: url(../images/back_img.png) no-repeat 0 0;
	margin: -20px 7px 0 0;
	padding: 10px 0 0 10px;
	z-index: 100;
}

/* nav */

.nav_wrap ul {
	list-style: none;	
	width: 520px;
	margin-top: 45px;
}
.nav_wrap ul li a {
	float: right;
	display: block;
	padding: 10px 13px 10px 13px;
}

/* content */

#center {
	margin: 0px auto;
	width: 863px;
}
.col_long {
	width: 100%;
	margin-top: 10px;
}
.col_half {
	width: 240px;
	margin-top: 0;
	padding: 0 20px 0 0;
}
.col_half ul {
	list-style: none;
	margin: 7px 0 0 5px;
}
.col1_lrg {
	width: 567px;
	margin-top: 10px;
}
.col1_lrg p, .col_half p {
	padding: 10px 0 0 10px;
}
.col1_sml {
	width: 278px;
	margin-top: 10px;
}
.col1_sml ul {
	list-style: none;
	margin: 3px 0 20px 5px;
}
.col1_sml ul li {
	border-bottom: 1px dotted #333;
	padding: 7px 0 7px 0;
}
.content_xlrg {
	width: 823px; /* 863 */
	padding: 20px;
	background: #fff;
	margin-bottom: 20px;
}
.content_lrg {
	width: 527px; /* 567 */
	padding: 20px;
	background: #fff;
	margin-bottom: 20px;
}
.content_sml {
	width: 248px; /* 278 */
	padding: 20px 15px 20px 15px;
	background: #fff;
	margin-bottom: 20px;
}
.title_wrap_xlrg {
	width: 818px; /* 863 */
	height: 34px; /* 47 */
	padding: 13px 0 0 45px;
	background: url(../images/back_heading_xlrg.png) no-repeat 0 0;
}
.title_wrap_lrg {
	width: 522px; /* 567 */
	height: 34px; /* 47 */
	padding: 13px 0 0 45px;
	background: url(../images/back_heading_lrg.png) no-repeat 0 0;
}
.title_wrap_sml {
	width: 233px; /* 278 */
	height: 34px; /* 47 */
	padding: 13px 0 0 45px;
	background: url(../images/back_heading_sml.png) no-repeat 0 0;
}
.button_learnmore {
	width: 142px;
	height: 30px;
	display: block;
	overflow: hidden;
	background: url(../images/button_learnmore.png) no-repeat 0 0;
	margin-top: 10px;
}
.button_learnmore:hover {
	background-position: 0 -30px;
}
.button_submit {
	width: 248px;
	height: 30px;
	display: block;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/button_submit.png) no-repeat 0 0;
}
.button_submit:hover {
	background-position: 0 -30px;
}
.line_spacer {
	width: 100%;
	height: 1px;
	border-top: 1px dotted #333;
	margin: 25px 0 10px 0;
}
.header_spacer {
	width: 555px;
	height: 1px;
	border-top: 1px dotted #333;
	margin: 5px 0 0px 10px;
}
.header_spacer_sml {
	width: 260px;
	height: 1px;
	border-top: 1px dotted #333;
	margin: 5px 0 5px 0;
}
.header_spacer_lrg {
	width: 100%;
	height: 1px;
	border-top: 1px dotted #333;
	margin: 6px 0 5px 0;
}
.star_wrap {
	width: 100px;
}
.star_wrap img {
	display: inline-block;
	margin-top: 8px;
	cursor: pointer;
}
.input_lrg {
	width: 228px;
	height: 84px;
	background: url(../images/input_lrg.png) no-repeat 0 0;
	border: none;
	margin: 7px 0 0 0;
	padding: 5px 10px 5px 10px;
	overflow: hidden;
}
.input_med {
	width: 228px;
	height: 34px;
	background: url(../images/input_med.png) no-repeat 0 0;
	border: none;
	margin: 7px 0 0 0;
	padding: 0 10px 0 10px;
}
.input_sml {
	width: 50px;
	height: 34px;
	background: url(../images/input_sml.png) no-repeat 0 0;
	border: none;
	margin: 7px 0 0 0;
	padding: 0 10px 0 10px;
}
.capcha {
	margin-top: 7px;
}
.capcha_text {
	font-size: 11px;
	margin: 3px 0 3px 0;
}
.email_text {
	margin: 0 0 4px 0;
}
.img_wrap {
	width: 168px; /*176px;*/
	height: 172px; /*180px;*/
	background: url(../images/bg_sub_img.png) no-repeat 0 0;
	margin: 15px 0px 0 0;
	padding: 8px 0 0 8px;
}
.img_wrap_landing img {
	margin-top: 8px;
	border: 1px solid #4a0f09;
}
.img_text {
	width: 550px;
}
.review_wrap {
	width: 100%;
	border-bottom: 1px dotted #333;
	padding: 20px 0 20px 0;
}
.review_wrap p.review_left {
	color: #fe9c20;
        float: left;
}
.review_wrap p.review_right {
	color: #fe9c20;
        float: right;
}
.spacer {
	height: 10px;
}
.icon {
	width: 40px;
	height: 29px;
	background: url(../images/icon_main.png) no-repeat 0 0;
}
.map_frame {
	width: 520px;
	border: 4px solid #fe9c20;
	margin: 6px 0 0 0;
}
.video_frame {
	width: 520px;
	height: 275px;
	border: 4px solid #fe9c20;
	margin: 0px 0 0 0;
}
.img_frame {
	margin: 0 0 0 10px;
}
.hours_table {
	font-weight: bold;
	margin-top: 10px;
}
.button_page {
	padding: 3px;
	text-align: center;
	background: #ccc;
	border: 1px solid #fe9c20;
	margin: 4px 4px 0 0;
	font-size: 11px;
}
.button_page:hover {
	color: #000;
	background: #fff;
	border: 1px solid #4a0f09;
}
.privacy_wrap ol, .privacy_wrap ul {
	margin-left: 25px;
}
.privacy_header {
	color: #fe9c20;
	font: 14px Arial, sans-serif;
	text-decoration: none;
	font-weight: bold;
	margin: 10px 0 6px 0;
}

/* footer */

#footer_wrap {
	background: url(../images/back_footer.png) repeat-x 0 0;
	margin: 0px auto;
	text-align: center;
	margin-top: 0px;
	padding: 25px 0 25px 0;
	color: #fff;
}
#footer_wrap a:link, #footer_wrap a:visited {
	color: #fff;
}
#footer_wrap a:hover {
	color: #f8981d;
}
#footer_wrap img {
	display: inline-block;
	margin: 5px 3px 0 3px;
}