/* html5doctor.com/html-5-reset-stylesheet/ */
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,time,mark,audio,video { 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; }
ins { text-decoration:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse;border-spacing:0; }

/* apply a natural box layout model to all elements */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

body {
background:#fff url('images/background.png');
-webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility;
font-family: "garamond-premier-pro", georgia, serif;
color:#333;
}

img {max-width:100%;}

header {
width:960px;
height:130px;
margin:0 auto;
margin-top:15px;
padding-top:15px;
}

#header-left {
width:45%;
float:left;
}

#header-right {
width:55%;
float:right;
text-align:right;
padding-top:30px;
}

h1 {font-size:32px;font-family: "garamond-premier-pro", georgia, serif;color: rgb(108,106,25);}

h2 {font-size:21px;font-family: "garamond-premier-pro", georgia, serif;color: rgb(108,106,25); line-height:1.1; margin-top:15px;margin-bottom:5px;}

p {line-height:1.4;margin:15px 0; font-size:18px;}

.small { font-size:12px; font-family:helvetica, arial, sans-serif;
}

p a:link,
p a:active,
p a:visited {
color:rgb(108,106,25);
text-decoration:underline;
}

p a:hover {text-decoration:none;}

p.faq {
margin-top:2px;
}

#nav-wrapper {
width:960px;
margin:0 auto;
height:58px;
background: rgb(169,181,51);
box-shadow:rgba(0, 0, 0, 0.25) 1px 2px 3px;
border-bottom:2px solid rgb(169,181,51);
border-radius:6px 6px 0 0;
}

.nav {
padding:0;
margin:0 auto;
width:960px;
}

.nav ul{
padding:0;
margin:0;
}

.nav li{
position: relative;
float: left;
list-style: none;
margin: 0;
padding:0;
}

.nav li a{
height:58px;
text-align:center;
color:#fff;
display:block;
font-size:19px;
font-family: "alternate-gothic-no-3-d", sans-serif;
line-height:58px;
padding:0 30px;
text-decoration:none;
text-transform:uppercase;
border-right:thin solid rgba(108,106,25, 0.45);
}

.nav a:hover,
.nav a:focus,
.nav a.active {
color:#fff;
background:rgba(255, 255, 255, 0.20);
}

.nav #currentpage a {
color:#fff;
background:rgba(255, 255, 255, 0.05);
}

.nav ul ul{
position: absolute;
top: 58px;
visibility: hidden;
background:#b8c454;
font-size:12px;
border-radius:0 0 6px 6px;
}

.nav ul ul a{
font-size:16px;
display:block;
width:255px;
height:34px;
line-height:34px;
border-bottom:none;
text-align:left;
color: rgb(108,106,25);
}

.nav ul ul a:hover{
border-bottom:none;
background: rgb(169,181,51);
}

.nav ul li:hover ul{
visibility:visible;
}

#sub-nav-wrapper {
width:960px;
margin:0 auto;
height:37px;
background:#e9eeb9;
box-shadow:rgba(0, 0, 0, 0.45) 1px 2px 3px
margin-bottom:5px;
clear:both;
border-bottom:thin solid #f5f5f5;
box-shadow:rgba(0, 0, 0, 0.25) 1px 2px 3px;
}

#sub-nav {
	width:960px;
	margin:0 auto;
}

#sub-nav ul {
	list-style:none;
}

#sub-nav li {
	text-align:center;
}

#sub-nav a {
float:left;
color:rgb(108,106,25);
display:block;
font-size:17px;
font-family: "alternate-gothic-no-3-d", sans-serif;
line-height:37px;
padding:0 25px;
text-decoration:none;
text-transform:uppercase;
}

#sub-nav a:hover,
#sub-nav a:focus,
#sub-nav a.active {
color:rgba(108,106,25, 0.5);
}



#slider-wrapper {
	width:100%;
	height:275px;
	color:#222;
	background:#fff;
	box-shadow:rgba(0, 0, 0, 0.25) 1px 2px 3px;
	clear:both;
}

#slider-content {
	width:960px;
	margin:0 auto;
	color:#222;
}

#content-wrapper {
	width:960px;
	margin:0 auto;
	overflow:hidden;
	background:#fff;
	box-shadow:rgba(0, 0, 0, 0.25) 2px 2px 4px;
	border-radius:0 0 6px 6px;
}

#intro-content {
float:left;
width:65%;
padding:30px;
background:#fff;
}

#promo-content {
float:left;
width:35%;
padding:30px 15px;
text-align:center;
background:#fff;
}

#leftcol-content {
clear:both;
float:left;
width:320px;
background:#fff;
text-align:center;
}

#testimonial-image
{
width:320px;
height:auto; /*You can use a predefined height here if you can have images with the similar height;*/
}

#leftcol-content h1 {
font-family:helvetica, sans-serif;
font-size:13px;
text-transform:uppercase;
color:#444;
letter-spacing:4px;
font-weight:400;
text-align:center;
margin-bottom:5px;
}

#leftcol-content h2 {
font-family:"garamond-premier-pro", georgia, serif;
font-size:22px;
font-weight:bold;
padding:20px;
padding-bottom:10px;
padding-top:15px;
padding-right:0;
margin:0;
}

#granite-blocks {
padding:0 20px;
padding-right:0;
margin-top:30px;
}

#granite-blocks h1 {
padding-bottom:5px;
font-size:21px;
text-transform:uppercase;
letter-spacing:0;
font-family: "alternate-gothic-no-3-d", helvetica, sans-serif;
text-align:left;
}

#sub-content {
float:left;
background:#fff;
width:640px;
height:auto;
padding:30px 40px;
}

a.button {
	background:#60A4EA;
	border-radius:5px;
	box-shadow:1px 2px 4px -9px rgba(0, 0, 0, 0.496094);
	box-shadow: inset 0 1px 1px #fff, inset 0 -5px 10px #3A85D0;
	width:150px;
	line-height:60px;
	color:#fff;
	padding:20px;
	margin:15px 0;
	text-decoration:none;
	outline-color:#fff;
	font-family:"alternate-gothic-no-3-d", sans-serif;
	text-transform:uppercase;
	font-weight:200;
	font-size:20px;
	text-shadow:1px 1px 0px #3A85D0;
}

a:hover.button {
	background:#337ECA;
	border-radius:5px;
	box-shadow:#337ECA;
	width:150px;
	height:115px;
	padding:20px;
}

p.contact {
display:block;
margin:30px 35px;
}

p.secondary-quote {
font-size:16px;
padding:0 20px;
font-size:16px;
background:#fff;
margin:0;
margin-bottom:25px;
}

#sitemap-menu {
font-size:18px;
}

#sitemap-menu a {
color: rgb(108,106,25);
text-decoration:none;
}

#sitemap-menu a:hover {
text-decoration:underline;
}

#sitemap-menu li {
 padding-left:15px;
 list-style-type:none;
 line-height:1.6;
}

#sitemap-menu li ul li {
 margin-left:20px;
 line-height:1.3;
}

.square-list li {
list-style-type:square;
margin-left:20px;
line-height:1.3;
font-size:18px;
}

.phone-number {font-size:21px; font-weight:bold;margin-bottom:5px;display:inline-block;}

#text-block {
width:525px;
height:263px;
background:#fffde7;
border-radius:6px;
padding:25px;
border:thin solid #f8e9b8;
}

#text-block h2 {
font-size:26px;
font-family:"garamond-premier-pro", georgia, serif;
color:#444;
margin-top:0;
}

#text-block h3 {
font-size:21px;
font-family:"garamond-premier-pro", georgia, serif;
color:#444;
padding-top:5px;
}

#text-block p {
font-size:12px;
font-family:helvetica, sans-serif;
line-height:1.5;
color:#444;
}

footer {
width:960px;
margin:20px auto;
padding:0 15px;
font-family:helvetica, sans-serif;
font-size:11px;
clear:both;
}

#footer-content-left {
width:98%;
float:left;
margin-bottom:15px;
}

#footer-content-right {
width:2%;
float:right;
margin-bottom:15px;
}

footer a {
color: rgb(108,106,25);
text-decoration:none;
}

footer a:hover {
text-decoration:underline;
}


ul.products li { display: table;margin-top:25px;line-height:0;}
ul.products li ul { display: table-row; width:200px;}
ul.products li ul li { display: table-cell; border:0; width:140px; text-align:center; padding-right:10px; padding-bottom:10px;}

ul.products li p {
	text-align:center;
	font-size:11px;
	font-family:helvetica, arial, sans-serif;
	line-height:0;
}




ul.granite-samples li { display: table;margin-top:25px;}
ul.granite-samples li ul { display: table-row; width:200px;}
ul.granite-samples li ul li { display: table-cell; border:0; width:150px; text-align:center; padding-right:10px; padding-bottom:10px;}




ul.granite-heading li {
	float:left;
	display:block;
	clear:both;
	list-style-type:none;
	width:420px;
	margin:10px 0 10px 7px;
}

ul.granite-thumbs li {
	float:left;
	display:block;
	list-style-type:none;
	margin:7px 10px 7px 0;
	text-align:center;
	width:120px;
}

ul.granite-thumbs {
	clear:both;
	margin-top:25px;
	margin-bottom:25px;
}

ul.granite-thumbs li img {
	margin:0;
	text-align:center;
}

ul.granite-thumbs li a {
	text-decoration:none;
}

ul.granite-thumbs li p {
	text-align:center;
	font-size:11px;
	font-family:helvetica, arial, sans-serif;
	line-height:0;
}







.faq-list {
font-family:helvetica,arial,sans-serif;
font-size:14px;
line-height:20px;
margin-bottom:0;
margin-top:0;
}

.faq-list a:link,
a:active,
a:visited {
text-decoration:none;}

.faq-list a:hover {
text-decoration:underline;}

.short-line-height a:link,
a:active,
a:visited {
text-decoration:none;}

.short-line-height a:hover {
text-decoration:underline;}

.short-line-height {
line-height:1.2;
font-family:helvetica,arial,sans-serif;
font-size:14px;
margin-top:0;
margin-bottom:0;
}

h2 a {
color: rgb(108,106,25);}


.granite-button {
	width: 250px;
	height: 68px;
	color:#fff;
	background:#a9b727;
	text-align: center;
	font-size: 30px;
	border:solid thin #6d6a19;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
 
.granite-button h3 {
	font-size: 28px;
	line-height: 12px;
	font-family: helvetica, sans-serif;
	letter-spacing:-1px;
}
 
.granite-button p {
	font-size: 12px;
	line-height: 7px;
	font-family: helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	text-shadow:none;
}
 
a {
	text-decoration: none;
	color: #fff;
}
 
.granite-button:hover {
	background:#6d6a19;
}

form p {
    margin: 15px 0 0 0;
}

form input,
form textarea {
    width: 100%;
    padding: 0 10px;
    border: 1px solid #76685f;
    border-radius: 4px;
}

form input {
    height: 30px;
}

form textarea {
    min-height: 120px;
}

form input[type="submit"] {
    max-width: 100px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 10px;
}