/* AAA Storage - Screen */

* {
	margin: 0;
	padding: 0;
}

.hidden { display: none; }

body {
	font-size: 62.5%;
	font-family: Arial;
	padding: 20px 0;
	background: #D3C4A1;
}

/*============================
	Container
=============================*/

div.container {
	width: 800px;
	height: auto;
	margin: 0 auto;
	padding-top: 12px;
	background: #FFF url('../images/core/tile-container.jpg') 0 0 repeat-x;	
}

/*============================
	Header
=============================*/

div.header {
	width: 792px;
	height: auto;
	padding: 4px;
	background: url('../images/core/bg-header.jpg') 233px center no-repeat;	
}

body.p-home .header {
	width: 792px;
	height: auto;
	padding: 4px;
	background: none;
}

body.quote div.header {
	background: url('../images/core/bg-header2.jpg') 233px center no-repeat !important;	
}

/* Logo */

div.logo img {
	border: 0;
}

/*============================
	Navigation
=============================*/

div.navigation {
	width: 800px;
	background: #00AFEF;
	border-bottom: 7px solid #20A0DB;
}

div.navigation:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.navigation ul {
	list-style-type: none;
	float: right;
}

div.navigation ul li {
	float: left;
	margin-right: 10px;
}

div.navigation ul li a {
	float: left;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 32px;
}

div.navigation ul li a.home {
	background: url('../images/core/nav/home.jpg') 0 0 no-repeat;
	width: 46px; 
}

div.navigation ul li a.storage {
	background: url('../images/core/nav/storage.jpg') 0 0 no-repeat;
	width: 63px; 
}

div.navigation ul li a.document-storage {
	background: url('../images/core/nav/document-storage.jpg') 0 0 no-repeat;
	width: 78px; 
}

div.navigation ul li a.quote {
	background: url('../images/core/nav/quote.jpg') 0 0 no-repeat;
	width: 111px; 
}

div.navigation ul li a.packaging {
	background: url('../images/core/nav/packaging.jpg') 0 0 no-repeat;
	width: 50px; 
}

div.navigation ul li a.contact-us {
	background: url('../images/core/nav/contact-us.jpg') 0 0 no-repeat;
	width: 82px; 
}

div.navigation ul li a:hover {
	background-position: 0 -32px;
}

/*============================
	Content
=============================*/

div.content {
	width: 800px;
	height: auto;
	background: url('../images/core/tile-content.jpg') 0 0 repeat-y;
}

div.content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*============================
	Content Left
=============================*/

div.content-left {
	width: 568px;
	height: auto;
	float: left;
}

/* Text */

div.text {
	padding: 20px;
}

/* Standard */

div.standard {
	color: #32302C;
	font-size: 1.3em;
}

div.standard h1 {
	color: #00A651;
	font: bold 1.5em Arial;
}

div.standard h2 {
	color: #F58220;
	font: bold 1.3em Arial;
	margin-bottom: 15px;
}

div.standard h3 {
	color: #20A0DB;
	font: bold 1.2em Arial;
	margin-bottom: 15px;
}

div.standard h4 {
	color: #20A0DB;
	font: bold 1.1em Arial;
	margin-bottom: 15px;
}

div.standard h5 {
	color: #20A0DB;
	font: bold 1em Arial;
	margin-bottom: 15px;
}

div.standard p {
	margin-bottom: 15px;
	line-height: 1.8em;
}

div.standard a {
	color: #00ACEF;
	text-decoration: underline;
}

div.standard a:hover {
	color: #000;
}

div.standard ul {
	margin-bottom: 15px;
	margin-left: 25px;
	list-style-type: none;
}

div.standard ul li {
	line-height: 1.8em;
	padding-left: 15px;
	background: url('../images/core/icon-bullet.jpg') left 5px no-repeat;
}

div.standard ol {
	margin-bottom: 15px;
	margin-left: 25px;
}

div.standard ol li {
	line-height: 1.8em;
}

div.standard strong {
	color: #262626;
}

div.standard img.right {
	float: right;
	margin: 0 0 15px 15px;
}

div.standard img.left {
	float: left;
	margin: 0 15px 15px 0;
}

/* Quote */

div.quote table td {
	padding: 5px 10px 5px 0;
}

div.quote table td input,
div.quote table td textarea {
	padding: 2px;
	color: #32302C;
	font-size: 1em;
	font-family: Arial;
	border: 1px solid #D3C4A1;
}

div.quote br {
	margin: 10px 0;
}

div.quote table td input.check {
	border: 0;
	padding: 0;
}

div.quote table td input.button {
	background: #0AA855;
	padding: 3px;
	color: #FFF;
	border: 0;	
}

/* Packaging */

div.packaging table td {
	padding: 5px;
	text-align: center;
}

div.packaging table tr.image td {
	vertical-align: middle;
}

/* Enquiry Form */

div.enquiry-form table td {
	padding: 5px 10px 5px 0;
}

div.enquiry-form table td input,
div.enquiry-form table td textarea {
	padding: 2px;
	color: #32302C;
	font-size: 1em;
	font-family: Arial;
	width: 250px;
	border: 1px solid #D3C4A1;
}

div.enquiry-form table td input.button {
	background: #0AA855;
	padding: 3px;
	color: #FFF;
	border: 0;	
	width: 50px !important;
}

/*============================
	Content Right
=============================*/

div.content-right {
	width: 202px;
	height: auto;
	float: left;
	padding: 20px 12px 170px;
	background: url('../images/core/logo-selfstorage.jpg') center bottom no-repeat;
}

/* Slogan */

div.slogan {
	text-align: center;
	font-size: 1.3em;
	margin-bottom: 20px;
}	

div.slogan h1 {
	color: #00A651;
	font: bold 1.5em Arial;
}

div.slogan h2 {
	color: #F58220;
	font: bold 1.3em Arial;
}

div.slogan h2 a {
	color: #F58220;
	text-decoration: underline;
}

div.slogan h2 a:hover {
	color: #000;
}

/* Contact */

div.contact {
	font-size: 1.2em;
	color: #32302C;
}	

div.contact p {
	margin-bottom: 10px;
	line-height: 1.6em;
}

div.contact a {
	color: #00ACEF;
	text-decoration: underline;
}

div.contact a:hover {
	color: #000;
}

div.contact strong {
	color: #262626;
}

/*============================
	Footer
=============================*/

div.footer {
	width: 780px;
	height: auto;
	color: #FFF;
	font-size: 1.1em;
	padding: 10px;
	background: #00AEEF;
}

div.footer img {
	float: right;
	border: 0;
}

div.footer a {
	color: #FFF;
	text-decoration: underline;
}

div.footer a:hover {
	color: #262626;
	text-decoration: underline;
}












