/*-----------------------------------------------------------------------------
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{
        color:#000;
        background:#f9f9f9 url(../images/bg.gif) repeat;
        text-align:center;
        font-family:Arial, Helvetica, sans-serif;
        font-size:62.5%;
        }
.hidden{display:none}

/* =Headings
-----------------------------------------------------------------------------*/


/* =Main container boxes
-----------------------------------------------------------------------------*/
#container{
	width:819px;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	background:url(../images/content-bg.png) repeat-y;
	}
#content{
	position:relative;
	width:760px;
	padding:0 0 40px 0;
	margin:4px 30px 0 29px;
	text-align:left;
    font-size:1.1em;
    overflow:hidden; 
	height:auto !important; 
	he\ight:1%;
	}
#content br{
	clear:none;
	}

.content-primary{
	float:left;
	width:760px;
	}
.content-secondary{
	float:right;
	width:200px;
	margin:10px 0 18px 15px;
	background:#ededed url(../images/secondary-top.gif) no-repeat top;
	}
	.content-secondary-inner{
		background:url(../images/secondary-bottom.gif) no-repeat bottom;
		}

a.link-logo {
	text-decoration:none !important;
	}

h1{
	color:#066fac;
	width:522px;
	padding:23px 0 15px 0;
	margin:0;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	}	

.SecondaryImage{
	padding:0 8px 9px;
	width:184px;
	margin-top:9px;
	}
	.SecondaryImage img.img{
		display:block;
		}
.download-brochure{
	float:right;
	clear:right;
	margin:0 0 10px 15px;
	}
	.download-brochure a{
		display:block;
		width:200px;
		height:58px;
		text-indent:-9999px;
		overflow:hidden;
		background:url(../images/download.gif) no-repeat;
		}

/* = Contact Us
---------------------------------------- */
.company-address{
	padding:0 0 0.8em;
	width:200px;
	float:left;
	margin-right:56px;
	}
.company-address .contacts1{
	padding-bottom:10px;
	}
.open-time,
.company-address {
	width:200px;
	margin:20px 20px 0 0;
	padding-bottom:8px;
	float:left;
	background:#ededed url('../images/grey-bg-w200-bot.gif') no-repeat bottom;
	}	
	ul.opening-time,
	.company-address-inner{
		float:left;
		clear:left;
		width:170px;
		margin:0;
		padding:15px 15px 5px;
		list-style-type:none;
		background:url('../images/grey-bg-w200-top.gif') no-repeat top #ededed;
		}
		ul.opening-time li{
			margin:0;
			padding:0 0 2px 0;
			list-style-type:none;
			}
		ul.opening-time li label{
			display:block;
			float:left;
			width:85px;
			}
		ul.opening-time li strong {
			display:block;
			float:left;
			}		
			ul.opening-time li strong.open-time-title {
				float:none;
				}
		.open-hours {
			text-align:right;
			display:block;
			}
	.open-time ul.opening-time-short {
		font-weight:bold;
		padding:12px 15px 4px;
		min-height:0 !important;
		height:auto !important;
		}
		.open-time ul.opening-time-short li {
			padding: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 5px 0;
	padding:20px 25px;
	width:454px;
	}
	.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 #aaa9a9;
		width:250px;
		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 38px;
		padding:4px 10px;
		border-radius:3px;
		-webkit-border-radius:3px;
		-khtml-border-radius:3px;
		-opera-border-radius:3px;
		-moz-border-radius:3px;
		cursor:pointer;
		}
		.google-button {
			position:relative;
			}
			.products-tile .google-button {
				margin-left:-7px;
				}
		.google-button table {
			margin-left:7px;
			}		
/* = Meet the team & procuts list
--------------------------------------------------------------------*/
.TeamPage {margin:0 0 20px;}
.team-list{
    font-size:1.2em;
    padding:0;
    color:#717171;
    line-height:1.3;
     }
    .team-list .team {
        float:left; 
        width:100%;
        padding:21px 0 14px;
        }   
     .team-list .team-list-box    {
    	float:left; 
        width:100%;
    }
    .team-list .team:first-child,
    .team-list .team-list-box:first-child{background:none;}       
    .team-info{
        float:left;
        width:240px;
        w\idth:200px;
        padding:0 40px 0 0;
        }
    .team-name {
        font-size:1.2em;
        color:#F2C027;
        font-weight:bold;
        }
    .team-summary{
        float:left;
        width:520px; 
        padding:0;  
        }    
        /* span styles*/
        .team-info span.email,
        .team-info span.tel,
        .team-info span.price
         {
            display:block; 
            float:left;
            color:#000;
            font-weight:bold;
            }
        .team-list .summary,
        .team-list .product-summary{
            color:#000;
            font-weight:bold; 
            display:block; 
            padding:4px 0 0;
            line-height:1.4;          
            }

#TB_ajaxContent img {
	margin:0 10px 10px 0;
	}
/* = List view
---------------------------------------- */
ul.team-list		 {
	overflow:hidden;
	width:760px;	
	margin:26px 0 0;
	padding:0;
	list-style-type:none;	
	}
	ul.team-list li {
		border-top:1px solid #EFEDED;
		padding:30px 20px;
		float:left;
		width:720px;
		}
			ul.team-list li img {
				margin:0 20px 0 0;
				float:left;
				}
				.item-description {
					overflow:hidden;
					width:565px;
					float:right;
					}
					.item-description .item-name {
						font-size:1.3em;
						display:block;
						font-weight:bold;
						}
						.item-extra-info {
							font-weight:bold;
							}
							.item-summary {
								padding:10px 0;
								}
.products-list .item-description {
	width:515px;
	padding:0;
	}

/* = Tile view 
---------------------------------------- */
.team-tile-around {
	overflow:hidden;
	clear:both;
	margin:26px 0 0;
	}
.team-tile {
	padding:0;
	overflow:hidden;
	}	
.team-member{
	border-bottom:1px solid #EFEDED;
	float:left;
	display:block;
	width:230px;
	padding:25px 0 12px;
	margin:0 35px 0 0;
	}
	.team-tile .team-member {
		border:1px solid #EFEDED;
		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.3em;
		display:block;
		padding:0 0 5px;
		}
		.products-tile .item-title {
			clear:left;
			}
	.item-info {
		font-weight:bold;
		}	
	.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;
			}	
/* = Prev and Next buttons
---------------------------------------- */
body#js .product-image-gallery{
	visibility:hidden;
	padding-bottom:8px;
	}
	.product-image-gallery {
		float:left;
		}
		.product-image-gallery .jcarousel-container-horizontal {
			margin:0;
			}
		.products-tile .product-image-gallery,
		.products-tile .jcarousel-container-horizontal,
		.products-tile .jcarousel-clip-horizontal ul li table {
			margin:0 auto;
			float:none;
			}
body#js .product-image-gallery.show{
	visibility:visible;
	}				


/* =Carousel
--------------------------------------------------------------------*/
.jcarousel-prev-horizontal,
.jcarousel-next-horizontal {
	width:25px !important;
	height:26px !important;
	}
	.jcarousel-next-horizontal {
		background-position:0 -26px !important;
		}
		.jcarousel-prev-horizontal:hover {
			background-position:0 -52px !important;
			}
		.jcarousel-next-horizontal:hover {
			background-position:0 -78px !important;
			}
		.jcarousel-prev-disabled-horizontal,
		.jcarousel-prev-disabled-horizontal:hover {
			background-position:0 0 !important;
			}
		.jcarousel-next-disabled-horizontal,
		.jcarousel-next-disabled-horizontal:hover {
			background-position:0 -26px !important;
			}
