﻿/*-----------------------------------------------------------------------------
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:#424242;
	background:#fff;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	}
.hidden{display:none;}

/* =Headings
-----------------------------------------------------------------------------*/


/* =Main container boxes
-----------------------------------------------------------------------------*/
#container {
	width:100%;
	background:#f2f2f2 url(../images/bg.gif) repeat-x 0 0;
	}
	#content {
		width:663px;
		overflow:hidden;
		margin:0 auto;
		text-align:left;
		font-size:1.1em;
		padding:0 0 30px 0;
		}
#content br {
	clear:none;
	}

h1{
	color:#d61212;
	padding:0 0 15px 0;
	margin:0;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Serif;
	}
.primary-content{
	width:439px;
	float:left;
	padding-top:17px;
	}
	.content-text {
		padding:30px 29px;
		margin-bottom:15px;
		width:381px;
		overflow:hidden;
		background:url('../images/gradient-bg.png') no-repeat 0 17px;
		}
/* Wide content */
.content-wide {
	width:auto;
	float:none;
	}
	.content-wide .content-text {
		background-image:url('../images/gradient-wide-bg.png');
		width:auto;
		}

.secondary-content{
	float:right;
	width:207px;
	position:relative;
	padding-top:34px;
	}

/* =Contact details
-----------------------------------------------------------------------------*/
.company-address {
	color:#fff;
	background:#4f4f4f url(../images/address-bg.gif) no-repeat 0 0;
	margin-bottom:18px;
	}
	.company-address-inner{
		background:url(../images/address-bottom.gif) no-repeat 0 100%;
		padding:20px 26px 7px 26px;
		width:155px;
		}
	.company-address br{
		display:none;
		}

/* = Open time
---------------------------------------- */
.open-time {
	margin-bottom:20px;
	}
ul.opening-time{
	background:url(../images/time-sheet-bg.gif) no-repeat 0 0;
	width:155px;
	margin:0;
	padding:20px 26px;
	list-style-type:none;
	}
	ul.opening-time li{
		margin:0;
		overflow:hidden;
		padding:0 0 2px 0;
		list-style-type:none;
		}
		ul.opening-time li label{
			display:block;
			float:left;
			width:87px;
			}
		ul.opening-time strong{
			color:#545353;
			padding-left:1px;
			font-weight:normal;
			display:block;
			float:left;
			}		
			ul.opening-time li strong.open-time-title {
				float:none;
				font-weight:bold;
				color:#4CB1DB;
				}			
	.open-hours {
		display:block;
		float:right;
		padding-left:5px;
		}
		.open-hours span {
			display:none;
			}


/* = Download brochure
---------------------------------------- */
.download-brochure{
	overflow:hidden;
	width:207px;	
	}
	.download-brochure a{
		display:block;
		width:207px;
		height:52px;
		text-indent:-9999px;
		overflow:hidden;
		}	
		.download-brochure a.brochure- {
			height:50px;
			}	


/* = Contact form styling
---------------------------------------- */
.contact-form {
	background:url('../images/gradient-bg.png') no-repeat 0 0;
	display:block;
	float:left;
	clear:both;
	padding:2px 20px 10px 29px;
	margin:0 0 20px;
	width:390px;
	}
	.contact-form label {
		display:block;
		float:left;
		width:115px;
		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;
		}
	.contact-form h2 {
			padding:8px 0 10px;
			font-weight:bold;		
			}
				