/*
Theme Name: Jerusalem Stone UK Theme
Theme URI: http://wordpress.org/
Description: A custom theme design for Jerusalem Stone & Mosaics Ltd by <a href="http://www.whiteknightprojects.com">White Knight Projects Ltd.</a>, a web design comany based in North Yorkshire.
Version: 1.0
Author: White Knight Projects
Author URI: http://www.whiteknightprojects.com
Tags: custom theme, stone tiles, stone, shop, brochure

	Jerusalem Stone UK v1.0
	 http://www.jerusalemstoneuk.co.uk

	This theme was designed and built by White Knight Projects Ltd.,
	whose website you will find at http://www.whiteknightprojects.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */


.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}



code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
.children {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */


.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}
.postt {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: left;
}

.clear {
	clear: both;
}


/* End Structure */



/*	Begin Headers */

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
float:left;
	padding: 0px;
	display: inline;
	}

.alignright {
	float: right;
	padding-left: 20px;
	}

.alignleft {
	float: left;
	padding-right:20px;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */





/* Begin Form Elements */
#searchform {
	margin: 5px auto;
	padding: 5px 3px;
	text-align: center;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 95%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

@charset "utf-8";
body {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #e7d6ae;
}
#header {
	width: 846px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #330000;
	padding: 0px;
	clear: left;
	margin: auto;
}
#tobbg {
	color: #FFFFFF;
	font-size: 12px;
	background-image: url(http://www.jerusalemstoneuk.co.uk/v2/images/topnav-bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	height: 30px;
	width: 847px;
	clear: left;
	line-height: 20px;
}
.callus {
	padding-left: 15px;
	width: 250px;
	font-weight: bold;
}
.search {
	float: right;
	width: 250px;
	padding-right: 20px;
	font-size: 10px;
}
.searchform {
	clear: left;
	width: 100px;
	display: inline;
	height: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.dropbox {
	font-size: 10px;
	color: #ddc58c;
	height: 15px;
	border: 1px none #ddc58c;
	background-color: #906452;
	width: 150px;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.toptext {
	background-image:url(images/header-image.jpg);
background-position:left top;
background-repeat:no-repeat;
border-color:#FFFFFF;
border-style:none none solid;
border-width:1px;
height:95px;
padding-bottom:0;
padding-right:15px;
padding-top:55px;
width:832px;
}
#logo {
	height: 107px;
	width: 279px;
	clear: left;
}
#main-image {
	height: 245px;
	width: 374px;
	clear: left;
	float: right;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	text-align: left;
	z-index: 0;
}
#topnav {
	background-image: url(http://www.jerusalemstoneuk.co.uk/v2/images/top-nav-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 245px;
	width: 278px;
	text-align: left;
	padding: 0px;
	clear: left;
	background-color: #906f50;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#content {
	width: 847px;
	margin: auto;
	text-align: left;
	background-color: #FFFFFF;
	overflow:hidden;

}
#price-promo {
	float: right;
	margin: 0px;
	width: 191px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.left-float {
	float: left;
}
#footer a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #996633;
	line-height: 15px;
	text-transform: capitalize;
	text-decoration: none;
}
#footer h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #993300;
}

#headernav {
	font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
height:130px;
list-style-image:none;
list-style-type:none;
margin:0;
overflow:hidden;
padding:1px 0 0;
text-align:left;
text-transform:capitalize;
width:278px;
}
#headernav h4 {
	display: none;
	height: 1px;
}
#headernav a {
	color: #FFFFFF;
	display: block;
	width: 256px;
	padding-bottom: 2px;
	padding-left: 20px;
	text-decoration: none;
	padding-top: 3px;
}

#headernav a:hover {
	color: #FFFFFF;
	display: block;
	width: 256px;
	padding-bottom: 3px;
	padding-left: 20px;
	text-decoration: none;
	background-color: #997552;
	border: 1px solid #c8a37e;
	text-transform: capitalize;
	padding-top: 3px;
	text-indent: 3px;
}
#headernav a:active {
	color: #5b1f06;
	display: block;
	width: 257px;
	padding-bottom: 3px;
	padding-left: 20px;
	text-decoration: none;
	background-color: #997552;
	border: 1px solid #c8a37e;
	font-weight: bolder;
	text-transform: capitalize;
	padding-top: 3px;
	text-indent: 3px;
}
#headernav ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.contact-box {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #68472a;
	float: left;
	width: 130px;
	text-align: left;
	letter-spacing: 0.01em;
	margin-top: 13px;
}
.showroom {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #68472a;
	float: left;
	width: 100px;
	text-align: left;
	margin-top: 13px;
}
.newsletter {
	background-image: url(http://www.jerusalemstoneuk.co.uk/v2/images/email-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 174px;
	width: 279px;
	padding: 3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #634326;
}
.text-block {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding: 3px;
	width: 279px;
	color: #4b4b4b;
}


#welcome {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 560px;
	float: right;
	padding-top: 5px;
	text-align: left;
	color: #4b4b4b;
	padding-left:5px;
}
.bold-highlight {
	font-weight: bold;
	color: #9b7c5d;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-transform: capitalize;
	color: #681300;
	margin: 0px;
	padding: 0px;
}
.gallery-promo {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	text-align: left;
	width: 273px;
	padding-top: 3px;
	margin-left:-16px;
	margin-bottom:-20px;
	padding-left: 8px;
	padding-bottom:15px;
	font-weight: normal;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.free-sample {
	height: 127px;
	width: 278px;
}
.location {
	clear: left;
	padding-top: 10px;
	text-align: right;
	padding-right: 20px;
}
.product-catalogue {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: capitalize;
	color: #681300;
	margin-bottom: 20px;
}
.intro-image {
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
h2 {
	color:#681300;
font-family:Verdana;
font-size:18px;
font-weight:normal;
margin:10px;
margin-bottom:20px;
padding:0;
text-transform:capitalize;
}
.visit {
	background-image: url(http://www.jerusalemstoneuk.co.uk/v2/images/visit-bg.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: right;
	height: 16px;
	width: 422px;
	margin: 0px;
	font-weight: bold;
	color: #FFFFFF;
	float: right;
	padding-top: 1px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#footer {
	width: 846px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #e7d6ae;
	border-right-color: #e7d6ae;
	border-bottom-color: #e7d6ae;
	border-left-color: #e7d6ae;
	overflow: auto;
	background-color: #FFFFFF;
}
#special-offer-stone {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #e0dfcd;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 540px;
	height: auto;
	overflow: auto;
}
#interior-natural-stone {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #e0dfcd;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 540px;
	height: auto;
	overflow: auto;
	margin-top: 4px;
}
#historic-natural-stone {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #e0dfcd;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 540px;
	height: auto;
	overflow: auto;
	margin-top: 4px;
}
#traditional-natural-stone {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #e0dfcd;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	width: 540px;
	height: auto;
	overflow: auto;
	margin-top: 4px;
}
#sidebar {
	width: 280px;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#sidebar #searchsubmit {
	padding: 1px;
	}


#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	}
#sidenav {
	list-style-image: none;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 278px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	text-transform: capitalize;
	text-align: left;
	display: block;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidenav ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	clear: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sidenav li {
	color: #FFFFFF;
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #681000;
	width: 264px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	font-weight: bold;
	border: 1px none #FFFFFF;
}
#sidenav  ul  li  {
	padding-left: 40px;
	width: 219px;
	padding-top: 0px;
	padding-bottom: 3px;
	list-style-type: none;
	padding-right: 0px;
}
#sidenav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
#sidenav a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #FFFFFF;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#sidenav a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	color: #681000;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
}
.post2 {
border:1px solid #E0DFCD;
clear:left;
font-family:Geneva,Arial,Helvetica,sans-serif;
font-size:11px;
margin:4px 0 0;
overflow:auto;
padding:10px 0 0 5px;
width:550px;
}
a:link {
	color: #681000;
	text-decoration: underline;
}
a:visited {
	color: #681000;
	text-decoration: underline;
}

a:hover {
	color: #663300;
	text-decoration: none;
	border: 1px none #330000;
	font-weight: bolder;
	}
#brands {
	width: 275px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	clear: left;
}
#articles {
	width: 280px;
	float: right;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	clear: left;
}
#payment {
	width: 275px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	clear: left;
	float: right;
}
#headernav ul ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#headernav  li  ul  {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#container {
	text-align: center;
	width: 848px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

 #gallery {position:relative; width:375px; height:245px; margin:0px; padding:0px; z-index:1;}
#images {height:225px; background:#eef5f6; margin-bottom:20px}
#image {
	position:absolute;
	width:375px;
	height:245px;
	padding:0px;
	border:0px solid #666;
	background:#FFF url(images/loading.gif) center center no-repeat;
	z-index: 1;
}
#image img {position:absolute; top:0px; left:0px}
#thumbwrapper {margin-top:10px; padding:5px 0; width:682px; height:100px; border:2px solid #666; background:#FFF; display:none;}
#thumbarea {position:relative; overflow:hidden; height:100px; width:682px; }
#thumbs {position:absolute; list-style:none; margin-left:5px; height:100px; width:10000px; border-right:5px solid #FFF}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {position:absolute; height:245px; width:20%; z-index:100; height:245px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url(images/left.gif) left center no-repeat; border-left:1px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(images/right.gif) right center no-repeat; border-right:1px solid #FFF}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}

#contactform {
	padding:2px;
	margin:5px 0px;
	overflow: hidden;
	line-height:1em;
	text-align: left;
}
#contactform fieldset {
	border:none;
}

#contactform input, #contactform textarea {
	display:block;
	margin:2px 0px 5px;
	padding:2px;
}
#contactform input {
	width:60%;
}
#contactform textarea {
	width:90%;
}

.contacterror {
	border: 1px solid #ff0000;
}
input#contactsubmit {
	width:25%;
	margin-top:3px;
	padding:2px;
	display:block;
}
input.hiddenfield {
	background:transparent;
	border:none;
	padding:0px;
	margin:0px;
}
#categories {
width:800px;
	margin: 0px;
	padding: 0px;
}
#categories ul {margin: 0; padding: 0; display: inline; 
	list-style-type: none; list-style-image: none; }
#categories li {display: inline; }
#categories ul li a {text-decoration:none;  margin: 4px;
	padding: 5px 20px 5px 20px; color: blue;
	background: pink;}
#categories ul li a:hover {color: purple;
	background: yellow; }

/* rollover nav */
#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	font-size:12px;
}

#menu li {
	float: left;
	padding: 0;
	margin: 0;
	border-right:solid 1px #fff;
}

#menu ul li {
	float: none;
	position: relative;
	border-bottom: 1px solid #7EAED7; /* fixes gap problem in IE */
	border-left: 1px solid #FFF;
	z-index:2;
}

#menu li ul {
	margin: 0;
	padding: 0;
	display:none;
	list-style: none;
	position: absolute;
	background: #9CC;
}
#menu ul ul{
	margin-left: .2em;
	position: absolute;
	top: 0; /* if using borders, -1px to align top borders */
	left: 100%;
}

#menu * a:hover, #menu li a:active{
background:#7EAED7 !important;
color: #FFFFFF;
}

#menu li a:link,
#menu li a:visited,
#menu li a:hover,
#menu  li a:active{
	display: block;
	padding: .2em .3em;
	text-decoration: none;
	background: #5587B3;
	 color: #FFFFFF;
}


#menu ul li a:link,
#menu ul li a:visited,
#menu ul li a:hover,
#menu ul li a:active {
	width: 8em;
}#content h3 a:link {
	color: #681000;
	text-decoration: underline;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
}
#content h3 a:visited {
	color: #681000;
	text-decoration: underline;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#content h3 a:hover {
	color: #9b7c5d;
	text-decoration: underline;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#wpsb {
	background-image: url(http://www.jerusalemstoneuk.co.uk/v2/images/email-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #d5c297;
	height: 185px;
	width: 279px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #634326;
	padding-top:3px;
	margin-left: -1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;	
}
#wpsb .wpsb_form_label {
	width: 275px;
	padding-top: 3px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #634326;
	margin: 0px;


}
#wpsb .text {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #634326;
		margin: 0px;
		padding:0px;
		
	}

#contact-details {
	background-image: url(http://www.jerusalemstoneuk.co.uk/v2/images/email-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width: 257px;
	height: 162px;
	text-align: left;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -11px;
	margin-left: -15px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	font-weight: normal;
}

#contact-details a:link {
	color: #681000;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#contact-details a:visited {
	color: #681000;
	text-decoration: underline;
		font-size: 11px;
}
#contact-details a:hover {
	color: #634326;
	text-decoration: none;
	font-weight: bold;
		font-size: 11px;
}
#copyright {
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	line-height: 15px;
	width: 350px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 8px;
	float: right;
	text-align: right;
	margin: 0px;
	text-transform: capitalize;
	padding-top: 5px;
}
#copyright a:hover {
text-weight:bold;
color: #330000;
}
#credits {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	text-align: left;
	margin: 0px;
	padding-left: 10px;
	font-weight: normal;
	padding-top: 15px;
}
#credits a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	text-decoration: none;
	font-weight: normal;
	margin-top: -3px;
}
#credits a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006699;
	text-decoration: none;
		margin-top: -3px;
}
#credits a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #996633;
		margin-top: -3px;
}
#brochure a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#brochure a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#brochure a:hover {
	color: #e7d6ae;
	text-decoration: underline;
}
.call-us {
font-size: 16px;
}
#text-232721531 {
background-color: #FFFFFF;
padding:0px;
margin:0px;
}

#tag_cloud {
	color: #FFFFFF;
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #681000;
	width: 264px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 0px;
	font-weight: normal;
	border: 1px none #FFFFFF;
}
#contact-details  h1  {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #681300;
	margin: 0px;
	padding: 0px;
}
#catnav {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-transform: capitalize;
	color: #333333;
	width: 278px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #333333;
	background-color: #660000;
}
#catnav li {
border-bottom:1px none #333333;
border-style:none;
float:left;
line-height:1.5;
width:130px;
}
#catnav li a {
	color:#FFFFFF;
	display:block;
	margin:1px;
	padding-left:15px;
	text-decoration:none;
	width:130px;
	font-weight: normal;
}
#catnav li a:hover {
	color: #333333;
	background-color: #FFFFFF;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	font-weight: normal;
	width:120px;
	margin-right:10px;
}
.post {
border:1px solid #CCCCCC;
float:left;
height:176px;
margin-bottom:10px;
margin-left:10px;
overflow:hidden;
width:260px;
}
.post h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #660000;
	font-weight: bold;
	margin: 0px;
	padding: 3px;
	text-transform: capitalize;
}
.fullinfo {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #660000;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-bottom: 3px;
}
.fullinfo a {
	color: #333333;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	height: 20px;
	line-height: 18px;
	font-weight: normal;
}
.fullinfo a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	height: 20px;
	line-height: 18px;
	background-color: #660000;
	font-weight: bold;
}
.catentry {
	float: left;
	width: 125px;
	padding: 2px;
}
.size {
	float: left;
	width: 82px;
}
.price {
	float: left;
	width: 44px;
}
.discount {
color:#CC0000;
float:right;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
margin-top:10px;
padding-right:10px;
text-align:right;
}
.catentry   a  img {
	height: 122px;
	width: 122px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}