﻿/*-----------------------------------------------------------------------------
Web Site:					<BID - SiteBuilder (Default template)>
-----------------------------------------------------------------------------*/

@import url(../../../css/generic/helper.css);
@import url(../../../css/generic/styleOverriders.css);

@import url(branding/header.css);
@import url(branding/footer.css);


/* =Typography
---------------------------------------- */
body{
	color:#000;
	background:#3b3c40;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	}
.hidden{display:none}



/* =Main container boxes
---------------------------------------- */
#container{
	width:760px;
	min-height:100%;
	position:absolute;
	left:50%;
	top:0;
	margin-left:-380px;
	text-align:left;
	background:#fff;
	}
#content{
	padding:0 49px 0 48px;
	font-size:1.1em;
	width:663px;
	}

h1, h2{
	color:#6cba24;
	padding:0 0 15px 0;
	margin:0;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Serif;
	}
h2{
	font-size:2em;
	line-height:1em;
	padding-bottom:13px;
	}

.MainImageContent-Image{
	padding-bottom:25px;
	}
.right-content {
	float:right;
	width:328px;
	margin:0 0 0 15px;
	}	
	.grey-content{
		overflow:hidden;
		width:328px;
		color:#fff;
		background:#f9f9f9 url(../images/secondary-bottom.gif) no-repeat 0 100%;
		margin-bottom:19px;
		}
		.grey-content-inner{
			overflow:hidden;
			width:292px;
			padding:15px 18px 20px;
			background:url(../images/secondary-top.gif) no-repeat 0 0;
			}

.primary-content br,
.secondary-content br{
	clear:none;
	}


/* =Contact details
---------------------------------------- */
.company-address {
	width:292px;
	padding-bottom:15px;
	margin-bottom:17px;
	background:#69696b url(../images/address-bottom.gif) no-repeat 0 100%;
	}
	.company-address-inner{
		padding:15px 16px 0;	
		background: url(../images/address-top.gif) no-repeat 0 0;
		overflow:hidden; 
		display:inline-block;
		}
	.company-address .contacts1{
		width:110px;
		margin-right:5px;
		float:left;
		}
	.company-address .contacts2{
		width:145px;
		float:right;
		}
	.company-address .contacts2 p{
		padding-top:10px;
		}
	.company-address .contacts2 strong,
	.company-address .contacts2 b{
		font-weight:normal;
		}
	#content .company-address br.clearall{
		clear:both;
		}
	.company-address  a,
	.company-address  a:link,
	.company-address  a:visited,
	.company-address  a:hover{
		color:#fff !important;
		}
	.company-address  a span.email{
		white-space:pre-wrap; /* css-3 */
		white-space:-moz-pre-wrap !important; /* Mozilla, since 1999 */
		white-space:-pre-wrap; /* Opera 4-6 */
		white-space:-o-pre-wrap; /* Opera 7 */
		word-wrap:break-word; /* Internet Explorer 5.5+ */
		}



/* = Opening time
---------------------------------------- */
.open-time{
	width:292px;
	padding-bottom:15px;
	margin-bottom:1px;
	}
ul.opening-time{
	display:block;
	position:relative;
	background:#83bc4e url(../images/time-sheet-bg.gif) no-repeat 0 0;
	width:256px;
	margin:0;
	padding:15px 18px 0;
	list-style-type:none;
	overflow:hidden;
	}
	ul.opening-time li{
		margin:0;
		padding:0 0 2px 0;
		list-style-type:none;
		float:left;
		width:100%;
		}
	ul.opening-time label{
		display:block;
		float:left;
		clear:left;
		width:145px;
		}
	ul.opening-time span.extra{
		display:block;
		position:absolute;
		left:0;
		bottom:0;
		width:292px;
		height:14px;
		background:url(../images/time-sheet-bottom.gif) no-repeat 0 100%;
		}
		ul.opening-time li strong {
			display:block;
			float:left;
			font-weight:normal;
			width:110px;
			padding-right:5px;
			}		
			ul.opening-time li strong.open-time-title {
				float:left;
				font-weight:bold;
				}
		.open-hours {
			display:block;
			width:140px;
			overflow:hidden;
			float:left;
			}	
			.open-hours br {
				display:none;	
				}


/* =Download brochure
---------------------------------------- */
.download-brochure{
	overflow:hidden;
	width:292px;
	padding:15px 18px 20px;
	background:url(../images/secondary-top.gif) no-repeat 0 0;
	}
	.download-brochure a{
		display:block;
		width:289px;
		height:54px;
		text-indent:-9999px;
		overflow:hidden;
		}	
		.download-brochure a.brochure- {
			height:48px;
			}



/* = Contact form styling
---------------------------------------- */
.contact-form {
	overflow:hidden;
	width:292px;
	padding:15px 18px 20px;
	background:url(../images/secondary-top.gif) no-repeat 0 0;
	color:#000;
	}
	.contact-form label {
		display:block;
		margin-bottom:5px;
		}
	.contact-form input.text,
	.contact-form textarea.text {
		border:1px solid #E4E5E7;
		width:286px;
		padding:2px;
		margin-bottom:11px;
		border-top:1px solid #ADADAF;
		}	
	#content .contact-form br {
		clear:both;
		}
	.contact-form button.submit {
		color:#000;
		background:#fff url('../images/submit-bg.gif') repeat-x center left;
		border:1px solid #838383;
		font-weight:bold;
		margin:0;
		padding:2px 10px;
		cursor:pointer;
		border-radius:3px;
		-webkit-border-radius:3px;
		-khtml-border-radius:3px;
		-opera-border-radius:3px;
		-moz-border-radius:3px;
		}
