@charset "UTF-8";
/* CSS Document for Wolverhampton Self Storage */

/* Pragmatic Design Ltd - www.pragmaticdesign.co.uk */

html {
	background-color:#000;
}

body {
margin:0px;
font-family:"Trebuchet MS", sans-serif;
font-size:13px;
}

img,
img a,
img a:hover 
img a:visited {
	border:none;
}


/* Main Layout */

#outer-wrap {
	width:900px;
	margin-left:auto;
	margin-right:auto;
}
#inner-wrap {
	background-image:url(../images/background.png);
	background-repeat:repeat-y;
	width:900px;
}
	
#header {
	width:900px;
	height:189px;
	background-image:url(../images/top.png);
}
#header-wss {
	width:720px;
	height:50px;
	margin-left:178px;
	padding-top:35px;
	float:left;
}
#header-wss .strap {
	font-style:italic;
	font-weight:bold;
	font-size:16px;
	margin-top:-5px;

}
#masthead {
	width:525px;
	height:77px;
	overflow:hidden;
	float:left;
}
#new-button a {
	background-image:url(../images/new-button.gif);
	background-repeat:no-repeat;
	float:left;
	width:175px;
	height: 77px;
	display:block;
	text-indent:-999em;
}

#paddy {
	margin-left:550px;
	position:absolute;
	top:140px;
	width:150px;
	height:187px;
	background-image:url(../images/paddy.png);
	text-indent:-999em;
}
#speechbubble {
	margin-left:0px;
	position:absolute;
	top:165px;
	width:470px;
	height:111px;
	background-image:url(../images/speech-bubble.png);
	padding-left:15px;
	padding-right:50px;
	overflow:hidden;
	font-size:22px;
	font-style:italic;
}

#sidebuttons {
	float:left;
	width:155px;
	background-repeat:repeat-y;
}
#content {
	float:left;
	width:480px;
	padding-top:80px;
	margin-left:20px;
	overflow:hidden;
}
#sidebar {
	float:left;
	width:205px;
	padding-top:150px;
	margin-left:20px;
	margin-right:20px;
		overflow:hidden;

}

.clear {
	clear:both;
}

#nav {
	background-color:#09C;
	height:20px;
	overflow:hidden;
}

#footer {
	background-image:url(../images/footer.png);
	height:100px;
	font-size:10px;
	padding-left:178px;
}

/* Homepage scroller */

#left {
	width: 470px;
	height: 100px;
	overflow: hidden;
	border: none;
	padding: 0px;
	clear:both;
	}

#left img {
	height: 100px;
	margin: 0px;
	border: 0px;
	clear:both;
	}


/* Typography */
h1, h2, h3, h4, h5 {
color:#000;
clear:left;
}
h1 {
font-size:24px;
}
h2 {
font-size:20px;
}
h3 {
font-size:18px;
}
h4 {
font-size:14px;
}
h5 {
font-size:12px;
}

h6 {
font-size:10px;
color:#fff;
font-weight:normal;
text-align:center;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
color:#000;
text-shadow:#ffbf00 2px 2px 2px;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
color:#ffbf00;
text-shadow:#000 2px 2px 2px;
}
h6 a {
color:#fff;
}

p a,
p a:visited {
color:#000;
font-weight:bold;
}

p a:hover {
color:#ffbf00;
background-color:#000;
}

/* BREADCRUMBS */

#Breadcrumbs { 
 	color: #B7C0C5;
	text-align: left;
	font-size: 0.9em; 
}
	#Breadcrumbs p {
		margin: 15px;
	}

/* ICONS */

a[href$=".pdf"],
a[href$=".PDF"],
a.pdf {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
}
a[href$=".doc"],
a[href$=".DOC"],
a.doc {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_word.png) no-repeat left center;
}
a[href$=".xls"],
a[href$=".XLS"],
a.xls {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_excel.png) no-repeat left center;
}
a[href$=".gz"],
a[href$=".GZ"],
a[href$=".gzip"],
a[href$=".GZIP"],
a[href$=".zip"],
a[href$=".ZIP"],
a.archive {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/page_white_zip.png) no-repeat left center;
}
a[href$=".exe"],
a[href$=".EXE"],
a.application {
	padding: 2px;
	padding-left: 20px;
	background: url(../images/icons/application.png) no-repeat left center;
}

/* Forms */

fieldset {
	border: 0;
}

textarea {
	font-family: Verdana, Tahoma, sans-serif;
}
form ul {
	list-style: none;
}
.middleColumn {
 	display: block;
 	margin: 0px 0px 10px 0;
	background: #eee;
	padding: 1px;
	width: 306px;
	clear: left;
}
	#Sidebar .middleColumn {
		margin: 0 0 0 0px;
		display: inline;
	}
	
	div.tab .field .middleColumn {
		clear: none !important;
 		margin: 0 !important;
		width: auto;
	}

input.text, textarea, select {
	padding: 2px;
	border: 1px solid #FFFF00;
	color: #000;
	width: 300px;
}
select {
	width: auto;
}

input.action {
	padding: 2px;
}
input:focus span, textarea:focus span {
	border: 1px solid #000;
}

input.action:hover,
input.action:focus {
	cursor: pointer;
}
#Search {
	width: 105px;
}
input#Search_Form_SearchForm_Search {
	width: 110px;
	padding: 3px;
	margin-left: -4px;
	}

/* DD SMOOTH */

.ddsmoothmenu{
margin-left:0px;
width: 100%;
padding-top:3px;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
margin-left:-5px;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
padding-right:10px;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
color: white;
text-decoration: none;
padding-top:0px;
padding-bottom:0px;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: yellow;
font-size:15px;
}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color: white;
}

.ddsmoothmenu ul li a:hover{
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
	margin-left:0px;
	background-color:#000;
padding-bottom:0px;
display: list-item;
float: none;
font-size:15px;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
width: 180px; /*width of sub menus*/
padding: 5px;
margin: 0px;
border-top-width: 0;
border-bottom: 1px solid #966b18;
}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
display:none;
}

.rightarrowclass{
position: absolute;
display:none;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

/* SIDEBUTTONS */

#online-store a,
#business-enquiry a,
#request-callback a,
#free-quote a,
#home-appraisal a,
#testimonials a,
#box-shop a,
#ssa-logo a{
width:155px;
height:110px;
display:block;
text-indent:-999em;
}

#online-store a {
background-image:url(../images/sidebar-online-store-0.gif);
}
#online-store a:hover {
background-image:url(../images/sidebar-online-store-1.gif);
}
#business-enquiry a {
background-image:url(../images/sidebar-business-enquiry-0.gif);
}
#business-enquiry a:hover {
background-image:url(../images/sidebar-business-enquiry-1.gif);
}
#request-callback a {
background-image:url(../images/sidebar-callback-0.gif);
}
#request-callback a:hover {
background-image:url(../images/sidebar-callback-1.gif);
}
#free-quote a {
background-image:url(../images/sidebar-free-quote-0.gif);
}
#free-quote a:hover {
background-image:url(../images/sidebar-free-quote-1.gif);
}
#home-appraisal a {
background-image:url(../images/sidebar-home-appraisal-0.gif);
}
#home-appraisal a:hover {
background-image:url(../images/sidebar-home-appraisal-1.gif);
}
#testimonials a {
background-image:url(../images/sidebar-testimonials-0.gif);
}
#testimonials a:hover {
background-image:url(../images/sidebar-testimonials-1.gif);
}
#box-shop a {
background-image:url(../images/sidebar-box-shop-0.gif);
}
#box-shop a:hover {
background-image:url(../images/sidebar-box-shop-1.gif);
}
#ssa-logo a {
background-image:url(../images/ssa-logo.gif);
}
#preload {
text-indent:-999em;
}