body {
	margin: 0px;
	padding: 0px;
	font-family: arial, sans-serif;
	font-size: 11px;
}

/*   -------- access --------- */

.access, hr {
	display: none;
}

/* PNG Fix */

img, div, a, input { behavior: url(/resources/stylesheets/png/iepngfix.htc) }


/*      ------ standard fixes ------  */

img {
	border: 0;
}

td {
	vertical-align: top;
	font-size: 11px;
}

div, h1, h2, h3, dl, dd, dt, img, ul, li, form, p {
	display: block;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;	
}

span, a, b {
	background-repeat: no-repeat;
}

ul {
	list-style-type: none;
	list-style-image: none;	
}

h1, h2, h3 {
	font-size: 13px;
	font-weight: normal;
}

/*      ------ links -------   */

a:link { text-decoration: underline; color: #FF8400; }
a:visited { text-decoration: underline; color: #FF8400; }
a:active { text-decoration: underline; color: #FF8400; }
a:hover { text-decoration: underline; color: #FF8400; background-color: #ECECEC;}

p.link a:link { color: #666666; }
p.link a:visited { color: #666666; }
p.link a:active { color: #666666; }
p.link a:hover { color: #666666;}

#nav-secondary a:link { color: #FF8400; }
#nav-secondary a:visited { color: #FF8400; }
#nav-secondary a:active { color: #FF8400; }
#nav-secondary a:hover { color: #FF8400;}

#footer a:link { color: #666666; }
#footer a:visited { color: #666666; }
#footer a:active { color: #666666; }
#footer a:hover { color: #FF8400;}

/*      ------ containers -----------*/

#header, #intro, #content, #footer {
	width: 800px;
}

/* ----------- background images ---------------- */

body {
	background-color: #FDF0D8;
	background-image: url("http://www.squabstorage.co.uk/resources/graphics/background_fade.jpg");
	background-repeat: repeat-x;	
}

body[class] #global {
	float: left;
}

/* ----------- header --------------- */

#header {
	height: 126px;
	width: 100%;
}

#access {
	position: absolute;
	top: 10px;
	right: 30px;
	width: 120px;
	text-align: right;
}

#access-button {
	width: 100%;
}

#branding {
	position: absolute;
	top: 20px;
	left: 30px;
	width: 200px;	
}

#contact {
	position: absolute;
	top: 25px;
	left: 497px;
	width: 180px;	
}



#link {
	position: absolute;
	top: 25px;
	left: 250px;
	width: 180px;	
}

#contact p 
{
	margin: 0px;
	padding: 0px;
}

#contact p.quote a 
{
	display: block;
	width: 156px;
	padding: 0px 12px 0px 0px;
	background-image: url("http://www.squabstorage.co.uk/resources/graphics/header_quote_s.gif");
	background-position: right top;		
}

#contact p.quote a:hover
{
	background-image: url("http://www.squabstorage.co.uk/resources/graphics/header_quote_h.gif");
	background-color: Transparent;
}

/*      ------ navigation: tasks ------- */

#nav-tasks {
	position: absolute;
	top: 20px;
	left: 645px;
	border-left: solid 1px #ECECEC;
	padding: 4px 0px 4px 10px;
}

#nav-tasks ul li {
	margin: 4px 0px 4px 0px;
	padding: 0px 0px 0px 25px;
}

#nav-tasks ul li a {
	color: #000000;
	font-weight: bold;
	background-position: 0px 4px;
}

#nav-tasks ul li.quote {
	background-image: url("http://www.squabstorage.co.uk/resources/graphics/icon_quote.gif");
}

#nav-tasks ul li.basket {
	background-image: url("http://www.squabstorage.co.uk/resources/graphics/icon_basket.gif");
}

#nav-tasks ul li.pay {
	background-image: url("http://www.squabstorage.co.uk/resources/graphics/icon_pay.gif");
}

/*      ------ navigation: primary ------- */

#nav-primary {
	position: absolute;
	top: 95px;
	width: 100%;	
	left: 0px;
	height: 32px;
	background-image: url("http://www.squabstorage.co.uk/resources/graphics/background_navigation.jpg");
	background-repeat: repeat-x;
	z-index: 100;
}

#nav-primary ul {
	width: 700px;
	margin: 0px 0px 0px 8px;
}

#nav-primary ul li {
	float: left;
	margin: 1px 0px 0px 0px;
}

#nav-primary ul li a {
	float: left;
	display: block;
}

/* ------------- navigation secondary -------- */

#nav-secondary {
	position: absolute;
	top: 200px;
	left: 15px;
	width: 500px;
	background-image: url("http://www.squabstorage.co.uk/resources/graphics/background_secondary.gif");
	padding: 12px 0px 0px 10px;
}

#nav-secondary li {
	float: left;
	padding: 0px 0px 8px 10px;
	margin: 0px 0px 8px 0px;
}

#nav-secondary li.selected {
	font-weight: bold;
}

/* ------------- content ------------------ */

#content {
	width: 800px;
	background-color: #FFFFFF;	
	background-image: url("http://www.squabstorage.co.uk/resources/graphics/background_corner_1.jpg");
	background-position: 741px bottom;
}

#content-container 
{
	width: 100%;
	background-image: url("http://www.squabstorage.co.uk/resources/graphics/background_corner_2.jpg");
	background-position: 741px top;
}

#content-container-inner 
{
	width: 440px;
	min-height: 435px;
	height: 435px;	
	padding: 30px 0px 0px 30px;
}

body[class] #content, body[class] #content-container 
{
	float: left;	
}

body[class] #content-container-inner
{
	float: left;
	height: auto;
}

#content h1 
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
}

/* ---------- content: special -------------- */

div.info #content h1, div.about #content h1
{
	padding-bottom: 50px;
}

div.openingtimes h2
{
	padding: 0px 0px 0px 35px;
}

div.openingtimes table 
{
	width: 238px;
	padding: 2px;
	margin: 0px 0px 0px 30px;	
	border: solid 1px #FDD39B;
}

div.openingtimes table td 
{
	padding: 3px;
}

div.openingtimes table .day 
{
	width: 150px;
	color: #666666;
}

div.openingtimes table .time
{
	width: 125px;
}

#about-opening div.openingtimes 
{
	display: none;
}

/* ---------- formatting ----------- */

#content div div 
{
	float: left;
}

#content p {
	clear: both;
	padding: 0px;
	margin: 0px 0px 12px 0px;
	line-height: 18px;
}

#content p.together {
	padding: 0;
	margin: 0px 0px 4px 0px;
}

#content p.intro {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}

#content ul, #related ul {
	margin: 0px 0px 15px 0px;
	line-height: 18px;
}

#content ul li, #related ul li {
	padding-left: 15px;
	background-image: url("http://www.squabstorage.co.uk/resources/graphics/bullet_orange.gif");
	background-position: 2px 6px;	
}

#content p.link {
	padding-left: 15px;
	background-image: url("http://www.squabstorage.co.uk/resources/graphics/bullet_orange.gif");
	background-position: 2px 6px;	
}

#content dl dt {
	margin: 10px 0px 6px 0px;
}

#content dl dd {
	margin: 0px 0px 0px 30px;
	color: #666666;
}

#content dl dd.large {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	margin: 0px 0px 15px 0px;
}

#content h2 {
	margin: 15px 0px 8px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #FF8400;
}

#content h2 span {
	display: block;
	float: left;
	width: 15px;
	height: 15px;
	margin: -3px 4px 0px 0px;
	padding: 2px;
	background-color: #FF8400;
	text-align: center;
	color: #FFFFFF;
}

#content h3, #related h3 {
	margin: 10px 0px 8px 0px;
	font-size: 11px;
	font-weight: bold;
	color: #FF8400;
}

#content div.item {
	width: 385px;
}

#content div.item p.link {
	font-weight: bold;
}

#content img {
	display: inline;
}

/* ---------- Content: page specific ---------------- */

#content table 
{
	clear: both;
	margin: 10px 0px 20px 0px;
}

#content table th 
{
	text-align: left;
	background-color: #FFFBF2;	
}

#content table td 
{
	padding: 2px 8px 0px 2px;
}

#content table td.higlight 
{
	background-color: #FFFBF2;	
	font-weight: bold;	
}

#services-index #content h1 
{
	display: none;
}

#services-index #content #presentation 
{
	position: absolute;
	top: 135px;
	left: 15px;
}

#info-vehiclerental #content dl dt {
	float: left;
	clear: both;
	width: 100px;
	margin: 0px 0px 6px 0px;
	font-weight: bold;
}

#info-vehiclerental #content dl dd {
	float: left;
	width: 300px;
	margin: 0px 0px 6px 10px;
	color: #666666;
} 

#about-testimonials #content dl dt {
	font-weight: bold;
}

#about-testimonials #content dl dd {
	font-family: Times New Roman, Serif;
	font-style: italic;
	font-size: 18px;
	line-height: 130%;
} 

#about-opening #content dl dt {
	font-weight: bold;
}

#about-opening #content dl dd {
	font-family: Times New Roman, Serif;
	font-style: italic;
	font-size: 18px;
	line-height: 130%;
} 

#about-opening #content dl 
{
	margin: 0px 0px 20px 0px;
}

/* ---------- Content: products ---------------- */

div.products #content div.item 
{
	width: 100%;
	padding: 6px;
	margin: 0px 0px 15px 0px;
	border: solid 1px #ECECEC;
}

div.products #content div.item.feature
{
	background-color: #FFFBF2;
}


div.products #content img 
{
	display: block;
	float: left;
	margin: 0px 15px 0px 0px;
}

div.products #content h2
{
	font-size: 14px;
	margin: 0px 0px 6px 0px;
}

div.products #content div.intro 
{
	width: 220px;
	margin: 0px 15px 0px 0px;	
}

div.products #content div.intro p
{
	margin: 0px 0px 0px 0px;	
}

div.products #content div.calltoaction 
{
	width: 120px;
	background-color: #FFF4E3;
	padding: 8px;
}

div.products #content div.calltoaction b
{
	font-size: 14px;
}

div.products #content div.calltoaction p
{
	margin: 0px 0px 4px 0px;
}

/* ---------- Navigation: global ---------------- */

#nav-global {
	position: absolute;
	top: 30px;
	left: 550px;
}

#nav-global ul {
	float: left;
	width: 250px;
}

#nav-global li {
	float: left;
	padding: 0px 20px 0px 0px;
}

/* ---------- related ----------- */

#related {
	position: absolute;
	top: 165px;
	left: 500px;
	width: 180px;
	z-index: 50;
}

#related p 
{
	margin: 0px 0px 20px 0px;
}

#related div.calltoaction 
{
	height: 80px;
	width: 259px;
	padding: 22px 0px 0px 39px;
	background-image: url("http://www.squabstorage.co.uk/resources/graphics/background_calltoaction.gif");		
}

#related #calltoaction-1 
{
	background-image: url("http://www.squabstorage.co.uk/resources/graphics/background_calltoaction_services.jpg");		
}

#related #calltoaction-2 
{
	background-image: url("http://www.squabstorage.co.uk/resources/graphics/background_calltoaction_accessories.jpg");		
}

#related #calltoaction-3 
{
	background-image: url("http://www.squabstorage.co.uk/resources/graphics/background_calltoaction_estimator.jpg");		
}

/* ---------- footer ----------- */

#footer {
	margin: 0px 0px 0px 0px;
	color: #666666;
}

body[class] #footer 
{
	float: left;	
}

#footer #footer-container {
	position: relative;
	padding: 25px 0px 50px 25px;
}

#footer-summary {
	width: 100%;
}

#footer-summary dl {
	float: left;
	width: 490px;
}

#footer-summary dl dt {
	float: left;
	padding: 6px 10px 0px 0px;
	margin: 0px;
}

#footer-summary dl dd {
	float: left;
	padding: 6px 20px 0px 0px;
	margin: 0px;
}

#footer-about 
{
	width: 400px;
	padding: 200px 0px 0px 0px;
}

#footer-about h2
{
	margin: 0px 0px 4px 0px;
}

#footer-about p
{
	margin: 0px 0px 10px 0px;
}

/* --------- Alert: content -------- */

#alert-content #alert-content-container {
	float: none;
	width: 410px;
	background-color: #FFF4E3;
	padding: 10px;
	margin: 15px 0px 20px 0px;
	border: solid 1px #FF8400;
}

#alert-content div h2 {
	margin-top: 0px;
}

#alert-content ul {
	margin-bottom: 0px;
}

#alert-content-storage #alert-content-storage-container {
	float: none;
	width: 210px;
	background-color: #FFF4E3;
	padding: 10px;
	margin: 15px 0px 20px 0px;
	border: solid 1px #FF8400;
}


/* --------- Calltoaction: content -------- */

#calltoaction {
	float: none;
	width: 410px;
	background-color: #FFF4E3;
	padding: 10px;
	margin: 15px 0px 20px 0px;
	border: solid 1px #FF8400;
}

#calltoaction h2, #calltoaction p, #calltoaction ul {
	margin: 0px 0px 4px 0px;
}

/* ---------- form: quote ---------------- */

#content #quote 
{
	width: 100%;
	margin: 0px 0px 15px 0px;
	background-image: url("http://www.squabstorage.co.uk/resources/graphics/background_fade.jpg");
	background-repeat: repeat-x;	
	background-position: 0px -300px;
	border: solid 1px #000000;
}

#content span.hint 
{
	display: block;
	float: left;
	margin: 0px 0px 0px 8px;
}

#content #quote h2
{
	padding: 0px 0px 0px 8px;
	color: #000000;	
}

#content #quote h2 b
{
	font-size: 16px;
}

#content #quote #standard {
	margin: 0px 15px 0px 0px;
}

#content #quote p
{
	padding: 0px 0px 0px 8px;
}

#content #quote h3 {
	padding: 0px 0px 0px 8px;
}

#content p span#net, #content p span.net
{
	font-size: 24px;
	padding: 0px 6px 0px 0px;
}

#content p span#total, #content p span.total
{
	padding: 5px 4px 0px 0px;
}

#content #quote p a
{
	font-weight: bold;
	color: #000000;	
}

#content #quote p a:hover
{
	color: #000000;
}

/* ---------- form: calendar ---------------- */

#content span.container.append 
{
	position: relative;
}

#content span.container.append div.select 
{
	position: absolute;
	top: 4px;
	left: -200px;
	width: 185px;
	height: 200px;	
	background-color: #FFFFFF;
	border: solid 1px #999999;
	z-index: 100;
	padding: 0px;
}

#content span.container.append div.select h3
{
	background-color: #FF8400;
	color: #FFFFFF;
	margin: 0px;
	padding: 2px 0px 2px 6px; 
}

#content span.container.append div.select ul.calendarNavigate 
{
	margin: 0px 5px 0px 5px;
}

#content span.container.append div.select ul.calendarNavigate li 
{
	float: left;
	width: 60px;
}

#content span.container.append div.select ul.calendarNavigate li.calendarPrevious 
{
	padding: 0px 0px 0px 15px;
	background-image: url("http://www.squabstorage.co.uk/resources/icons/left.gif");		
	background-position: 3px left;
}

#content span.container.append div.select ul.calendarNavigate li.calendarNext
{
	padding: 0px 15px 0px 0px;
	background-image: url("http://www.squabstorage.co.uk/resources/icons/right.gif");		
	background-position: 3px right;	
	text-align: right;
}

#content span.container.append div.select table
{
	margin: 5px;
}

#content span.container.append div.select span.calendarMonth 
{
	margin: 0px 6px 0px 0px;	
}

#content a.button.calendar 
{
	background-image: url("http://www.squabstorage.co.uk/resources/icons/calendar.gif");		
	background-position: 0px;
	padding: 4px 0px 4px 45px;
	font-size: 9px;
}

#content span.container.append div.select p.calendarClose 
{
	position: absolute;
	top: 175px;
	left: 0px;
	margin: 0px 0px 0px 6px;	
	padding: 0px 0px 0px 15px;
	background-image: url("http://www.squabstorage.co.uk/resources/icons/close.gif");		
	background-position: 3px left;	
	font-weight: bold;
}

input#crates, input#days, input#weeks 
{
	width: 30px;
}

input#from, input#to
{
	width: 70px;	
}
#sister-site {
 height: 41px;
 left: 209px;
 margin: 0;
 position: absolute;
 top: 0;
 width: 126px;
}

#prices-contact {
	position: absolute;
	top: 25px;
	left: 200px;
	width: 580px;	
}
.redtext {
	color: #F00;
}

/* --- Christmas opening --- */

#christmas-button {
position: absolute; 
top: 200px; 
left: 370px;
}

#christmas-button a:hover {
background-color: #FFF;
}