/* Start of CMSMS style sheet 'Homepage' */
/* Eric Meyer Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	/*
	Off because selections appear under backgroun image links*/
	line-height: 1.2;
	color: black;
	background-color: #004460;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* Main */

body {
	font-family: Calibri, Tahoma, Arial, Helvetica, sans-serif;
	color: #555;
	font-size: 90%;
}

label {
	margin: 2px;
	display: block;
}

input {
	background-color: #C5C5C5;
	background-image: url('uploads/images/input-bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 4px 6px;
	border: 0;
	-moz-border-radius: 10px 10px 0 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius: 10px 10px 0 10px;
	margin: 2px;
}

select {
	background-color: #C5C5C5;
	background-image: url('uploads/images/input-bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 4px 6px;
	border: 0;
	-moz-border-radius: 10px 10px 0 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius: 10px 10px 0 10px;
	margin: 2px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background-color: #C5C5C5;
	background-image: url('uploads/images/input-bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 4px 6px;
	border: 0;
	-moz-border-radius: 10px 10px 0 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius: 10px 10px 0 10px;
	margin: 2px;
}

p {
	margin: 0 0 15px 0;
}

strong {
	font-weight: bold;
}

hr {
	color: #DDD;
	background-color: #DDD;
	border: none;
	height: 1px;
}


/* ids */

#header {
	border-bottom: 1px solid #fff;
	margin-bottom: 20px;
}

#header-top {
	background-image: url('uploads/images/header-top-bg.jpg');
	background-color: #FF6500;
	background-repeat: repeat-x;
	background-position: bottom;
	height: 198px;
}

#header-top .wrap {
	width: 1000px;
}

#footer {
	background-image: url('uploads/images/footer-bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 10px;
}

.wrap {
	margin: 0 auto;
	width: 960px;
}

.clearfix {
	overflow: hidden;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-center {
	text-align: center;
}

.align-top {
	vertical-align: top;
}

.align-bottom {
	vertical-align: bottom;
}

.align-middle {
	vertical-align: middle;
}

#content .bubble {
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: #FFF;
	padding: 15px;
	-moz-box-shadow: 0 0 10px #000;
	line-height: 23px;
}

.tabs {
	margin-bottom: 30px;
	font-size: 110%;
}

#tab-menu {
	margin: 0;
	padding-bottom: 18px;
	padding-left: 10px;
}

#tab-menu li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#tab-menu a {
	width: 174px;
	height: 70px;
	margin-right: 8px;
	float: left;
	position:relative;
}

#tab-menu span {
	width: 100%;
	height: 100%;
	position:absolute;
}

#tab-menu a#personal-tab {
	margin-left: 20px;
}

#tab-menu .active a#personal-tab span {
	background-image: url('uploads/images/tabs/personal-tab-active.png');
}

#tab-menu .active a#business-tab span {
	background-image: url('uploads/images/tabs/business-tab-active.png');
}

#tab-menu .active a#records-management-tab span {
	background-image: url('uploads/images/tabs/records-management-tab-active.png');
}

#tab-menu .active a#shipping-services-tab span {
	background-image: url('uploads/images/tabs/shipping-services-tab-active.png');
}

#tab-menu .active a#student-storage-tab span {
	background-image: url('uploads/images/tabs/student-storage-tab-active.png');
}

#tab-menu a#personal-tab span {
	background-image: url('uploads/images/tabs/personal-tab.png');
}

#tab-menu a#business-tab span {
	background-image: url('uploads/images/tabs/business-tab.png');
}

#tab-menu a#records-management-tab span {
	background-image: url('uploads/images/tabs/records-management-tab.png');
}

#tab-menu a#shipping-services-tab span {
	background-image: url('uploads/images/tabs/shipping-services-tab.png');
}

#tab-menu a#student-storage-tab span {
	background-image: url('uploads/images/tabs/student-storage-tab.png');
}

#tab-menu a#personal-tab:hover span {
	background-image: url('uploads/images/tabs/personal-tab-active.png');
}

#tab-menu a#business-tab:hover span {
	background-image: url('uploads/images/tabs/business-tab-active.png');
}

#tab-menu a#records-management-tab:hover span {
	background-image: url('uploads/images/tabs/records-management-tab-active.png');
}

#tab-menu a#shipping-services-tab:hover span {
	background-image: url('uploads/images/tabs/shipping-services-tab-active.png');
}

#tab-menu a#student-storage-tab:hover span {
	background-image: url('uploads/images/tabs/student-storage-tab-active.png');
}

.tabs li {
	list-style-image: url('uploads/images/bulletpoint.png');
	margin-left: 30px;
	color: #F47320;
}

#content .bubble .float-left {
	width: 364px;
	padding-right: 10px;
}

#content .bubble .float-right {
	width: 556px;
}

#content .bubble h1 {
	font-size: 200%;
	font-weight: bold;
	color: #F47320;
	margin-bottom: 10px;
}

#content .bubble h2 {
	font-size: 200%;
	font-weight: bold;
	color: #004460;
	margin-bottom: 5px;
}

#content .bubble h3 {
	font-size: 150%;
	font-weight: bold;
	color: #666;
	font-style: italic;
	margin-bottom: 5px;
}

#footer .wrap {
	padding: 15px;
}

#footer #links div {
	font-size: 80%;
	color: #FFF;
	padding: 0 35px;
}

#footer #links div strong {
	font-size: 130%;
}

#footer #links div a:link, #footer #links div a:visited {
	color: #FFF;
	text-decoration: none;
}

#footer #links div a:hover {
	color: #AAA;
	border-bottom: 1px dotted #AAA;
}

#developer {
	clear: both;
	padding: 15px 35px;
}

#developer a:link, #developer a:visited {
	color: #fff;
	text-decoration: none;
	font-size: 80%;
}

#developer a:hover {
	color: #AAA;
	border-bottom: 1px dotted #AAA;
}

.small {
	font-size: 80%;
}

.medium {
	font-size: 100%;
}

.button {
	cursor: pointer;
}

.clear {
	clear: both;
}

#large-buttons {
	margin-bottom: 30px;
}

.half-price-box {
	width: 300px;
	height: 135px;
	padding: 10px 20px;
	color: #FFF;
	background-image: url('uploads/images/half-price-box-bg.jpg');
	-moz-border-radius: 20px 20px 0 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	border-radius: 20px 20px 0 20px;
	font-size: 80%;
	margin: 0 24px;
}

.half-price-box div.img {
	left: 200px;
	top: -205px;
	position: relative;
	float: left;
	width: 0;
	height: 0;
	z-index:999;
}

.half-price-box .title {
	font-size: 200%;
	font-weight: bold;
	padding-bottom: 10px;
	display: block;
}

.half-price-box div {
	padding-bottom: 10px;
}

.half-price-box a:link, .half-price-box a:visited {
	color: #F47320;
	text-decoration: none;
	font-size: 120%;
	font-weight: bold;
}

.half-price-box a:hover{
	border-bottom: 1px dotted #F47320;
}

.quote {
	margin-bottom: 30px;
}

.quote .text {
	margin: 0 auto;
	text-align: center;
	color: #FFF;
	font-size: 180%;
	font-weight: bold;
	font-style: italic;
	width: 600px;
}

.quote .sub {
	text-align: right;
	margin: 0 auto;
	color: #AAA;
	font-size: 85%;
	font-weight: bold;
	width: 600px;
}

#enquiry-form {
	font-size: 80%;
	padding: 15px 0;
}

#enquiry-form table td {
	padding: 5px 5px;
}

#enquiry-form div {
	padding: 1px 0;
}

#enquiry-form input, #enquiry-form textarea, #enquiry-form select {
	width: 150px;
}

#enquiry-form input.button {
	background-color: #FF7C24;
	background-image: url('uploads/images/submit-btn.jpg');
	background-position: center top;
	color: #FFF;
	height: 40px;
	width: 150px;
}

.need-packaging {
	float:left;
	left:50%;
	margin-left:-485px;
	position:absolute;
	top:562px;
	z-index:999;
}

.mobile-self-storage {
	width: 250px;
	line-height: 25px;
	padding: 10px 25px 10px 10px !important;
	background: transparent url('uploads/images/vertical-rule.gif') right center no-repeat;
}

.enquiry-form {
	padding: 10px;
	width: 490px !important;
}

blockquote {
	margin: 0 auto;
	width: 700px;
	background: transparent url('uploads/images/blockquote-left.png') left top no-repeat;
}

blockquote div {
  padding: 0 48px;
  background: transparent url('uploads/images/blockquote-right.png') right bottom no-repeat;
}

.long {
	width: 200px !important;
}

select.long {
	width: 210px !important;
}


#callback {
	width: 300px;
	height: 125px;
	padding: 10px 20px 20px 20px;
	background-image: url('uploads/images/callback-bg.jpg');
	position: relative;
	-moz-border-radius: 10px 10px 0 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius: 10px 10px 0 10px;
	color: #FFF;
	font-size: 75%;
	font-weight: bold;
}

#callback input {
	background-color: #FFF;
	background-image: none;
	color: #AAA;
	width: 150px;
}

#callback select {
	background-color: #FFF;
	background-image: none;
	color: #AAA;
	padding: 4px 6px;
	border: 0;
	-moz-border-radius: 10px 10px 0 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius: 10px 10px 0 10px;
	margin: 2px;
	width: 100%;
}

#callback a.button {
	background-color: #FF7C24;
	background-image: url('uploads/images/submit-btn.jpg');
	background-position: top;
	background-repeat: repeat-x;
	color: #FFFFFF;
	-moz-border-radius: 10px 10px 0 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius: 10px 10px 0 10px;
	text-decoration: none;
	font-size: 140%;
	padding: 5px 25px;
	font-weight: normal;
}

#callback strong {
	color: #004460;
	font-size: 240%;
}

#callback-slides {
	width: 640px;
}

.karmic_flow_slides span {
	display: block;
	margin: 15px 0;
}



.karmic_flow_container {
	overflow: hidden; 
	position: relative;
	width: 300px; 
	height: 100px;
}

.karmic_flow_slider, .karmic_flow_slider li {
	list-style:none;
	margin: 0;
	padding: 0;
	display: block;
	width: 300px; 
	height: 100px;
}

.karmic_flow_slider {
	overflow: hidden; 
	position: relative;
}

.karmic_flow_slider li {
	float: left;
	position: relative;
	overflow:hidden;
}

.karmic_flow_sliding .karmic_flow_slide_overflow {
	overflow:hidden;
}

.karmic_flow_sliding object, .karmic_flow_sliding embed {
	display: none;
}

.karmic_flow_controller {
	/* optional */
	background: #333;
	color: #3399CC;
	padding: 5px 10px;
	line-height: 25px;
	text-decoration: none;
}
/* End of 'Homepage' */

