@charset 'utf-8';

/*---------------- Subsection Banner ---------------*/

#banner{
	background:url(../images/index_banner.jpg) no-repeat center;
	height:326px;	
	margin:0 auto;
	width:990px;
}
#banner{
	position:relative;
	z-index:1;
}

/*---------------- Subsection Global Content ---------------*/

#subsection_top{
	position:relative;
	z-index:10;
}
.content_wrapper{
	background:url(../images/index_content.png) no-repeat center bottom;
	padding:0 0 7px 40px;
}
* html .content_wrapper{
	background:url(../images/index_content.jpg) no-repeat center bottom;
}

#subsection_col_main{
	width:649px;
		padding:0 30px 0 30px;
}
#subsection_col_main h1{
	color:#2a2a2a;
	font-size:1.5em;
	margin-bottom:0.6em;
}
#subsection_sidebar{
	width:241px;
	background:url(../images/subsection_sidebar.jpg) repeat-y right;
}
#subsection_sidebar ul{
		margin:0;
}
#subsection_sidebar li{
	list-style:none;

}
* html #subsection_sidebar li{
	height:1em;
}
#subsection_sidebar li a{
	text-transform:uppercase;
	color:#2a2a2a;
	font-weight:bold;
	display:block;
	padding:10px 0 10px 30px;
	margin-bottom:1px;
}
#subsection_sidebar li a:hover, #subsection_sidebar li.selected a{
	background-color:#2f216e;
	color:#fff;
}
a#sidebar_quote{
	background:url(../images/sidebar_quote_link.jpg) no-repeat top;
	width:229px;
	height:59px;
	display:block;
	margin:30px 0 40px 0;
}
a#sidebar_quote:hover{
	background:url(../images/sidebar_quote_link.jpg) no-repeat bottom;
}

#breadcrumbs{
	font-size:0.8em;
	color:#2a2a2a;
}
#breadcrumbs a{
	color:#777;
}
#breadcrumbs a:hover{
	color:#222;
}

/*---------------- Subsection Specific Content ---------------*/

/*------ Products ------*/

/*--- Slider ---*/

.sliderheading img{
	margin:-4px 10px 0 0;
}
.sliderheading a{
	padding:6px 9px 9px 15px;
	display:block;
	background-color:#2d206e;
	color:#fff;
	text-transform:none;
}
.sliderheading a:hover{
	background-color:#3b6a7f;
}
.slidecontent{
	display:none; 
	overflow:hidden; 
	height: 100%;
}

/*--- Products Range ---*/

.products_range{
	padding:20px 0 20px 0;
}
a.product_item{
	float:left;
	width:206px;
	height:180px;
	border:5px solid #fff;
	font-size:0.9em;
	text-align:center;
	padding:10px 0 15px 0;
}
a.product_item:hover{
	border:5px solid #eee;
}
.product_item img{
	
}
a.product_item strong{
	font-weight:bold;
	font-size:1em;
	color:#555;
	display:block;
	
	text-align:center;
}
a.product_item p{
	font-size:0.9em;
	line-height:1.3em;
	margin:10px 0 0 0 ;
}
.center p{
	margin-left:auto;
	margin-right:auto;
}
.properties_left{
	text-align:right;
	
}
.properties_right{
	text-align:left;
	padding-left:10px;
}
.product_item table{
	width:206px;
	color:#888;
	font-size:0.9em;
	margin-top:7px;
}
	

/*--- Products Mainpage ---*/
#product_mainpage{
	padding-bottom:50px;
}
#product_mainpage h3{
	text-transform:none;
	color:#666;
}
#product_mainpage p{
	font-size:0.9em;
	line-height:1.6em;
}

#hor-minimalist-a
{
	background: #fff;
	margin-bottom:1.5em;
	border-collapse: collapse;
	text-align: center;
}
#hor-minimalist-a th
{
	font-weight: bold;
	color: #fff;
	padding: 10px 13px 10px 13px;
	background-color:#6b6b6b;
}
#hor-minimalist-a tr{
	border-bottom:1px solid #ccc;
}
#hor-minimalist-a td
{
	color: #777;
	padding: 11px 15px 13px 15px;
}
#hor-minimalist-a tbody tr:hover td
{
	color: #444;
}

#colours{
	width:340px;
}

/*--Quote Form--*/

#Qty A,#Qty B,#Qty C,#Qty D{
	width:30px;
}

#quote_result{
	padding:30px;
	background-color:#efffc4;
	margin-bottom:20px;
	color:#344604;
	font-weight:bold;
	border:2px solid #d1e3a0;
}

.not_valid{
	color:#F30;
	background-color:#FFC;
	font-size:0.8em;
	padding:4px 10px 4px 10px;
}