/*--------------------------------------------------------------------------
Style Sheet for the Products Range Section
Version:	1.2
Author:		Martin Duggan, Design Director
Email:		martin@mdd.ie
Website:	http://www.mdd.ie
Code Sections: 
	- GENERAL STYLING
	- PAGE STRUCTURE
	- PAGE COMPONENTS
		> Products range navigation
		> Current products page highlights
--------------------------------------------------------------------------*/

/* GENERAL STYLING */

dl { 	float: right;
		width: 30%;
		padding-right: 10px;
		}
		
dl p {	font-size: 16px;
		font-weight: bold;
		margin: 0px;
		padding-left: 0px;
		}

dt {	font-size: 22px;
		font-weight: bold;
		margin-bottom: 10px;
		}

dd {	background: url(../img/products/bullet.png) no-repeat 0px 2px; 
		margin-left: 0px;
		padding-left: 16px;
		line-height: 22px;
		}
		
.dd_sub_head {	
		background-image: none;
		padding-left: 0px;
		font-weight: bold;
		}

.clear { 
		display: block;
		clear: both;
		}






/* PAGE STRUCTURE */

#products_nav {
	margin: auto;
	width: 770px;
	position: relative;
	border-top: 1px solid #a4843f;
	border-bottom: 1px solid #a4843f;
	}

#products_nav span {
	display: block;
	height: 1px;
	background-color: #a4843f;
	}
	
#content_products {
	margin: auto;
	max-width: 950px;
	min-width: 750px;
	position: relative;
	}	

.product_item {
	background-color: #e6e5e1;
	max-width: 950px;
	min-width: 750px;
	position: relative;
	margin-top: 30px;
	border-top: 1px solid #e6e5e1;
	}

.back_to_top {
	clear: both;
	display: block;
	line-height: 20px;
	background-color: #a4843f;
	text-align: right;
	margin: 0px;
	padding-right: 10px;
	}




/* PAGE COMPONENTS */

/*current products page highlights*/
#bollards #bollards_nav a {color: #a4843f; }
#grilles #grilles_nav a {color: #a4843f; }
#bins #bins_nav a {color: #a4843f; }
#posts #posts_nav a {color: #a4843f; }
#benches #benches_nav a {color: #a4843f; }
#furniture #furniture_nav a {color: #a4843f; }
#name_plates #plates_nav a {color: #a4843f; }
#parking #parking_nav a {color: #a4843f; }

/*products navigation*/
#products_nav ul {
	clear: both;
	height: 30px;
	margin-top: 10px;
	}

#products_nav li {
	float: left;
	border-right: 1px solid #a4843f;
	}
	
#products_nav a {
	display: block;
	padding: 0px 23px;
	text-decoration: none;
	font-size: 20px;
	font-weight: normal;
	color: #000;
	}

#products_nav a:hover {color: #a4843f; }


#content_products h1 {background: url(../img/products/product_titles.jpg) no-repeat 0 0; }
#grilles #content_products h1 {background-position: 0px -78px; }
#bins #content_products h1 {background-position: 0px -159px; }
#posts #content_products h1 {background-position: 0px -241px; }
#benches #content_products h1 {background-position: 0px -321px; }
#furniture #content_products h1 {background-position: 0px -402px; }
#name_plates #content_products h1 {background-position: 0px -481px; }
#indicator_plates #content_products h1 {background-position: 0px -562px; }


.product_img {
	width: 39%;
	overflow: hidden;
	float: left;
	margin: 0px; 
	}

.product_tech {
	width: 25%;
	overflow: hidden;
	float: left;
	margin: 0px; 
	}
	
/* #name_plates dl { width: 50%; padding-right: 20px; } */


.back_to_top a {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}

.back_to_top a:hover {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	background: url(../img/products/arro_up.png) no-repeat 0 0;
	padding-left: 13px;
	}















