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

body{
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin: 0 auto 0 auto;
	font-family:  Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #666;
}


body img{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a {
	text-decoration:none;
	color: #036;
}

img {
	max-width: 100%;
	height: auto;
	margin: 0;
}

p, h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}


#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	z-index: 100;
	text-decoration: none;
	max-width: 1000px;
	line-height: 1.5em;
}

div.left_shadow {
	background-image: url(images/left_shadow_600.png);
	background-repeat: no-repeat;
	float: left;
	height: 600px;
	width: .9%;
	background-position: right;
}
div.right_shadow{
	background-image: url(images/right_shadow_600.png);
	background-repeat: repeat-y;
	height: 600px;
	float: right;
	width: 1%;
}

/***************************************************************SLIDESHOW*/
div.slideshow {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	
}
.rslides {
  box-shadow: 0 0 20px #666;
  -moz-box-shadow: 0 0 20px #666;
  -webkit-box-shadow: 0 0 20px #666;
  margin: 0 auto 40px;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }

div.header {
	width: 98.1%;
	float: left;
	height: auto;
	background-image: url(images/empirebg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #F9F4DE;
}

div.header_col_first {
	width: 47%;
	float: left;
}
div.header_col_first_mobile {
	width: 50%;
	display: none;
	float: left;
}

div.header_col_middle {
	width: 13%;
	float: left;
	margin-top: 30px;
}

div.header_col_last {
	width: 30%;
	float: right;
	color: #FFFFFF;
	padding-top: 50px;
	font-size: 16px;

}

div.header_col_last_name {
	float:right;
	letter-spacing: 1em;	
}
div.header_col_last_address {
	display: none;
}

div.clear_both {
	clear: both;
	margin: 0px;
	padding: 0px;
}

/************************************************************* NAVIGATION MENU*/

div.nav_menu {
	width: 96.1%;
	background-color: #f9f4de;
	float: left;
	padding-top: 0;
	padding-right: 2%;
	padding-bottom: 0;
	padding-left: 2%;
}

div.nav_menu ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

div.nav_menu ul li {
	list-style: none;
	float: left;
	text-align: center;
}

div.nav_menu ul li:hover {
	background-color: #FDFBF2;
}

div.nav_menu ul li a:link,
div.nav_menu ul li a:visited {
	display: block;
	text-align: center;
	color: #305782;
	text-decoration: none;
	width: 100%;
	margin-right: 20px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 0px;
	font-size: 16px;
}

div.menu_trigger {
	cursor: pointer;
	color: #22295D;
	background-color: #F9F4DE;
	text-align: left;
	width: 98%;
	padding-top: 15px;
	padding-right: 1%;
	padding-bottom: 15px;
	padding-left: 1%;
	float: left;
	display: none;
}
.navicon {
	height: 6px;
	width: 6px;
	margin: 20px;
	border-top: 18px double #000;
	border-bottom: 6px solid #000;
	font-size:0;
}
div.clearfix:before, .clearfix:after {content: ""; display: table;}

/********************************************************************** HOME CONTENT*/

div.home_content {
	background-color: #ffffff;
	height: auto;
	width: 98.1%;
	float: left;
}

div.home_content h1{
	color:#930;
}

div.home_content_col_first{
	float: left;
	width: 18%;
	padding-left: 5%;
	}
div.home_content_col_middle{
	float: left;
	width: 50%;
	}
div.home_content_middle_bottom {
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
div.home_content_col_last{
	height: auto;
	width: 25%;
	float: right;
	background-color: #FFF;
	text-decoration: none;
	line-height: 2em;
	}

div.home_content_col_last a:link {
	color: #666;
}

div.home_content_col_last a:visited, hover, active {
	color: #000;
}

div.home_content_col_last ul {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	list-style-image: url(images/check.png);
}

div.home_content_col_last li {
	text-decoration: none;
}

div.footer {
	background-image: url(images/footerbg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: auto;
	width: 100%;
	font-size: 16px;
	display: block;
}
div.footer p {
	line-height: 2em;	
	}

/********************************************************* DIRECTIONS CONTENT*/

div.directions_content {
	background-color: #ffffff;
	height: auto;
	width: 98.1%;
	float: left;
}

div.directions_content_header {
	font-size: 0.9em;
	line-height: 1.5em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: auto;
	padding-top: 3.5%;
	padding-bottom: 3.5%;
}
div.directions_content_header h1{
	color:#930;
}

div.directions_content_header h2 {
	color: #AD4325;
	background-color: #F9F4DE;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}

div.directions_googlemap {
	width: 100%;
	float: left;
	background-color: #F0EDE5;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

/**************************************************   ABOUT US  CONTENT*/

div.aboutus_content {
	background-color: #ffffff;
	height: auto;
	width: 98.1%;
	float: left;
}
div.aboutus_content_header1 {
	background-color: #FFFFFF;
	font-size: 0.9em;
	line-height: 1.5em;
	width: auto;
	margin: 0px;
	padding-top: 2%;
	padding-right: 3.5%;
	padding-bottom: 2%;
	padding-left: 3.5%;
}

div.aboutus_content_header2 {
	font-size: 0.9em;
	line-height: 1.3em;
	width: 98%;
	margin: 1%;
}
div.aboutus_content_header h1{
	color: #069;
}

div.aboutus_content_header p {
	font-size: 1em;
	line-height: 1.5em;
}

div.aboutus_content_col_first {
	float: left;
	width: 30%;
	padding-left: 4%;
}

div.aboutus_content_col_last {
	float: left;
	width: 60%;

}
div.units_examples {
	width: 100%;
	padding-top: 5px;
	padding-right: 0.5%;
	padding-bottom: 5px;
	padding-left: 0.5%;
	height: auto;
	margin-right: 10%;
	margin-left: 1%;
}
div.units_col_first {
	float: left;
	width: 20%;
	padding-top: 25px;
	padding-right: 1%;
	padding-left: 1%;
	border: thin inset #CCC;
	clear: left;
	text-align: center;
	height: 55px;
	margin: 0.1%;
}
div.units_col_second {
	float: left;
	width: 40%;
	padding-top: 25px;
	padding-right: 1%;
	padding-left: 1%;
	border: thin inset #CCC;
	height: 55px;
	margin: 0.1%;
	line-height: 1em;
}

div.units_col_last {
	width: 28%;
	float: left;
	padding-top: 5px;
	padding-right: 1%;
	padding-bottom: 5px;
	padding-left: 1%;
	border: thin inset #CCC;
	text-align: center;
	height: 70px;
	margin: 0.1%;
}

div.units_header_col_first {
	float: left;
	width: 20%;
	height: auto;
	padding-top: 10px;
	padding-right: 1%;
	padding-bottom: 10px;
	padding-left: 1%;
	border: thin inset #CCC;
	clear: left;
	text-align: center;
	margin: 0.1%;
	line-height: .8em;
}
div.units_header_col_second {
	float: left;
	width: 40%;
	padding-top: 10px;
	padding-right: 1%;
	padding-bottom: 10px;
	padding-left: 1%;
	border: thin inset #CCC;
	height: auto;
	margin: 0.1%;
	line-height: .8em;
}
div.units_header_col_last {
	float: left;
	width: 28%;
	padding-top: 10px;
	padding-right: 1%;
	padding-bottom: 10px;
	padding-left: 1%;
	border: thin inset #CCC;
	height: auto;
	text-align: center;
	margin: 0.1%;
	line-height: .8em;
}
/*********************************************************** ACCOUNT CONTENT*/
.account_content {
	width: 98.1%;
	float: left;
	background-color: white;
	height: auto;
}

.account_content_header {
	float: left;
	height: auto;
	width: 74%;
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 12%;
	padding-right: 12%;
	background-color: #FFF;
}
.account_content_header h3{
	font-size: 24px;
	color: #2F7DBB;
	text-align: center;
}

.account_content_info {
	height: auto;
	background-color: #FFF;
	width: 100%;
	text-align: center;
}


.column {
  float: left;
  padding: 1%;
  height: 125px; /* Should be removed. Only for demonstration */
}
.column h2{
	font-size: 20px;
}
.left{
  margin-left: 5%;
  width: 25%;
}

.right {
  width: 40%;
}

.middle {
  width: 15%;
}

.middle p {
  padding: 1% 1% 1% 1%;
  font:bold; 
  color: #333333;
  background-color: #EEEEEE;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC; 
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}




/************************************************** Specials Page */


.specials_content {
	width: 98.1%;
	float: left;
	background-color: white;
	height: 500px;
}
.specials_content_info {
	width: 100%;
	float: left;
	background-color: white;
	height: auto;
}
.specials_coupons{
	height: auto;
	width: 100%;
	color: #000;
	font-size: 12px;
	background-color: #FFF;
	text-align: center;
}

.specials_content {
	width: 98.1%;
	background-color: #FFF;
	height: auto;
	line-height: 125%;
	color: #666;
}
.coupons {
	line-height: 2em;
}
.coupons h1{
	color: #900;
}
.coupons img{
	padding-right: 10px;
	padding-left: 10px;
	}
	
/***********************************************  Storage Tips Page */

.tips_content{
	height: auto;
	width: 98.1%;
	float: left;
	background-color: #FFF;
}
.tips_content_info {
	float: left;
	width: 96%;
	background-color: #FFF;
	color: #666;
	margin: 0px;
	padding-right: 2%;
	padding-left: 2%;
	}

.tips_content h2{
	color: #666699;
	text-align: center;
	}
.tips_content h3{
	color: #0F75BC;	
	}
	
.tips_content li{
	font-size: 12px;
	margin-left:		0; 
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 60px;
	}
	
.tips_content h3{
	color: #330099;
	}
.tips_content li{
	font-size: 12px;
	margin-left: auto;
	width: 55%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	list-style-image: url(images/check.png);
	}
	

/***********************************************  Contact Page */

.contact_content {
	width: 98.1%;
	float: left;
	background-color: white;
	height: auto;
	text-align: center;
}
.contact_content_info {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

.margins {
	margin-right: 30px;
	margin-left: 30px;
	width: auto;
	text-align: left;
	}
	
#feedback-page{
	text-align:center;
}

#form-main{
	width: 100%;
}

#form-div {
	background-color: rgba(181,181,181,0.4);
	padding-top: 35px;
	padding-bottom: 50px;
	margin-top: 30px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	width: auto;
	padding-right: 3%;
	padding-left: 3%;
}

.feedback-input {
	color:#3c3c3c;
	font-family: Helvetica, Arial, sans-serif;
    font-weight:500;
	font-size: 18px;
	border-radius: 0;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	margin-bottom: 10px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
    padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	background-image: url(images/name.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(images/name.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(images/email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(images/email.svg);
	background-size: 30px 30px;
  	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#phone{
	background-image: url(images/phone.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#phone:focus{
	background-image: url(images/phone.svg);
	background-size: 30px 30px;
  	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-image: url(images/comment.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#antispam {
	background-image: url(images/anti-spam.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;

	}
	
#antispam:focus {
	background-image: url(images/anti-spam.png);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}
	

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

.spamquestion {
	color: #C00;
	background-color: #FBFBFB;
	font-weight: bold;
	}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue{
	float:left;
	width: 100%;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #3498db;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #0493bd;
}
	
.submit:hover {
	color: #3498db;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}


.contact_form {
	float: left;
	width: 100%;
}
.contact_title {
	float: left;
	height: 34px;
	width: 20%;
}
.contact_name {
	float: left;
	height: 34px;
	width: 80%;
}
