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

* Filename: home.css
* Description: Style Sheet for the Home Page
* Version: 1.0.0 (2009.04.01)
* Website: store-it.com
* Author: Dana Severance @ Automatit, Inc

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

/* Container
-------------------------------------------------------*/
#container {background: url(images/content-bg.jpg) repeat-y; padding: 10px 0px 0px 0px; margin: 0px; width: 991px;}
	#container #content {float: left; font-weight: bold; padding-left: 35px; width: 578px;}
	#content p {line-height: 18px; margin: 0px;}
	#content ul {list-style: circle outside url(images/bullet.png); margin-left: 70px; padding-bottom: 0px;}
		#content li {padding-bottom: 7px;}
#header #thought {height: 14px; left: 20px; margin-top: 6px; overflow: hidden; position: absolute; top: 0px; width: 600px;}
	
/* aside
-------------------------------------------------------*/
#container #aside {margin-right: 15px; position: relative; width: auto;}
#container #aside #gallery {position: relative; z-index: 2;}
#container #aside #form {background: url(images/location.png) no-repeat; height: 119px; left: 35px; position: relative; top: -55px; width: 285px; z-index: 3;}


/* bottom
-------------------------------------------------------*/
#container #bottom {background: url(images/home-bottom.jpg); clear: both; height: 292px; margin: 0px auto; position: relative; width: 965px;}
	#bottom p.middle {font-weight: bold; left: 170px; margin: 0px; padding: 0px; position: absolute; top: 210px; text-align: center;}
	#bottom p.right {position: absolute; font-weight: normal; margin: 0px; padding: 0px; right: 5px; top: 75px; text-align: left;}