@font-face {
  font-family: 'Open Sans';
  src: url('/fonts/OpenSans-Regular-webfont.eot'); /* IE */  
  src: local("Open Sans"), url('/fonts/OpenSans-Regular-webfont.ttf') format("truetype"); /* non-IE */
}
.arial-20-green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #F92017;
}
.top-header {
	background-image: url(images/storage-cirencester.jpg);
	background-repeat: repeat-x;
}
.open-20-green {
	font-family: "Open Sans";
	font-size: 20px;
	color: #406E08;
}


.arial-20-bronze {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #930;
}
.open-20-blue {
	font-family: "Open Sans";
	font-size: 22px;
	color: #192F5F;
}
.open-20-lightblue {
	font-family: "Open Sans";
	font-size: 22px;
	color: #7FA7FB;
}



.bottom-line {
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #006940;
}
a.top-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
	display: block;
	height: 39px;
	width: 100%;
	line-height:39px;
	font-weight: bold;
}
a.top-link:hover {
	background-color: #C22C28;
	color: #FFF;
}

.border {
	border: thin solid #CCC;
}
.arial-12-grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
.arial-11-grey {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
.arial-12-white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
}
.arial-20-black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
}
.open-16-green {
	font-family: "Open Sans";
	font-size: 16px;
	color: #406E08;
}

.arial-14-grey {
	font-family: "Open Sans";
	font-size: 14px;
	color: #333;
}

.green-arial-14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FC2217;
}

#contact input[type="text"] {
	width:400px;
	height: 35px;
	border: 0px;
	background-color: #929292;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	padding-left: 8px;
}
.open-14-green {
	font-family: "Open Sans";
	font-size: 14px;
	color: #406E08;
}

.shadow {
	-moz-box-shadow: 1px 1px 7px 0px #787878; 
	-webkit-box-shadow: 1px 1px 7px 0px #787878; 
	box-shadow: 1px 1px 7px 0px #787878; 
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#999999)";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=#999999);
}
.footer {
	background-image: url(images/cirencester-storage.jpg);
	background-repeat: repeat-x;
}
.open-13-blue {
	font-family: "Open Sans";
	font-size: 13px;
	color: #0B1C4F;
}

.open-18-white {
	font-family: "Open Sans";
	font-size: 18px;
	color: #FFF;
}

.open-34-green {
	font-family: "Open Sans";
	font-size: 30px;
	color: #406e08;
}
.open-blue-28 {
	font-family: "Open Sans";
	font-size: 30px;
	color: #0B1C4F;
}
.orange-25 {
	font-family: "Open Sans";
	font-size: 25px;
	color: #eaae0e;
}
.open-20-grey {
	font-family: "Open Sans";
	font-size: 18px;
	color: #333;
}


.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
}
img.sop {
	filter: alpha(opacity=100);
	opacity: 1;
}
.open-14-white {
	font-family: "Open Sans";
	font-size: 14px;
	color: #FFF;
}

img:hover.sop  {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.metal-back {
	background-image: url(images/cirencester_storage.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}


.myriad-24-white {
	font-family: "Myriad Pro", myriadwebpro, Arial;
	font-size: 24px;
	color: #FFF;
	text-decoration: none;
}
.myriad-24-black {
	font-family: "Myriad Pro", myriadwebpro, Arial;
	font-size: 24px;
	color: #333;
	text-decoration: none;
}
.sop {
	filter: alpha(opacity=100);
	opacity: 1;
}
.sop:hover {
	filter: alpha(opacity=60);
	opacity: 0.6;
}
.shadow {
	-moz-box-shadow: 1px 1px 4px 0px #585858; 
	-webkit-box-shadow: 1px 1px 4px 0px #585858; 
	box-shadow: 1px 1px 4px 0px #585858; 
	/* Alas, box-shadow is not fully supported by IE < 9 */
	
}
#mobile_return {
   display: block; top: 0; left: 0; width: 100%; text-align: center; /*Leave this line alone */
   position: fixed;
   height: 2em;
   background: #fff;
}
#mobile_return a { 
   font-size: 1em; line-height: 2em; vertical-align: middle; text-decoration: none; /*Leave this line alone */
   font-family: "Helvetica Neue", Arial, sans-serif;
   color: #000;
}