
* {
    margin: 0;
    padding: 0;
	outline:0;
}
body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
    color: #555;
    background: #232c53;
}
div, p, img, a, td, ul, ol {
    font-size: 12px; 
    line-height:1.5em;
}

ol {
    margin-left: 1em;
    padding-left: 1em;
}
ol li {
    margin-left: 1em;
    padding: 0 0 .5em.3em;
    list-style: decimal;
}
h1, h2, h3 {
	font-family: "Trebuchet MS", georgia, helvetica, arial, verdana, sans-serif;
	font-weight: bold;
	margin: .5em 0;
	letter-spacing: normal;
}
h1 { font-size: 190%; margin-bottom: 20px; line-height: normal; letter-spacing:normal;}
h2 { font-size: 164%; }
h3 { font-size: 145%; }
h4 { font-size: 118%; letter-spacing: normal; font-weight: normal; margin-bottom: 10px; color: #232C53; margin-top: 20px;}

p { padding: 0 0 1em; }

a, a:link { 
    text-decoration: none;
    color: #69c;
    border-bottom: 1px dotted #69c; 
}
a:visited { color: #669; border-color: #669; }
a:hover { color: #693; border-color: #693; text-decoration: none; }
a:active { color: #c33; border-color: #c33 }


a img, img {
    border: none;
}

ul {
    list-style: none;
    margin: 0 0 20px 1em;
}
li {
    list-style: none;
    padding-left: 0em;
    margin-bottom: 3px;
}


.clear {
    clear: both;

}
.clear-left {
	clear:left;	
}


#page {
    width: 920px;
    margin: 0 auto;
    text-align: left;
	background:#999999;
}

#content {
    float: left;
    text-align: left;
    width: 480px;
    margin: 0px 20px 15px 20px;
    padding: 0;
    line-height: 1.5em;
	
}
#content img {
	float: right;
	margin: 0 0 20px 15px;
}
#contentwide { 
    float: left;
    text-align: left;
    width: 680px;
    margin: 0px 20px 15px 20px;
    padding: 0;
    line-height: 1.5em;
}

/* Special text formatting 
------------------------------------------------------------------------------- */
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {

}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
}
h2 a:hover, h3 a:hover {
	color: #06c;
	border-bottom: 1px dotted #06c;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h4.date-header {
    margin-top: 0;
    padding-left: 14px;
    font-size: 90%;
    color: #f93;
    background: url(images/date_icon.gif) no-repeat 0 50%;
}

blockquote {
    margin: 0 0 0 30px;
    padding: 10px 0 0 20px;
    font-size: 88%;
    line-height: 1.5em;
    color: #666;
    background: url(images/quotes.gif) no-repeat top left;
}

blockquote p { margin-top: 0; }

blockquote cite {
	margin: 5px 0 0;
	display: block;
}
code {
	font: 1em/2.5em 'Courier New', Courier, monospace;
	color: #444;
	white-space: pre; 
    width: 350px;
    height: auto;
	overflow: auto;
    display: block;
    border: 1px solid #999;
    border-width: 2px 0;
    padding: 1em;
    margin: 0 0 1em 0;
    background-color: #fafafa;
}
li code { width: 330px }

acronym, abbr, span.caps {
	font-size: 90%;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dotted #3f3f3f;
}

.center { text-align: center;}
.alignright { float: right; }
.alignleft { float: left; }

hr { display: none; }


.error, .message {
    padding: 12px;
    color: red;
}
.message {
    background-color: green;
}
.style1 {
	text-align: right;
}
.tdtext {
	text-align: left;
	font-family: Verdana, Helvetica, sans-serif;
}

.pricetable td{
	border: 1px solid #999999;
	padding:3px;
	margin: 1px;
	
}
.pricetabletype {
	width: 70px;
}
.pricetablecost {
	width: 120px;
}

.dimensionstable td{
	border: 1px solid #999999;
	padding:3px;
	margin: 1px;
	
}
.dimensionstabletype {
	width: 145px;
}
.dimensionstabletd {
	width: 67px;
}

.footnote {
	font-size: 0.8em;
	color: #999999;
}

.stocklisttable td{
	vertical-align: top;
}

.salestocklisttable td{
	vertical-align: top;
}

.stocklistbutton {
	border: 1px solid #C1C3C2;	
	background-color: #F8F8F8;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F8F8F8)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFFFFF,  #F8F8F8); /* for firefox 3.6+ */ 
	padding:2px 5px 2px 5px;
	margin:-10px 0 10px 0;
	font-size: 11px;
	width:174px;
}

.opening-times-table td{
	border: 1px solid #999999;
	padding:3px;
	margin: 1px;
	
}

/* Header 
------------------------------------------------------------------------- */

#header { 
    position: relative;
	width:920px;
	margin:0 auto;
	text-align: left;
	padding: 15px 0;
}

#header #headerlogo {
    margin: 0;
    padding: 0;
    color: #fff;
    text-shadow: #81A75B 2px 2px 2px;
}
#header #headerlogo a {
    text-decoration: none;
    border-bottom: none;
    color: #fff;
}


#header h1 {
    margin: 0;
    padding: 0;
    color: #fff;
    text-shadow: #81A75B 2px 2px 2px;
}
#header h1 a {
    text-decoration: none;
    border-bottom: none;
    color: #fff;
}
#header h1 a:hover { 
    color: #eee; 
    text-shadow: #fff 0 0 4px;
}
#header #slogan {
	position:absolute;
	top:5px;
	left:340px;
}
#header #slogan-pbs {
	position:absolute;
	top:5px;
	left:275px;
}
#header #sitelinks {
	float: right;
	width: 300px; 
	height: 20px;
	text-align: right; 
	font-size:10px; 
	color: #ccc; 
	margin:0; 
	padding:5px 4px 10px 0;
}
#header #sitelinks a{
	color:#ccc;
	border-bottom:none;
	font-size:10px;

}
#header #sitelinks a:hover{
	border-bottom:1px dotted #fff;
}
#headerjoblink {
	float: right;
	width: 104px;
	height: 34px;
	text-align: left; 
	font-size:10px; 
	color: #ccc; 
	margin:-5px -10px 0 6px; 
	padding:0;
	background: transparent url(images/job-tab.gif) no-repeat top left;
}

#headerjoblinktext{
	margin: 10px 0 0 5px;
	padding: 0;
	display: block;
}

#headerjoblink a{
	color:#232c53;
	border-bottom:none;
	font-size:10px;
	padding: 0;
	margin: 0;
}

#headerjoblink a:hover{
	border-bottom:none;
	padding: 0;
	margin: 0;	
}

#header #slogan-image {
	margin: 0 0 0 3px;
}

#header #header-nav {
	position:absolute;
	top:70px;
	right:0px;
	font-family:"Lucida Sans Unicode", Arial, Verdana;
}
#header #header-nav ul li {
	display:inline;
	background:url(images/separator.jpg) no-repeat 100% 55%;
	padding:4px 10px;
	font-size:12px;
}
#header #header-nav ul li.last {
	background:none;
	padding-right:0;
}
#header #header-nav ul li a{
	color:#fff;
	line-height:24px;
	border-bottom:none;
	font-size:13px;

}
#header #header-nav ul li a:hover{
	border-bottom:1px dotted #fff;
}


#middle-outer {
	background:#fff;
	padding:10px 0;
}
#middle {
	margin:0 auto;
	width:920px;
	
}
/* Search Form 
------------------------------------------------------------------------------- */
#search {
    position: absolute;
    right: 60px;
    top: 40px;
    padding: 15px 15px 0;
}
form.FSF_form {
    margin: 0;
    padding: 0;
    width: auto;
    text-align: right !important;
}

input.FSF_input { 
    display: inline;
    height: 17px;
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background: #fff url(images/input-bg.gif) repeat-x top left;
    margin: -1px 3px 0;
    padding: 3px 0 0;
}
input.FSF_submit { 
    display: inline;
    margin: -1px 0 0;
    padding: 0;
    height: 22px;
    line-height: 22px;
}


/* Home page 
------------------------------------------------------------------------- */
#home-welcome {
	margin:0;
	padding:0;
}

#home-welcome h1 {
    color: #999999;
    font-weight: bold;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-size:26px;
    font-weight:normal;
    letter-spacing:normal;
    margin:0 0 10px 0;
    padding:0;
}

#home-welcome  p {
    color: #555555;
	
}

#home-welcome a:link { 
    text-decoration: none;
    color: #69c;
    border-bottom: 1px dotted #69c; 
}

#home-welcome a:visited { 
    color: #669; 
    border-color: #669; 
    border-bottom: 1px dotted #69c;     
}

#home-welcome a:hover { 
    color: #693; 
    border-color: #693; 
    border-bottom: 1px dotted #69c; 
}

#home-welcome a:active { 
    color: #c33; 
    border-bottom: 1px dotted #69c; 
}

/* Post (main content entries)
------------------------------------------------------------------------- */
.post {
    margin: 0 0 0 0;
}

.post h1 {
    /*margin-top: 20px;*/
    color: #999;
	/*margin-bottom: 30px;*/

	/*border-bottom: 1px solid #ddd;*/
	/*  font-family:Georgia, "Times New Roman", Times, serif; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	letter-spacing:normal;
	line-height:30px;
}

.post h2 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	margin: 0;
	padding: 0;
}
.post h3 {
    /*margin-top: 20px;*/
    color: #999;
	/*margin-bottom: 30px;*/

	/*border-bottom: 1px solid #ddd;*/
	/*  font-family:Georgia, "Times New Roman", Times, serif; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	letter-spacing:normal;
	line-height:30px;
}
.post ul li {
	background: url(images/tictac_orange.gif) no-repeat 0 5px;
	margin-left: 0em;
	padding-left: 20px;
}
.post img {
	margin: 0 10px 15px 10px;
	float:left;
}

/* Packaging and Boxes 
------------------------------------------------------------------------- */

.packaging-hr{ 
	padding: 15px; 
	display: block;
	border: none;
}
.packaging-description { 
	width: 80px;  
	vertical-align: top; 
}
.packaging { 
	background:#ebf5ff; 
	padding: 0 10px 10px 10px; 
	margin: 5px 0 5px 0;
}
.packaging h3 { 
	margin: 10px 0 -4px 0; 
	padding: 0; 
	font-size: 13px; 
	font-weight: bold; 
	color: #666;
}
.packaging p { 
	margin-top: 0; 
	padding-top:0; 
	margin-bottom: 0; 
	padding-bottom:0;
}
.packaging-alt { 
	background:#f5f5ff; 
	padding:0 10px 10px 10px; 
	margin:5px 0 5px 0;
}
.packaging-alt h3 { 
	margin:10px 0 -4px 0; 
	padding:0; 
	font-size:13px; 
	font-weight: bold; 
	color: #666;
}
.packaging-alt p {
	margin-top: 0;
	padding-top:0; 
	margin-bottom: 0; 
	padding-bottom:0;
}


/* Self Store Page tabs
------------------------------------------------------------------------------- */

.winter-deal-1{
	border: 1px solid #fde4ea;
	background:#fdf1f4; 
	padding: 10px 10px 10px 10px; 
	margin: 5px 0 5px 0;
}

.winter-deal-2{
	border: 1px solid #d5f4dd; 
	background: #ecf6ef;
	padding: 10px 10px 10px 10px; 
	margin: 5px 0 5px 0;
}


/* Related Links 
------------------------------------------------------------------------- */
#navlist li { 
    display: inline;
    list-style-type: none;
    padding-right: 20px;
}


/* UserComments 
------------------------------------------------------------------------- */                        
.comment {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding: 10px;
    overflow: hidden;
}
.commentAlt {
    background-color: #f4f4f4;
}
.commentAuthor {
    background-color: #ffc;    
}
.commentMe {
    background-color: #ccf !important;
    padding-top: 5px;
}
.commentNum {
    font-family: Arial, sans-serif;
    font-size: 50px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    color: #f2f2f2;
    font-weight: bold;
    letter-spacing: -4px;
    z-index: 1;
}
.commentAlt .commentNum {
    color: #eaeaea;
}
.commentMe .commentNum {
    color: #b0b0ff;
}
.commentAuthor .commentNum {
    color: #f3f3bb;
}
.commentTitle {
    position: relative;
    z-index: 10;
    color: #999;
}
.commentTitle span {
    text-transform: uppercase;
    font-size: 86%;
}
.commentTitle strong {
    color: #693;
    font-size: 110%;
    text-transform: none;
    font-weight: normal;
    margin-right: 6px;
}
.comment .content {
    position: relative;
    z-index: 10;
}


/* Sidebar 
------------------------------------------------------------------------- */

#sidebar {
    float:left;
	width:200px;
    padding: 13px 0 0 0;
    font-size: 85%;
    line-height: 1.4em;
    color: #999;
	text-align:left;
	/*border-top:2px solid #cccccc;*/
	margin:0px 0px 10px 0;
}

#sidebar h2 {
    padding:5px;
    color: #666;
    height: 32px !important; /* for most browsers */
    height /**/:57px; /* for IE5/Win */
}

#sidebar p {
   
}

#sidebar .active {
	font-weight: bold;
	background: #e9ecf5;
}

#sidebar ul { 
	padding: 0;
	margin:0;
	border-right: 1px dotted #ccc;
}
#sidebar ul li { 
	margin:0;
}
#sidebar ul li a {
	border-bottom:none;
	font-weight:normal;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(images/arrow.gif) no-repeat 8px 8px;
	font-size:12px;
	line-height:14px;
	color:#232C53;
	display: block;
	padding-left: 16px;
	padding:3px 16px;
}
#sidebar ul li a:hover {
	color:#fff;
	background-color: #232C53;
}


#sidebar-right {
	width:200px;
	float:right;
	padding:0;
	margin:0 0 15px 0;
}
#sidebar-right img {
	margin:0 auto 15px;
}
#sidebar-right a {
	border-bottom:none;
}

#content-footer {
	/*background: url(images/middle-bg.jpg) repeat-y 0 0;*/
	width:920px;
	margin:0 auto;
	height:124px;
/*	position:relative;*/
	z-index:1000;
	
}


/* Footer 
------------------------------------------------------------------------- */
#footer {
   	padding: 0;
   	font-size: 85%;
    	color: #ddd;
	width:920px;
	margin:0 auto;
	text-align:left;
	position:relative;
	/*z-index:1000;*/
	height:190px;
}
#footer ul {
	padding:0;
	margin:0;
	width:250px;
}
#footer ul li {
	padding:0;
	border-bottom:1px dotted #003366;
}
#footer ul li.last {
	border-bottom:none;
}
#footer ul li a {
	padding:3px 0 5px;
	display:block;
	color:#6699cc;
}
#footer ul li a:hover {
	color:#669933;
}

#footer p {
    padding: 0px;
}

#footer a {border-bottom: none;}


#footer-copyright {
    padding: 0px;
    margin: 50px 0 10px 0;
    font-size: 10px;
    text-align: center;
    color: #cccccc;
}

#footer-copyright a{
    font-size: 10px;
    color: #cccccc;
    border: none;
}

#footer-copyright a:hover{
	border-bottom:1px dotted #cccccc;
}

/* Forms 
------------------------------------------------------------------------------- */
form {
	text-align: left;
	clear: both;
	padding-bottom: 20px;
	border: none;
}
form.full { width: 100%; }


fieldset {
    border: none;
}

legend {
	display: none;
}
form h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	font-weight: bold;
}

form label,
form p {
	display: block;
	clear: both;
	width: 310px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

form input {
	display: block;
	margin-top: 3px;
	/*border:1px dotted #ccc;*/
	padding:3px;
	border:1px solid #ccc;
}

form input.hidden {
	border:none;
}
form input.submit {
	border:none;
	padding:5px;
	width : 150px;
	cursor:pointer;
	margin-top:15px;
	background:#ccc;
}
form input.submit:hover {
	background:#000066;
	color:#ffffff;
}
.radios input {
	display:inline;
	margin:0 6px;
}

form select {
	float: left;
	display: block;
}

form label.first,
form label.city {
    clear: left;
    margin-right: 10px;
    width: 150px;
}

form label.second,
form label.state {
	float: left;
	clear: none;
	margin: 0 10px 0 0;
	width: 150px;
}
form label.state { width: 60px; }

form label.first input,
form label.city input,
form label.second input {
	float: left;
	width: 150px;
	padding: 0;
}

form label.state select {
	width: 60px;
	float: left;
	margin-top: 3px;
}

form label.zip,
form label.zip input {
	float: left;
	width: 80px;
}
form label.zip { clear: none; }

form label {
	float: left;
	clear: left;
	width: 310px;
	margin: 0;
	line-height: 1.5em;
}

form label input {
	float: left;
	width: 310px;
	padding: 0;
}

form input.radio,
form input#radiobutton_1,
form input#radiobutton_2,
form input#radiobutton_3,
form input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

form label.radio,
form label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

form input.checkbox,
form input#checkbox_1,
form input#checkbox_2,
form input#checkbox_3,
form input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

form label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}
/* style the form elements to look similar across browsers ... emulates Safari */
form label input,
form textarea {
    border: 1px solid #ddd;
    padding: 2px;
    height: 18px;
    line-height: 20px;
	background:#eee;
}
form input.checkbox,
form select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #eee;    
	width:316px;
	padding:3px;
}
form textarea {
	margin-top: 3px;
	width: 383px;
	height: auto;
	display: block;
}

form label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
form input.button {
    clear: left;
}

/* Special handling for images & alignment 
------------------------------------------------------------------------------- */

p img {
	padding: 0;
	max-width: 100%;
}

img.centered {
	display: block;
	margin: 0 auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

/* Fixes for RichText widgets
------------------------------------------------------------------------------- */
.MODX_RichTextWidget {
	float: left;
}

.MODX_RichTextWidget a {
	border: 0px;
}
#newsletter-signup {
	margin-top:0px;
	width:200px;
	/*border-bottom:2px solid #ccc;*/
	/*position:absolute;
	bottom:0px;
	left:0;*/
	float:left;
}
#newsletter-signup a {
	text-indent:-9999px;
	height:89px;
	width:200px;
	background:url(images/newsletter.jpg) no-repeat 0 0;
	display:block;
	border-bottom:none;
	margin:0 auto;
}
#newsletter-signup a:hover {
	background:url(images/newsletter.jpg) no-repeat 0 100%;
}

#content-banner {
	/*position:absolute;
	top:0;
	left:220px;*/
	width:480px;
	height:31px;
	padding-top:90px;
	z-index:1000;
	float:left;
	margin-left:20px;
	background:url(images/insurastore.jpg) no-repeat 0 0;
	text-align:left;
}
#content-banner a{
	border-bottom:none;
	margin: 40px 0 0 160px;
}
#footer-map {
	width:361px;
	height:340px;
	position:absolute;
	top:-140px;
	right:-20px;
	/*z-index: 0;*/
}
.logo2 {
	margin-top:95px;
}
#phone {
	position:absolute;
	top:10px;
	left:300px;
	font-size: 50px;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.depotname {
	font-size: 24px;
	letter-spacing: -1px;
}
#footer-links {
	width : 223px;
}
#footer-links a {
	display:block;
	line-height:20px;
	font-size: 14px;
	color:#CCCCCC;
	font-weight:bold;
	padding-top:10px;
}
#footer-links a:hover {
	color:#fff;
}
ul.depot-menu {
	padding:5px 5px 3px 5px;;
	margin:0 0 15px 0;
	font-size:10px;
	border:1px solid #999;
	background:#eee;
	height: 24px;
}
ul.depot-menu li {
	background:none;
	padding:0 10px 0 0;
	float: left;
}
ul.depot-menu li a {
	border-bottom:none;
}
ul.depot-menu li a:hover {
	text-decoration:underline;
}
.B_crumbBox {
	font-size:10px;
}
.clear {
	clear:both;
}
#equiv, #guide {
	padding:10px;
	font-size:14px;
	width:464px;
	font-weight:bold;
	line-height:22px;
	margin-top:15px;
}
#guide {
	font-weight:normal;
}
#equiv h4, #guide h4 {
	color:#607fc0;
	margin-bottom:10px;
}
#calc {
	background:url(images/storage-calc-bg.jpg) no-repeat 0 0;
	width:487px;
	height:122px;
	position:relative;
	margin-left:40px;
}
#calc #arrow {
	height:22px;
	width:22px;
	position:absolute;
	background:url(images/arrow.png) no-repeat 0 0;
	cursor:pointer;
	top:69px;
	left:350px;
}
#calc #arrow:hover {
	background-position:bottom;
}
#calc #label {
	position:absolute;
	top:70px;
	left:135px;
	font-weight:bold;
}
#calc ul {
	position:absolute;
	top:93px;
	left:120px;
	background:#f0f0f0;
	border:1px solid #999;
	padding-top:6px;
}
#calc ul li {
	width:220px;
	background:none;
	padding:0;
}
#calc ul li a {
	display:block;
	border:0;
	padding:2px 10px;
	font-weight:bold;
	font-size:11px;
	line-height: 1.2em;
}
#calc ul li a:hover {
	background:#ccc;
	color:	#000000;
}
#MMEmbeddedMap {
	padding:0 !important;
}
ul.standard-listing li {
	background:none;
	padding:10px;
	border-bottom:1px dotted #ccc;
	margin-bottom:15px;
}
ul.standard-listing li img {
	border:1px solid #ccc;
	padding:5px;
	margin:0;
}

.ditto_paging {
    padding: 10px;
    font-size: 86%;
    color: black;
}
#ditto_pages .ditto_currentpage {
    border: 1px solid black;
    padding: 1px 5px 2px;
    margin-right: 1px;
    background-color: #008CBA;
    color: #fff;
}
#ditto_pages .ditto_off {
    border: 1px solid #ccc;
    padding: 1px 5px 2px;
    margin-right: 1px;
    color: #ccc;
}
#ditto_pages a, #ditto_pages a:link, #ditto_pages a:visited {
    border: 1px solid #008CBA;
    padding: 1px 5px 2px;
    margin-right: 1px;
    text-decoration: none !important;
    color: black;
}
#ditto_pages a:hover {
    background-color: #ccc;
    color: #000;
}

.post ul.commercial-links {
	width:200px;
	padding:10px;
	background:#f3f3f3;
	float:right;
}

.post ul.commercial-links li {
	background: none;
	padding:0;
}

a.B_homeCrumb, a.B_crumb {
	font-size: 10px;
	border-bottom:none;
}

#bubble, #pagebubble {
	width: 218px;
	height: 107px;
	position: absolute;
	background:url(images/bubble.png) no-repeat 0 0;
	top: 0px;
	left: 0px;
	display:none;
	font-size:10px;
	padding: 8px;
	color:#333333;
	line-height:normal;
}
#pagebubble {
	line-height: 13px;
	
}
#mapwrapper {

}
#page-map {
	position: relative;
	border: 2px solid #999;
	height: 340px;
	padding:15px;
}

#main_navi {

margin:0 !important;
padding:0 !important;
border: 1px solid #ccc;
height: 78px;
width: 487px;
}

#main_navi li {
	height: 78px;
	width: 121px;
	text-indent:-99999px;
	display: block;
	float: left;
	cursor:pointer;
	margin: 0;
	padding: 0;
	border-right: 1px solid #ccc;
}
#main_navi li.your-home {
	background: url(../../images/btn-home.jpg) no-repeat 0 0;
}
#main_navi li.your-home:hover {
	background: url(../../images/btn-home.jpg) no-repeat 0 -78px;
}
#main_navi li.boxes {
	background: url(../../images/btn-boxes.jpg) no-repeat 0 0;
}
#main_navi li.boxes:hover {
	background: url(../../images/btn-boxes.jpg) no-repeat 0 -78px;
}
#main_navi li.pallets {
	background: url(../../images/btn-pallet.jpg) no-repeat 0 0;
}
#main_navi li.pallets:hover {
	background: url(../../images/btn-pallet.jpg) no-repeat 0 -78px;
}
#main_navi li.vehicle-size {
	background: url(../../images/btn-vehicle.jpg) no-repeat 0 0;
	border:none;
}
#main_navi li.vehicle-size:hover {
	background: url(../../images/btn-vehicle.jpg) no-repeat 0 -78px;
}

ul.navi {
	padding: 0;
	margin: 0;
}
ul.navi li {
	background: #ddd;	
	padding: 10px;
	float:left;
	font-size: 10px;
	margin-right: 1px;
	cursor:pointer;
}
ul.navi li:hover {
	background: #232C53;
	color: #fff;
}


#main { 
    position:relative; 
    overflow:hidden; 
    height: 450px; 
} 
#main img {
	float:none;	
}
#main h2 {
	font-size: 200%;
	color:#232C53;
	letter-spacing:normal;
}
#main h3 {
	letter-spacing: normal;
	border-bottom:none;
color:#999999;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:normal;
letter-spacing:normal;
margin-bottom:20px;
margin-top:10px;
padding-bottom:20px;
}
#main h3 span {
	color: #C60;	
}
 
/* root element for pages */ 
#pages { 
    position:absolute; 
    height:20000em; 
} 
/* root element for horizontal scrollables */ 
.scrollable { 
    position:relative; 
    overflow:hidden; 
    width: 490px; 
    height: 450px; 
	clear: both;
} 
 
/* root element for scrollable items */ 
.scrollable .items { 
    width:20000em; 
    position:absolute; 
    clear:both; 
}

.item {

float:left;
height:450px;
padding:0px;
width:490px;
}

#reserve label {
	float: left;
	width: 180px;
	line-height:1.8em;
	text-align:right;
	padding: 0;
	margin: 0 10px 0 0;
}
#reserve h4 {
	clear: both;	
	margin: 10px 0 20px;
	letter-spacing:normal;
}
#reserve a {
	border: none;	
}
#reserve input, #reserve select, #reserve textarea {
	width: 220px;	
	margin: 0 0 10px 0;
	background:#eee;
	border: 1px solid #ccc;
}
#reserve .button {
	width: 120px;	
	background: #232C53;
	color: #fff;
	margin-left: 190px;
	cursor:pointer;
}
#reserve .button:hover {
	background:#036;
}
.hidden {
	display: none;	
}
#reserve input.requiredValue {
	border: 1px solid red;
	background:#FCC;
}
#depotnav {
	margin:0;	
}
#depotnav li {
	width: 160px;
	text-align:left;
	float: left;
	background:none;
	padding:0;
	margin:0;
}
#depotnav li a {
	border: none;	
}
#depotnav li img {
	float: none;	
	margin: 0 0 8px 0;
}

.depot-pages h2 {
	padding: 4px;	
	margin-top: 15px;
}
.depot-pages p, .depot-pages li {
	font-size: 12px;
	line-height:120%;
}


.post .depot-pages ul li {
	background:transparent url(images/tictac_orange.gif) no-repeat scroll 0 4px;
}

.depot-pages { 
    position:relative; 
    overflow:hidden; 
    width: 480px; 
    height: 750px; 
} 
 
.pbs-depot-pages { 
    position:relative; 
    overflow:hidden; 
    width: 480px; 
    height: 750px; 
} 
.pbs-option {
	float:left; 
	width:200px; 
	height:142px; 
	padding:0; 
	margin:0 30px 30px 0;
}

.pbs-option-end {
	float:left; 
	width:200px; 
	height:142px; 
	padding:0; 
	margin:0 0 30px 0;
}
 
 
.selfstore-option {
	float:left; 
	width:200px; 
	height:142px; 
	padding:0; 
	margin:0 30px 30px 0;
}

.selfstore-option-end {
	float:left; 
	width:200px; 
	height:142px; 
	padding:0; 
	margin:0 0 30px 0;
}
 
/* root element for scrollable items */ 
.depot-pages .items { 
    width:20000em; 
    position:absolute; 
    clear:both; 
}

.depot-page {
	float:left;
	height:760px;
	padding:0px 20px;
	width:440px;
	line-height: 1em;
	background: #e7eff7;
	padding-top: 25px;
}

.depot-page h2 {
	line-height: normal;
}

.pbs-depot-pages .items { 
    width:20000em; 
    position:absolute; 
    clear:both; 
}

.pbs-depot-page {
	float:left;
	height:750px;
	padding:0px 20px;
	width:440px;
	line-height: 1em;
	background: #e7eff7;
	padding-top: 25px;
}

.pbs-depot-page h2 {
	line-height: normal;
}

#content ul {
	line-height: normal;	
}


.site-images { 
    position:relative; 
    overflow:hidden; 
    width: 440px; 
    height: 380px; 
	clear: both;
} 
 
/* root element for scrollable items */ 
.site-images .items { 
    width:20000em; 
    position:absolute; 
    clear:both; 
}

.site-images .items div{
	float:left !important;
	height:380px;
	padding:0px;
	margin: 0 20px 0 0 !important;
	width:440px;
}
.site-images .items div{
	float:none;
	padding:0;
	margin:0;
}

.site-images .items div img {
	width: 440px;
	max-height: 410px;
}

#flowtabs  {
	padding: 0;
	margin: 0;
display:block;
}
#flowtabs li {
	padding: 0;
	margin: 0;
	float: left;
	background: #232C53;
	
}
#flowtabs li a {
	line-height: 30px;
	width: 79px;
	display:block;
	border:none;
	text-align:center;
	font-size:11px;
	border-bottom: 1px solid white;
	border-right:1px solid #fff;
	color: #f6f6f6;
}
#flowtabs li a.current {
	border-bottom: 1px solid #e7eff7;
	background:#e7eff7;
	color: #232C53;
}

.browse {
	width: 69px;
	height: 24px;
	
	display:block;
	float: left;
	border:none;
	color: #fff;
	line-height:24px;
	padding-left: 40px;
	font-size:10px;
	cursor:pointer;
}

.browse:hover {
	color:#fff;
	background-position: 0 -24px;
}

.prvPage {
background:url(../../images/button-left.png) no-repeat 0 0;
margin-right: 20px;
}
.nxtPage {
background:url(../../images/button-right.png) no-repeat 0 0;
}
.left.disabled, .left.disabled:hover {
	background:url(../../images/button-left.png) no-repeat 0 -48px;	
	cursor:default;
}
.right.disabled, .right.disabled:hover {
	background:url(../../images/button-right.png) no-repeat 0 -48px;	
	cursor:default;
}
.browse-buttons {
	padding-left: 100px;
	margin-top: 15px;
}

#content .post td img {
	float:none;
	margin:0;
	margin-bottom: 15px;
}
#content .post td a {
	border: none;
}
.post ul li.faq {
	background:none;
	padding:0;
	margin:0;
}

#content .standard-listing img {
	margin: 0;	
}

#sslinks img  {
	margin:15px 0 0 0;
	padding:0;
	float:none;
}
#sslinks a {
	border:none;
	float:left;
	width:240px;
	text-align:center;
}
.offer-select {
	background: url(../../images/local-special.jpg) no-repeat 0px 0px;
	padding: 65px 20px 20px;
	height: 30px;
}

ul.product-listing {
	padding:0;
	margin:0;
}
ul.product-listing li {
	padding:0 0 15px 0;
	margin:0 0 15px 0;
	background:none;
	border-bottom: 1px dotted #ddd;
	clear:left;
}
#content ul.product-listing li img {
	padding:0;
	margin:0 15px 0 0;
}
#content ul.product-listing li h4 {
	padding:0;
	margin:0 0px 0 0;
	
}

.product-image {
	width: 150px;
	overflow: visible;
	float:left;
	margin-right: 15px;
	border-right: 1px dotted #ccc;
	min-height:100px;
}
.reserve-depot {
	position: relative;
}
.reserve-depot a {
	position: absolute;
	width: 173px;
	height: 24px;
	background:url(../../images/reserve-unit.jpg) no-repeat 0 0;
	text-indent: -200000px;
	border: none;
	top: -40px;
	right: 0;
}
.reserve-depot a:hover {
	background:url(../../images/reserve-unit.jpg) no-repeat 0 -24px;

}





.TXNewsletters_form_labelGauche {
display:block;
padding-top:2px;
float:left;
width:180px;
height:18px;
color: #333333;
position:relative;
top:0px;
text-align:left;
margin-right:2px;
}

.TXNewsletters_form {
margin:0px;
padding:0px;
}

.TXNewsletters_form_right {

}

.TXNewsletters_form_item {
padding:1px;
margin:2px;
}

.TXNewsletters_form_item TEXTAREA {
vertical-align:middle;
border:1px solid #bbbbbb;
font-size:11px;
color: #333333;
}

.TXNewsletters_form_item INPUT {
height:20px;
vertical-align:middle;
border:1px solid #bbbbbb;
font-size:11px;
color: #333333;
}

INPUT.TXNewsletters_form_noborder {
border:0;
}

.TXNewsletters_form_noborder {
border:0;
}

.TXNewsletters_form_inputErr {
border:1px solid #ff0000;
}

.TXNewsletters_form_labelErr {
color:#ff0000;
}

.TXNewsletters_form label {
	float: none;
	clear:both;
	width:auto;
	padding:0;
}
.TXNewsletters_form input {
display:block;
	float:left;
	margin-right: 10px;
	height:auto;

}
.TXNewsletters_form_right input {
	float:left;	
	clear: left;
	height:auto;
}
.TXNewsletters_form_right label {
	display:inline;	
}
.TXNewsletters_form .TXNewsletters_form_labelGauche {
	padding-top: 10px;	
}
#sidebar a {
	border:none;	
}
#sidelinks {
	width: 200px;	
	float:left;
}
#sidelinks a {
	border:none;	
}


/* Portable Buildings specific
------------------------------------------------------------------------------- */
#content #pbs_thumb1 {
	float: left;
	margin: 0 24px 0 0
}
#content #pbs_thumb2 {
	float: left;
}
#content #pbs_thumb3 {
	float: left;
	clear: both;
	margin: 24px 24px 0 0;
}
#content #pbs_thumb4 {
	float: left;
	margin: 24px 0 0 0;
}
#content .image-left {
	float: left;
}


/* Google +1 positioning
------------------------------------------------------------------------------- */
#ss-2column-title { 
	float:left;
}

#pbs-2column-title { 
	float:left;
}

#plusone-2column {
	width:230px; 
	margin:0; 
	padding:15px 0 0 0; 
	font-size:11px; 
	float:right;  
	position:relative; 
	left:50px;
}

#plusone-text-2column {
	padding:2px 0 2px 0; 
	margin:0; 
	font-size:11px; 
	float:left;
}

#plusone { 
	width:230px; 
	margin:15px 0 60px 0px; 
	padding:0; 
	font-size:11px;
}
#plusone-text {
	padding:2px 0 2px 0; 
	margin:0; 
	font-size:11px; 
	float:left;
}
#plusone-icon {
	float:right;
	padding:0 2px 0 0;
}

#plusone-lt-ie8 { display: none;}

/* End Google +1 positioning
------------------------------------------------------------------------------- */


/* Self Store Page tabs
------------------------------------------------------------------------------- */
#tabs-ss { width:680px; height:380px; color: #666;}
#tabs-ss p {color: #666; width:650px;}
#tabs-ss ul {margin:0; padding:0;}
#tabs-ss li {color: #666}
#tabs-ss .selfstore-tab-link {margin-right:14px;}
#tabs-ss .devonmove-tab-link {margin-right:15px;}
#tabs-ss .pbs-tab-link {margin-right:0;}
#tabs-ss li a:link {border:none; color:#666;}
#tabs-ss li a:hover {border:none; color:#666;}
#tabs-ss li a:active {border:none; color:#666;}
#tabs-ss li a:visited {border:none; color:#666;}

#tabs-ss {
	padding:0px; 
	background:none; 
	border-width:0px;	
}
#tabs-ss .ui-tabs-nav {
	padding-left: 0px;
	background: transparent;
	border-width: 0px 0px 1px 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}
#tabs-ss .ui-state-hover {
	cursor: pointer;
	background: url(custom-theme/images/tab-hover-orange-gradient.png) repeat-x scroll 20% bottom #fff;	
}

#tabs-ss .ui-tabs-panel {
	background: url(custom-theme/images/ui-bg_highlight-hard_100_f4f4f2_1x100.png) repeat-x scroll 20% bottom #fff;
	border-width: 0px 1px 1px 1px;
	height:280px;
}

#tabs-ss .ui-state-active {
	background: url(custom-theme/images/tab-active-gradient.png) repeat-x scroll 20% top #fff;
	border: 1px solid #aaaaaa;
}

#tabs-ss .ui-state-active h2 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	margin:0; padding:0;
	color: #ff9300;
}

#tabs-ss h2 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	margin:0; padding:0;
	color: #ffffff;
}

#tabs-ss .ui-state-default .tabs-h2-link {
	color: #f3f7f8;
	font-size: 14px;
}

#tabs-ss .ui-state-active .tabs-h2-link {
	color: #ff9300;
	font-size: 14px;
}


.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #d3d3d3; background: #e6e6e6 url(custom-theme/images/tab-default-purple-gradient.png) 50% 50% repeat-x; font-weight: normal; color: #555555; }

/* End Self Store Page tabs
------------------------------------------------------------------------------- */


/* PBS Home Page tabs
------------------------------------------------------------------------------- */
#pbs-ticker-wrapper {width:680px; border:none; height:32px; margin: 0 0 25px 0; padding:0; background:#ff9300 url('images/ticker-background.gif') no-repeat top left;}

#pbs-ticker-heading {width:198px; color:#f9bb27; height:32px; font-weight:bold; font-size:13px; padding: 6px 0 0 10px; float:left;} 
#pbs-ticker-heading a:link {border:none; text-decoration:none; color:#fff;font-size:13px; }
#pbs-ticker-heading a:active {border:none; text-decoration: none; color:#fff;font-size:13px; }
#pbs-ticker-heading a:visited {border:none; text-decoration: none; color:#fff;font-size:13px; }
#pbs-ticker-heading a:hover {border:none; text-decoration: underline; color:#ff9300;font-size:13px; }

#pbs-ticker-items {width:465px; height:32px; color:#fff; font-weight:normal; font-size:13px; padding: 0; float:left;}
#pbs-ticker-items ul { height:32px;list-style-type: none;}
#pbs-ticker-items li { background: none transparent !important; border:none; font-size:13px; }
.pbs-ticker-item-div {padding-top:6px;}
#pbs-ticker-items a:link {border:none; text-decoration:none; color:#fff; font-size:13px; font-weight:bold; }
#pbs-ticker-items a:active {border:none; text-decoration: none; color:#fff; font-size:13px; font-weight:bold; }
#pbs-ticker-items a:visited {border:none; text-decoration: none; color:#fff; font-size:13px; font-weight:bold; }
#pbs-ticker-items a:hover {border:none; text-decoration: underline; color:#fff; font-size:13px; font-weight:bold; }


#tabs-pbs { width:680px; height:300px; color: #666;}

#tabs-pbs p {color: #666; width:650px;}
#tabs-pbs ul {margin:0; padding:0;}
#tabs-pbs li {color: #666; margin-right:12px;}
#tabs-pbs .modular-tab-link {margin-right:0;}
#tabs-pbs .tabs-bullet-column {float:left; padding-right:50px; padding-bottom:10px;}
#tabs-pbs li a:link {border:none; text-decoration: none; color:#666;}
#tabs-pbs li a:hover {border:none; text-decoration: none; color:#666;}
#tabs-pbs li a:active {border:none; text-decoration: none; color:#666;}
#tabs-pbs li a:visited {border:none; text-decoration: none; color:#666;}
#tabs-pbs li a:link.normal {color: #669; text-decoration: none; border-bottom: 1px dotted #693;}
#tabs-pbs li a:visited.normal {color: #669; text-decoration: none; border-bottom: 1px dotted #693;}
#tabs-pbs li a:hover.normal {color: #693; text-decoration: none; border-bottom: 1px dotted #693;}


#tabs-pbs {
	padding:0px; 
	background:none; 
	border-width:0px;	
}
#tabs-pbs .ui-tabs-nav {
	padding-left: 0px;
	background: transparent;
	border-width: 0px 0px 1px 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

#tabs-pbs .ui-state-hover {
	cursor: pointer;
	background: url(custom-theme/images/tab-hover-orange-gradient.png) repeat-x scroll 20% bottom #fff;	
}

#tabs-pbs .ui-tabs-panel {
	background: url(custom-theme/images/ui-bg_highlight-hard_100_f4f4f2_1x100.png) repeat-x scroll 20% bottom #fff;
	border-width: 0px 1px 1px 1px;
	height:200px;
}

#tabs-pbs .ui-state-active {
	background: url(custom-theme/images/tab-active-gradient.png) repeat-x scroll 20% top #fff;
	border: 1px solid #aaaaaa;
}



#tabs-pbs .ui-state-active h2 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #ff9300;
}


#tabs-pbs h2 {
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #ffffff;
}

#tabs-pbs .ui-state-default .tabs-h2-link {
	color: #f3f7f8;
	font-size: 14px;
}

#tabs-pbs .ui-state-active .tabs-h2-link {
	color: #ff9300;
	font-size: 14px;
}

/* End PBS Home Page tabs
------------------------------------------------------------------------------- */

/* PBS Case Study tabs
------------------------------------------------------------------------------- */

#tabs-case-study { width:470px; height:340px; color: #666;}

#tabs-case-study p {color: #666; width:430px;}
#tabs-case-study ul {margin:0; padding:0;}
#tabs-case-study li {color: #666; margin:0;}
#tabs-case-study .requirements-tab-link {margin-right:10px;}
#tabs-case-study .dainton-tab-link {margin-right:9px;}
#tabs-case-study .solutions-tab-link {margin-right:0;}
#tabs-case-study li a:link {border:none; text-decoration: none; color:#666;}
#tabs-case-study li a:hover {border:none; text-decoration: none; color:#666;}
#tabs-case-study li a:active {border:none; text-decoration: none; color:#666;}
#tabs-case-study li a:visited {border:none; text-decoration: none; color:#666;}
#tabs-case-study li a:link.normal {color: #669; text-decoration: none; border-bottom: 1px dotted #693;}
#tabs-case-study li a:visited.normal {color: #669; text-decoration: none; border-bottom: 1px dotted #693;}
#tabs-case-study li a:hover.normal {color: #693; text-decoration: none; border-bottom: 1px dotted #693;}

#tabs-case-study {
	padding:0px; 
	background:none; 
	border-width:0px;
}
#tabs-case-study .ui-tabs-nav {
	padding-left: 0px;
	background: transparent;
	border-width: 0px 0px 1px 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

#tabs-case-study .ui-state-hover {
	cursor: pointer;
	background: url(custom-theme/images/tab-hover-orange-gradient.png) repeat-x scroll 20% bottom #fff;	
}

#tabs-case-study .ui-tabs-panel {
	background: url(custom-theme/images/ui-bg_highlight-hard_100_f4f4f2_1x100.png) repeat-x scroll 20% bottom #fff;
	border-width: 0px 1px 1px 1px;
	height:270px;
	padding-right: 0;
}

#tabs-case-study .ui-state-active {
	background: url(custom-theme/images/tab-active-gradient.png) repeat-x scroll 20% top #fff;
	border: 1px solid #aaaaaa;
}

#tabs-case-study .ui-tabs-panel ul {
   	
}

#tabs-case-study .ui-tabs-panel li {
   	
}


#tabs-case-study .ui-state-active h2 {
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #ff9300;
}


#tabs-case-study h2 {
	font-size: 13px;
	font-family: Arial, sans-serif;
	color: #ffffff;
}

#tabs-case-study .ui-state-default .tabs-h2-link {
	color: #f3f7f8;
	font-size: 13px;
}

#tabs-case-study .ui-state-active .tabs-h2-link {
	color: #ff9300;
	font-size: 13px;
}

#tabs-case-study .float-right {
	float: right;
	margin: 0;
	padding: 0;
}

.hr-dotted {
	width: 470px;
	height: 5px;
	background: transparent url(images/horizontal-break.gif) no-repeat top left;
	padding: 0 0 20px 0;
}

.testimonial-quote {
	margin-top: -10px;
	font-style: italic;
}

/* End PBS Case Study tabs
------------------------------------------------------------------------------- */

.pbs-stock {
	font-size: 14px;
	font-weight: bold;
}
