/* NON IE Style sheet */
body {
	/*background:url("../images/backgrounds/skyline cut3.jpg") repeat-x;*/
	background:url("../images/backgrounds/blue_bg.jpg") repeat-y #6689ff;
	margin:0px;
	font-family:Trebuchet MS, Arial;
}

/* Span classes */
span.easy {
	font-weight:bold;
	color:#31319a;
}

span.store {
	font-weight:bold;
	color:#d6150c;
}

span.error {
	color:red;
}

span.success {
	color:green;
}

.blue {
	color:#02215a;
}

div#segment2 div.thick {
	border-bottom:3px solid #999999;
}

/* Random classes */
.border {
	border:1px solid #1437a0;
}

/* Headings */
h1 {
	margin:0px;
	padding:0px;
	font-size:30px;
	color:#676adf;
	font-family:Trebuchet MS, Arial;	
}

h2 {
	margin:5px 0 0 2px;
	padding:0px;
	color:#ff6600;
	font-size:18px;
	font-family:Trebuchet MS, Arial;	
}

h2 a {
	margin:5px 0 0 0;
	padding:0px;
	color:#ff6600;
	font-size:18px;
	font-family:Trebuchet MS, Arial;
}

h3 {
	margin:0px;
	padding:0px;
	font-size:20px;

}

a {
	text-decoration:none;
	color:#d35400;
}

a:hover {
	text-decoration:underline;
}

/* Main page */
div#container {
	width:950px;
	margin:auto;
	background:white;
	padding:0 5px 0 5px;
	border-left:2px solid #1a63ff;
	border-right:2px solid #1a63ff;
}

div#header {

}

div#header div#top {
	overflow:hidden;
}

div#header div#logo {
	float:left;
	margin:5px 0 0 5px;
}

div#menu {
	margin:10px 0 2px 0;
	font-weight:bold;
	font-size:13px;
	border:1px solid #b2b2b2;
	/*border-right:3px solid #b2b2b2;*/
	border-bottom:3px solid #858585;
	background:url("../images/backgrounds/menu div_bg.jpg") #e6e6e6;
}

ul#menu {
	list-style:none;
	/*background:url("../images/backgrounds/menu_bg.jpg") repeat-x;*/
	overflow:auto;
	/*width:768px;*/
	width:860px;
	height:28px;
	margin:0px;
	margin:auto;
	padding:0px;
}

ul#menu a {
	display:block;
	padding:4px 18px 4px 27px;
	color:black;
	text-decoration:none;
}

ul#menu li {
	float:left;
	/*background:url("../images/backgrounds/menu_middle_bg.jpg") no-repeat;*/
}

ul#menu li a:hover {
	color:#083cea;
}

ul#menu li#first {
	/*background:url("../images/backgrounds/menu_left_bg.jpg") no-repeat 0px -1px;*/
}

ul#menu li#last {
	width:6px;
	height:28px;
	/*background:url("../images/backgrounds/menu_right_bg.jpg") no-repeat 0px -1px;*/
}

div#header div#tel {
	float:right;
	margin:10px 10px 0 0;
}

ul#tel {
	list-style:none;
}

ul#tel li {
	float:left;
	padding-left:15px;
}

ul#tel li#first {
	text-align:right;
	padding:0 15px 0 0;
	border-right:2px solid #c80000;
}

ul#tel a {
	color:#ff6600;
}

/* Get in touch include */
div#getintouch {
	margin:0px;
	padding:45px 43px 0px 35px;
	background:url("../images/backgrounds/contact background.jpg") no-repeat;
	font-size:12px;
	color:#217a0c;
	height:375px;
}

div#getintouch div#submit {
	float:right;
	margin:5px 0px 0 0;
}

div#getintouch select {
	width:125px;	
}

div#getintouch textarea {
	overflow-x:hidden;
	font-size:12px;
}

div#getintouch input {
	font-size:12px;
	width:120px;
}

div#getintouch input#submit {
	font-size:12px;
	width:50px;
}

ul#getintouch {
	margin:0px;
	padding:0px;
	list-style:none;
}

/* Testimonial box */
div#testimonial {
	margin:0px;
	padding:55px 20px 0px 20px;
	background:url("../images/backgrounds/testimonial background.jpg") no-repeat;
	font-size:11px;
	color:#00133c;
	text-align:center;
	height:210px;
}

div#footer {
	border: 1px solid gray;
	clear:both;
	padding:3px;
	overflow:auto;
	font-size:11px;
	background:#e8e8e8;
}

div#footer a {
	color:black;
	text-decoration:none;
}

div#footer div#itel {
	float:right;
}


/* Left menu */
div#menu2 {
	font-family:Arial, Helvetica, sans-serif;
	width:200px;
	margin-top:0px;
	float:left;

}

ul#menu2 {
	margin:0px;
	padding:0px;
	list-style:none;
	font-size:12px;
	border-left:1px solid #d1d1d1;
}

ul#menu2 a {
	text-decoration:none;
	color:#356adf;
	font-weight:bold;
}

ul#menu2 a:hover {
	text-decoration:underline;
}

ul#menu2 li {
	padding:5px 0 4px 10px;
	background:url("../images/backgrounds/menu2 end.jpg") no-repeat 142px 0 #bfd3ff;
	margin-bottom:1px;
}

ul#menu2 li#heading {
	background:url("../images/backgrounds/menu2 heading_bg.jpg") repeat-x #032161;
	color:white;
	font-size:15px;
	font-weight:bold;
}

ul#menu2.more li {
	background:url("../images/backgrounds/menu2 end more.jpg") no-repeat 142px 0 #edfb75;
}

ul#menu2.more a {
	color:#27bf64;
}
ul#menu2.more li#heading {
	background:url("../images/backgrounds/menu2 heading_bg more.jpg") repeat-x #032161;
	color:white;
	font-size:15px;
}

/* Right menus */
div#segment3 {
	font-family:Arial, Helvetica, sans-serif;
	width:200px;
	float:right;
}

ul#box {
	margin:0px;
	padding:0px;
	list-style:none;
	background:url("../images/backgrounds/menu_box background.jpg") repeat-x white;	
	border:1px solid #999999;
}

ul#box li#text {
	font-style:italic;
	font-size:11px;
	border-top:0px;

}

ul#box li#heading {
	background:url("../images/backgrounds/menu2 heading_bg.jpg") repeat-x #032161;
	padding:5px 0px 4px 0px;
	color:white;
	font-size:15px;
	font-weight:bold;
	text-align:center;
}

ul#box p {
	margin:10px;
	text-align:center;
}


/* Main page */
div.shaded {
	background:url("../images/backgrounds/blue_gray_gradient.jpg") repeat-x;
}

div#segment2 {
	float:left;
	padding:0px 5px 0 5px;
	margin:0 7px 0 7px;
	width:525px;
	background:url("../images/backgrounds/blue_gray_gradient.jpg") repeat-x;	
	overflow:hidden;
}

div#segment2 p {
	margin-top:5px;
}

div.box {
	overflow:hidden;
	padding-bottom:10px;
	border-bottom:1px solid #CCCCCC;
	color:#02215a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

div.box.background {
	background:url("../images/backgrounds/blue_gray_gradient.jpg") repeat-x;
}

div.box div.img {
	margin:15px 0 0 10px;
	float:right;
}

div.box div.img2 {
	margin:10px 10px 0 0;
	float:left;
}

div#segment2 div#nav {
	margin:0px 10px 0 0;
	padding-top:20px;
	float:right;
}

div#segment2 div#more {
	padding-top:15px;
}

body#storage div#segment2 div#more {
	padding-top:0px;
	text-align:right;
}

div#segment2 div.box ul {
	color:#1183d5;
}
div#segment2 div.box ul li {
	margin-bottom:10px;
}

/* self-storage-units.php page */
div.box div#map {
	margin:10px 0 0 0;
}

div.minialbum {
	margin-top:5px;
}

div.minialbum div.thumb {
	width:90px;
	height:90px;
	margin-left:10px;
	float:left;
	border:1px solid #c0c0c0;
}

/* faqs.php */
body#faqs div#segment2 div#more {
	padding-top:65px;
}

ul#faqs {
	list-style:none;
	padding:0px;
	width:350px;
	margin:auto;
	margin-top:10px;
}

ul#faqs li {
	display:inline;
	padding:0 10px 0 10px;
	border-right:1px solid orange;
}

ul#faqs li#last {
	border-right:0px solid orange;
}

ul#faqs a {
	color:#1183d5;
}