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

* Filename: style.css
* Description: global styles
* Version: 1.0.0 (2009.10.18)
* Website: www.ironguardstorage.com

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

/* @reset
-------------------------------------------------------*/
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}

/* @general
-------------------------------------------------------*/

html {height: 100%; overflow-y: scroll;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;}
img {border: 0;}

body {
	font-family: Verdana, Arial;
	font-size: 12px;
	line-height:15px;
	color: #000000;
	background-color: #FFC526;
}
p {
	padding-bottom:10px;
}
h1 {
	padding-bottom:15px;
	font-size:16px;
}
h2 {
	padding-bottom:13px;
	font-size:14px;
}
h3 {
	display: inline;
	font-size: 14px;
	color: #012d9a;
}
input,textarea,select {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link,a:visited,a:active {
color:darkblue;
text-decoration:none;
}
a:hover {
color:darkblue;
text-decoration:underline;
}

/* @other
-------------------------------------------------------*/

#clearboth {
	clear:both;
}
#wrapper #flashImage #gallery {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 253px;
	width: 498px;
	background-image: url(../images/homepage_slideshow01.jpg);
}

#wrapper {
margin:auto;
width:1014px;
position:relative;
}
	#topSmallMenu {
	position:absolute;
	top:20px;
	left:800px;
	}
	#topBigMenu {
	position:absolute;
	top:78px;
	left:405px;
	font-size:13px;
	font-weight:bold;
	}
		#topBigMenu	a:link, #topBigMenu a:visited, #topBigMenu a:active {
		color:#FFFFFF;
		text-decoration:none;
		}
		#topBigMenu a:hover {
		color:#FFFFFF;
		text-decoration:underline;
		}
	#flashImage {
	width:498px;
	height:253px;
	position:absolute;
	top:131px;
	left:395px;
	background-image: url(./images/homepage_slideshow01.jpg);
	}
	#flashImageInternal {
	width:496px;
	height:101px;
	position:absolute;
	top:130px;
	left:395px;
	}
	#locationButton {
	width:122px;
	height:35px;
	position:absolute;
	top:576px;
	left:185px;
	}
	#specialOffer {
	width:115px;
	height:31px;
	position:absolute;
	top:495px;
	left:803px;
	text-align: center;
	color: #FDC623;
	font-weight: bold;
	}
	#header {
	height:50px;
	}
	#banner {
	height:147px;
	}
	#contentHome {
	width:100%;
	vertical-align:top;
	background-image:url(../images/homepage_12.jpg);
	background-repeat:repeat-y;
	}
		#contentLeftMenu {
		width:271px;
		height:403px;
		padding-left:85px;
		float:left;
		background-image:url(../images/homepage_15.jpg);
		background-position:bottom;
		background-repeat:no-repeat;
		}
			#contentLeftMenu ul {
			list-style-image:url("../images/homepage_menu_bullet_14.jpg");
			list-style-type:square;
			margin-top:5px;
			margin-left:25px;
			line-height:20px;
			}
		#contentMainBody {
		width:658px;
		height:403px;
		float:left;
		background-image:url(../images/homepage_14.jpg);
		background-repeat:no-repeat;
		background-position:bottom;
		}
			#contentMainBodyInner {
	width:310px;
	margin-left:40px;
	margin-right:210px;
	margin-top: 200px;
			}
		#contentBottom {
		width:100%;
		height:81px;
		}
	#contentInternal {
	vertical-align:top;
	background-image:url(../images/internal_06.jpg);
	background-repeat:repeat-y;
	z-index: 5;
	}
		#contentInternalBody {
		background-image:url(../images/internal_07.jpg);
		background-repeat:no-repeat;
		background-position:bottom;
		z-index: 5;
		}
			#contentInternalBodyMain {
			min-height:300px;
			padding-left:180px;
			padding-top:10px;
			padding-bottom:50px;
			padding-right:50px;
			}
				#contentInternalBodyMain ul {
				margin-left: 20px;
				line-height: 20px;
				}
			/* Locations Page */
			#location {
			width: 700px;
			}
				#location.address {
				float: left;
				width: 270px;
				}
				#location.office {
				float: left;
				width: 250px;
				}
				#location.buttons {
				float: right;
				width: 150px;
				}
				#location.clear {
				clear: both;
				border-bottom: #000000 1px solid;
				height: 20px;
				margin-bottom: 20px;
				}
			/* Each Facility Pages */
			#facilityContent {
			width: 400px;
			float: left;
			}
			#facilityImg {
			float: right;
			width: 350px;
			text-align: center;
			margin-right: 10px;
			}
			#facilityMap {
			width: 400px;
			float: left;
			margin-top: 10px;
			}
			#facilityFeatures {
			width: 340px;
			float: right;
			margin-top: 30px;
			}
	#footer {
	background-image:url(../images/internal_08.jpg);
	background-repeat:no-repeat;
	background-position:top;
	}
	#footerHome{
	background-image: url(../images/homepage_17.jpg);
	background-repeat: no-repeat;
	background-position: top;
	} 

		#footerMenu {
		padding-left:50px;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		text-align:center;
		padding-bottom: 30px;
		}
		

