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

body {
	margin: 0px;
	font-family:Century Gothic, Helvetica, Arial, Verdana, Sans-serif;
	color:#333333;
	font-size:12px;
	background:url(../images/bg.jpg) repeat-x #ccc;
}

td {
	padding:3px;
}

a {
	color:#333;
	cursor:pointer;
}

a:hover {
	text-decoration:underline;
}

a:focus {
	outline: none;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:18px;
	font-weight: bold;
	text-transform: uppercase;
	margin:0px;
	clear:both;
}

h3 {
	font-size:16px;
	font-weight: bold;
	text-transform: uppercase;
	clear:both;
	color: #9ABE3E;
	margin-bottom:2px;
}

h4 {
	color: #9ABE3E;
	padding:5px;
	padding-left:0px;
	margin:0px;
	z-index:100;
	position:relative;
	float:none;
	clear:both;
}
.subcontent.home-feature h4 {
	margin-left:-11px;
	background:#333;
	color:white;
	padding: 7px 17px 5px 10px;
	font-size:14px;
	font-weight: bolder;
	display:inline-block;
	position: relative;
	box-shadow: 6px 3px 8px #666666;
	text-shadow:0 1px 0 #000;
}
.subcontent.home-feature h4 span {
  -webkit-box-shadow: 	6px 5px 9px -9px black,
                      	5px 6px 9px -9px black;
  -moz-box-shadow: 		6px 5px 9px -9px black,
                   		5px 6px 9px -9px black;
  box-shadow: 			6px 5px 9px -9px black,
              			5px 6px 9px -9px black;
  -webkit-transform: 	rotate(45deg);
  -moz-transform:    	rotate(45deg);
  -ms-transform:     	rotate(45deg);
  -o-transform:      	rotate(45deg);
  content: "";
  display: block;
  height: 19px;
  position: absolute;
  right: -9px;
  top: 4px;
  width: 19px;
  z-index: 0;
  background:#333;
}


h5 {
	color:#333;
	background:#ccc;
	font-weight:bold;
	font-size:11px;
	display:block;
	text-transform:uppercase;
	margin:0px;
	padding:2px;
	margin-bottom:10px;
}

h6 {
	font-size:13px;
	margin:0px;
	padding:0px;
	font-weight:bold;
}

.hr {
	border-bottom:1px solid #666;
}

img {
	border:0;
}

.clr {
	clear:both;
	display:block;
	float:none;
	height:1px;
	margin:10px 0 10px 0;
}

form {
	margin:0px;
}

#wrapper {
	position:relative;
	width:940px;
	margin:0 auto;
}

#base {
	width:898px;
	margin-left:24px;
}

#footer {
	width:898px;
	margin-left:41px;
	margin-top:10px;
}

#footer #box {
	width:268px;
	height:156px auto;
	float:left;
	margin-right:29px;
}

.copy {
	 width:860px;
	 margin:0 auto;
}
	 

#header {
	margin:0px;
	padding:0px;
	position:relative;
	height:81px;
}

#mid {
	position:relative;
	width:862px;
	background:url(../images/bg_mid.jpg) repeat-y #FFFFFF;
	margin-left:24px;
	margin-top:0px;
	margin-bottom:0px;
	padding:30px 20px 30px 16px;
}

#mid.mid-storage {
	background:url(../images/bg_mid_storage.jpg) repeat-y #FFFFFF;
}
#mid.mid-sales {
	background:url(../images/bg_mid_sales.jpg) repeat-y #FFFFFF;
}
#mid.mid-service {
	background:url(../images/bg_mid_service.jpg) repeat-y #FFFFFF;
}

#content {
	float:left;
	width:511px;
	margin-top:-43px;
	margin-right:1px;
}

.subcontent ul {
	list-style:none;
	padding:0;
}
.subcontent ul li {
	background:url(../images/icon_spring_bullet.gif) left 3px no-repeat;
	padding-left:20px;
}

#content .subcontent {
	padding:33px 20px 0 14px;
}

.subcontent.index {
	 background:#333; min-height:350px; color:white
}

#mto img {
	margin-top:20px;
}

#right {
	position:relative;
	float:left;
	width:350px;
	margin-top:-43px;
}

#right .subcontent {
	padding-left:10px;
}

.subcontent .left {
	float:left;
	width:200px;
}

.subcontent .right {
	float:left;
	width:200px;
	margin-left:20px;
}


#menu {
	position:absolute;
	background:url(../images/bg_icons.png) no-repeat bottom;
	width:35px;
	height:162px;
	top:0;
	z-index:2000;
}

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

#menu ul li {
	margin:0;
	padding:0;
	width:350px;
	overflow:visible
}

#menu ul li:hover {
	background:url(../images/bg.menu.png) 0 center;
}

#menu a {
	display:block;
	overflow:hidden;
	width:0;
	color:white;
	font-weight:normal;
	text-decoration:none;
	font-family:"century gothic", Arial, Helvetica, Sans;
	font-size:1.2em;
	padding:6px 0 6px 45px;
	
}

#menu a:hover {
	width:100%
}

#menu a.rentals { background:url(../images/icon_spring.gif) 7px center no-repeat; }
#menu a.storage { background:url(../images/icon_summer.gif) 7px center no-repeat; }
#menu a.sales { background:url(../images/icon_fall.gif) 7px center no-repeat; }
#menu a.service { background:url(../images/icon_winter.gif) 7px center no-repeat; }
#menu a.showroom { background:url(../images/icon_allseason.gif) 7px center no-repeat; }

#mid #right #icons.home {
	top:-258px;
}

#mid #right #iconholder {
	position:absolute;
	top:0px;
	width:35px;
	height:165px;
	color:#FFF;
	z-index:2000;
}

#highlight-bar {
	position:relative;
	width:840px;
	height:70px;
	margin:0px auto;
	padding-top:25px;
}

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

#highlight-bar li {
	float:left;
	width:210px;
	padding:0px;
	margin:0px;
	text-align:center;
	text-transform:uppercase;
	font-family: "century gothic", Arial, Helvetica, Sans;
}

#highlight-bar a {
	text-decoration:none;
	font-family: "century gothic", Arial, Helvetica, Sans;
	font-size:16px;
	font-weight:bold;
	color:#9ABE3E
}

#highlight-bar.highlight-storage a {
	color:#06A6E1;
}
#highlight-bar.highlight-sales a {
	color:#FC7215;
}
#highlight-bar.highlight-service a {
	color:#06A6E1;
}

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

#iconholder li {
	float:none;
	width:30px;
	padding:0px;
	margin:6px;
}

#links {
	position:absolute;
	background:#333;
	height:25px;
	margin-top:-25px;
	color:#FFFFFF;
	width:100%;
	filter:alpha(opacity=70);
	-moz-opacity:.7;
	opacity:.7;
	z-index:2001;
}

#links .content {
	padding:5px;
}

#links .content a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	margin-right:10px;
}


textarea.large {
	width:500px;
}

textarea.clearwidth {
	width:auto;
}

input.checkbox {
	width: 20px;
	border:none;
}

input.half {
	width:120px;
}

input.small {
	width:50px;
}

.select {
	width:250px;
}

.pricelist {
	font-weight:bold;
}

.pricelist .indent {
	padding-left:20px;
}

select {
	font-family:Century Gothic, Helvetica, Arial, Verdana, Sans-serif;
	color:#333333;
	font-size:12px;
	padding:3px;
	display:inline-block;
}

.ajax-loading {
	background:url(../images/ajax-loading.gif) no-repeat;
	border:none;
	height:25px;
}

#message {
	display:none;
	padding:8px;
	font-weight:bold;
	color:#990000;
	background-color:#990000;
	border:1px solid #999999;
	margin-bottom:10px;
	overflow:auto;
	clear:both;
	float:none;
}

#message.error {
	border:1px solid #efefef;
	background-color:#333;
	color:#333;
}

/* TABLE Definition Lists */
#dlbox {
	margin:5px 0px 5px 0px;
	padding:0px;
}

dl.table-display
{
	margin: 0;
	margin-bottom:20px;
	padding-bottom:20px;
}

.table-display dt
{
	width: 200px;
	float: left;
	margin: 0 0 0 0;
	padding: 2px;
}
.table-display dd
{
	float: left;
	margin: 0 0 0 0;
	padding: 2px;
	width:225px;
	vertical-align:middle
}
.table-display dd.heading, .table-display dt.heading
{
	font-weight:bold;
}

hr {
	height:1px;
	border:0px;
	border-top:solid 1px #666;
	color:#efefef;
	padding:0px;
	margin:0px;
	float:none;
	clear:both;
}
.table-display dt.h100 { width:100px; }
.table-display dt.h200 { width:200px; }
.table-display dd.h50 { width:50px; }
.table-display dd.h100 { width:100px; }
.table-display dd.h125 { width:125px; }
.table-display dd.h150 { width:150px; }
.table-display dd.h200 { width:200px; }
.table-display dd.h250 { width:250px; }
.table-display dd.h300 { width:300px; }
.table-display dd.h400 { width:400px; }

/* commented backslash hack for mac-ie5 \*/
dt { clear: both; }
/* end hack */

.tip {
	color: #fff;
	width: 315px;
	height: 32px;
	margin-top:-30px;
	#margin-top:-22px;
	margin-left:13px;
	filter:alpha(opacity=70);
	-moz-opacity:.7;
	opacity:.7;

}

.tip-title {
	height:0px;
	display:none;
}
 
.tip-text {
	font-size: 14px;
	#font-weight:bold;
	padding: 6px 8px 8px;
	background: #333;
}

.photos {
	margin:20px 0 20px 0;
}

.photos .thumb, .column-left .thumb, .column-right .thumb {
	position:relative;
	margin:0 0 5px;
	width:80px;
	height:56px;
	float:left;
}

.thumb .img {
	position:absolute;
	top:0; left:0;
	width:75px;
	height:56px;
	background-position:50% 50%;
}

.thumb .overlay {
	position:absolute;
	top:0; left:0;
	width:75px;
	height:56px;
}

.photos .thumb .overlay, .column-left .thumb .overlay, .column-right .thumb .overlay {
	background:url(../images/bg.thumbwhite.png) no-repeat;
}
.fileUploadQueueItem .thumb .overlay {
	background:url(../images/bg.thumb.png) no-repeat;
}

.photos .thumb .nodelete:hover {
	background:url(../images/bg.thumbwhite.png) no-repeat;
	cursor:auto
}

.videothumb {
	float:left;
	margin-right:15px;
}
.videotitle {
	float:left;
	width:340px;
}
.videotitle h3 {
	margin-top:0;
	margin-bottom:5px;
	text-transform: none;
}
.videoitem a {
	color:#9ABE3E;
	text-decoration: none;
}
