/* CSS Document */

/* Global Styles
--------------------------------------------------------------- */

* {
	margin: 0px;
	padding: 0px;
}

body, html {
	min-height: 101%;
}

body {
	text-align: left;
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	color: #10155e;
	background: #fff;
	margin: 0px;
}

a:link, a:visited, a:focus {
	color: #10155e;
	text-decoration: underline;
	outline: none;
}

a:hover, a:active {
	color: #10155e;
	text-decoration: none;
}

a img {
	border: none;
}

h1, h2, h3 {
	font-size: 2.2em;
	font-weight: normal;
	color: #708edb;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.3em;
}

/* Container Styles
--------------------------------------------------------------- */

#outerContainer {
	width: 100%;
	float: left;
}

#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	font-size: 1.2em;
}

	#contentContainer {
		width: 960px;
		background: #fff;
		border-top: 419px solid #fff;
	}
	
/* Main Styles
--------------------------------------------------------------- */

		#main {
			float: right;
			width: 592px;
			padding: 0px 0px 0px 20px;
		}
		
			#main p {
				margin: 10px 60px 10px 0px;
				font-size: 1.1em;
				line-height: 20px;
			}
			
			#main ul {
				font-size: 1.2em;
				padding: 3px 0px 3px 20px;
			}
			
				#main ul li {
					padding: 4px 0px;
				}
			
			#main img.testimonial {
				float: left;
				padding: 5px 0px 15px 0px;
			}
				
		#main #homeLinkBox {
			width: 590px;
			height: 422px;
			float: left;
			position: relative;
			background: url(../../images/layout/index-link-box.jpg) top no-repeat;
		}
		
			#main #homeLinkBox h2 {
				position: absolute;
				top: 50px;
				left: 20px;
				color: #e18000;
				font-size: 2.2em;
			}
			
			#main #homeLinkBox p {
				width: 180px;
				position: absolute;
				top: 80px;
				left: 20px;
				color: #10155e;
				font-size: 1.1em;
				line-height: 1.2em;
			}
			
			#main #homeLinkBox a.buttonLink {
				width: 195px;
				height: 195px;
				position: absolute;
				top: 20px;
				right: 30px;
				display: block;
			}
			
		#main #domesticLinkBox {
			width: 225px;
			height: 581px;
			float: right;
			position: relative;
			background: url(../../images/layout/domestic-link-box.jpg) top no-repeat;
		}
		
			#main #domesticLinkBox a.buttonLink2 {
				width: 195px;
				height: 195px;
				position: absolute;
				top: 195px;
				right: 15px;
				display: block;
			}

/* Sidebar/CTA Styles
--------------------------------------------------------------- */
		
		#sidebar {
			float: left;
			width: 307px;
			border-right: 1px solid #c3c3c3;
			padding: 0px 20px 0px 20px;
		}
		
		#sidebar-cta1,
		#sidebar-cta2,
		#sidebar-cta3,
		#sidebar-cta4 {
			float: left;
			padding: 0px 0px 10px 0px;
		}
		
		#sidebarList-cta {
			width: 287px;
			height: 225px;
			float: left;
			padding: 20px 0px 10px 15px;
			background: url(../../images/layout/sidebar-services-cta-bg.gif) top no-repeat;
		}
		
			#sidebarList-cta h2,
			#sidebarList-cta p.callText {
				color: #10155e;
				font-size: 2.2em;
			}
			
			#sidebarList-cta ul {
				padding: 10px 0px 5px 15px;
			}
			
				#sidebarList-cta ul li {
					color: #708edb;
					font-size: 1.2em;
					padding: 0px 0px 6px 0px;
					list-style: url(../../images/layout/list-tick.jpg);
				}
				
		#sbCrateCta {
			width: 307px;
			height: 117px;
			float: left;
			position: relative;
			border-bottom: 10px solid #fff;
			background: url(../../images/layout/crate-hire-cta-bg.jpg) no-repeat;
		}
		
			#sbCrateCta p.sbStrapLine {
				color: #708edb;
				position: absolute;
				top: 78px;
				right: 30px;
				text-transform: uppercase;
				font-size: 1.7em;
			}
			
			#sbCrateCta p.sbTelNum {
				color: #fff;
				position: absolute;
				top: 94px;
				right: 30px;
				text-transform: uppercase;
				font-size: 1.3em;
			}
			
		#sbOverseasCta {
			width: 307px;
			height: 117px;
			float: left;
			position: relative;
			border-bottom: 10px solid #fff;
			background: url(../../images/layout/overseas-cta-bg.jpg) no-repeat;
		}
		
			#sbOverseasCta p.sbStrapLine2 {
				color: #708edb;
				position: absolute;
				top: 80px;
				right: 26px;
				text-transform: uppercase;
				font-size: 1.8em;
			}
			
			#sbOverseasCta p.sbTelNum2 {
				color: #fff;
				position: absolute;
				top: 96px;
				right: 26px;
				text-transform: uppercase;
				font-size: 1.4em;
			}
		
/* Header Styles
--------------------------------------------------------------- */

#header {
	width: 960px;
	height: 124px;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
}

	#logo {
		width: 290px;
		height: 68px;
		float: left;
		padding: 25px 0px 0px 0px;
	}
	
	#cta-top-right {
		float: right;
		padding: 25px 0px 0px 0px;
		text-align: right;
		color: #10155e;
	}
	
		#cta-top-right p {
			line-height: 1.0em;
			font-size: 1.6em;
		}
	
		#cta-top-right p.phone {
			font-size: 3.3em;
			color: #fea100;
		}
		
			#cta-top-right p.phone span {
				font-size: 0.60em;
				color: #fea100;
			}

/* Header Bar Styles
--------------------------------------------------------------- */

#header-bar {
	width: 960px;
	height: 251px;
	position: absolute;
	z-index: 10;
	top: 124px;
	left: 0px;
	background: url(../../images/layout/header-bar-bg.png) top repeat-x;
}

	#navigation {
		width: 235px;
		height: 218px;
		float: left;
		padding: 10px 0px 0px 0px;
		border-right: 5px solid #fff;
		background: url(../../images/layout/nav-bg.png) top no-repeat;
	}
	
		#navigation ul {
			margin: 0px;
			padding: 0px;
		}
		
			#navigation ul li {
				display: inline;
				list-style: none;
			}
				  
				#navigation ul li a {
					width: 215px;
					float: left;
					padding: 4px 0px 3px 20px;
					color: #fff;
					text-decoration: none;
					font-size: 1.3em;
					font-weight: bold;
					line-height: 1.0em;
					border-bottom: 1px solid #a79281;
					border-top: 1px solid #fed999;
				}
				
					#navigation ul li a.index-a {
						padding: 0px 0px 3px 20px;
						border-top: none;
					}
					
					#navigation ul li a.contact-a {
						border-bottom: none;
					}
	
					#navigation ul li a:hover {
						color: #fae6af;
					}
					
	#index #navigation .index-a,
	#domestic-removals #navigation .domestic-removals-a,
	#office-removals #navigation .office-removals-a,
	#overseas-removals #navigation .overseas-removals-a,
	#secure-storage #navigation .secure-storage-a,
	#piano-removal #navigation .piano-removal-a,
	#packing-boxes #navigation .packing-boxes-a,
	#testimonials #navigation .testimonials-a,
	#contact #navigation .contact-a {
		color: #405ba6;
	}

	#header-bar-right {
		width: 720px;
		height: 228px;
		float: right;
		position: relative;
	}
	
		#header-bar-right p.line1 {
			color: #e18000;
			font-size: 3.4em;
			font-weight: bold;
			line-height: 1.0em;
			padding: 45px 0px 0px 30px;
		}
		
		#header-bar-right p.line2 {
			color: #e18000;
			font-size: 1.4em;
			font-weight: bold;
			line-height: 1.1em;
			padding: 5px 0px 0px 30px;
		}
		
		#header-bar-right p.line3 {
			color: #10155e;
			font-size: 3.4em;
			font-weight: bold;
			line-height: 1.0em;
			padding: 45px 0px 0px 30px;
		}
		
			#header-bar-right p.line3 span {
				display: block;
			}
			
		#header-bar-right p.line4 {
			color: #10155e;
			font-size: 1.4em;
			font-weight: bold;
			line-height: 1.1em;
			padding: 5px 0px 0px 30px;
		}
	
	#index #header-bar-right,
	#other #header-bar-right {
		background: url(../../images/layout/domestic-hbar-bg.jpg) no-repeat;
	}
	
	#domestic-removals #header-bar-right {
		background: url(../../images/layout/domestic-hbar-bg2.jpg) no-repeat;
	}
	
	#office-removals #header-bar-right {
		background: url(../../images/layout/office-hbar-bg.jpg) no-repeat;
	}
	
	#overseas-removals #header-bar-right {
		background: url(../../images/layout/overseas-hbar-bg.jpg) no-repeat;
	}
	
	#piano-removal #header-bar-right {
		background: url(../../images/layout/pianos-hbar-bg.jpg) no-repeat;
	}
	
	#secure-storage #header-bar-right {
		background: url(../../images/layout/secure-hbar-bg.jpg) no-repeat;
	}
	
	#packing-boxes #header-bar-right {
		background: url(../../images/layout/boxes-hbar-bg.jpg) no-repeat;
	}
	
	#testimonials #header-bar-right {
		background: url(../../images/layout/testimonials-hbar-bg.jpg) no-repeat;
	}
	
	#contact #header-bar-right {
		background: url(../../images/layout/contact-hbar-bg.jpg) no-repeat;
	}

/* Footer Styles
--------------------------------------------------------------- */

#index #outerFooter {
	margin: 0px;
}

#outerFooter {
	float: left;
	width: 100%;
	background: #10155e;
	border-top: 5px solid #708edb;
	margin: 20px 0px 0px 0px;
}

#footer {
	clear: both;
	width: 960px;
	color: #fff;
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	font-size: 1.2em;
}

	#footer .index-a,
	#footer .contact-a {
		display: none;
	}

	#footer h2 {
		font-weight: bold;
		margin: 0px;
		color: #fff;
		padding: 3px 5px;
		font-size: 1.3em;
		font-style: italic;
		width: 250px;
	}
		
	#footer li {
		list-style: none;
	}
	
	#footer p, #footer ul {
		margin: 0px;
		padding: 0px;
	}

	#footer a {
		white-space: nowrap;
		color: #fff;
		text-decoration: none;
	}
		
		#footer a:hover {
			color: #e18000;
			text-decoration: underline;
		}

/* Footer Services Styles
--------------------------------------------------------------- */	

	#footer #footer-services {
		float: left;
		width: 270px;
		margin: 0px;
	}
	
		#footer #footer-services ul li {
			float: left;
		}
	
			#footer #footer-services ul li a {
				float: left;
				width: 250px;
				padding: 3px 5px;
				border-bottom: 1px dotted #777;
			}
		
/* Footer Areas Styles
--------------------------------------------------------------- */	

	#footer #footer-areas {
		float: left;
		width: 320px;
	}
	
		#footer #footer-areas h2 {
			width: 300px;
		}
	
		#footer #footer-areas ul {
			float: left;
			width: 155px;
		}
	
		#footer #footer-areas ul li {
			float: left;
			width: 125px;
			padding: 3px 5px;
			border-bottom: 1px dotted #777;
		}
		
/* Footer Address Styles
--------------------------------------------------------------- */	

	#footer #footer-address {
		float: left;
		width: 190px;
	}
	
		#footer #footer-address h2 {
			width: 170px;
		}
		
		#footer #footer-address p {
			line-height: 20px;
			padding: 3px 5px;
		}
				
/* Footer Help & Advice
--------------------------------------------------------------- */	

	#footer #footer-help {
		float: right;
		width: 165px;
	}
	
		#footer #footer-help h2 {
			width: 155px;
		}
		
			#footer #footer-help ul li {
				float: left;
			}
					
			#footer #footer-help ul li a {
				float: left;
				width: 165px;
				padding: 3px 5px;
				border-bottom: 1px dotted #777;
			}
		
		#footer #footer-help p {
			line-height: 20px;
			padding: 3px 5px;
		}
		
		#footer #footer-help .bottomLink {
			margin-bottom: 5px;
		}
		
		
/* Footer Bottom Styles
--------------------------------------------------------------- */	

	#footer #footer-bottom {
		width: 960px;
		margin: 20px 0px 10px 0px;
		text-align: left;
		float: left;
	}
	
		#footer #footer-bottom #logo-imgs {
			float: right;
		}

/* Image Styles
--------------------------------------------------------------- */

.img-left {
	float: left;
	margin: 10px 10px 10px 0px;
}

.img-right {
	float: right;
	margin: 0px 0px 10px 10px;
}

/* Zooming Slideshow Styles
--------------------------------------------------------------- */

#zooming-slideshow{
	width: 500px;
	height: 300px;
	background:#999999;
}
	
/* Generic Styles
--------------------------------------------------------------- */

.clearfix {
	clear: both;
}