/* -------------------------------------
	 general styles
------------------------------------- */
html { background-color: #918e82; }
body {
	background-color: #918e82;
	color: #434343;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input, textarea, select, button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 5px 4px;
}


.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: block;
}

.container {
	margin: 0 auto;
	width: 800px;
}


/* -------------------------------------
	 header
------------------------------------- */
#header {
	background: #918e82 url(../images/bg_header.png) 0 100% repeat-x;
}
#header .container {
	position: relative;
	padding: 21px 0 0;
}
#logo {
	float: left;
	padding: 0 0 10px 26px;
}
#logo a {
	display: block;
	width: 184px;
	height: 79px;
	background: transparent url(../images/logo.png) 0 0 no-repeat;
	text-indent: -9999em;
}
#logo p {
	display: none;
}


/* -------------------------------------
	 main menu
------------------------------------- */
#menu {
	float: right;
	padding-top: 63px;
}
#menu ul { 
	float: right;
	list-style: none;
}
#menu ul li {
	margin-right: 1px;
}
#menu ul li.last {
	margin-right: 0;
}
#menu ul li, #menu ul li a {
	display: inline;
	float: left;
	background: transparent url(../images/menu.png) 0 0 no-repeat;
	height: 26px;
}
#menu ul li a { 
	display: block; 
	text-indent: -9999em;
	background-color: transparent;
	padding: 0;
}
#menu ul li#menu-home, #menu ul li#menu-home a {
	width: 75px;
}
#menu ul li#menu-home a:hover, #menu ul li#menu-home.selected a { background-position: 0 -26px; }

#menu ul li#menu-storage, #menu ul li#menu-storage a {
	width: 131px;
	background-position: -76px 0;
}
#menu ul li#menu-storage a:hover, #menu ul li#menu-storage.selected a { background-position: -76px -26px; }

#menu ul li#menu-specs, #menu ul li#menu-specs a {
	width: 94px;
	background-position: -208px 0;
}
#menu ul li#menu-specs a:hover, #menu ul li#menu-specs.selected a { background-position: -208px -26px; }

#menu ul li#menu-boxes, #menu ul li#menu-boxes a {
	width: 127px;
	background-position: -303px 0;
}
#menu ul li#menu-boxes a:hover, #menu ul li#menu-boxes.selected a { background-position: -303px -26px; }

#menu ul li#menu-tour, #menu ul li#menu-tour a {
	width: 122px;
	background-position: -431px 0;
}
#menu ul li#menu-tour a:hover, #menu ul li#menu-tour.selected a { background-position: -431px -26px; }


/* -------------------------------------
	 callout menu
------------------------------------- */
#callout_menu {
	position: absolute;
	top: 20px;
	right: 20px;
	color: #fff;
	font-size: 10px;
}
#callout_menu ul { 
	list-style: none;
}
#callout_menu ul li {
	display: inline;
	float: left;
	border-right: 1px solid #fff;
	padding-right: 12px;
	margin-left: 12px;
}
#callout_menu ul li.first {
	margin-left: 0;
}
#callout_menu ul li.last {
	border: none;
	padding-right: 0;
}
#callout_menu ul li a {
	color: #fff;
	text-decoration: none;
}
#callout_menu ul li a:hover {
	color: #fc0;
	text-decoration: underline;
}


/* -------------------------------------
	 sub header
------------------------------------- */
#sub_header {
	background: #e5e2d9;
}
#sub_header .container {
	padding: 9px 0 6px;
}
#sub_header #main_1 {
	margin-left: 9px;
}
#sub_header #main_2 {
	margin-left: 1px;
}
#sub_header ul { 
	float: right;
	list-style: none;
	margin-bottom: 2px;
}
#sub_header ul li {
	display: inline;
	float: left;
	font-size: 10px;
}
#sub_header ul li a { 
	display: block;
	color: #334956;
	text-decoration: none;
	padding-right: 15px;
	border-right: 1px solid #919191;
	margin-right: 15px;
}
#sub_header ul li a.last {
	padding-right: 0;
	margin-right: 0;
	border: none;
}
#sub_header ul li.selected a, #sub_header ul li a:hover {
	text-decoration: underline;
}

#sub_header ul#section_storage {
	margin-right: 20px;
}
#sub_header ul#section_specs {
	margin-right: 274px;
}
#sub_header ul#section_boxes {
	margin-right: 144px;
}
#sub_header ul#section_tour {
	margin-right: 22px;
}


/* -------------------------------------
	 main content
------------------------------------- */
#content {
	background: #fff;
	font-size: 11px;
	line-height: 150%;
	padding: 22px 0 35px;
}
#content.iframe .container {
	width: 900px;
}
#content p {
	margin-bottom: 10px;
}
#content ul {
	margin-left: 15px;
}
#content h3 {
	margin-bottom: 5px;
}
#content .column {
	float: left;
	border-right: 1px dotted #8a8a8a;
	text-align: justify;
}
#content img.border {
	padding: 4px;
	border: 1px solid #d8d9d1;
}
#content .side {
	float: left;
	margin-left: 21px;
	padding-right: 16px;
	width: 239px;
}
#content .side ul {
	margin: 0px 0 20px 13px;
	list-style: circle;
	color: #5d5d5d;
	font-weight: bold;
}
#content .side ul.plain {
	list-style: disc;
	font-weight: normal;
}
#content .side ul a {
	color: #525252;
}
#content .side ul a:hover {
	color: #000;
}
#content .main {
	float: right;
	margin-right: 12px;
	width: 496px;
	border: none;
}
#content .main h3 {
	font-weight: bold;
	color: #535353;
	font-size: 16px;
	margin-bottom: 15px;
}
#content .main h4 {
	font-weight: bold;
	color: #535353;
	margin-top: 15px;
}
#content .main a {
	font-size: 11px;
	color: #334956;
	font-weight: bold;
	text-decoration: none;
}
#content .main a:hover {
	text-decoration: underline;
}
#content .main a span {
	color: #f90;
}
#content .dotted {
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px dotted #8a8a8a;
}
#content .main ul {
	margin-top: 15px;
	margin-bottom: 15px;
}

#content .location {
	margin: 20px 0 40px;
}
#content .location h4 {
	margin-top: 0;
}
#content .location .address {
	float: left;
	width: 350px;
}
#content .location .info {
	float: right;
	width: 100px;
	text-align: right;
}
#content .location .info a {
	text-decoration: underline;
}
#content .location .address address,
#content .store address {
	display: block;
	margin: 5px 0 0 10px;
}
#content .location .address a.map {
	color: #f90;
}

#content table.specs {
	margin: 10px 0 20px;
}
#content table.specs th,
#content table.specs td {
	font-weight: bold;
	color: #334956;
	padding: 5px;
}
#content table.specs th {
	background-color: #e5e2d9;
	padding: 2px 5px;
}
#content table.specs td span {
	display: block;
	font-weight: normal;
	color: #434343;
}
#content table.specs td a {
	color: #f90;
}
#content table.specs td.image a {
	display: block;
	height: 23px;
	width: 31px;
	background: transparent url(../images/camera.png) 0 0 no-repeat;
	text-indent: -9999em;
}

#box_sizes {
	margin-top: 25px;
}
#box_sizes .pic {
	float: left;
	width: 137px;
}
#box_sizes .info {
	float: right;
}
#box_sizes .info h4 {
	color: #334956;
	margin-top: 0;
}
#box_sizes .info p {
	margin-bottom: 20px;
}

#content #tour.main {
	width: 503px;
	margin-right: 0;
}
#flash_gallery {
	height: 480px;
}

#content .store .info {
	float: left;
	width: 285px;
}
#content .store .pics {
	float: right;
	width: 189px;
}
#content .store .info ul.customer_service span {
	display: block;
}
#content .store .pics p.map {
	margin-top: 15px;
}
#content .store .pics p.map a {
	display: inline-block;
	border: 1px solid #d8d9d1;
}
#content .store .pics p.map a img {
	padding: 4px;
}
#content .store .pics p.map a:hover {
	border-color: #868686;
}

#external_site {
	border: none;
	height: 660px;
	width: 100%;
}


/* -------------------------------------
	 home page
------------------------------------- */
#content .column.home1 {
	margin-left: 21px;
	padding-right: 16px;
	padding-bottom: 10px;
	width: 239px;
}
#content .column.home2 {
	margin-left: 12px;
	padding-right: 17px;
	padding-bottom: 10px;
	width: 284px;
}
#content .column.home3 {
	margin-left: 14px;
	padding-right: 15px;
	padding-bottom: 10px;
	width: 180px;
	border: none;
}

#boat_callout p {
	margin: 5px 0 15px;
	padding: 6px 5px;
	background: #414141;
	font-size: 13px;
	letter-spacing: 1px;
}
#boat_callout p a {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#boat_callout p a span {
	color: #f90;
}
#boat_callout p a:hover span {
	text-decoration: underline;
}
#content .column.home1 ul {
	list-style: none;
	margin: 15px 0 0;
	font-weight: bold;
}
#content .column.home1 ul li {
	margin-bottom: 2px;
}
#content .column.home1 ul a {
	color: #334956;
	text-decoration: none;
}
#content .column.home1 ul a:hover {
	text-decoration: underline;
}
#content .column.home2 a,
#content .column.home3 a {
	color: #5d5d5d;
}

#content .column.home3 h3 {
	margin: 5px 0 20px;
}
#content .column.home3 ul {
	margin: 20px 0 20px 13px;
	list-style: circle;
	color: #5d5d5d;
	font-weight: bold;
}
#content .column.home3 ul li {
	margin-bottom: 8px;
}
#content .column.home3 ul a {
	color: #5d5d5d;
}

#content .home_section {
	padding-bottom: 4px;
	margin-bottom: 14px;
	border-bottom: 1px solid #d9d9d9;
}
#content .home_section.last {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0;
}
#content .home_section.last p {
	margin-bottom: 0;
}

#facebook p {
  width: 170px;
  padding: 5px 0 10px 0;
  font: bold 11px Arial, sans-serif;
  text-align: left;
}

/* -------------------------------------
	 contact form
------------------------------------- */
#boxes_form .fields {
	float: left;
	width: 280px;
}
#boxes_form .types {
	float: right;
	width: 202px;
}

#boxes_form input {
	width: 277px;
	background-color: #ECE9E3;
	border: 1px solid #8A8A7D;
	padding: 3px;
}
#boxes_form .fields .multi .field {
	float: left;
	padding-right: 5px;
}
#boxes_form .fields .multi .field.last {
	padding-right: 0;
}
#boxes_form input#fields_city { width: 145px; }
#boxes_form input#fields_state { width: 45px; }
#boxes_form input#fields_zip { width: 60px; }

#boxes_form .types input {
	width: auto;
	padding: none;
	background: transparent;
	border: none;
}
#boxes_form .types p {
	margin-bottom: 5px;
}
#boxes_form .types .selections label {
	display: block;
}
#boxes_form .buttons {
	margin-top: 10px;
}
#boxes_form button.submit {
	float: left;
	display: block;
	height: 19px;
	width: 62px;
	background: transparent url(../images/button_submit.png) 0 0 no-repeat;
	text-indent: -9999em;
	margin-right: 10px;
	border: 0;
}
#boxes_form button.reset {
	float: left;
	display: block;
	height: 19px;
	width: 84px;
	background: transparent url(../images/button_reset.png) 0 0 no-repeat;
	text-indent: -9999em;
	border: 0;
}


/* -------------------------------------
	 boxes
------------------------------------- */
.box {
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #999;
	background-color: #eee;
}
#content div.box p {
	margin: 0;
	font-weight: bold;
}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}


/* -------------------------------------
	 page titles
------------------------------------- */
#content .title, #content .title a {
	text-indent: -9999em;
	display: block;
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#content h2.title {
	margin-bottom: 15px;
}
#content .side h3 {
	margin: 15px 0 10px;
}

#title_welcome, #title_welcome a {
	width: 282px;
	height: 32px;
	background-image: url(../images/titles/welcome_to_climastor.png);
}
#title_welcome a:hover {
	background-position: 0 -32px;
}
#title_take_tour, #title_take_tour a {
	width: 283px;
	height: 30px;
	background-image: url(../images/titles/take_a_tour.png);
}
#title_take_tour a:hover {
	background-position: 0 -30px;
}
#title_contact_location, #title_contact_location a {
	width: 283px;
	height: 35px;
	background-image: url(../images/titles/contact_location.png);
}
#title_contact_location a:hover {
	background-position: 0 -35px;
}
#title_online_services {
	width: 146px;
	height: 11px;
	background-image: url(../images/titles/online_services.png);
}
#title_storage_solutions {
	width: 174px;
	height: 24px;
	background-image: url(../images/titles/storage_solutions.png);
}
#title_personal_storage {
	width: 234px;
	height: 24px;
	background-image: url(../images/titles/personal_storage.png);
}
#title_storage_guide {
	width: 157px;
	height: 14px;
	background-image: url(../images/titles/storage_guide.png);
}
#title_business_storage {
	width: 145px;
	height: 26px;
	background-image: url(../images/titles/business_storage.png);
}
#title_wine_storage {
	width: 136px;
	height: 14px;
	background-image: url(../images/titles/wine_storage.png);
}
#title_rv_storage {
	width: 165px;
	height: 14px;
	background-image: url(../images/titles/rv_storage.png);
}
#title_rv_and_boat_storage {
	width: 194px;
	height: 27px;
	background-image: url(../images/titles/rv_and_boat_storage.png);
}
#title_boxes_and_supplies {
	width: 156px;
	height: 14px;
	background-image: url(../images/titles/boxes_and_supplies.png);
}
#title_rates_and_reservations {
	width: 205px;
	height: 19px;
	background-image: url(../images/titles/rates_and_reservations.png);
}
#content h3#title_reservations_by_location {
	margin-top: 15px;
	width: 162px;
	height: 15px;
	background-image: url(../images/titles/reservations_by_location.png);
}
#title_general_tips {
	width: 130px;
	height: 14px;
	background-image: url(../images/titles/general_tips.png);
}
#title_climate_controlled {
	width: 309px;
	height: 24px;
	background-image: url(../images/titles/climate_controlled.png);
}
#title_storage_unit_sizes {
	width: 155px;
	height: 34px;
	background-image: url(../images/titles/unit_sizes.png);
}
#title_packing_tips {
	width: 115px;
	height: 30px;
	background-image: url(../images/titles/packing_tips.png);
}
#content h3#title_extra_services {
	margin-bottom: 15px;
	width: 137px;
	height: 11px;
	background-image: url(../images/titles/extra_services.png);
}
#title_boxes_and_supplies_main {
	width: 168px;
	height: 24px;
	background-image: url(../images/titles/boxes_and_supplies_large.png);
}
#title_boxes_and_supplies_sub {
	width: 163px;
	height: 28px;
	background-image: url(../images/titles/boxes_and_supplies_small.png);
}
#title_box_size_guide {
	width: 166px;
	height: 23px;
	background-image: url(../images/titles/box_size_guide.png);
}
#content h3#title_locations {
	margin-bottom: 10px;
	width: 113px;
	height: 11px;
	background-image: url(../images/titles/locations.png);
}
#title_tour_climastor {
	width: 146px;
	height: 19px;
	background-image: url(../images/titles/tour_climastor.png);
}
#title_perkins_rd {
	width: 179px;
	height: 24px;
	background-image: url(../images/titles/perkins_rd.png);
}
#title_mancuso_ln {
	width: 271px;
	height: 16px;
	background-image: url(../images/titles/mancuso_ln.png);
}
#title_bluebonnet_blvd {
	width: 217px;
	height: 24px;
	background-image: url(../images/titles/bluebonnet_blvd.png);
}
#title_manage_account {
	width: 224px;
	height: 24px;
	background-image: url(../images/titles/manage_account.png);
}
#title_accounts_by_location {
	width: 142px;
	height: 15px;
	background-image: url(../images/titles/accounts_by_location.png);
}


/* -------------------------------------
	 footer
------------------------------------- */
#footer {
	background: transparent url(../images/bg_footer.png) 0 0 repeat-x;
	color: #fff;
	font-size: 10px;
	padding: 0 0 80px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	color: #fc0;
	text-decoration: underline;
}
#footer #copyright {
	float: left;
	padding: 27px 0 0 20px;
}
#footer #credits {
	float: right;
	padding: 8px 20px 0 0;
	text-align: right;
}
#footer p#military {
	padding-left: 25px;
	background: transparent url(../images/us_flag.png) 0 0 no-repeat;
	margin-bottom: 3px;
}
