/*-----------------------------------------------------------------------------
Web Site:                      <BID - SiteBuilder (Template 1)>
-----------------------------------------------------------------------------*/

@import url(../../../css/generic/helper.css);
@import url(../../../css/generic/styleOverriders.css);

@import url(branding/header.css);
@import url(branding/footer.css);

@import url(navigation/primary.css);



/* =Typography
-----------------------------------------------------------------------------*/
body {
	background:#2b311b url(../images/bg.gif) repeat-x 0 0;
	color:#fff;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	}
.hidden{display:none}


/* =Main container boxes
-----------------------------------------------------------------------------*/
.container-outer {
	width:804px;
	min-height:100%;
	height:auto !important;
	height:100%;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-402px;
	}
#container {
	width:804px;
	min-height:100%;
	height:auto !important;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	text-align:left;
	background:url(../images/container-bg.png) repeat-y 0 0;
	}

#content {
	width:760px;
	padding:20px 22px 0;
	font-size:1.2em;
	position:relative;
	z-index:20;
	color:#000;
	background:url(../images/header-bg.png) no-repeat 50% 0;
	margin-top:-13px;
	overflow:hidden;
	float:left;
	}


#content br {
	clear:none;
	}
h1 {
	color:#67b402;
	width:483px;
	padding:0 0 15px;
	margin:0;
	font-weight:bold;
	font-family:Arial, Verdana, Sans-Serif;
	}

.content a,
.content a:active,
.content a:visited,
.content a:hover {
	color:#444;
	}

.link-logo,
.link-logo:hover {
	text-decoration:none !important;
	}

.SecondaryImage
{
	float:right;
	clear:right;
	margin:0 0 30px 28px;
}
.SecondaryImage img.img
{
	display:block;
}
.download-brochure
{
	float:right;
	clear:right;
	margin:20px 0 17px 28px;
}
	.download-brochure a
	{
		display:block;
		width:184px;
		height:36px;
		text-indent:-9999px;
		background:url(../images/download.gif) no-repeat;
		}
		.download-brochure a.brochure-pdf {
			background-position:0 -36px;
			}
		.download-brochure a.brochure-doc {
			background-position:0 -72px;
			}

/* =Contact us page
-----------------------------------------------------------------------------*/
.company-address {
	float:left;
	width:190px;
	margin:10px 0 0;
}
.company-address .contacts1
{
	padding-bottom:10px;
}

div.open-time {
	margin:10px 0 0;
	float:left;
	}
ul.opening-time {
	float:left;
	background:url(../images/time-sheet-bg.gif) no-repeat 0 0;
	width:252px;
	min-height:205px;
	height:auto !important;
	height:205px;
	margin:0 0 18px 32px;
	padding:10px 15px;
	list-style-type:none;
	}
	ul.opening-time li {
		float:left;
		margin:0;
		padding:0 0 2px 0;
		list-style-type:none;
		}
		ul.opening-time li strong {
			float:left;
			width:90px;
			color:#5E5D5D !important;
			}
			ul.opening-time li strong.open-time-title {
				width:152px;
				float:left;
				padding-bottom:5px;
				}
			ul.opening-time li strong.open-hours {
				float:float:left;;
				}
			ul.opening-time li br {
				display:none;
				}
	.open-time ul.opening-time-short {
		font-weight:bold;
		min-height:0 !important;
		height:auto !important;
		padding:0 0 10px;
		width:282px;
		background:url(../images/time-sheet-bottom-bg.gif) no-repeat 0 100%;
		}
		.open-time ul.opening-time-short li {
			padding:10px 15px 0;
			width:252px;
			background:url(../images/time-sheet-bg.gif) no-repeat 0 0;
			}


/* = Contact form styling
---------------------------------------- */
.contact-form {
	float:left;
	clear: left;
	background:url(../images/google-map-bg.gif) no-repeat 0 0;
	display:block;
	margin:20px 12px 20px 0;
	padding:20px 25px;
	width:454px;
	}
	.contact-form h2 {
		color:#67b402;
		}
	.contact-form label {
		display:block;
		float:left;
		width:150px;
		padding:0 10px 0 0;
		margin-bottom:10px;
		}
	.contact-form input.text,
	.contact-form textarea.text {
		border:1px solid #ccc;
		width:280px;
		padding:2px;
		}	
	#content .contact-form br {
		clear:both;
		}
	.contact-form button.submit {
		background:#666;
		color:#fff;
		border:0;
		float:right;
		font-weight:bold;
		margin:15px 8px;
		padding:4px 10px;
		border-radius:3px;
		-webkit-border-radius:3px;
		-khtml-border-radius:3px;
		-opera-border-radius:3px;
		-moz-border-radius:3px;
		cursor:pointer;
		}

/* = Meet the team & procuts list
--------------------------------------------------------------------*/
.TeamPage {margin:0 0 20px;}

/* = Tile view 
---------------------------------------- */
.team-tile-around {
	overflow:hidden;
	margin:10px 0 0;
	clear:both;
	}
.team-tile {
	padding:0;
	overflow:hidden;
	}	
.team-member{
	border-bottom:1px solid #f0f0f0;
	float:left;
	display:block;
	width:230px;
	padding:25px 0 12px;
	margin:0 35px 0 0;
	}
	.team-tile .team-member {
		border:1px solid #f0f0f0;
		margin:0 0 20px 20px;
		padding:15px 12px 12px;
		width:214px;
		}
		.team-tile .item-first {
			margin-left:0;
			}
	.team-member img {
		margin:0 8px 8px 0;
		}
	.item-title {
		font-weight:bold;
		font-size:1.2em;
		display:block;
		padding:0 0 5px;
		}
	.item-info {
		color:#999;
		font-weight:bold;
		}
		a.thickbox {
			font-weight:bold;
			color:#000;
			}	
	.thickbox-container {
		display:none;
		}
	.thickbox-item-summary {
		padding:25px 0 10px;
		}	
		.thickbox-item-summary p {
			padding:0;
			}	
		.item-details {
			font-family:Arial, Helvetica, sans-serif;
			}
			.item-details img.floatLeft {
				margin:0 10px 10px 0;
				}
/* = google product
---------------------------------------- */
.google-button {
	position:relative;
	}
	.products-tile .google-button {
		margin-left:-7px;
		}
	.google-button table {
		margin-left:7px;
		}	
/* = List view
---------------------------------------- */
ul.team-list		 {
	overflow:hidden;
	width:760px;	
	margin:26px 0 0;
	padding:0;
	list-style-type:none;	
	}
	ul.team-list li {
		border-bottom:1px solid #f0f0f0;
		padding:30px 20px;
		float:left;
		width:720px;
		color:#5f5f5f;
		}
			ul.team-list li img {
				margin:0;
				float:left;
				}
				.item-description {
					overflow:hidden;
					float:right;
					width:563px;
					padding:0;
					}
					.products-list .item-description {
						width:500px;
						}
					.item-description .item-name {
						font-size:1.3em;
						display:block;
						font-weight:bold;
						}
						.item-extra-info {
							font-weight:bold;
							color:#999;
							}
							.item-summary {
								padding:5px 0;
								}
/* = Prev and Next buttons
---------------------------------------- */
.products-tile .jcarousel-clip-horizontal ul li table {
	margin:0 auto;
	}
.product-image-gallery .jcarousel-next-horizontal,
.product-image-gallery .jcarousel-prev-horizontal {
	background-image:url('../images/prev-next.png');
	}
body#js .product-image-gallery {
	visibility:hidden;
	}
body#js .products-list .show,
body#js .products-tile .show{
	visibility:visible !important;
	float:left;
	}
	.products-list .jcarousel-container {
		margin:0;
		}
	body#js .team-tile .product-image-gallery {
		float:none;
		}
	.product-image-gallery .jcarousel-container-horizontal {
		padding:0 31px;
		}
		.products-tile .product-image-gallery,
		.products-tile .jcarousel-container-horizontal,
		.products-tile .jcarousel-clip-horizontal ul li table {
			margin:0 auto;
			float:none;
			}


