@charset "utf-8";
/* CSS Document */

/* GENERAL */
body{
	margin:				0px;
	height:				100%;
	background:			#ECC120 url(../images/background.jpg) repeat-x center top;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			13px;
	color:				#282828;
}

img{
	border:				none;
}

strong{
	font-weight:		bold;
}

a:link, a:visited{
	color:				#0256FE;
}

a:hover{
	color:				#0156A1;
}

.clear{
	clear:				both; 
	height:				0; 
	margin:				0; 
	padding:			0; 
	font-size:			0;
}

form{
	position:			relative;
}

h1{
	margin:				0;
	padding:			0;
}

h2{
	margin:			0px;
	padding:			10px 0 0 0;
	color:				#2557BF;
	font-size:			26px;
	font-weight:		normal;
	line-height:		100%;
}

h3{
	color:				#2557BF;
	font-size:			22px;
	font-weight:		normal;
	width:				100%;
	margin-top:			0px;
	padding-top:		15px;
	border-bottom:		2px solid #ECC120;
	padding-bottom:		5px;
}

h3 a{
	text-decoration:	none;
}

.hseparator{
	width:				100%;
	height:				1px;
	border-bottom:		1px solid #C5C5C5;
}

/* PAGEFRAME */
.centre{
	position:			relative;
	width:				970px;
	margin:				auto;
}

/* HEADER */
#header{
	height:				344px;
}

#logo{
	position:			absolute;
	top:				0px;
	left:				50%;
	margin-left:		-190px;
	width:				381px;
	height:				179px;
	text-indent:		-999em;
	background:			url(../images/logo_fridgair.png) no-repeat;
}

#topnavbar{
	position:			absolute;
	top:				177px;
	width:				100%;
	left:				0px;
	margin:				0px;
	padding:			0px;
	list-style:			none;
	text-align:			center;
}

#topnavbar li{
	display:			inline;
}

#topnavbar a:link, #topnavbar a:visited{
	padding:			0px 12px 0px 14px;
	font-size:			16px;
	color:				#FCC216;
	background:			url(../images/topmenu_line.png) left no-repeat;
	text-decoration:	none;
}

#topnavbar li:first-Child a:link, #topnavbar li:first-Child a:visited{
	background:			none;
}

#topnavbar a:hover, #topnavbar a:link.cur, #topnavbar a:visited.cur{
	color:				#FFFFFF;
}

/* MAINCONTENT */
#maincontent{
	position:			relative;
	border-top:			1px solid #FFFFFF;
	border-bottom:		1px solid #C9B15B;
	background:			#FFFFFF url(../images/background_maincontent.png) repeat-x;
	width:				100%;
}

#blockcontent{
	top:				-140px;
	background:			#FFFFFF;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	padding:			50px 20px;
	margin-bottom:		-120px;
	width:				940px;
	min-height:			200px;
	line-height:		150%;
}

#blockcontent ul{
	list-style:			none;
	margin-left:		0px;
	padding-left:		0px;
	float:				none;
}

#breadcrumb{
	margin-top:			0px;
	margin-bottom:		0px;
}

#breadcrumb li{
	margin-left:		10px;
	display:			inline;
	color:				#2557BF;
}

#breadcrumb a{
	background:			url(../images/liststyle.png) no-repeat right;
	text-decoration:	none;
	color:				#2557BF;
	padding-right:		15px;
}

.content_block li{
	background:			url(../images/liststyle.png) no-repeat left;
	margin-left:		5px;
	padding-left:		15px;
	display:			block;
	float:				left;
	width:				250px;
}

.content_block{
	position:			relative;
	float:				left;
	width:				590px;
	margin-right:		60px;
	padding-left:10px;
}

.content_block img{
	padding:			8px;
	background:			#E8E8E8;
	border:				1px solid #C5C5C5;
	margin:				0px 0px 20px 20px;
}

.side_block{
	position:			relative;
	float:				left;
	width:				280px;
}

	.side_block a.readmore,
	.side_block a.linkarrow{
		position:relative;
		top:-20px;
	}	


.transformer{
	text-transform:		uppercase;
}

.labeler{
	display:			block;
	float:				left;
	font-weight:		bold;
	color:				#001B9B;
	width:				37px;
}

.content_thumb img{
	padding:			0px;
	border:				1px solid #C5C5C5;
	margin:				0px 10px 10px 0px;
}

.linkarrow{
	text-decoration:	none;
	padding-right:		10px;
	background:			url(../images/liststyle.png) right no-repeat;
}

/* CONTENT ON HOMEPAGE */
#eyecatcher{
	position:			relative;
	width:				966px;
	height:				278px;
	background:			#FFFFFF;
	border:				2px solid #B2C5F2;
	border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px;
	box-shadow: 0 1px 2px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2); -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	overflow:			hidden;
	margin-bottom:18px;
}

#slideshowHolder{
	position:			absolute;
	top:				0px;
	left:				0px;
	z-index:			1;
	border-radius: 8px; -moz-border-radius: 8px; -webkit-border-radius: 8px;
}

#ft-slideshowHolder1{
	border-top-left-radius: 8px; -moz-border-radius-topleft: 8px; -webkit-border-top-left-radius : 8px;
	border-bottom-left-radius: 8px; -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius : 8px;
}

#ft-slideshowHolder10{
	border-top-right-radius: 8px; -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px;
	border-bottom-right-radius: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px;
}

#eyecatcher_wave{
	position:			absolute;
	bottom:				0px;
	left:				0px;
	width:				966px;
	height:				129px;
	z-index:			2;
	background:			url(../images/eyecatcher_wave.png) no-repeat;
	border-bottom-right-radius: 8px; -moz-border-radius-bottomright: 8px; -webkit-border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px; -moz-border-radius-bottomleft: 8px; -webkit-border-bottom-left-radius : 8px;
}

#enquirybutton{
	position:			absolute;
	bottom:				13px;
	left:				7px;
	width:				251px;
	height:				66px;
	text-indent:		-999em;
	background:			url(../images/button_enquiry.png) no-repeat;
	z-index:			4;
}

#enquirybutton:hover{
	background:			url(../images/button_enquiry_hover.png) no-repeat;
}

#eyecatcher_text{
	position:			absolute;
	top:				50px;
	right:				35px;
	text-align:			right;
	line-height:		100%;
	font-size:			36px;
	color:				#00179A;
	font-family:		Georgia, "Times New Roman", Times, serif;
	z-index:			3;
}

#telephone{
	position:			absolute;
	bottom:				15px;
	right:				20px;
	line-height:		100%;
	font-size:			16px;
	color:				#7D9EE8;
	font-weight:		bold;
	padding-left:		40px;
	line-height:		32px;
	background:			url(../images/telephone.png) left no-repeat;
	z-index:			4;
}

#projectlink{
	position:			absolute;
	top:				35px;
	right:				30px;
}

#services li{
	padding-left:		15px;
	background:			url(../images/liststyle_services.png) no-repeat left;
	line-height:		20px;
}

#services a{
	text-decoration:	none;
	color:				#282828;
}	

#gallery_widget {
	position:relative;
}

	#gallery_widget h2 {
		padding-bottom:22px;
	}	
	
	#gallery_widget .linkarrow{
		top:20px;
		right:60px;
	}	



/* CONTACT */
#contact_details{
	float:				left;
	width:				450px;
}

#contact_details strong{
	color:				#2557BF;
	font-size:			14px;
}

#contact_map{
	margin-top:			20px;
	margin-right:		10px;
	width:				380px; 
	height:				300px; 
	overflow:			hidden;
}

address{
	font-style:			normal;
}

#contact{
	position:			relative;
	top:				-5px;
	*top:				0px;
	float:				left;
	width:				400px;
}

.recaptcha{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
  
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}

#contact fieldset{
	border:				none;
	border-left:		1px solid #F2DD52;
	padding-left:		30px;
	margin-top:			50px;
}

#contact label{
	display:			block;
	width:				250px;
	color:				#2557BF;
	font-size:			14px;
}

#contact small{
	color:				#F2DD52;
	font-size:			12px;
	font-style:			italic;
	font-weight:		normal;
}

#contact .text{
	background: #FFFFFF;
	padding: 6px 6px 6px 8px;
	border: solid 1px #bcbbbb;
	outline: none;
	color: #2557BF;
 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
 
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);

	margin:				3px 0px 10px 0px;
	font-family:		Georgia, serif;
	width:				350px;
}

#recaptcha_image img{
	border:				none;
	padding-top:		5px;
}

#contact .submit{
	position:			relative;
	left:				266px;
	width:				100px;
	height:				32px;
	font-size:			16px;
	color:				#FFFFFF;
	background:			#0084C9;
	border:				1px solid #0084C9;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
 	cursor:pointer;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
	box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}

/* GALLERY */
.photo_thumb img{
	padding:			8px;
	background:			#E8E8E8;
	border:				1px solid #C5C5C5;
	margin:				0px 20px 20px 0px;
}

.subgallery_box{
	position:			relative;
	float:				left;
	margin:				0px 20px 20px 15px;
	width:				416px;
	height:				240px;
	overflow:			hidden;
}

.subgallery_box_background{
	position:			absolute;
	bottom:				0px;
	left:				0px;
	width:				100%;
	height:				40px;
	background:			#000000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=61)"; opacity: .61; filter: alpha(opacity=61);
	z-index:			1;
}

.subgallery_box h5{
	position:			absolute;
	bottom:				0px;
	left:				0px;
	margin:				0px;
	padding:			15px 0px 13px 24px;
	font-size:			18px;
	font-weight:		normal;
	z-index:			2;
}

.subgallery_box a{
	text-decoration:	none;
}

/* FOOTER */
#footer{
	height:				90px;
	font-size:			12px;
}

#logo_titan{
	top:				29px;
	right:				15px;
}

#copyright{
	position:			absolute;
	top:				32px;
	left:				0px;
	color:				#977E1E;
}

#botnavbar{
	position:			absolute;
	top:				32px;
	left:				300px;
	margin:				0px;
	padding:			0px;
	list-style:			none;
}

#botnavbar li{
	display:			inline;
}

#botnavbar a:link, #botnavbar a:visited{
	color:				#4E3E01;
	text-decoration:	none;
	padding:			0px 8px;
	border-left:		1px solid #4E3E01;
}

#botnavbar li:first-Child a:link, #botnavbar li:first-Child a:visited{
	border-left:		none;
}

#botnavbar a:hover{
	color:				#977E1E;
}