@charset "UTF-8";
@import "reset.css";


/* Structure for page layout */
html,body {
}

body {
	background: #888;
}

div#mainwrap {
	width: 1000px;
	background: #eeeeee;
	margin: 20px auto;
	position: relative;
}

	div#header {
		
		height: 210px;
		background: #ffffff url('../images/Freeway-Website-bg.png') repeat-x;
		/* border-bottom: 1px dotted #000000; */
		
	}
	
	div#logo {
		width: 210px;
		height: 210px;
		position: absolute;
		top: 30px;
		left: 30px;
		z-index: 9;
	}

	img#welcome {
		position: absolute;
		top: 30px;
		right: 30px;
	}
	
	
	
		div#menu {
			height: 50px;
			width: 462px;
			position: absolute;
			top:100px;
			right: 30px;
			background: url('../images/Freeway-Website-Menu-bg.png');
			z-index: 2;	
			line-height: 45px;
			word-spacing: 55px;	
		}

		.links { font-family: "Helvetica", "Arial"; color: #aaa;}
		.links:hover { font-family: "Helvetica", "Arial"; color: #0099ff;}
		
	div#content {
		width: calc(1000px - 100px);
		height: 430px;
		padding: 50px 50px 50px 50px;
		background: #fff;
		position: relative;
		z-index: 1;
		font-family: "Helvetica", "Arial";
	}
	
		div#sidebar {
			padding: 20px;
			width: 210px;
			height: 750px;
			background: url('../images/bgs/black50.png');
			float: left;	
			
		}
		
			div#sidebar_logo{
				margin: 15px 45px 15px;
			}
			
			div#sidebar_slideshow{
				margin: 15px 0px;
			}
			
			div#sidebar_form{
				margin: 30px 0px;
			}
			
			div#sidebar_feature{
				margin: 30px 0px;
			}
			
			div#sidebar_gallery{
				margin: 30px 0px;
				line-height:0px;
			}
			
			.sidebar_gallery_pics{
				margin: 0px 1px 1px 0px;
				width: 51px;
				height: 60px;
				display: inline-block;
				background: #555;
				overflow: hidden;				
			}
			
			div#contentleftbar {
				width: 185px;
				left: 48px;
				height: 430px;
				background: #fff;
				position: absolute;
				z-index: 3;
				font-family: "Helvetica", "Arial";
				line-height: 18px;
				}
			
			div#maincontent {
				height: 500px;
				padding-left: 35px;
				border-left: 1px solid #000;
				position: absolute;
				right: 30px;
				top: 0px;
				z-index: 3;
			}
			
			div#maincontent > *:first-child {
				float: right;
				min-width: 100%;
			}

			div#gallery li {
				width: 677px;
				height: 500px;
			}
			
			div#gallery_nav {
				top: 470px;
				position: absolute;
				right: 607px;
				height: 30px;
				width: 70px;
				z-index: 21;
				background: url('../images/gal_nav_bg.png') no-repeat;
				font-size: 20px;
				line-height: 30px;
				letter-spacing: 5px;
				text-align: center;
			}
				

/* This module is quite different and doesn't use standard .module class */
			div#social_networking {
				height: 40px;
				margin-bottom: 15px;
				padding: 0px;
				background: #333333;
				text-align: center;
				border-radius:3px;
					
			}
			
				div#social_networking img {
					width: 24px;
					height: 24px;
					display: inline;
					margin: 8px 6px 8px 6px;
				}			
	
	
	
		div#page_content {
			position: relative;
			width: 690px;
			height: 768px;
			float: right;
			margin: 30px;
			/*border: 1px dotted #ccc;*/
		}

	
	div#footer {
		float: right;
		width: 100%;
		height: 161px;
		background: #ffffff url('../images/Freeway-Website-Footer-bg.png') repeat-x;
		top: 500px;
		z-index: 3px;
	}
	
	div#credits{
		text-align: right;
		font-size: 11px;
		padding: 10px 30px;
		height: 10px;
		background: #888;
		color: #aaa;
	}

	
	div#menufooter {
		height: 71px;
		width: 620px;
		position: absolute;
		right: 30px;
		top: 790px;
		z-index: 9;
		font-size: 11px;
		font-family: "Helvetica", "Arial";
		text-align: center;
		color: #aaa;
		line-height: 66px;
		background: url('../images/Freeway-Website-Address-bg.png');
	}
	
	div#dots {
		top: 765px;
		right: 30px;
		height: 10px;
		position: absolute;
		}





/* Homepage */


div#home_heading {
	width: 600px;
	height: 223px;
	position: absolute;
	top: 0px;
	left: 42px;
	
}




div#home_hero {
	position: absolute;
	top: 20px;
	left: 150px;
	z-index: 8;
}

div.home_hero_caption {
	position: absolute;
	width:200px;
	height:40px;
	top: 335px;
	right: 10px;
	z-index: 10;
	text-align: right;
}

div#feature_panel {
	width: 980px;
	height: 180px;
	position: absolute;
	top: 400px;
	left: 10px;
	background: #000; 
}

	div.feature_link {
		text-align:center;
		overflow: hidden;
		width: 245px;
		height: 180px;
		float: left;
	}

		div#feature_panel div#feature_link a {
			width: 245px;
			height: 180px;
		}
		
		
div#content_footer {
	position: absolute;
	width: 980px;
	height: 100px;
	top: 600px;
	left: 60px;
}

/* Content */
#hero_image {
	vertical-align:middle;
	margin-right:auto;
	margin-left:auto;
}



div#page_copy {
	width: 690px;
	/* border:1px dotted #666; */
}

div#landscape_logo {
	position: absolute;
	top: 20px;
	right: 30px;
}


div#product_details {
	/*border:1px dotted #666;
	border-radius: 5px; */
	margin-top:35px;
	height: 340px;
	width: 485px;
	float: left;
	
}

	div#product_description {
	/*	border:1px dotted #666; */
		width: 200px;
		height: 248px;
		margin: 25px 5px 0px 0px;
		float: left;	
	}
	
	div#product_image {
		width: 250px;
		height: 246px;
		margin-top: 25px;
		float: left;
	}

	div#product_range {
		margin-top:25px;
		width: 180px;
		height: 330px;
		padding: 5px 0px 5px 10px;
	/*	border: 1px dotted #444;
		border-radius: 5px; */
		float: right;
		overflow-y: hidden;
	}
	
	.products {
		text-align: center;
		margin: 0 3px 10px;
		width: 80px;
		height: 70px;
		display: inline-block;
		
	}
		.product_sml_img {
			width: 66px;
			height: 58px;
			margin: 0 10px 3px;
			
		}
		
		.product_title{
			width: 66px;
			margin: 0 10px;
			font-size: 9px;
		}



/* gallery */
		
div#gallery_menu {
	margin: 0px;
	_margin: 0px;
	width: 690px;
	float: left;
}

	div#gallery_menu div.gallery {

		height: 110px;
		width: 97px;
		margin-right: 1px;
		
		text-transform: uppercase;
		letter-spacing: 2px;
		font-size: 9px;
		line-height: 12px;
		
		float: left;
		overflow: hidden;
	}
	
	div#gallery_menu div.gallery.current {
		/* font-weight: bold; */
	}
	
	div#gallery_menu div.gallery a img {
		opacity: 0.5;
		margin-bottom: 4px;
	}
	
	div#gallery_menu div.gallery a:hover img, div#gallery_menu div.gallery.current img {
		opacity: 1;
	}


div#current_gallery {
	float: left;
	width: 690px;
	margin: 0px;
	/*border: dotted 1px #075c84;*/
}

div#current_image {
	width: 685px;
	height: 400px;
	background: #ffffff url('../images/loading.gif') no-repeat center center;
}

div#gallery_images {

}

div#gallery_images img {
	float: left;
	margin: 0px 1px 1px 0px;
	width: 97px;
	height: 60px;
	opacity: 0.3;
}

	div#gallery_images a:hover img, div#gallery_images img.current {
		opacity: 1;
	}

div#gallery_name {
	text-transform: uppercase;
	letter-spacing: 4px;
	line-height: 28px;
	font-size: 11px;
}
		


div#location {
	width: 315px;
	height: 370px;
	border: solid 1px #aaa;
	position:absolute;
	right:0px;
	top: 5px;
	border-radius:5px;
}




/* !Module elements */







div#contact-form {
	margin-top: 0px;
	/* for animate */
	position: absolute;
	right: 340px;
}

	div#contact-form table td {
		padding-right: 15px;
		vertical-align: middle;
	}

/* !Styles for page entities */

/* Uses cufon */
h1 { 
	color: #eee;
	font-size: 32px;
	margin-bottom: 0.5em;
}

/* Uses cufon */
h2 { 
	color: #eee;
	font-size: 18px;
	margin-bottom: 0.75em;
}

h3 {
	color: #eee;
	font-size: 16px;
	margin-bottom: 1em;
}

p {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}


.stdcopy { 
	color: #888;
	font-family: helvetica, ariel, sans-serif;
	font-size: 11px;
	line-height: 17px;
}

.smlcopy {
	font-size: 9px;
	line-height: 14px;	
}

.bright {
	color: #FF0000;
	
}

a {
	color: #aaa;
	text-decoration: none;
}

a:hover, a.current {
	color: #0090b4;
	text-decoration: none;
}

a:hover img    {
  filter:alpha(opacity=70);-moz-opacity:.70;opacity:.70;
}

a.gal_nav {
	color: #0090b4;
	text-decoration: none;
}

a.gal_nav:hover {
	color: #aaa;
	text-decoration: none;
}




/* !Forms */

.form_error {
	margin-top:10px;
	border: solid 5px #0090b4;
	border-radius: 3px;
	padding:10px;
}

input {
	vertical-align: middle;
}

textarea{
	font-size: 13px;
}

input[type=text],input[type=email] {
	vertical-align: middle;
	background-color: #ccc;
	margin: 7px 0px;
	height: 25px;
	font-size: 13px;
}

.stdform, input[type=text], input[type=email], input[type=password], textarea { 
	margin: 6px 0px;
	padding: 3px;
	border: solid 1px #ccc;
	border-radius: 5px;
	width: 250px;
	background: #eee;
	color: #666;
}

input[type=text]:focus, input[type=text]:focus, input[type=password]:focus, textarea:focus { 
	background: #eee;
	border: solid 1px #ffc412;
	border-radius: 3px;
	color: #111;
	font-size: 14px;
	padding: 3px;
	margin: 6px 0px;
	color: #333;
}

.form_text{
	vertical-align: middle;
	padding-right: 10px;
	text-align: right;
}




input[type=checkbox], input[type=file] { 
	border: 0;
}




/* Clearing floats */

div.clear { 
	clear: both; 
	overflow: hidden; 
	height: 0px; 
	_height: 1px; 
}





