/*----------------------------------------------------------
[Urban Element Layout Stylesheet]

Note: Use this stylesheet for structural and layout changes

Project:	[Urban Element Framework]  
Version:	1.0
Last change:	09/01/09 [DJ - Template Build]
Assigned to:	Dave Johnston [DJ] Robert Waggott [RW] 

------------------------------------------------------------*/

/*----------------------------------------------------------

[Table of contents]

0.0 Imports
	0.1 Reset
	0.2 type
	0.3 style
	0.4 forms

1.0 Body
	1.1. Wrapper / #wrapper
	1.2. Container / #container

2.0 Header / #header

3.0 Content / #content
	3.1. Column 1 / #column_1
	3.2. Column 2 / #column_2
	3.3. Column 3 / #column_3
	3.4. Sidebar / #sidebar

4.0 Footer / #footer

5.0 Miscellaneous

6.0 Recycle bin 

------------------------------------------------------------*/

/* 0.0 - Imports
------------------------------------------------------------*/

	@import url("type.css");
	@import url("forms.css");
@import url("reset.css");

/* 1.0 - Body
------------------------------------------------------------*/
	
	html, body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #0c2955;
}

body#home li .nav-01, body#about li .nav-02, body#locations li .nav-03, body#partners li .nav-04, body#testimonials li .nav-05, body#contact li .nav-06 {
	font-weight: bold;
	color: #feca2d;
	text-decoration: none;
}

body#contact .seven a  {
	background-image: url(../Assets/contact-us-a.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	width: 290px;
}

body#antiques .one a  {
	background-image: url(../Assets/antiques-a.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	width: 290px;
}

body#packaging .two a  {
	background-image: url(../Assets/packaging-a.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	width: 290px;
}

body#haulage .three a  {
	background-image: url(../Assets/haulage-a.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	width: 290px;
}

body#cleaning .four a  {
	background-image: url(../Assets/cleaning-a.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	width: 290px;
}

body#disposal .five a  {
	background-image: url(../Assets/disposal-a.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	width: 290px;
}

body#online .six  a  {
	background-image: url(../Assets/get-a-quote-a.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	width: 290px;
}
body#online  .nav-07    {
	background-image: url(../Assets/quote-a.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 146px;
	width: 30px;
}

body#house .house a  {
	background-image: url(../Assets/house-removals-a.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 48px;
	width: 308px;
}

body#commercial .commercial a  {
	background-image: url(../Assets/commercial-removals-a.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 48px;
	width: 320px;
}

body#self .self a  {
	background-image: url(../Assets/self-storage-a.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 48px;
	width: 308px;
}

/* 1.1 - Body / Wrapper
------------------------------------------------------------*/

	#wrapper {  }

/* 1.2 - Body / Container
------------------------------------------------------------*/

#container {
	position: relative;
}

#header {
	height: 520px;
	background-image: url(../Assets/header-repeat.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#header span {
	display: none;
}
#header-inner {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
}
#quote {
	background-image: url(../Assets/quote-a.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	top: 150px;
	height: 146px;
	width: 30px;
	left: 0px;
	position: absolute;
}
#quote span {
	display: none;
}
#call {
	background-image: url(../Assets/call-top.jpg);
	height: 40px;
	width: 1020px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}
#logo {
	height: 110px;
	width: 350px;
	background-image: url(../Assets/logo.jpg);
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#logo a {
	height: 110px;
	width: 350px;
	background-image: url(../Assets/logo.jpg);
	float: left;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
}

.primary-nav {
}
.primary-nav li {
	float: left;
}
.secondary-nav {
	height: 110px;
	width: 670px;
	background-image: url(../Assets/secondary-nav.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #feca2d;
}

.secondary-nav ul {
	padding-top: 70px;
	padding-left: 60px;
}
.secondary-nav li {
	float: left;
}
.secondary-nav a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.secondary-nav a:hover {
	color: #feca2d;
	font-weight: bold;
	text-decoration: none;
}
#image-container {
	width: 940px;
	float: left;
	height: 350px;
	background-image: url(../Assets/header-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
}


/* 3.0 Content / #content
------------------------------------------------------------*/

#content {
	background-image: url(../Assets/1px-content.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	background-color: #FFFFFF;
}
#content-inner {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../Assets/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-color: #FFFFFF;
}


/* 3.1 - Content / Column 1
------------------------------------------------------------*/

#column-1 {
	float: left;
	width: 598px;
	padding-top: 40px;
	margin-right: 32px;
	padding-left: 60px;
	display: inline-block;
}
#column-2 {
	float: left;
	width: 290px;
	padding-top: 40px;
}

.action-1 a {
	float: left;
	background-image: url(../Assets/antiques-image.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 148px;
	width: 292px;
	border: 1px solid #0c2955;
	margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.action-1 a:hover {
	border: 1px solid #feca2d;
}
.action-1 span {
	display: none;
}

.action-2 a {
	float: left;
	background-image: url(../Assets/storage-image.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 148px;
	width: 292px;
	border: 1px solid #0c2955;
	margin-top: 20px;
	margin-bottom: 20px;
}
.action-2 a:hover {
	border: 1px solid #feca2d;
}
.action-2 span {
	display: none;
}
.page-image {
	margin-top: 20px;
	margin-bottom: 20px;
}
.googlemap {
	border: 1px solid #0b2854;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 2px;
}


/* 3.3 - Content / Column 3
------------------------------------------------------------*/

/* 3.4 - Content / Column 4
------------------------------------------------------------*/

/* 4.0 - Footer
------------------------------------------------------------*/

#footer {
	background-image: url(../Assets/footer-repeat.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	position: relative;
	clear: both;
	font-size: 12px;
	line-height: 20px;
	color: #FFFFFF;	
}
#footer-inner {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../Assets/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 230px;
}
.footer-left {
	float: left;
	margin-top: 20px;
	padding-left: 40px;
}
.footer-right {
	margin-top: 50px;
	float: right;
	margin-right: 40px;
	width: 290px;
	text-align: center;
}
