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

* Filename: styles.css
* Description: master external style sheet for Arizona Self Storage web site
* Version: 1
* Website: http://www.selfstoragesolutions.com
* Author: Automatit, Inc

== ANCHOR =========================================

	@reset				Standard Reset

-------------------------------------------------------*/

/* @reset
-------------------------------------------------------*/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {margin: 0; padding: 0;}
html {height: 100%; overflow-y: scroll;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
img {border: 0; -ms-interpolation-mode: bicubic;}
a {outline: none;}

body {
	font-family:Arial, sans-serif;
	font-size: 12px;
	color: #6d6e71;
	list-style:none;
	list-style-type:none;
	list-style-image: none;
}
#wrapper { 
	width: 1000px;
	height: auto; 
	margin: 0 auto; 
}

#header { 
	width: auto;  
	height: 338px; 
	background: url(../images/bg-header.png) repeat-x;
}

#navigation {
	background-color: #6d6e71;
	width:100%;
	height: 39px;
}

#mainWrap { 
	width: 1000px; 
	height: auto; 
	margin: 30px auto 0 auto; 
}

#main { 
	border: solid 1px #bdc0c0; 
	background-color: #fff; 
	width: 960px; 
	height: auto; 
	padding: 20px; 
}

#footer { 
	width: auto; 
	height: auto; 
	background-color: #6d6e71; 
	margin-top: 78px; 
}

#innerFoot {
	width: 1000px;
	padding: 20px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 47px;
	font-family:Arial, sans-serif;
	font-size: 12px;
	color: #fff;	
}

#copy { text-align:center; padding: 47px 0 0 0; clear:both;}

#left { float: left; width: 308px; font-family:Arial, sans-serif; font-size:12px; color: #fff; padding-right: 31px; }
#left a { font-family:Arial, sans-serif; font-size:12px; color: #fff; text-decoration: none;}

#middle { float: left; width: 308px; font-family:Arial, sans-serif; font-size:12px; color: #fff; padding-right: 31px;  }
#middle a { font-family:Arial, sans-serif; font-size:12px; color: #fff; text-decoration: none; }

#right { float: left; width: 308px; font-family:Arial, sans-serif; font-size:12px; color: #fff; }
#right a { font-family:Arial, sans-serif; font-size:12px; color: #fff; text-decoration: none; }

#copy a { font-family:Arial, sans-serif; font-size:12px; color: #fff; }







