body {
	background: #777165;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	line-height: 20px;
}
a {
	color: #e0830e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #bc7822;
}
h1 {
	font-size: 26px;
	color: #e8e0cc;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	/* color: #322920; */
}
h3 {
	color: #e0830e;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 0 white;
}
h4 {
	font-weight: bold;
	font-size: 14px;
}
.text-field {
	background: white;
	border: 1px solid #ccc;
	padding: 5px;
}
.text-field:focus {
	border: 1px solid #999;
}
.button {
	background: url(../images/button-bg.gif) center left repeat-x;
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 7px 15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0 -1px 0 #bc6c15;
	text-transform: uppercase;
	-moz-box-shadow: 0 0 5px #aaa;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
	border: 0;
	cursor: pointer;
}
.button:hover {
	background: url(../images/button-bg.gif) top left repeat-x;
	color: white;
	text-decoration: none;
}
div.clear {
	clear: both;
}

div#content #leftcol #rightcol ul li {
	list-style-type: none;
	background: url(../images/bullet.gif) 2px 17px no-repeat;
	padding-left: 15px;
	padding-top: 10px;
}

/* Header & Nav */
div#header-wrapper {
	background: url(../images/header-bg.png) top center repeat-x;
	height: 106px;
	border-bottom: 3px solid white;
}
div#header {
	width: 924px;
	margin: 0 auto;
}
a#logo {
	position: absolute;
	display: block;
	margin-top: 22px;
}
div#global {
	float: right;
	padding-top: 15px;
	height: 44px;
}
div#global ul li {
	display: inline;
	margin-left: 15px;
}
div#global ul li a {
	color: #797367;
	font-size: 11px;
}
div#nav {
	float: right;
	clear: both;
}
div#nav ul li {
	display: inline;
	margin-left: 30px;
}
div#nav ul li a {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0 1px 0 white
}
div#nav ul li a:hover {
	text-decoration: none;
}
body.products a#navproducts,
body.gallery a#navgallery,
body.info a#navinfo,
body.locations a#navlocations
{
	color: #797367;
}

/* content wrapper */
div#content-outer-wrapper {
	background: url(../images/stone-bg.gif) top center repeat;
	border-bottom: 3px solid white;
}
div#content-inner-wrapper {
	background: url(../images/content-bg-top.gif) top center repeat-x;
}
div#content-wrapper {
	background: url(../images/content-bg-bottom.gif) bottom center repeat-x;
}

div#leftcol {
	width: 440px;
	float: left;
}

div#rightcol {
	width: 440px;
	float: right;
}

/* Footer */
div#footer {
	width: 924px;
	margin: 0 auto;
	color: #bfb9ac;
	font-size: 11px;
	padding: 20px 0 30px 0;
}
div#left-foot {
	float: left;
}
div#right-foot {
	float: right;
	text-align: right;
}
div#footer a {
	color: #bfb9ac;
}
div#footer table tr td {
	padding-right: 30px;
}

/* Home Page */
div#banner-wrapper {
	background: #2f291f url(../images/banner.png) top center no-repeat;;
	height: 377px;
	border-bottom: 3px solid white;
}
div#banner {
	width: 924px;
	margin: 0 auto;
}
div#banner-content {
	color: #cec7ba;
	font-size: 15px;
	line-height: 25px;
	width: 270px;
	padding-top: 55px;
}
div#banner-content h1, div#banner-content p {
	padding-bottom: 20px;
}
div#banner-content a.button {
	font-size: 14px;
	padding: 10px 18px;
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
	box-shadow: 0 0 5px #333;
}
div#slideshow-wrapper {
	position: absolute;
	margin-left: 456px;
	margin-top: 39px;
}

div#home-content {
	width: 924px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
div.callout {
	float: left;
	width: 262px;
	margin-right: 69px;
	font-size: 13px;
}
div.callout h3 {
	margin-bottom: 20px;
}
div.callout a {
	text-decoration: underline;
}
div#home-content div#last {
	margin-right: 0;
}
div.callout a.callout-link {
	display: block;
	margin-bottom: 20px;
}
div.callout a.callout-link img {
	padding: 5px;
	background: #ececec;
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
	border: 1px solid #ececec;
}
div.callout a.callout-link:hover img {
	background: #fff;
	border: 1px solid white;
}

/* Sub Page */
div#title-bar-wrapper {
	background: #2f291f url(../images/title-bar.jpg) top center no-repeat;;
	border-bottom: 3px solid white;
}
div#title-bar {
	width: 924px;
	margin: 0 auto;
	padding: 30px 0;
}
div#title-bar h1 {

}
div#content {
	width: 924px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}
div#content h2 {
	margin-bottom: 15px;
}
div#content p {
	margin-bottom: 15px;
}
div#content div#last {
	margin-right: 0;
}
div#sidebar {
	float: left;
	width: 175px;
}
div#sidebar ul {
	padding-bottom: 10px;
}
div#sidebar ul li {
	background: url(../images/list-arrow.gif) 0 5px no-repeat;
	padding: 0 0 10px 12px;
	margin-bottom: 10px;
	border-bottom: 1px dotted #d2d0cb;
}
div#sidebar ul li.last {
	border-bottom: 0;
}
div#main {
	width: 660px;
	float: right;
	padding-left: 60px;
}
div#main p.subhead {
	margin-bottom: 30px;
}
img.content-img {
	padding: 5px;
	background: #ececec;
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
	border: 1px solid #ececec;
	display: block;
	float: right;
	margin-left: 30px;
}

/* Products */
div#callout-accessories {
	background: url(../images/procuctbar-accessories.gif) 0 0 no-repeat;
	height: 100px;
	margin-bottom: 20px;
}
div#callout-accessories p {
	font-size: 15px;
	font-weight: bold;
	padding-top: 33px;
	padding-left: 30px;
}
div#callout-accessories p a {
	color: #bc7822;
}
ul.products-ledgestone a#products-ledgestone,
ul.products-handcrafted a#products-handcrafted,
ul.products-19thcentury a#products-19thcentury,
ul.products-19thcentury a#products-19thcentury,
ul.products-fieldstone a#products-fieldstone,
ul.products-oldeworld a#products-oldeworld,
ul.products-castlestone a#products-castlestone,
ul.products-accessories a#products-accessories,

ul.gallery-ledgestone a#gallery-ledgestone,
ul.gallery-handcrafted a#gallery-handcrafted,
ul.gallery-19thcentury a#gallery-19thcentury,
ul.gallery-19thcentury a#gallery-19thcentury,
ul.gallery-fieldstone a#gallery-fieldstone,
ul.gallery-oldeworld a#gallery-oldeworld,
ul.gallery-castlestone a#gallery-castlestone,
ul.gallery-accessories a#gallery-accessories
{
	font-weight: bold;
}
div.sidebar-callout {
	background: #d8d2cc;
	padding: 11px;
	padding-bottom: 15px;
	line-height: 16px;
}
div.sidebar-callout h4 {
	margin-bottom: 10px;
}
div.sidebar-callout img {
	display: block;
	margin-bottom: 10px;
}
div.sidebar-callout a {
	color: #bc7822;
	font-size: 11px;
}

/* Gallery */
div#gallery ul li {
	float: left;
	text-align: center;
	margin-left: 65px;
	margin-bottom: 30px;
	font-size: 11px;
	font-weight: bold;
}
div#main div#gallery ul li {
	margin-left: 57px;
}
div#gallery ul li.first, div#main div#gallery ul li.first {
	margin-left: 0;
	clear: both;
}
div#gallery ul li a {
	display: block;
	margin-bottom: 5px;
}
div#gallery ul li a img {
	padding: 5px;
	background: #ececec;
	-moz-box-shadow: 0 0 5px #999;
	-webkit-box-shadow: 0 0 5px #999;
	box-shadow: 0 0 5px #999;
	border: 1px solid #ececec;
}
div#gallery ul li a:hover img {
	background: #fff;
	border: 1px solid white;
}

/* Technical Information */
ul.documents li {
	background: url(../images/document.gif) 0 4px no-repeat;
	padding-left: 15px;
	padding-bottom: 8px;
}

/* Distriutor Locations */
div#locations-list img {
	float: right;
	padding-right: 30px;
}
div#locations-list ul {
	width: 450px;
}
div#locations-list ul li {
	float: left;
	width: 150px;
}
div#locations ul {
	clear: both;
}
div#locations ul li {
	float: left;
	width: 278px;
	margin-right: 30px;
	height: 8em;
	font-size: 11px;
}
div#locations ul.width li {
	margin-right: 45px;
}
div#locations ul li.last {
	margin-right: 0;
}
div#locations ul li strong {
	font-size: 12px;
}
div#locations div.state-head {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
}
div#locations h3 {
	clear: both;
	padding-bottom: 5px;
	padding-top: 15px;
	float: left;
}
div#locations a.top-link {
	float: right;
	margin-top: 15px;
	font-size: 11px;
}

/* Contact */
div#contact-main {
	float: left;
}
table.form tr td {
	padding: 0 30px 10px 0;
	vertical-align: top;
}
table.form input.text-field {
	width: 300px;
}
table.form textarea.text-field {
	width: 500px;
	height: 150px;
}
table.form label {
	font-weight: bold;
	line-height: 26px;
}

div#sidebar-contact {
	float: right;
	width: 150px;
}
.highlight {
	border: 1px solid red !important;
}







