* {
	margin: 0;
	padding: 0;
}

ul {
	padding-left: 2em;
}

body {
	background: #161616 url(../img/layout/body-bg.gif) repeat-x;
	color: #b3b7b5;
	line-height:17px;
	font-family: Arial;
	font-size: 70%;
}

a:link,
a:visited {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:active,
a:focus {
	text-decoration: underline;
}

img {
	border: 0;
}


h2 {
	font-size: 1.8em;
}

h4 {
	font-size: 1em;
}

/*******************************************************************************
* Headings
*******************************************************************************/

h2.arrow,
h3.arrow {
	text-transform: uppercase;
	color: #FFF;
	background: url(../img/layout/red-arrow.gif) no-repeat left 4px;
	padding-left: 10px;
	margin-bottom:5px;
	font-family: "Trebuchet MS";
	font-size: 0.8em;
}

* html h2.arrow {
	background-position: 0 50%;
}

* html h3.arrow {
	background-position: 0 50%;
}

	h2.arrow a:hover,
	h3.arrow a:hover {
		text-decoration: none;
	}
	
h3.arrow {

}	

h3.circle {
	color: #000;
	/*background: transparent url(/Files/System/V2/product/circle.gif) no-repeat 0 0;
	padding: 3px 0 10px 10px;*/
	padding: 3px 0 10px 0px;
	font-size: 1.2em;
}

h3.question-mark {
	background: #000 url(http://www.weberbbq.co.uk/Files/System/generic/question-mark-header.gif) no-repeat 0 0;
	color: #FFF;
	padding: 8px 0 8px 35px;
	margin: 0 0 15px 0;
	font-size: 1.1em;
}

h3.pdf {
	background: #000 url(http://www.weberbbq.co.uk/Files/System/generic/pdf-header.gif) no-repeat 0 0;
	color: #FFF;
	padding: 9px 0 7px 35px;
	margin: 0 0 15px 0;
	font-size: 1.1em;
}

h3.file {
	background: #000 url(http://www.weberbbq.co.uk/Files/System/generic/file-header.gif) no-repeat 0 0;
	color: #FFF;
	padding: 8px 0 8px 37px;
	margin: 0 0 15px 0;
	font-size: 1.1em;
}

h3.support {
	background: #000 url(http://www.weberbbq.co.uk/Files/System/generic/support-header.gif) no-repeat 0 0;
	color: #FFF;
	padding: 8px 0 8px 37px;
	margin: 0 0 15px 0;
	font-size: 1.1em;
}

h3.pencil {
	background: #000 url(http://www.weberbbq.co.uk/Files/System/generic/pencil-header.gif) no-repeat 0 0;
	color: #FFF;
	padding: 9px 0 7px 35px;
	margin: 0 0 15px 0;
	font-size: 1.1em;
}

h3.clipboard {
	background: #000 url(http://www.weberbbq.co.uk/Files/System/generic/clipboard-header.gif) no-repeat 0 0;
	color: #FFF;
	padding: 9px 0 7px 35px;
	margin: 0 0 15px 0;
	font-size: 1.1em;
}

h3.request {
	background: #000 url(http://www.weberbbq.co.uk/Files/System/generic/request-header.gif) no-repeat 0 0;
	color: #FFF;
	padding: 9px 0 7px 35px;
	margin: 0 0 15px 0;
	font-size: 1.1em;
}

h3.DividerBox {
	background: #000 url(http://www.weberbbq.co.uk/Files/System/generic/question-mark-header.gif) no-repeat 0 0;
	color: #FFF;
	padding: 9px 0 7px 35px;
	margin: 0 0 15px 0;
	font-size: 1.1em;
}

/**********************************/
/* copied from 1542*/

.text2 {
	font-size: 13px;

}

.text3 {
	font-size: 10px;

}

.text2 a:link,
.text2  a:visited {
	color:#E71C25;
}

.text3 a:link,
.text3  a:visited {
	color:#E71C25;
}

/*********************************/

.FrontPageProductContainer {
    position: relative;
    overflow: hidden;
    width: 914px;
    height: 146px;
}
.FrontPageProductContainerInner {
    width: 20000em;
    position: absolute;
}


div.sidebarInnerBox {
    border: 1px solid #C7C7C7;
    background: #FFF;
    margin-bottom: 20px;
    list-style: none;
    padding: 0 15px;
}


/*******************************************************************************
* Main page structure
*******************************************************************************/

#container {
	width: 960px;
	margin: 0 auto;
	background: transparent url(../img/layout/container-bg.gif) no-repeat left top;
}

/*******************************************************************************
* Header 
*******************************************************************************/

#header {
	padding: 25px 0;
	width: 960px;
	overflow: hidden;
}

/*******************************************************************************
* Main logo
*******************************************************************************/

#header #logo {
	width: 190px;
	float: left;
}

	#header #logo h1 {
		text-indent: -9999px;
	}
	
		#header #logo h1 a {
			display: block;
			background: transparent url(../img/layout/logo.gif) no-repeat left top;
			width: 173px;
			height: 60px;
		}
 
/*******************************************************************************
* Top Menus
*******************************************************************************/

#header #menu {
	float: left;
	width: 770px;
}

/*******************************************************************************
* Header menu
*******************************************************************************/

#header-menu {
	width: 770px;
	overflow: hidden;
	margin: 0 0 7px 0;
}

	#header-menu ul {
		float: right;
		list-style: none;
		padding: 0;
	}
	
		#header-menu ul li {
			float: left;
			background: transparent url(../img/layout/red-arrow.gif) no-repeat left 3px;
			padding-left: 10px;
			margin: 0 5px 0 0;
			display: inline;
		}
		
			* html #header-menu ul li a {
				margin-top: -3px;
			}
		
		#header-menu ul li a:hover {
			color: #00b04c;
		}

/*******************************************************************************
* Main menu
*******************************************************************************/

#main-menu {
	float: left;
	width: 495px;
	padding-left: 15px;
}

	#main-menu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
		#main-menu ul li {
			float: left;
			margin: 0 10px 0 0;
			display: inline;
			height: 32px;
			background: transparent;
		}
		
			#main-menu ul li a {
				float: left;
				clear: both;
				background: url(../img/layout/left.png) no-repeat left top;
				padding: 0 0 0 5px;
				cursor: pointer;
				position: relative;
				text-decoration: none;
			}
			
			#main-menu ul li a span {
				float: left;
				display: block;
				background: transparent url(../img/layout/right.png) no-repeat right top;
				padding: 9px 10px 9px 5px;
				color: #FFFFFF;
				font-weight: bold;
				text-transform: uppercase;
				text-decoration: none;
			}
			
			* html #main-menu ul li a span {
				height: 14px;
			}
			
			#main-menu li#current a {
				background-position: left -32px;
			}
			
			#main-menu li#current a span {
				background-position: right -32px;
			}
			
			#main-menu li a:hover {
				background-position: 0 -32px;
			}

			#main-menu li a:hover span {
				background-position: 100% -32px;
			}

/*******************************************************************************
* Search
*******************************************************************************/

.bg_search{
float:right;
padding-top:2px;
}

.search_back{
position:absolute;
margin-top:10px;
margin-left:150px;
}

.bg_search .sfield {
width:174px;
height:30px;
border:0px;
background:#1A1A1A url("../img/layout/search2.gif");
background-repeat:no-repeat;
color:#b0b0b0;	
padding:0px 0px 0 5px;
text-align:left;
}
/*******************************************************************************
* Homepage - Featured sections
*******************************************************************************/

#flash-banner{
width:620px;
float:left;
}

#featured {
	width: 320px;
	overflow: hidden;
	float:right;
}



* html #featured {

}

	#featured .section {
		width: 320px;
		height: 250px;
		padding: 10px;

		background: url(../img/layout/section-bg.gif) no-repeat left top;
	}
	
		#featured .section h2 {
			float: left;
		}
			#featured p {
			width:200px;
		}
		
	#featured .section .title {
		overflow: hidden;
		margin-bottom: 10px;
	}

		#featured .section ul {
			float: right;
		}
	
		#featured .section ul li a {
			color: #4c4c4c;
		}	
		
		#featured .section .image {
			position: relative;
			width: 300px;
			height: 120px;
		}

			#featured .section .image .tagline {
				position: absolute;
				top: 36%;
				left: 0;
				width: 300px;
				color: #FFF;
				font-family: "Trebuchet MS";
				font-weight: bold;
				text-transform: uppercase;
				text-align: center;
				/*cursor: pointer;*/
			}

			#featured .section .image .tagline h3 {
				font-size: 1.6em;
			}
			
			#featured .section .image .tagline h4 {
				font-size: 1.2em;
			}
			
		#three_category{
		width:660px;
			position: relative;
			float:left;
			padding:10px 0 20px 0;
		}	
.featured_left {
padding-top: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-left: 10px;
border-top-width: 1px;
border-bottom-width: 1px;
border-top-style: solid;
border-bottom-style: solid;
border-top-color: #322e2e;
border-bottom-color: #322e2e;
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
margin-left: 5px;
width: 185px;

background-color: #1e1e1e;
background-image: none;
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
float: left;
}		

.featured_leftlist {
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
margin-top: 5px;
margin-right: 5px;
margin-bottom: 5px;
margin-left: 5px;
width: 142px;
float: left;
}

.featured_leftlist1 {
padding: 5px;
margin: 5px;
width: 192px;
float: left;
}		

.featured_left img{
	float:left;
}
			
/*******************************************************************************
* Homepage - Product reel
*******************************************************************************/

/* tabs */

#product-reel {
	float:left;
	width: 660px;

	position: relative;
	margin-top: 1em;
}

#product-tabs.tabberlive .tabbertabhide {
	display:none;
}

#product-tabs ul.tabbernav {
	width: 660px;
	overflow: hidden;
	padding: 0;
	border: 0;
}

#product-tabs ul.tabbernav li {
	list-style: none;
	margin: 0 -1px 0 0;
	padding: 0 0 0 15px;
	float: left;
	border: 0;
	background: url(../img/layout/tab-left.gif) no-repeat left top;
}

#product-tabs ul.tabbernav li a {
	text-transform: uppercase;
	color: #4d4d4d;
	background: url(../img/layout/tab-right.gif) no-repeat right top;
	padding: 6px 10px 4px 5px;
	font-family: "Trebuchet MS";
	font-size: 1em;
	font-weight: bold;
	float: left;
	outline: none;
}

#product-tabs ul.tabbernav li.tabberactive {
	background-position: 0 -25px;
	padding-left: 15px;

}

#product-tabs ul.tabbernav li.tabberactive a {
	background-position: 0 -25px;
	color: #FFF;
}

#product-tabs ul.tabbernav li a:hover {
	text-decoration: none;
	color: #FFF;
}

#product-tabs.tabberlive .tabbertab {
	padding: 20px 0;
	margin-top: -2px;
	background: url(../img/layout/reel-bg.gif) no-repeat;
	overflow: hidden;
}

/* filter menu */

#product-tabs.tabberlive .tabbertab .filter {
	position: absolute;
	top: 5px;
	right: 0;
	padding: 0;
}

	#product-tabs.tabberlive .tabbertab .filter span {
		float: left;
	}

	#product-tabs.tabberlive .tabbertab .filter ul {
		float: left;
		padding-left: 20px;
		margin: 0;
	}

	#product-tabs.tabberlive .tabbertab .filter ul li {
		float: left;
		width: auto;
		margin: 0 20px 0 0;
		font-size: 0.9em;
		color: #FF0000;
	}
	
	#product-tabs.tabberlive .tabbertab .filter ul li a {
		color: #4B4B4B;
	}
	
	#product-tabs.tabberlive .tabbertab .filter ul li a:hover {
		color: #FFF;
		text-decoration: none;
	}

#product-tabs .product {
	float: left;
	margin-right: 25px;
	display: inline;
}

#product-tabs .product.last {
	margin-right: 0;
}

	.product .product-name {
		background: transparent url(../img/layout/product-name-bg.png) no-repeat -6px bottom;
		color: #1a7a45;
		font-weight: bold;
		padding: 3px 5px 14px 5px;
		width: 82px;
		margin-top: -2px;
		text-transform: uppercase;
	}

/*******************************************************************************
* Product show reel
*******************************************************************************/

.reel-back {
	overflow: hidden;
	width: 20px;
	height: 57px;
	float: left;
	padding-top: 35px;
	margin-right: 3px;
}

.reel-forward {
	overflow: hidden;
	width: 20px;
	height: 57px;
	float: left;
	padding-top: 35px;
	margin-left: 3px;
}

.reel-back a {
	text-indent: -9999px;
	background: transparent url(../img/layout/arrow-back.png) no-repeat left -20px;
	display: block;
	width: 20px;
	height: 20px;
}

.reel-forward a {
	float: left;
	text-indent: -9999px;
	background: transparent url(../img/layout/arrow-forward.png) no-repeat left -20px;
	display: block;
	width: 20px;
	height: 20px;
}

a.disabledArrows {
    background-position: 0 20px !important;
    cursor:default;
}

#static{
width:650px;
float:left;
}

#static p strong{
color:#00b04c;
}



/*Product view*/
#productview {
	width:700px;
	height:100%;	
	margin-bottom:0px;
	color:#fff;
	/*background:#fff url(../img/layout/bg_contentMiddle.gif) repeat-y;*/
	float:left;
}

#productview .preview{
	width:375px;
	float:left;
	margin:0px 0 0px 5px;
}
#productview .preview #previewimg{
	background-color:#1D242A;
	text-align:center;
	padding:10px;
}
#productview .preview #previewimg a img{
	border:0;
}
#productview .details{
	width:210px;
	padding:10px 10px 0 10px;
	float:left;
	margin:0px 0 10px 20px;
}
#productview .details p{
	color:#fff;
padding-bottom:10px;
}
#productview .details h3{
	border-bottom:1px solid #00b04c;
	font-size:1.1em;
	padding-left:0px;
	margin:1px 0 3px 0;
}
#productview .preview img{
	/*width:350px;
	height:263px;*/
}

#productview input.buy{
	background:#000000 url(../img/layout/cart.png) 90px 7px no-repeat;
	height:40px;
	width:130px;
	margin:0;
	letter-spacing:5px;
	font-family:arial!important;
	font-weight:bold;
	color:#fff!important;
	border:1px solid #00b04c!important;
}
#productview input.buy:hover{
	border:1px solid #cbcbcb!important;
	color:#00b04c!important;
}
.multiplePrices {width: 210px; margin: 0; padding: 10px 0 15px 0px; float: left; display: inline;}
.statusicon{
	width:48px;
	float:left;
}
.options{
	margin-bottom:10px;
	float:left;
}
.options h3{
	width:210px;
	float:left;
}
.options select{
	margin:5px 0 5px 0;
	background-color:#1D2328;
	border:1px solid #00b04c;
	color:#fff!important;
	width:210px;
}

.multiplePrices p.cost {color: #F58120; font-size: 16px; font-weight: bold; margin-bottom: 8px; }
.multiplePrices p.cost small{
	font-size:0.6em;
}
.multiplePrices p.was {color: #a9a9a9; padding:0; font-size: 10px; font-weight: normal; margin: 0; }

.multiplePrices p.was span.lineThrough {text-decoration: line-through;}

.multiplePrices p.was span.save {color: #00b04c; font-size: 10px; font-weight: bold; margin-left: 10px;}

a.action_next, a.action_previous {
	display:block;
	overflow: hidden;
	margin: 0px 0 0px 0;
	height:11px;
	width:90px;
	float:right;
	font-weight:bold;
	outline: none;
	border:0;
	padding:0px 0 0 0px;
	text-align:center;
	background: transparent url(../img/layout/nextarrow.gif) no-repeat 80px 0px;
}
a.action_previous {
	float:left;
	padding:0 0 0 10px;
	background: transparent url(../img/layout/previousarrow.gif) no-repeat 0 0;
}
a.action_next:hover  {background-position: 80px -11px !important}
a.action_previous:hover  {background-position: 0px -11px !important}

.enlargeImages {margin: 5px auto 0px auto; padding: 0; width: 145px;height:18px;}

.enlargeImages p {line-height:10px;background: url(../img/layout/zoomIcon.gif) no-repeat left 1px; color: #a6a6a6; font-size: 10px; font-weight: normal; padding: 0 0 2px 18px;}
.enlargeImages p a{
	line-height:10px; color: #a6a6a6; font-size: 10px; text-decoration:none;
}


/*******************************************************************************
* Product page - product billboard
*******************************************************************************/

#product-spotlight {
	background: transparent url(../img/layout/product-billboard.gif) no-repeat left top;
	width: 900px;
	height: 315px;
	padding: 30px;
	overflow: hidden;
}

	#product-spotlight #main-image {
		width: 585px;
		float: left;
	}

		#product-spotlight #main-image h2 {
			margin-bottom: 10px;
			color: #E71C25;
			font-size: 1.4em;
			font-family: "Trebuchet MS";
		}
		
		#product-spotlight #main-image h2 span {
			color: #000;
			font-size: 1.6em;
		}
		
		/* image replacement for product range logos */
		
		#product-spotlight #main-image h2 span {
			background: transparent url(http://www.weberbbq.co.uk/Files/System/V2/product/logos/spirit.gif) no-repeat left top;
			display: block;
			text-indent: -9999px;
			float: left;
			min-width: 85px;
			height: 20px;
		}
		
	#product-spotlight #spec {
		float: left;
		width: 285px;
		padding: 0 0 0 30px;
	}
	
/* tabs */

#spec {
	color: #000;
}

#spec.tabberlive .tabbertabhide {
	display:none;
}

#spec ul.tabbernav {
	padding: 0;
	width: 285px;
	overflow: hidden;
}

#spec ul.tabbernav li {
	list-style: none;
	margin: 0;
	padding: 0 0 0 5px;
	float: left;
}

#spec ul.tabbernav li a {
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 3px;
	padding: 2px 5px 2px 0;
	height: 15px;
	display: block;
	color: #000;
	float: left;
}

#spec ul.tabbernav li.tabberactive {
	padding: 0 0 0 5px;
	background: transparent url(../product/tab-left.gif) no-repeat left top;
}

#spec ul.tabbernav li.tabberactive a {
	background: transparent url(../product/tab-right.gif) no-repeat right top;
	margin-right: 3px;
	padding: 2px 5px 2px 0;
	height: 15px;
	display: block;
	color: #FFF;
}

#spec ul.tabbernav li a:hover {
	color: #000;
	text-decoration: underline;
}

#spec .tabbertab {
	margin-top: 20px;
}

#spec p {
	/*padding: 0 0 10px 10px;*/
	padding: 0 0 10px 0px;
}

#spec ul.links {
	list-style: none;
	overflow: hidden;
	padding: 0 0 0 10px;
}

	#spec ul.links li {
		float: left;
		background: transparent url(../header/red-arrow.gif) no-repeat left 3px;
		padding-left: 10px;
		margin-right: 40px;
	}

	#spec ul.links li.last {
		margin: 0;
	}

		#spec ul.links a {
			color: #E71C25;
			font-weight: bold;
		}

.related-products {
	margin-top: 25px;
	overflow: hidden;
	padding-left: 0px;
	/*padding-left: 20px;*/
}

	.related-products h3 {
		margin-left: 0px;
		/*margin-left: -20px;*/
	}

	.related-products .product {
		float: left;
		width: 70px;
		margin-right: 10px;
		/*text-align: center;*/
	}
	
	.related-products .product img,
	.related-products .product strong {
		display: block;
	}
	
		.related-products .product a {
			background: transparent url(../header/red-arrow.gif) no-repeat left 3px;
			padding-left: 10px;
			color: #E71C25;
		}

/*******************************************************************************
* Product page - additional
*******************************************************************************/

#additional {
	overflow: hidden;
	clear: both;
}

	#additional #ranges {
		background: transparent url(http://www.weberbbq.co.uk/Files/System/V2/product/ranges/ranges-bg.png) no-repeat left top;
		width: 300px;
		float: left;
		padding: 10px;
	}
	
		#ranges h4 {
			font-weight: normal;
			padding-left: 15px;
			margin-top: 10px;
		}
		
		#ranges ul {
			margin: 10px 0 0 25px;
			overflow: hidden;
			padding: 0;
			list-style: none;
		}
		
			#ranges ul li {
				float: left;
				margin-right: 20px;
				font-weight: bold;
			}
			
				#ranges ul li a:hover {
					color: #E71C25;
					text-decoration: none;
				}
	
	
	#additional #accessories {
		background: #000 url(../product/accessories-bg.png) no-repeat left top;
		width: 630px;
		overflow: hidden;
		float: left;
		padding: 10px 0 10px 10px;
	}
	
		#accessories .accessory {
			float: left;
			width: 205px;
			margin: 10px 5px 0 0;
			height: 75px;
		}
		
		#accessories .accessory.last {
			margin-right: 0;
		}

		.accessory img {
			float: left;
			margin-right: 10px;
		}

		.accessory h4 {
			float: left;
			color: #E71C25;
		}
		
		.accessory p {
			float: left;
			color: #FFF;
			width: 130px;
		}

/*******************************************************************************
* Product Listing
*******************************************************************************/

#product-reel.product-list #product-tabs .tabbertab {
	background: none;
	border-top: 1px solid #1D1E1E;
	margin-top: -1px;
}

.ranges-list {
	padding: 0 20px;
}

.ranges-list .range {
	width: 910px;
	height:160px;
	overflow: hidden;
	padding: 0px 0 0px 10px;
	clear: both;
}

	.ranges-list .range .logo {
		overflow: hidden;
		width: 185px;
		float: left;
	}
	
	.ranges-list .range .controls {
		float: right;
		width: 20px;
		padding-top: 20px;
	}
	
		.range .controls a.back {
			background: transparent url(../reel/arrow-back.png) no-repeat left top;
			text-indent: -9999px;
			display: block;
			width: 15px;
			height: 20px;

			background-position: 0 -20px;
			cursor:pointer;
		}
		
			.range .controls a.back:hover {
				background-position: 0 -20px;
			}
			.range .controls a.disabledArrows {
				background-position: 0 20px !important;
				cursor:default;
			}
		
		.range .controls a.forward {
			background: transparent url(../reel/arrow-forward.png) no-repeat left top;
			text-indent: -9999px;
			display: block;
			width: 15px;
			height: 20px;
			margin: 0 0 10px 0;
			background-position: 0 -20px;
			cursor:pointer;
		}
		
			.range .controls a.forward:hover {
				background-position: 0 -20px;
			}

/*******************************************************************************
* Content page - header
*******************************************************************************/

#page-header {
	width: 920px;
	background: #000;
	height: 60px;
	padding: 20px;
	position: relative;
}

	#page-header h2 {
		text-transform: uppercase;
		color: #FFF;
		font-size: 3em;
		font-family: "Trebuchet MS";
	}

ul.breadcrumb {
	list-style: none;
	padding: 0;
}

	ul.breadcrumb li {
		float: left;
		color: #E71C25;
		margin-right: 3px;
		font-weight:bold;
	}
	
		ul.breadcrumb li a {
			color: #3B3B3B;
			background: transparent url(../generic/breadcrumb-li.png) no-repeat right 4px;
			padding-right: 10px;
		}

#large-header {
	height: 235px;
	width: 920px;
	/*background: #000;*/
	padding: 20px;
	position: relative;
}

#large-header h2 {
	text-indent: -9999px;
}

#large-header ul {
	position: absolute;
	bottom: 10px;
}

/*******************************************************************************
* Content page - page specific header images
*******************************************************************************/

#page-header.community-backyard {
	background: url(http://www.weberbbq.co.uk/Files/System/V2/generic/headers/community-backyard.jpg) no-repeat -1px 0;
}

#page-header.privacy {
	background: url(http://www.weberbbq.co.uk/Files/System/V2/generic/headers/privacy.jpg) no-repeat 0 0;
}

#page-header.recipe-of-the-week {
	background: url(http://www.weberbbq.co.uk/Files/System/V2/generic/headers/recipe-of-the-week.jpg) no-repeat 0 0;
}

#page-header.downloads {
	background: url(http://www.weberbbq.co.uk/Files/System/V2/generic/headers/downloads.jpg) no-repeat 0 0;
}

#page-header.contact {
	background: url(http://www.weberbbq.co.uk/Files/System/V2/generic/headers/contact.jpg) no-repeat 0 0;
}

#page-header.support {
	background: url(http://www.weberbbq.co.uk/Files/System/V2/generic/headers/support.jpg) no-repeat 0 0;
}

#large-header.community {
	background: url(http://www.weberbbq.co.uk/Files/System/V2/generic/headers/i-love-weber.jpg) no-repeat 0 0;
}

#large-header.recipes {
	background: url(http://www.weberbbq.co.uk/Files/System/V2/generic/headers/weber_recipes.jpg) no-repeat -1px 0;
}

/*******************************************************************************
* Generic page
*******************************************************************************/

#generic {
	overflow: hidden;
}

#generic {
	background: transparent url(../generic/generic-bg.gif) repeat-y left top;
	width: 960px;
	overflow: hidden;	
}

#generic.white {
	background: #FFF url(../generic/generic-bg.gif) repeat-y left top;
}

	#generic #sidebar {
		background: #DEDEDE;
		width: 216px;
		float: left;
		padding: 20px;
	}

/*******************************************************************************
* Generic - sidebar menu
*******************************************************************************/
	
	
		#sidebar-menu ul {
			border: 1px solid #C7C7C7;
			background: #FFF;
			margin-bottom: 20px;
			list-style: none;
			padding: 0 15px;
		}

		
		#sidebar-menu h3 {
			background: transparent url(../generic/sidebar-header-bg.gif) no-repeat left top;
			margin: 1px;
			color: #FFF;
			text-transform: uppercase;
			font-size: 1.1em;
			padding: 5px 5px 5px 15px;
		}
		
		#sidebar-menu ul li {
			background: transparent url(../generic/sidebar-li.gif) no-repeat 0 13px;
			border-bottom: 1px solid #C7C7C7;
			padding: 10px 5px 10px 8px;
		}
		
		#sidebar-menu ul li.last {
			border: 0;
		}
		
			#sidebar-menu ul li a {
				color: #404040;
				font-weight: bold;
				padding-left: 3px;
			}

#sidebar-menu ul li ul {
	padding: 10px 10px 10px 17px;
	list-style: disc;
	border: 0;
	margin-bottom: 0;
}
				
	#sidebar-menu ul li ul li {
		border: 0;
		padding: 3px 0;
		background: none;
		color: #E71C25;
	}
	
		#sidebar-menu ul li ul li a {
			font-weight: normal;
		}


/*******************************************************************************
* Generic - sidebar grey box
*******************************************************************************/
	
	
		div.sidebarInnerBox {
            border: 1px solid #C7C7C7;
            background: #FFF;
            margin-bottom: 20px;
            list-style: none;
            padding: 0 15px;
        }
        
        div.sidebarInnerBox ul{
            list-style: none;
            background: none;
            padding-left: 0;
            border:none;
         }
		
		.sidebarOuterBox h3 {
			background: transparent url(../generic/sidebar-header-bg.gif) no-repeat left top;
			margin: 1px;
			color: #FFF;
			text-transform: uppercase;
			font-size: 1.1em;
			padding: 5px 5px 5px 15px;
		}
		
		.sidebarInnerBox ul li {

			border-bottom: 1px solid #C7C7C7;
			padding: 10px 5px 10px 8px;
			background: none;
            padding-left: 0;
            padding-right: 0;
		}
		
		.sidebarInnerBox ul li.last {
			border: 0;
		}
		
			.sidebarInnerBox ul li a {
				padding-left: 3px;
				color: #E71C25;
                font-weight: normal;
                display: block;
                padding-left: 0;
                padding-right: 0;
			}

.sidebarInnerBox ul li ul {
	padding: 10px 10px 10px 17px;
	list-style: disc;
	border: 0;
	margin-bottom: 0;
}
				
	.sidebarInnerBox ul li ul li {
		border: 0;
		padding: 3px 0;
		background: none;
		color: #E71C25;
	}
	
		.sidebarInnerBox ul li ul li a {
			font-weight: normal;
		}






/*******************************************************************************
* Sidebar - Pink Grey box 
*******************************************************************************/

.PinkGrey {
	background: #e6ddbc;
	border: 1px solid #C3C3C3;
	border-top: 0;
	padding: 10px;
	position: relative;
	width: auto;
	margin-bottom: 20px;
}

	.PinkGrey h3 {
		border-bottom: 1px solid #C3C3C3;
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
		font-size: 1.1em;
		background: none;
		color: #4C4C4C;
	}
	
	.PinkGrey a {
		color: #E71C25;
	}
	
	.PinkGrey .all {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	
	.PinkGrey ul {
		list-style: none;
		padding: 0;
		background: none;
		border: 0;
		margin-bottom: 0;
	}
	
	.PinkGrey ul li {
		margin-bottom: 5px;
		background: none;
		border: 0;
		padding: 0;
	}
	
		.PinkGrey ul li a {
			color: #E71C25;
			font-weight: normal;
			padding: 0;
		}


/*******************************************************************************
* Sidebar - tips 
*******************************************************************************/

#tips {
	background: #e6ddbc;
	border: 1px solid #C3C3C3;
	border-top: 0;
	padding: 10px;
	position: relative;
	width: 194px;
}

	#tips h3 {
		border-bottom: 1px solid #C3C3C3;
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
		font-size: 1.1em;
		background: none;
		color: #4C4C4C;
	}
	
	#tips a {
		color: #E71C25;
	}
	
	#tips .all {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	
	#tips ul {
		list-style: none;
		padding: 0;
		background: none;
		border: 0;
		margin-bottom: 0;
	}
	
	#tips ul li {
		margin-bottom: 5px;
		background: none;
		border: 0;
		padding: 0;
	}
	
		#tips ul li a {
			color: #E71C25;
			font-weight: normal;
			padding: 0;
		}

/*******************************************************************************
* Sidebar - online dealers 
*******************************************************************************/

#online-dealers {
	background: #FFF;
	border: 1px solid #C3C3C3;
	border-top: 0;
	padding: 10px;
	position: relative;
	width: 194px;
	overflow: hidden;
}

	#online-dealers h3 {
		border-bottom: 1px solid #C3C3C3;
		padding: 0 0 10px 0;
		margin: 0 0 10px 0;
		font-size: 1.2em;
		background: none;
		color: #4C4C4C;
		text-transform: none;
	}
	
	#online-dealers a {
		color: #E71C25;
	}
	
	#online-dealers .all {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	
	#online-dealers ul {
		list-style: none;
		padding: 0;
		background: none;
		border: 0;
		margin-bottom: 0;
	}
	
	#online-dealers ul li {
		background: none;
		border: 0;
		padding: 0;
		float: left;
		margin: 0 10px 10px 0;
	}
	
		#online-dealers ul li a {
			color: #E71C25;
			font-weight: normal;
			padding: 0;
		}
		
			#online-dealers ul li a img {
			}



/*******************************************************************************
* Generic - main page content
*******************************************************************************/

#generic #page-links {
	background: #FFF;
	float: left;
	width: 664px;
	padding: 20px;
}

#generic.grey #page-links {
	background: #EFEFEF;
}

	#generic #page-links div {
		border-bottom: 1px solid #D7D7D7;
		overflow: hidden;
	}


#generic #page-content1 {
	background: #FFF;
	float: left;
	width: 664px;
	padding: 0 20px 20px 20px;
}

#generic.grey #page-content {
	background: #EFEFEF;
}



/*******************************************************************************
* Generic - top links
*******************************************************************************/

#page-links div {
	width: 100%;
}

#page-links ul.other-pages {
	list-style: none;
	padding: 0 0 15px 0;
	overflow: hidden;
	float: left;
}

	#page-links ul.other-pages li {
		float: left;
		margin-right: 10px;
		display: inline;
	}

	#page-links ul.other-pages li a {
		color: #E71C25;
		padding-left: 7px;
		float: left;
		cursor: pointer;
	}

		#page-links ul.other-pages li.current a,	
		#page-links ul.other-pages li a:hover {
			background: transparent url(../generic/breadcrumb-tab-left.gif) no-repeat left top;
			text-decoration: none;
		}

		#page-links ul.other-pages li a span {
			padding: 3px 5px 5px 0;
			display: block;
			float: left;
		}

			#page-links ul.other-pages li.current a span,
			#page-links ul.other-pages li a:hover span {
				background: transparent url(../generic/breadcrumb-tab-right.gif) no-repeat right top;
			}

	#page-links a.extra-link {
		float: right;
		color: #C7C7C7;
	}


#page-content .speech-bubble {
	background: url(../generic/speech-bg.gif) no-repeat 0 bottom;
	padding-bottom: 20px;
	margin-bottom: 20px;
	width: 100%;
	overflow: hidden;
}

	#page-content .speech-bubble .quote {
		background: #E1E1E1;
		padding: 20px;
		overflow: hidden;
	}
	
	#page-content .speech-bubble .quote h2 {
		font-size: 1.3em;
		padding: 0;
		color: #000;
	}

.speech-bubble a:link,
.speech-bubble  a:visited {
	color:#E71C25;
}
	
#page-content h2 {
	font-size: 1.4em;
	padding: 10px 0;
}
		
#page-content p {
	/*padding-bottom: 10px;*/
}

/*******************************************************************************
* Generic - two column content
*******************************************************************************/

#two-columns {
	overflow: hidden;
	margin: 20px 0;
	/*border-bottom: 1px solid #D2D2D2;*/
}

#two-columns .big {
	float: left;
	width: 419px;
	padding: 0 20px 0 10px;
}

#two-columns .little {
	float: left;
	width: 215px;
}

#two-columns .big a{
	color:#E71C25;
}

/*******************************************************************************
* Generic - latest news sidebar
*******************************************************************************/

.latest-news {
	background: #FFE7D3;
	border: 1px solid #D5D5D5;
	padding: 10px;
	position: relative;
	margin-bottom: 20px;
}

	.latest-news h3 {
		border-bottom: 1px solid #E6D2C2;
		padding-bottom: 10px;
		margin-bottom: 10px;
		font-size: 1.1em;
	}
	
	.latest-news h3 a:hover strong {
		text-decoration: none;
	}
	
	.latest-news a {
		color: #E71C25;
	}
	
	.latest-news .all {
		position: absolute;
		top: 10px;
		right: 10px;
	}

.latest-news .story {
	width: 193px;
	padding: 0 0 10px 0;
	margin: 10px 0 0 0;
	overflow: hidden;
	border-bottom: 1px solid #E6D2C2;
}

.latest-news .story.last {
	border: 0;
}

	.latest-news a:link,
	.latest-news a:visited,
	.latest-news a:active {
		color: #E71C25;
	}

	.latest-news .story img {
		float: left;
		margin-right: 5px;
		display: inline;
	}
	
	.latest-news .story a strong {
		display: block;
		color: #4C4C4C;
	}
	
	.latest-news .story span {
		float: left;
		font-size: 0.9em;
	}
	
	.latest-news .story .star {
		background: transparent url(../news/star.png) no-repeat 1px 2px;
		width: 10px;
		height: 10px;
		display: inline;
		text-indent: -9999px;
	}

/*******************************************************************************
* Poloroid style pods
*******************************************************************************/

.poloroids {
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #D4D4D4;
}

.poloroids.first-row {
	border: 0;
}

.poloroid {
	background: #FFF;
	border: 1px solid #D4D4D4;
	border-top: 0;
	width: 193px;
	float: left;
	margin-right: 9px;
	padding: 10px;
	display: inline;
	height:249px;
	max-height:249px;
	overflow:hidden;
	margin-bottom: 10px;
}

.poloroid.last {
	margin: 0;
}

	.poloroid a:link,
	.poloroid a:active,
	.poloroid a:visited {
		color: #E71C25;
	}
	
	.poloroids .poloroid p {
		padding: 0;
	}

	.poloroid h3.circle a:link, 
	.poloroid h3.circle a:active,
	.poloroid h3.circle a:visited	{
		color: #000;
	}

	.poloroid h3.arrow a:link, 
	.poloroid h3.arrow a:active,
	.poloroid h3.arrow a:visited	{
		color: #4C4C4C;
		text-transform: none;
	}
	
		.poloroid h3.arrow a:hover {
			text-decoration: underline;
		}
	
	.poloroid img {
		border: 1px solid #000;
	}


/*******************************************************************************
* Generic page - footer
*******************************************************************************/

.footer-message {
	/*border-top: 1px solid #D4D4D4;*/
}

	.footer-message .text {
		float: left;
		width: 450px;
		border-right: 1px solid #D4D4D4;
	}
	
	.footer-message .text a {
		color: #4C4C4C;
	}
	
	.footer-message .text h3 {
		font-size: 1.2em;
	}
	
	.footer-message .text img {
		float: left;
		margin-right: 10px;
		display: inline;
	}
	
	.footer-message .text h3.arrow {
		float: left;
		color: #4C4C4C;
		text-transform: none;
	}
.footer-message a:link,
.footer-message  a:visited {
	color:#E71C25;
}
	
.warranty {
	float: left;
	margin-left: 40px;
	display: inline;
}

/*******************************************************************************
* Privacy policy
*******************************************************************************/

.intro {
	border-bottom: 1px solid #D7D7D7; 
	padding-bottom: 20px;
	margin-bottom: 20px;
}

ul.faqs {
	margin-top: 10px;
	padding-bottom: 20px;
	border-bottom: 1px solid #D7D7D7; 
}

	ul.faqs li a:link, 
	ul.faqs li a:active,
	ul.faqs li a:visited	{
		color: #E71C25;
	}

h3.question {
	background: transparent url(../generic/question-bg.gif) no-repeat 0 2px;
	font-weight: bold;
	color: #E71C25;
	padding-left: 23px;
	margin-top: 20px;
	font-size: 1.2em;
}

/*******************************************************************************
* form filter bar
*******************************************************************************/

.form-filter {
	background: transparent url(../recipes/filter-bg.gif) repeat-x 0 0;
	border: 1px solid #DBDBDB;
	overflow: hidden;
	height: 27px;
	margin-bottom: 15px;
}

	.form-filter h3 {
		float: left;
		text-transform: uppercase;
		padding: 6px;
		margin-right: 6px;
		border-right: 1px solid #DBDBDB;
		font-size: 1.1em;
		display: inline;
	}
	
	.form-filter label {
		float: left;
		font-weight: bold;
		padding-right: 6px;
	}

	.form-filter .field {
		float: left;
		padding: 6px;
		margin-right: 5px;
		border-right: 1px solid #DBDBDB;
		display: inline;
	}
	
	.form-filter .button {
		padding: 2px 15px 0 0;
		float: right;
		margin: 0;
	}
	
	.tiny.button {
		padding-right: 10px;
	}
	
	.form-filter .fake-field {
		margin-top: -3px;
	}
	.form-filter select {
		font-size: 0.8em;
		color:  #4c4c4c;
		height: 20px;
		width:134px;
	}

#two-columns .form-filter {
	margin: 0 -10px;
}

#two-columns .form-filter h3 {
	padding-right: 10px;
}



/*******************************************************************************
* Contact us - form styling
*******************************************************************************/

#contact {
	width: 670px;;
	overflow: hidden;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #D4D4D4;
}

.form .form-details {
	float: left;
	width: 309px;
	margin-right: 55px;
	display: inline;
}
	
.form .form-question {
	float: left;
	width: 300px;
}

	.form label {
		font-weight: bold;
		display: block;
	}
	
	.form select {
		font-size: 0.8em;
		color: gray;
		height: 20px;
	}
	
		.form label .required {
			color: #E71C25;
		}	

	.form .field {
		float: left;
		width: 100%;
		overflow: hidden;
		margin: 0 0 10px 0;
		display: inline;
	}

.fake-field {
	background: transparent url(../form/field-bg.gif) no-repeat right 0;
	float: left;
	padding: 3px;
	position: relative;
}

	.fake-field  input {
		border: 0;
		margin: 2px 0 0 5px;
		padding: 0;
		background: #FFF;
		height: 14px;
		width: 300px;
		display: block;
		font-size: 0.8em;
		color: #4c4c4c;
	}
	
	.fake-field.tiny input {
		width: 115px;
	}
	
	.fake-field.short input {
		width: 134px;
	}
	
	.fake-field.medium input {
		width: 190px;
	}
	
	.fake-field .end {
		background: transparent url(../form/field-end.gif) no-repeat 0 0;
		position: absolute;
		top: 0;
		left: 0;
		width: 6px;
		height: 20px;
	}

.form .address .fake-field {
	clear: both;
	width: auto;
	margin: 0 0 5px 0;
}

.form .inline {
	width: 100%;
	overflow: hidden;
	clear: both;
}

	.form .inline .field {
		width: auto;
		margin-right: 19px;
	}
	
	.form .inline .field.last {
		margin: 0;
	}	

.form select#country {
	width: 140px;
	margin-right: 5px;
}

.form .field .textarea {
	background: transparent url(../contact/textarea-bg.gif) no-repeat 0 0;
	width: 295px;
	height: 121px;
	border: 0;
	color: gray;
	padding: 4px 0 0 5px;
	margin: 0 20px 5px 0;
	overflow: auto;
}

.form-question .field {
	margin-bottom: 0;
}

.field.newsletter {
	width: 235px;
}

	.field.newsletter input {
		float: left;
		margin-right: 5px;
	}

	.field.newsletter label {
		font-weight: normal;
		float: left;
	}

#contact.form .button {
	float: right;
	width: auto;
}



/*******************************************************************************
* Footer
*******************************************************************************/

#footer {
	width: 960px;
	overflow:hidden;
	height:auto;
	background: transparent url(../img/layout/footer-bg.png) no-repeat 180px 40px;
	clear: both;
	padding-top: 2em;
	padding-bottom:20px;
}

* html #footer {
	margin-bottom: -31px;
}

#footer #footer-menu {
	border-top: 1px solid #1F1F1F;
	border-bottom: 1px solid #1F1F1F;
	overflow: hidden;
	width: 100%;
	text-align:left;
}
#footer-menu p{
padding-top:10px;
}
#footer-menu p a{
color: #7d807e;
}
#footer-menu p a:hover{
color: #ffffff;
text-decoration:none;
}
	#footer-menu ul {
		list-style: none;
		padding: 10px 0;
		overflow: hidden;
	}
	
	#footer-menu ul li {
		float: left;
		margin: 0 15px 0 0;
		display: inline;
	}
	
	#footer-menu ul li a {
		text-transform: uppercase;
		color: #3B3B3B;
		font-size: 0.8em;
	}
	
	#footer-menu ul li a:hover {
		color: #FFF;
		text-decoration: none;
	}
	
#copyright {
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
height:auto;
}

* html #copyright {
	padding-bottom: 30px;
}

	#copyright p {
		background: transparent url(../footer/logo.png) no-repeat 50% top;
		width: 150px;
		padding: 40px 0 0px 0;
		margin: 20px auto 0 auto;
		text-align: center;
		text-transform: uppercase;
		color: #FFF;
	}

#impel {
	width:60px;
	float:right;
	margin:-40px 10px 0 0;
}
#impel a {
	display:block;
	width:65px;
	height:20px;
	text-indent:-9999px;
	background:transparent url(../img/layout/impel_logo.gif) top left no-repeat;
}
#impel a:hover {
	background:transparent url(../img/layout/impel_logo.gif) top right no-repeat;
}


/*Contact Styles */
#contactform, #loginform{
	padding:0px;
}
#contactform h3, #loginform h3{
	color:#fff;
	margin:5px 0 5px 0px;
	padding:0px 0px 0px 0px;
	font-weight:normal;
	font-size:1em;
}
#contactform input, #contactform textarea, #loginform input, #loginform textarea{
	background-color: #1C1C1C;
	border:1px #1C1C1C solid;
	padding:2px;
	margin:0 0 3px 0px;
	color:#fff;
	border-top:1px #00b04c solid;
}
#contactform input, #loginform input{
	width:192px;
}
#contactform input.chkbox{
	width:20px;
	vertical-align:middle;
	padding:0 0px 0 0;
	margin:0 5px 0 0!important;
}
#contactform textarea, #loginform textarea{
	width:402px;
}
#contactform input:hover, #contactform textarea:hover, #loginform input:hover, #loginform textarea:hover  {
	border:1px #00b04c solid;
}
#contactform input:focus, #contactform textarea:focus, #loginform input:focus, #loginform textarea:focus {
	border:1px #00b04c solid;
}
.submitbtn{
	color:#000!important;
	font-weight:bold;
	padding:5px!important;
	cursor:pointer;
	font-size:14px!important;
	background-color:#00b04c!important;
	border:1px #ccc solid;
	padding:2px;
	margin:0 0 5px 12px;
}
.contactsub{
	float:left;
	margin:10px 0 0 0;
	padding:0px 0 0 0px;
	width:210px;
}
.contactsub p{
	padding-top:15px;
}

div.contactsub{
	vertical-align:middle;
}
.validation-advice {
	margin: 0px 0 0 0px;
	padding: 2px 2px 2px 2px;
	color:#F78320;
	font-size:11px;
}
#captcha{
	position:relative;
	top:-30px;
	left:55px;
}
img.thumb{
	float:left;
	padding:2px!important;
	margin:0 5px 5px 0px!important;
	border:1px solid #1C1C1C!important;
}


/*SideBar************/

#sidebar{float:right;width:260px;margin:10px 0 0 0;}
#sidebar h2{font-size:11px;color:#0061ae;font-weight:normal; border-bottom:1px #1c232a solid; width:100%; display:block; padding-bottom:5px;line-height:12px;}
.list3 ul{padding:0px 0 20px 0!important;}
.list3 {padding:0px 0 20px 0!important;}
.list3 li{padding:10px 0 0px 0!important; color:#999; display:block;}
.list3 li a{color:#999;}
.list3 li a:hover{color:#fff;}
.list3 li h2{padding-left:0px!important;}

#nav {
	margin-left:0px!important;	
	margin-bottom:10px;	
}

.basket {	
	height:auto;
	margin-bottom:15px;
	
}

#basket ul {	
	

}

#basket li {	
	
	margin-bottom:15px;
}


.items {
	color:#00b04c;
	width:15px;
	float:left;
	padding-left:3px;
}
.basket_title {	
	
	width:190px; 
	display:block;
	float:left;	
}

.basket_price {
	color:#fff;		
	text-align:right; 
	width:50px; 
	display:block;
	float:left;	
}

.checkout{
	position: relative;
	background-color: #00b04c;
	margin:10px 0 0px 20px!important;
	padding:0;
}
span.total_left { 
	float: left;	
	color: #999999;
	width: 97px;
	margin-top:1px;
	padding:5px 0px 5px 3px;	
	font-size: 1.0em;	
	border-top:1px #31383e solid;
	
}
span.total { 
	float: left;	
	color: #fff;
	width: 260px;
	margin-top:1px;
	padding:5px 3px 5px 0px;
	text-align:right;
	font-size: 1.0em;
	font-weight:bold;
	border-top:1px #31383e solid;
}
.checkout a.buy{ 
	float: left;
	width: 87px;	
	padding:6px;
	padding-left:15px;
	display:block;
	margin: 5px 0 5px 130px;
	color: #fff!important;
	font-weight:bold;
	text-transform: uppercase;
	font-size: 0.9em;	
	text-decoration:none!important;
	border:1px solid #00b04c;
	background:#000000 url(../img/layout/cart.png)  85% 0 no-repeat;
}

.checkout a:hover.buy{ 
	/*background-color: #555555;*/
	text-decoration: none;
	color: #00b04c!important;
	border:1px solid #fff;
}



/*------------------------------MANUFACTURERS---------------------------------------*/
ul#aphabet {
	border-top: 1px solid #1C1C1C;
	border-bottom: 1px solid #1C1C1C;
	padding: 5px 0 20px 4px;
	list-style-type: none;
	margin:0 0 5px 0;
	background-color:#000000;
}

ul#aphabet li {
	float: left;
	width: 14px;
	background-image: url(../img/layout/arrow_right_green.gif);
	background-position: center right;
	background-repeat: no-repeat;
	padding-left:3px;
	padding-right:3px;
}
ul#aphabet li.nlast {
	background-image: none;
	padding-left:5px;
}
ul#aphabet li a{
	font-size:1.2em;
	
	text-decoration:none;
	display:block;
}
ul#aphabet li a:hover{
	
}

#manufa{
width:670px;
}

#manufacturer-list-full ul{
	width: 100%;
	float:left;
	margin: 0 0 10px 0px;
	padding: 0;
}
#manufacturer-list-full li{
	border-bottom: 1px dotted #1C1C1C;
	display: block;
	float: left;
	height: 25px;
	line-height: 23px;
	overflow: hidden;
	width: 24%;
	margin: 0 5px 0 0;
}
#manufacturer-list-full li a{
	text-decoration:none;
	display: block;
		color:#00b04c;
	float: left;
	padding-left: 8px;
}
#manufacturer-list-full li a:hover{
	text-decoration:none;
	display: block;
		color:#ffffff;
	float: left;
	padding-left: 8px;
}

/* Company Preview */
.company_preview{float:left;padding:5px 5px 5px 10px;background:url(../img/layout/companybg.jpg) no-repeat;width:162px; height:70px; display:block}
.company_preview span{float:right;font-size:11px;padding:3px 5px 0 0;color:#999999;width:10px;}
.company_preview img{padding:3px 0 5px 0;}


#compa{
width:670px;
color:#7d807e;
}

.compa_preview{float:left;padding:5px 5px 5px 7px;background:url(../img/layout/combg.gif) no-repeat;width:166px; height:128px; display:block}
.compa_preview span{float:right;font-size:11px;padding:3px 5px 0 0;color:#999999;width:10px;}
.compa_preview img{padding:3px 0 5px 0;}

#adr
{
color:#7d807e;
font-size:11px;
}

#prod{
width:670px;
color:#7d807e;
}

/* PEOPLE SETTINGS **************/

.profile {
	padding:  10px;
	border: 1px solid #322e2e;
	margin: 5px;
	width: 185px;
	min-height: 12em;
	background: #1e1e1e;
	float: left;
}

.profile  img{
	
	float: left;
}

.profile .mugshot {
	width: 100px;
	height: 100px;
	display: block;
	float:  left;
	border: 1px solid #322e2e;
	margin: 1px;
}

.profile .mugshot:hover {
	border:  2px solid #1d1d1d;
	margin:  0;
}

.profile ul {
	display: block;
	float: right;
	list-style: none;
	width: 70px;
	border-bottom: 1px solid #322e2e;
}

.profile li {
	display: block;
}


.profile h3 {
	text-transform: uppercase;
	padding-bottom: 5px;
	font-size: 14px;
	color: #00b04c;
	font-weight: 400;
}

#content .profile strong {
	font-size: 11px;
	font-weight: bold;
	display: block;
	padding-bottom: 5px;
	margin-left:-10px;
	height: 100%;
}

.profile li a {
	display: block;
	padding:  2px 0;
}

.profile li.facebook, .profile li.twitter, .profile li.email, .profile li.linkedin {
	border-top: 1px solid #322e2e;
}
.profile li.facebook a, .profile li.twitter a, .profile li.email a, .profile li.linkedin a {
	display: block;
	padding-left:  25px;
}

.profile li.facebook a:hover, .profile li.twitter a:hover, .profile li.email a:hover, .profile li.linkedin a:hover {
	background-color: #242424;
	text-decoration: none;
}

.profile li.facebook a {
	background: url('images/facebook-icon.png') 0 50% no-repeat;
}
.profile li.twitter a{
	background: url('images/twitter-icon.png') 0 50% no-repeat;
}
.profile li.email a{
	background: url('images/email-icon.png') 0 50% no-repeat;
}
.profile li.linkedin a {
	background: url('images/linkedin-icon.png') 0 50% no-repeat;
}

.sp a { 
	height: 40px;
	padding: 5px;
}	
.sp {
	display:  block;
	height: 55px;
	clear:  left;
}
.sp img {
	float:  left;
	margin-right: 10px;
}

.sp a span {
	color: #fff;
	font-size: 11px;
}

.follow-links {
	width: 450px;
	margin:  20px 0;
	border-bottom: 1px solid #322e2e;
}

.follow-links li {
	display: block;
	border-top: 1px solid #322e2e;
}
.follow-links li.facebook a, .follow-links li.twitter a, .follow-links li.email a, .follow-links li.linkedin a {
	display: block;
	padding: 5px 0 5px 25px;
}

.follow-links li.facebook a:hover, .follow-links li.twitter a:hover, .follow-links li.email a:hover, .follow-links li.linkedin a:hover {
	background-color: #1e1e1e;
	text-decoration: none;
}

.follow-links li.facebook a {
	background: url('images/facebook-icon.png') 0 50% no-repeat;
}
.follow-links li.twitter a{
	background: url('images/twitter-icon.png') 0 50% no-repeat;
}
.follow-links li.email a{
	background: url('images/email-icon.png') 0 50% no-repeat;
}
.follow-links li.linkedin a {
	background: url('images/linkedin-icon.png') 0 50% no-repeat;
}

.follow-links span {
	color:  #fff;
}


/* Page Numbers */
.pages {
	width:622px;
    margin: 40px 0 20px 0!important;
    clear: left;
    font-size: 1.0em;
	padding: 0 5px 0 20px;
    height: 1em;
    border: none;
    background: url(../img/layout/underline.png) 0 8px repeat-x;
}

.pages a, .pages span {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #EBEBEB;
    background: #000;
	
}

.pages span.current {
    border: 1px solid #00b04c;
    font-weight: bold;
    background: #F58120;
    color: #FFA600;
}

.pages span.stats {
	margin-right:15px;
}

.pages a {
    border: 1px solid #ccc;
    text-decoration: none;
}

.pages a:hover {
    border-color: #00b04c;
	text-decoration:none;
}

.pages a.nextprev {
    font-weight: normal;
}

.pages span.nextprev {
	border: 1px solid #ddd;
    color: #999;
}

.pages .nextprev {
    float: right;
    margin-left: 10px;
}

.pages .pagenum {
    text-align:center;
    margin-left: 2px;
	border-color: #00b04c;
}
.pages .prev, .pages .next {
    float: right;
    margin-left: 10px;
	background: #211D1E;
	text-align:center;
	border: 1px solid #ccc;
	padding: 0.2em 0.5em;
}


.profilecat {
	padding:  10px;
	border: 1px solid #322e2e;
	margin: 5px;
	width: 185px;
	min-height: 12em;
	background: #1e1e1e;
	float: left;
}

.profilecat  img{
	margin-top:8px;
	margin-left:18px;
}


.profilecat .buy {
float:right;
text-align:right;
padding-top:10px;

}
.profilecat .buy a{ 
color:#00b04c;

}
.profilecat .buy a:hover{
 color:#fff;
 text-decoration:none;
 }
 
 
.payment img{
padding:5px 0 0 10px;
}

.antipro {
padding:20px 0 0 0px;
}

.brochure {
padding:10px 0 15px 0px;
}
.brochure_img {
float:left;
padding-right:3px;
padding-top:3px;

}


#test{

width:655px;}



#s3slider { 
   width: 620px; /* important to be same as image width */ 
   height: 250px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 620px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
   list-style: none;
   margin:0;
   padding:0;
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
   position: absolute; /* important */
   left: 0;
   bottom:0;
   font: 15px Arial, Helvetica, sans-serif;
   padding: 10px 13px;
   width: 620px;
   background-color: #000;
   filter: alpha(opacity=70); /* here you can set the opacity of box with text */
   -moz-opacity: 0.7; /* here you can set the opacity of box with text */
   -khtml-opacity: 0.7; /* here you can set the opacity of box with text */
   opacity: 0.7; /* here you can set the opacity of box with text */
   color: #fff;
   display: none; /* important */  
}

/* Video */  
	
	.videos{float:left;width:670px;margin:10px 0 10px 20px;}
	 
	 a.myPlayer { 
    display:block; 
    width: 480px; 
    height:320px;  
    text-align:center; 
    margin:0 10px 5px 0; 
    float:left; 
    border:1px solid #A7A9AC; 
	background-image:url(../img/layout/video.png);
	} 
 
	/* play button */ 
	a.myPlayer img { 
		margin-top:140px; 
		border:0px; 
	} 
	 
	/* when container is hovered we alter the border color */ 
	a.myPlayer:hover { 
		border:1px solid #cccccc; 
	}
	
