@charset "utf-8";
/* -----------------------------------------------------

* Filename: style.css
* Description: Global Styles
* Version: 1.0.0 (2009.10.29)
* Website: storagekingusa.com
* Author: Dana Severance @ Automatit, Inc

== ANCHOR =========================================

	@reset				Standard Reset
	@general			General Declarations
	@typography			Typographic Declarations
	@header				Header Declarations
	@container			Container Declarations
	@footer				Footer Declarations

-------------------------------------------------------*/

/* @reset
-------------------------------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td, img {margin: 0; padding: 0;}
html {height: 100%; overflow-y: scroll;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
img {border: 0;}
a {outline: none; color: #cc0000; font-weight: bold;}

/* @general
-------------------------------------------------------*/
body {background: #a9a9a9; color: #000000; font: 13px/18px Arial, Helvetica, sans-serif;}
#wrap {margin: 0 auto; width: 1000px;}

/* @typography
-------------------------------------------------------*/
h1 {
	left: -5px;
	padding: 0 0 8px;
	position: relative;
}
h2 {
	left: -4px;
	padding: 5px 0 8px;
	position: relative;
}
h3 {font-size: 15px; font-weight: bold; padding: 3px 0 5px 0;}
h4 {}
h5 {}

h6 {}
ol, ul {}
li {}
p, address {font-style: normal; padding: 0 0 12px 0;}
.tipheader {
	font-size: 14px;
	color: #CC0000;
	padding-left: 9px;
}
.internalHeader {
	padding-top: 12px;
	padding-bottom: 12px;
}
.locationsHeader {
	font-size: 18px;
	color: #CC0000;
	padding-top: 12px;
	padding-bottom: 16px;
}
#content-topSitelink  h1 {
	margin: 0px;
	padding: 0px 0px 0px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#boxleft {
	float: left;
	width: 380px;
}

#content-topSitelink {background: url(../img/content-white.png); padding: 0 60px 0 58px;}
#content-top a, #content-bottom a {color: #cc0000; font-weight: bold;}
#content-top a:link, #content-top a:visited, #content-bottom a:link, #content-bottom a:visited {text-decoration: underline;}
#content-top a:hover, #content-top a:focus, #content-bottom a:hover, #content-bottom a:focus {text-decoration: none;}
#content-top ul {padding-left: 25px;padding-top: 8px;padding-bottom: 8px;}
	#gallery-newark {background: url(../img/newark/banner-1.jpg); height: 300px; width: 396px; border: 2px #000000 solid;}
	#gallery-passaic {background: url(img/passaic/banner-1.jpg); height: 300px; width: 396px; border: 2px #000000 solid;}
	#gallery-newark-small {background: url(../img/newark/banner-1-small.jpg); height: 255px; width: 337px; border: 2px #000000 solid;}
	#gallery-passaic-small {background: url(img/passaic/banner-1-small.jpg); height: 255px; width: 337px; border: 2px #000000 solid;}
#content-top2 a, #content-bottom a {color: #cc0000; font-weight: bold;}
#content-top2 a:link, #content-top2 a:visited, #content-bottom a:link, #content-bottom a:visited {text-decoration: underline;}
#content-top2 a:hover, #content-top2 a:focus, #content-bottom a:hover, #content-bottom a:focus {text-decoration: none;}
#content-top2 ul {
	padding-left: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
}

/* @container
-------------------------------------------------------*/
#content-top .content {display: inline; float: right; margin: 20px 80px -5px 0; width: 400px;}
#content-top {
	background: url(../img/content-white.png);
	padding: 0 60px 0 58px;
}
	#content-top:after {clear: both; content: "."; display: block; visibility: hidden; line-height: 0; height: 0;}
#content-top form {
	padding-left: 35px;
}
#content-top p {
	padding-left: 6px;
}
#content-top2 .content {display: inline; float: right; margin: 20px 80px -5px 0; width: 400px;}
#content-top2 {
	background: url(../img/content-white.png);
	padding: 0 60px 0 58px;
	min-height: 400px;
}
	#content-top2:after {clear: both; content: "."; display: block; visibility: hidden; line-height: 0; height: 0;}
#content-top2 form {
	padding-left: 155px;
}
#content-top2 p {
	padding-left: 6px;
}

#content-bottom {background: url(../img/content-yellow.png) repeat-y; display: inline-block; line-height: 20px; margin: -3px 0 0 0; padding: 0 0 9px 37px; width: 100%;}
	#content-bottom:after {clear: both; content: "."; display: block; visibility: hidden; line-height: 0; height: 0;}
	#content-bottom .left {display: inline; float: left; margin-left: 20px; width: 45%;}
	#content-bottom .right {float: right; width: 49%;}
		#content-bottom h2 {padding: 20px 0 7px 20px;}
		#content-bottom address, #content-bottom p {padding: 0; margin:0;}

/* @footer
-------------------------------------------------------*/
#footer {background: url(../img/footer.png) no-repeat top; height: 44px; padding: 40px 75px 0 65px; position:relative; top:-5px;}
	#footer p {float: left;}
		#footer p a {color: #000000; text-decoration: underline;}
		#footer p a:hover, #footer p a:focus {text-decoration: none;}
	#footer #nav-foot {
	float: right;
	font-size: 12px;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 488px;
}
		#footer #nav-foot li {display: inline; margin: 0; padding: 0; text-align: right;}
			#footer #nav-foot li a {border-right: 1px solid #000; color: #000; padding: 0 .55em 0 .5em; text-align: right; text-decoration: underline;}
				#footer #nav-foot li a:hover, #footer li a:focus {text-decoration: none;}
			#footer #nav-foot li.last a {border-right: none; padding: 0 0 0 .5em;}
/* Lightbox */
#flashsize {
	padding-left: 60px;
	padding-top: 7px;
}




/* @header
-------------------------------------------------------*/
#header {
	background: url(../img/header2.png) no-repeat;
	height: 194px;
	position: relative;
	width: 100%;
	z-index: 1;
}
	#header .pay {left: 672px; position: absolute; top: 57px;}
	#headerHome .pay {left: 672px; position: absolute; top: 57px;}
#headerHome {
	background: url(../img/header.png) no-repeat;
	height: 194px;
	position: relative;
	width: 100%;
	z-index: 1;
}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#hoverNav a{ outline: none;}

#imageContainer{
	padding: 10px;
	}
#imageContainer>#hoverNav{ left: 0;}

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#location p {
	padding-top: 5px;
}

#location {
	padding-left: 5px;
}
	#logo {left: 65px; position: absolute; top: 2px;}
	#nav-top {display: block; float: right; padding: 15px 107px 0 0;}
		#nav-top li {display: inline;}
			#nav-top li a {border-right: 1px solid #FFFFFF; color: #FFFFFF; font-weight: bold; padding: 0 15px 0 0; text-decoration: none;}
			#nav-top li a:hover, #nav-top li a:focus {text-decoration: underline;}
			#nav-top li.last a {border-right: none; padding: 0 0 0 7px;}
	#nav-main {display: block; left: 37px; margin: 0; padding: 0; position: absolute; top: 142px; width: 925px; z-index: 5;}
		#nav-main li {display: inline; float: left; margin: 0; padding: 0; position: relative;}
			#nav-main li a {background: url(../img/nav.png); display: block; float: left; height: 29px; text-indent: -9999em;}
				#nav-main li a.loc {background-position: 0 0; width: 149px;}
					#nav-main li a.loc:hover, #nav-main li a.loc:focus {background-position: 0px -29px;}
					#nav-main li a.loc.current {background-position: 0px -29px;}
				#nav-main li a.tips {background-position: -149px 0; width: 116px;}
					#nav-main li a.tips:hover, #nav-main li a.tips:focus {background-position: -149px -29px;}
				#nav-main li a.account {background-position: -265px 0; width: 108px;}
					#nav-main li a.account:hover, #nav-main li a.account:focus {background-position: -265px -29px;}
					#nav-main li a.account.current {background-position: -265px -29px;}
				#nav-main li a.supplies {background-position: -373px 0; width: 202px;}
					#nav-main li a.supplies:hover, #nav-main li a.supplies:focus {background-position: -373px -29px;}
					#nav-main li a.supplies.current {background-position: -373px -29px;}
				#nav-main li a.why {background-position: -575px 0; width: 350px;}
					#nav-main li a.why:hover, #nav-main li a.why:focus {background-position: -575px -29px;}
					#nav-main li a.why.current {background-position: -575px -29px;}
		#nav-main ul {background: #000000; display: none; font-size: 11px; left: 0; list-style: outside none; line-height: 13px; margin: 0; padding: 1px; position: absolute; top: 29px; z-index: 3;}
			#nav-main ul li {display: block; padding: 2px; text-decoration: none;}
				#nav-main ul li a {background: #cc0000; color: #FFFFFF; display: block; float: left; font-weight: bold; height: auto; margin: 0; padding: 5px 10px; text-decoration: none; text-indent: 0em;}
					#nav-main li.loc ul li a {width: 125px;}
					#nav-main li.account ul li a {width: 84px;}
/* End hide from IE-mac */
#nav-main li.tips ul li a {
	width: 100px;
}

						#nav-main li:hover ul {display: block;}
							#nav-main ul a:hover {background: #ffdb00; color: #cc0000; text-decoration: none;}
#nextLink { right: 0; float: right;}
#nextLink, #nextLink:visited { background: url('../img/lightbox/nextlabel.gif') no-repeat right 15%; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../img/lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#prevLink, #prevLink:visited { background: url('../img/lightbox/prevlabel.gif') no-repeat left 15%; }
	#tagline {color: #cc0000; font-size: 13px; font-style: italic; font-weight: bold; left: 400px; line-height: 18px; position: absolute; top: 80px; width: 225px;}
#whatfits {
	margin-left: 8px;
}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
#forms {

}

.clearfix {display: block;}
#content-top2 a, #content-bottom2 a {
	color: #cc0000;
	font-weight: bold;
}
