/*****************************************************************
	Description: Master stylesheet for American Storage
	Author: 420 Design - fourtwentydesign.com
	Version: 2007 August
	Updated: 2007 Oct 18
*****************************************************************/
@import url(gallery.css);
@import url(forms.css);

html { height: 100%; }

body {
	font: 12px/1.75em "Lucida Grande", "Trebuchet MS", Arial, Helvetica;
	margin: 0;
	padding: 0;
	background: #fff url(/images/bg_body.jpg) repeat-x 0 0;
	color: #444;
	height: 100%;
}

.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}

/* wrapper for sticky footer */
#sf_wrapper { min-height: 100%; }
* html #sf_wrapper { height: 100%; }

#left_column a { color: #0243b9; }

#left_column a:hover { text-decoration: none; }





/*	MASTHEAD + NAVIGATION
-------------------------------------------------------------------*/
#masthead {
	background: url(/images/tilted_photo.png) no-repeat 0 0;
	height: 306px;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

#masthead h1 {
	width: 581px;
	height: 88px;
	background: url(/images/logotype.png) no-repeat 0 0;
	position: absolute;
	left: 380px;
	top: 65px;
}

#masthead h1 a {
	width: 581px;
	height: 88px;
	display: block;
}

#masthead h1 span {
	display: none;
}

#nav_wrap {
	background: url(/images/bg_nav.png) repeat-x 0 0;
	height: 73px;
	width: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 175px;
}

ul#nav {
	margin: 0;
	padding: 0;
	width: 980px;
	list-style: none;
	line-height: 1em;
	font-variant: small-caps;
	text-align: right;
	position: absolute;
	top: 40%;
	font-weight: bold;
	font-size: 13px;
}

ul#nav li {
	display: inline;
	margin: 0 0 0 .7em;
	padding: 0;
}

ul#nav li a {
	color: #000;
	text-decoration: none;
	/*padding: 0 0 0 21px;*/
	margin-left: 18px;
}

ul#nav li a:hover {
	color: #0243b9;
}

ul#nav li.active a {
	color: #0243b9;
	background: url(/images/star.gif) no-repeat 0 0;
	padding-left: 18px;
	text-decoration: none;
}


/*	Column container
-------------------------------------------------------------------*/

#column_container {
	width: 980px;
}


/*	Left column
-------------------------------------------------------------------*/
#left_column {
	width: 500px;
	margin-left: 75px;
	margin-bottom: 4em;
	float: left;
}

#left_column p {
	margin-left: 30px;
}

#left_column p a, #left_column li a,
#left_column blockquote a {
	color: #ae2b23;
}

#left_column p a:hover, #left_column li a:hover,
#left_column blockquote a:hover {
	text-decoration: none;
}



/*	Right column
-------------------------------------------------------------------*/
#right_column {
	width: 330px;
	float: left;
	margin-left: 70px;
	margin-bottom: 4em;	
}



/*	Footer
-------------------------------------------------------------------*/
#footer {
	clear: both;
	position: relative;
	margin-top: -42px;
	background: #87261f url(/images/bg_footer.png) repeat-x 0 0;
	height: 42px;
	overflow: hidden;
}

#footer_wrap {
	width: 980px;
}

p#copyright {
	float: left;
	margin-left: 75px;
	margin-right: 40px;
	color: #dedede;
	font-size: 10px;
	width: 600px;
}

p#copyright a { color: #dedede; }
p#copyright a:hover { text-decoration: none; }

p#credit {
	font-size: 10px;
	float: left;
	text-align: right;
}

p#credit a {
	color: #bb655f;
	text-decoration: none;
}

p#credit a:hover { text-decoration: underline; }




/*	Photos thumbnails
-------------------------------------------------------------------*/
.small_thumbs {
	margin: 10px 0 0 0;
}

.small_thumbs img {
	float: left;
	margin: 5px 5px 0 0;
}


/*	typography
-------------------------------------------------------------------*/
#column_container h1 {
	color: #0243b9;
	font-weight: normal;
}

#column_container h2 {
	text-transform: uppercase;
	font-weight: normal;
	margin-top: 40px;
}