@charset "utf-8";
@import url('overlay.css');
@import url('header.css');
@import url('staticnav.css');
@import url('dynamicnav.css');
@import url('footer.css');

html, body {
	background-color:#EEE;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	display: block;
	background-color:#FFF;
	width: 800px;
	padding: 0 15px 10px 15px;
	margin: 0 auto 0 auto;
}


#content h4 {
	font-size: 11px;
	font-style: italic;
	margin-left: 5px;
}

/*  GENERIC PAGE CONTENT STYLES  */

#content {
	display: block;
	width: 600px;
	margin-left: 185px;
}

#pageImage {
	width: 598px;
	padding-bottom: 15px;
}

#pageImage img {
	border: 1px solid #888;
}

/*  BREADCRUMBS  */

#breadcrumbs {
	display: none;
	font-size: 9px;
	color: #888;
}

#breadcrumbs a {
	font-size: 9px;
	color: #888;
	text-decoration: none;
}

#breadcumbs a:hover {
	color: #000;
	text-decoration: underline;
}

/*  PAGE TEXT  */

#content p {
	display: block;
	padding: 0 5px 0 5px;
	line-height: 15px;
}

#content p strong {
	display: inline-block;
	padding: 5px 0;
	font-family: Georgia;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
}

#content p span {
	display: block;
	margin-left: 25px;
}

#content p span strong {
	padding: 0;
	display: inline;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #000;
}

#content small {
	display: block;
	font-size: 9px;
	margin-left: 5px;
	line-height: normal;
}

#content .blurbRT {
	float: right;
	display: block;
	width: 200px;
	padding: 15px 20px 15px 20px;
	margin: 10px 10px 10px 20px;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
}

#content .blurbRT strong {
	color: #FFF;
}

#content .blurbRT a,
#content .blurbRT a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}

#content .blurbRT a:hover {
	text-decoration: underline;
}

.imgRT {
	border: none;
	display: block;
	padding: 15px;
	padding-top: 0;
	margin: 10px -18px 0 0;
	float: right;
	text-align: right;
}

.imgLFT {
	border: none;
	display: block;
	padding: 15px;
	float: left;
}

.download {
	display: block;
	height: 16px;
	line-height: 16px;
	font-weight: bold;
	font-size: 16px;
	margin: 20px 0;
	width: 600px;
	padding: 0 0 20px 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}

.spec .download {
	width: 300px;
}



.download a,
.download a:visited {
	display: block;
	height: 16px;
	color: #000;
	text-decoration: none;
}

.download a img {
	height: 12px;
	width: 12px;
	margin-right: 5px;
	border: 0;
}


/*  SPECIFICATIONS PAGE STYLES  */

.spec {
	list-style: none;
	display: block;
	width: 280px;
	padding: 0 10px;
}

.spec .download {
	margin-top: -60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
}

.rt {
	float: right;
	margin-top: -10px;
}

.success {
	background-color: #a9ef98;
	border: 1px dotted #3abb1c;
	color: #3abb1c;
	font-weight: bold;
	padding: 8px;
	text-align: center;
	width: 100%;
}

.failure {
	background-color:#ffebe8;
	border: 1px dotted #800000;
	color: #800000;
	font-weight: bold;
	padding: 8px;
	text-align: center;
	width: 100%;
}