﻿@charset "utf-8";
/* CSS Document */


@import url("forms.css"); /* forms styling */
@import url("styles.css"); /* text styling */

body {
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	padding: 0px;
	margin-top:0px;
	margin-bottom:0px;
}

/* Div styling */

div.wrap {
	text-align:center;
	margin:auto;
	width:800px;
	border:#333333 1px solid;
}

div.header {
	background-image:url(../images/uk-storage-header3.jpg);
	background-repeat:no-repeat;
	text-align:left;
	width:220px;
	height:84px;
	padding:80px 0px 0px 580px;
	}

div.header2 {
	background-image:url(../images/uk-storage-header3.jpg);
	background-repeat:no-repeat;
	text-align:left;
	width:220px;
	height:144px;
	padding:20px 0px 0px 580px;
	}

div.flasharea {
	width:800px;
	height:176px;
	border-top:#FFFFFF 4px solid;
	border-bottom:#FFFFFF 4px solid;
	}
	
div.navbar {
	text-align:left;
	width:784px;
	height:26px;
	background-image:url(../images/navbar.png);
	background-repeat:no-repeat;
	padding:5px 0px 0px 16px;
	}

div.navbutton {
	width:85px;
	text-align:center;
	padding-top:1px;
	}

div.mainwrapper1{
	width:760px;
	padding:20px;
	text-align:left;
	background-color:#F1F1F2;
	}

div.mainwrapper2{
	width:760px;
	padding:20px;
	text-align:left;
	background-color:#FFFFFF;
	}

div.mainwrapper3{
	width:760px;
	padding:20px 20px 0px 20px;
	text-align:left;
	background-color:#FFFFFF;
	margin:0px;
	}

div.textbox1{
	height:360px;
	width:360px;
	padding:0px 10px 0px 0px;
	margin-right:10px;
	overflow-y:scroll;
	overflow-x:hidden;
	}

div.textbox1b{
	height:230px;
	width:400px;
	padding:0px 10px 0px 0px;
	margin-right:10px;
	overflow-y:scroll;
	overflow-x:hidden;
	}

div.textbox2{
	background-image:url(../images/choose-location.png);
	background-repeat:no-repeat;
	height:300px;
	width:330px;
	padding:40px 15px 0px 15px;
	margin-left:18px;
	}

div.textbox3{
	width:330px;
	padding:0px 15px 0px 15px;
	}

div.textbox4{
	height:220px;
	width:270px;
	padding:0px 20px 0px 0px;
	margin-right:20px;
	overflow-y:scroll;
	overflow-x:hidden;
	}

div.textbox5{
	height:350px;
	width:400px;
	padding:0px 10px 0px 0px;
	margin-right:10px;
	overflow-y:scroll;
	overflow-x:hidden;
	}

div.textboxwrapper{
	padding-bottom:15px;
	border-top:#F15D2F 1px solid;
	border-bottom:#F15D2F 1px solid;	
	}

div.horizontalline1{
	width:2px;
	height:350px;
	background-color:#6A6190;
	}
	
div.horizontalline2{
	width:1px;
	height:25px;
	background-color:#FFFFFF;
	}

div.horizontalline3{
	width:1px;
	height:100px;
	background-color:#2D286D;
	margin-top:25px;
	}
	
div.newsoffers1 {
	background-image:url(../images/txt-titles/news-offers.png);
	background-repeat:no-repeat;
	width:760px;
	padding:50px 0px 0px 0px;
	border:#2D286D 1px solid;
	}

div.newsoffers2 {
	background-image:url(../images/txt-titles/news-offers.png);
	background-position:center top;
	background-repeat:no-repeat;
	width:290px;
	height:260px;
	padding:50px 15px 0px 15px;
	border:#2D286D 1px solid;
	}	

div.newsitem1 {
	width:222px;
	height:130px;
	padding:10px 15px 20px 15px;
	}



div.newsinner {
	height:245px;
	}
	

div.footer{
	text-align:center;
	width:760px;
	height:132px;
	background-image:url(../images/footerbg.png);
	background-repeat:no-repeat;
	padding:20px 20px 0px 20px;
	margin:0px;	
	}

div.footer2{
	text-align:center;
	width:760px;
	height:132px;
	background-image:url(../images/footerbg2.png);
	background-repeat:no-repeat;
	padding:20px 20px 0px 20px;
	margin:0px;
	}

div.footernavbutton {
	width:80px;
	text-align:center;
	padding-top:6px;
	}	

/* map styling */

div.mapborder {
	border:#2D286D 1px solid;
	width:408px;
	}

div.mapheader {
	width:408px;
	padding:5px 0px 5px 0px;
	background-color:#CCCCCC;
	text-align:center;
	}

div.map {
	width:408px;
	height:200px;
	}



/* image styling */

img.img1{
	-moz-opacity:1.00;
	-ms-filter:”alpha(opacity=100)”; 
	filter:alpha(opacity=100); 
	opacity:1.00; 
	}

img.img1:hover{
	-moz-opacity:.80;
	-ms-filter:”alpha(opacity=80)”; 
	filter:alpha(opacity=80); 
	opacity:.80; 
	}


	

