@charset "utf-8";
/* CSS Document */
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background-image:url(http://www.nenevalleypaving.co.uk/images/background_gradient_2x600.jpg);
	background-repeat:repeat-x;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixRtHdr #container { 
	width: 990px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #15317E; /* royal blue */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background-image:url('../images/nvp_header.jpg');
	padding: 100px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-repeat:no-repeat;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px;
	margin-top:10px;
}

.twoColFixRtHdr #special_offers {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 2px 2px;
	margin-top:10px;
	margin-right:10px;
}

.twoColFixRtHdr #sidebar_landscaping {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 5px 0 35px;
	margin-top:5px;
	color: #15317E;
	font-weight:bold;
}

.twoColFixRtHdr #mainContent { 
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	margin: 0 180px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 30px 20px;; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.twoColFixRtHdr #content { 
	font: 85% Verdana, Arial, Helvetica, sans-serif;
	padding: 0 20px;; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align:justify;
}


.twoColFixRtHdr #mainContent h1{ 
	font-size: 16px;
	color: #15317E;
	font-weight:bold;
}


.twoColFixRtHdr #contact_map {
	float:right;
	margin-right:60px;
}


.twoColFixRtHdr #content h1{ 
	font-size: 16px;
	color: #15317E;
	font-weight:bold;
}

.twoColFixRtHdr #content h2 { 
	font-size: 14px;
	color: #15317E;
	font-weight:bold;
	background-color:#FAF8CB;
}

.twoColFixRtHdr #content h3 { 
	font-size: 12px;
	color: #15317E;
	font-weight:bold;
	background-color:#FAF8CB;
}

.twoColFixRtHdr hr { 
	color:#F2F2F2;
	height:1px;
}

.twoColFixRtHdr a:link { color: #15317E; text-decoration: none; font-weight:bold;}
.twoColFixRtHdr a:visited { color: #15317E; text-decoration: none; font-weight:bold;}
.twoColFixRtHdr a:active { color: #15317E; text-decoration: none; font-weight:bold; }
.twoColFixRtHdr a:hover { color: #FF0000; text-decoration: none; font-weight:bold; }

.twoColFixRtHdr .tablink a:link { color: #15317E; text-decoration: none; font-weight:bold;}
.twoColFixRtHdr .tablink a:visited { color: #15317E; text-decoration: none; font-weight:bold;}
.twoColFixRtHdr .tablink a:active { color: #15317E; text-decoration: none; font-weight:bold; }
.twoColFixRtHdr .tablink a:hover { color:#FFFF00; text-decoration: none; font-weight:bold; }


.twoColFixRtHdr #searchbox {
	margin-top: -158px;
	margin-right: 150px;
	float:right;
	color:#FFFFFF;
}

.twoColFixRtHdr #searchbox_pages {
	margin-top: -140px;
	margin-right: 330px;
	float:right;
	color:#FFFFFF;
}

.twoColFixRtHdr #statement {
	margin-left:140px;
	margin-top: -55px;
	padding-bottom:10px;
}

.twoColFixRtHdr #welcome {
	margin-left: 20px;
	margin-top: -10px;
}

.twoColFixRtHdr #content #gallery table,tr {
	text-align:left;
}


.twoColFixRtHdr #content #gallery th,td {
	padding: 5px;
	text-align:center;
	border-color:#FFFF99;
	border-style: solid;
	border-width: 10px;
	background-color:#FAF8CB;
	vertical-align:text-top;
}

.twoColFixRtHdr #content #gallery img {
	vertical-align:text-top;
}


.twoColFixRtHdr #home_categories table{
	border-spacing:10px 5px;
	table-layout:fixed;
	width:750px;
}

.twoColFixRtHdr #home_categories th{ 
	text-align:left;
}

.twoColFixRtHdr #home_categories td{
	text-align:center;
	/* border-color:#FAF8CB; */ /* cream */
	border-color:#FFFF99;
	border-style: solid;
	border-width: 10px;
	background-color:#FAF8CB;
}

.twoColFixRtHdr #navigation{ 
	padding-bottom: 50px;
}

.twoColFixRtHdr #dummy td{ 
	border-color:#FFFFFF;
	border-style: solid;
	border-width: 5px;
}

.twoColFixRtHdr #section_1 img{ 
	float:right;
	padding-left:30px;
	padding-bottom:25px;
	padding-right:30px;
	margin-top:-15px;
	margin-left:50px;
}

.twoColFixRtHdr #section_2{ 
	padding-top:25px;
}

.twoColFixRtHdr #section_2 img{ 
	float:left;
	padding-right:30px;
	padding-bottom:25px;
}

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#15317E;
	color:#FFFFFF; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.footer{
	text-decoration: none;
	font: 85% Verdana, Arial, Helvetica, sans-serif;
}
.footer a:link { color: #FFFFFF; text-decoration: none; font-size: 85%;}
.footer a:visited { color: #FFFFFF; text-decoration: none; font-size: 85%;}
.footer a:active { color: #FFFFFF; text-decoration: none; font-size: 85%;}
.footer a:hover { color: #E3E75A; text-decoration: none; font-size: 85%;}

.copyright {
	margin-left: 725px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	margin-top: -35px;
}

.category {
	font-size:14px;
	color: #15317E; /* royal blue */
}

.welcome_text p{ 
	color: #15317E;
}



.twoColFixRtHdr #products table{
	padding: 1px;
	text-align:left;
	background-color:#FFFFFF;
	vertical-align:text-top;
	width:800px;
}

.twoColFixRtHdr #products td{
	padding: 1px;
	text-align:left;
	background-color:#FFFFFF;
	vertical-align:text-top; 
	/* border-color:#FFFF99; */
	border-color:#FFFFFF;
	border-style: solid;
	border-width: 1px;
	/* background-color:#FAF8CB; /* cream */
	background-color:#FFFFFF;
}


.twoColFixRtHdr  #content #products_paving .loopertable {
	background-color:#FFFFFF;
	border:none;
}

.twoColFixRtHdr  #content #products_paving .loopertable td{
	border-top-color:#FAF8CB;
	border-left-color:#15317E;
	border-bottom-color:#FAF8CB;
	border-right-color:#F2F2F2;
	border-style: solid;
	border-width: 1px;
	background-color:#FFFFFF;
}

.twoColFixRtHdr  #container #content #products_paving .loopertable .product{
	padding: 1px;
	text-align:left;
	vertical-align:text-top;
	width:400px;
	border-color:#FAF8CB;
	border-style: solid;
	border-width: 1px;
	background-color:#FFFFFF;
}


.twoColFixRtHdr  #content #products_paving .loopertable .product td{
	border:none;
}

.twoColFixRtHdr #container #content_guide h1{ 
	font-size: 15px;
	color: #15317E;
	font-weight:bold;
	margin-left:20px;
	margin-bottom:20px;
}

.twoColFixRtHdr #container #content_guide{
	background-position: center;
}
.twoColFixRtHdr #container #content_guide table {
}

.twoColFixRtHdr #container #content_guide table{
	border: 1px none #FFFFFF;
	background-color: #FFFFFF;
	width: 850px;
	background-position: center;
	left: 25px;
	margin-left:25px;
}
.twoColFixRtHdr #container #content_guide td {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: justify;
	padding: 15px;
}

.twoColFixRtHdr #container #content_guide th {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align:top;
	padding-left: 15px;
	padding-right:15px;
}



.twoColFixRtHdr #content #contact_form table {
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #15317E;
}

.twoColFixRtHdr #content #contact_form td {
	background-color: #FFFFFF;
	text-align: left;
	padding:none;
	border:none;
}

.twoColFixRtHdr #container #content #sitemap table {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixRtHdr #container #content #sitemap td {
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
}

.twoColFixRtHdr  #paging_results table{
	padding: 1px;
	text-align:left;
	width:650px;
	border-color:#FAF8CB;
	border-style: solid;
	border-width: 1px;
	background-color:#FFFFFF;
}

.twoColFixRtHdr  #paging_results th{
	padding: 1px;
	text-align:left;
	background-color:#FFFFFF;
}

.twoColFixRtHdr  #paging_results td{
	padding: 1px;
	text-align:left;
	border-color:#FAF8CB;
	border-style: solid;
	border-width: 1px;
	background-color:#FFFFFF;
}


.twoColFixRtHdr  #search_results table{
	padding: 1px;
	text-align:left;
	width:650px;
	border-color:#FAF8CB;
	border-style: solid;
	border-width: 1px;
	background-color:#FFFFFF;
}

.twoColFixRtHdr  #search_results th{
	padding: 1px;
	text-align:left;
	background-color:#FFFFFF;
}

.twoColFixRtHdr  #search_results td{
	padding: 1px;
	text-align:left;
	border-color:#FAF8CB;
	border-style: solid;
	border-width: 1px;
	background-color:#FFFFFF;
}

.product_container_table_930 {
	background-color: #FFFFFF;
	width: 930px;
	margin-left:auto; 
	margin-right:auto
}

.product_container_table_400 {
	background-color: #FFFFFF;
	width: 400x;
	margin-left:auto; 
	margin-right:auto
}

.product_container_table_700 {
	background-color: #FFFFFF;
	width: 700x;
	margin-left:auto; 
	margin-right:auto
}

.product_container_td {
	background-color: #FFFFFF;
	border: 1px solid #15317E;
	text-align: left;
	padding:5px;
	vertical-align:top;
}

.product_container_td_440 {
	background-color: #FFFFFF;
	border: 1px solid #15317E;
	text-align: left;
	padding:5px;
	width: 440px;
	vertical-align:top;
}

.product_container_td_700 {
	background-color: #FFFFFF;
	border: 1px solid #15317E;
	text-align: left;
	padding:5px;
	width: 700px;
	vertical-align:top;
}


.product_table_440 {
	background-color: #FFFFFF;
	text-align:left;
	vertical-align:top;
}

.product_td {
	background-color: #FFFFFF;
	text-align:left;
	padding:1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align:top;
}

.product_td_delivery {
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	text-align:right;
	padding:1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align:top;
}

.product_td_single {
	background-color: #FFFFFF;
	text-align:left;
	padding-left:20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align:top;
}

.polybags {
	background-color: #FFFFFF;
	text-align:center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align:middle;
	background-image:url('../images/polybags_box_w130.gif');
	background-repeat: no-repeat;
	background-position:center;
	width:132px;
	font-size:85%;
	font-weight:bold;
}

.textleft {
	text-align:left;
}

.product_title { 
	font-size: 12px;
	color: #15317E;
	font-weight:bold;
	background-color:#FAF8CB;
}



.special_offers_table { 
	width: 130px;
	background-color:#FFFFFF;
	border:solid;
	border-color:#15317E;
	border-width:1px;
}

.special_offers_td { 
	background-color: #FFFFFF;
	text-align:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align:top;
}

.special_offers_td_desc { 
	font-size:11px;
	background-color: #FFFFFF;
	text-align:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding:none;
}

.special_offers_td_desc .redprice{ 
	color: #FF0000;
	font-weight:bold;
}


.special_offers_td_link { 
	font-size:10px;
	background-color: #FFFFFF;
	text-align:right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.special_offers_th { 
	background-color: #15317E;
	color:#FFFFFF;
	text-align:center;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align:top;
	font-size: 12px;
}

.bkwhite {
background:#FFFFFF;
}

.red {
	colour: #FF0000;
}

.royalblue {
	colour: #15317E;
	font-weight:bold;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.stonemarket_fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	margin-bottom:20px;
	margin-top:-20px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

--> 
</style><!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixRtHdr #sidebar1 { width: 220px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixRtHdr #sidebar1 { padding-top: 30px; }
.twoColFixRtHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->

