@charset "utf-8";
/* 
Title: AMA Containers Stylesheet
Description: Page styles for screen display on AMA Containers website
Author: Steven Wiggins
*/


/* ---- PAGE DEFAULTS ---- */


html, body, div, h1, h2, h3, h4, table, img, p, dl, dd, dt, blockquote, pre, form, #header ul {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 auto;
	text-align: center; /* centers the contents of the page in older browsers where "margin: 0 auto;" is poorly supported */
	/* original was "left top repeat" */
	background: url(images/clouds.jpg) repeat left top;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}


/* ---- PRESENTATIONAL STYLES ---- */


/* Presentational Layout Divs */
#container {
	width: 100%;
	height: 100%;
	/* Sets the cascaded styles for child elements in case of errors */
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#header {
	margin: 0 auto;
	padding: 0;
	position: relative;
	height: 210px;
	width: 830px;
	background: url(images/header.png) center top no-repeat;
}
#content-container {
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 830px;
	background: url(images/content_tile.png) center 80px repeat-y;
}
#footer {
	margin: 0 auto;
	padding: 0;
	position: relative;
	height: 70px;
	width: 860px;
	background: url(images/footer.png) center top no-repeat;
}


/* Presentational Layout within the Header */
#plane {
	position: absolute;
	top: 46px;
	right: -29px;
	display: block;
	height: 76px;
	width: 84px;
	background: url(images/plane.png) no-repeat;
}
#navigation {
	position: absolute;
	bottom: 20px;
	right: 40px;
	font-size: 20px;
	color: #FFF;
}


/* Presentational Layout within the Content */
#content-wrapper {
	/* positions the content above the background */
	position: relative;
	top: 15px;
	left: 0;
	height: 100%;
	width: 830px;
	z-index: 90;
}
#content {
	/* contains and pads the content itself */
	margin: 0;
	padding: 0 50px;
	text-align: left;
}
#content-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 830px;
	height: 80px;
	display: block;
	background: url(images/content_top.png) center top no-repeat;
}
#content-bottom {
	margin: 0 auto;
	width: 830px;
	height: 37px;
	display: block;
	background: url(images/content_bottom.png) center top no-repeat;
}
#col-left {
	width: 240px;
	position: relative;
	float: left;
}
#col-right {
	margin-left: 255px;
	position: relative;
}

/* Presentational Layout within the Footer */
#copyright {
	margin: 0 auto;
	position: relative;
	top: 26px;
	padding: 0 65px;
	text-align: center;
}


/* ---- CONTENT STYLES ---- */


/* Content Layout and Display Styles within the Header */
#header h1 {
	text-indent: -9999px;
}
#header h2 {
	text-indent: -9999px;
}
#header h3 {
	text-indent: -9999px;
	position: absolute;
	top: 128px;
	left: 170px;
	display: block;
	height: 24px;
	width: 197px;
	overflow: hidden;
	background: url(images/phone.jpg);
}
#header #navigation a {
	color: #FFF;
}
#header #navigation a:hover {
	color: #FFF;
	text-decoration: none;
}
#header ul {
	list-style-type: none;
}
#header li {
	display: inline;
}


/* Content Layout and Display Styles within the Content */
#content {
	font-size: 20px;
}
#content #col-left img {
	border: none;
}
#content #col-left .caption {
	color: #fff;
	font-size: smaller;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	display: block;
	padding: 5px;
	background-color: #339;
}
#content #col-left .caption a {
	color: #fff;
	text-decoration: none;
	border: none;
}
#content #col-left .caption a:hover {
	color: #C00;
	text-decoration: none;
	border: none;
}
#content h2 {
	color: #339;
	font-style: italic;
	border-bottom: solid 2px #339;
	margin-bottom: 0.4em;
}
#content #col-right h2 {
	color: #339;
	font-style: italic;
	border-bottom: solid 2px #339;
	margin-bottom: 0.4em;
}
#content p {
	padding-bottom: 5px;
}
#content #col-right p {
	text-indent: 1.5em;
	padding-bottom: 0.8em;
}
#content #col-right .address {
	text-indent: 0;
	padding-left: 1.8em;
	padding-bottom: 0.8em;
	font-family: "Arial Black";
	display: block;
}
#content #col-right h3.contact {
	color: #339;
}
#content #col-right p.contact {
	text-indent: 0;
	padding-left: 1.5em;
}
#content #col-right p.contactform {
	text-indent: 0;
}
#content #col-right p.contactform #submit {
	margin-top: 5px;
}
#content ul {
	list-style-image: url(images/plane-bullet.png);
	margin-top: 5px;
	margin-bottom: 5px;
}
#content li {
	font-weight: bold;
	padding-bottom: 5px;
}
#content dt {
	font-weight: bold;
	padding: 5px 0;
	color: #339;
}
#content dd {
	padding-bottom: 10px;
}
#content div.product {
	display: block;
	border-bottom: solid 2px #339;
	margin-bottom: 0.8em;
}
#content span.productimage {
	display: block;
	margin: 0 auto;
	text-align: center;
}
#content #col-right #spacer {
	display: block;
	height: 200px;
}


/* Content Layout and Display Styles within the Footer */
#copyright p {
	font-size: 16px;
	color: #669;
}
#copyright a {
	color: #669;
}
#copyright a:hover {
	color: #C00;
	text-decoration: none;
}
