/* Basic tag styles on all pages */

body {
	margin: 20px auto;
	font-family: garamond, serif, times, "times new roman";
	font-size: 15px;
	color: #221;
	
	background-color: #FFF ;
	
}

img {
	border: 0px;
}

hr {
	height: 1px;
	width: 33%;
	
	color: #BBB;
	background-color: #BBB;
	border: 0px;
}

sub {							/* these are for the fractions used throughout the site */
	position: relative;
	top: -3px;
	left: 1px;
}

sup {							/* these are for the fractions used throughout the site */
	position: relative;
	top: 1px;
}

a:link {
	color: #600;
}

a:visited {
	color: #600;
}

a:hover {
	color: #933;
}

h1 {
	margin: 0px;
	
	font-family: garamond, times, serif;
	font-style: italic;
	font-size: 40px;
	color: #443;
}

h2 {
	color: #443;
}






/* This class is a normal text paragraph with a capital uncial letter */


p.textParagraph {
	margin: 0px 20px;

	font-size: 15px;
	line-height: 17px;
}

p.textParagraph:first-letter {
	font-size: 30px;
	color: #443;
}











/* Layout of header, announcements, content, and copywrite information on all pages */


#wrapHeader {						/* this centers the layout on the page */
	position: relative;

	width: 800px;
	margin: auto;
}

#wrapContent {
	position: relative;

	width: 788px;
	margin: auto;
	padding: 5px;
	
	background-color: #EED;
	border: 1px solid #000;
}

#wrapFooter {
	position: relative;

	width: 800px;
	margin: auto;
}

#header {
	position: relative;

	width: 780px;
	height: 70px;
	
	text-align: right;
	
	margin: 0px;
	padding: 25px 20px 0px 0px;
	
	background-color: #000;
}

#content {
	width: 578px;
	min-height: 400px;
	
	margin: 0px 0px 0px 168px;
	padding: 20px;
	
	background-color: #FFF;
	border: 1px solid #BBB;
}

#announcements {			/* the announcements are put into a small left-side bar with this style */
	float: left;
	
	width: 140px;
	
	padding: 10px;
	
	background-color: #FFF;
	border: 1px solid #BBB;
}

#copywrite {
	width: 800px;
	height: 20px;
	
	font-size: 10px;
	text-align: center;
	color: #BBB;
	
	background-color: #000;
}








/* Navigation list menu style */


.navLogo {							/*this puts the main logo at the upper left*/
	position: absolute;
	left: 0px;
	top: 0px;
}

.navMenu li {
	display: inline;
}

.navMenu a {
	font-size: 16px;
	padding: 0px 10px;
	border-left: 1px solid #777;
}

.navMenu a:visited {
	color: #EED;
	text-decoration: none;
}

.navMenu a:link {
	color: #EED;
	text-decoration: none;
}

.navMenu a:hover {
	color: #FFD;
}








/* Specifications style for Supreme, Regal, and Master series safes on product pages */

.seriesSpecifications {
	padding: 20px 0px 0px 0px;
}

.seriesSpecifications table {
	padding: 0px;

	font-family: veranda, arial, sans-serif;
	font-size: 12px;
	text-align: center;

	border-collapse: collapse;
}

.seriesSpecifications td {
	margin: 0px;
	padding: 1px 0px;
	
	border: 1px solid #CCC;
}

.seriesSpecifications tr.labels td {		/* styles a <tr></tr> to be used for labels :: no border and a slightly larger font */ 
	border: 0px;
	font-size: 11px;
}










/* Series Features div styling on product pages */

.seriesFeatures {
	position: absolute;
	top: 100px;
	left: 500px;
}

.seriesFeatures h3 {
	line-height: 0px;
	font-size: 14px;
	font-weight: bold;
}

.seriesFeatures ul {
	position: relative;
	left: -38px;
	
	line-height: 18px;
	font-size: 14px;
}

.seriesFeatures li {
	list-style-position: inside;
	
	font-weight: normal;
}







/* Series Product Name and Image styling on product pages */

.seriesName {
	padding: 0px 30px;
}

.seriesName h1 {
	position: relative;
	left: -30px;
}

.seriesName img {
	margin: 30px 0px 0px 0px;
}









/* Series Description styling on product pages */

.seriesDescription {	
	width: 500px;
	
	padding: 20px 0px 0px 0px;
}

.seriesDescription h2 {
	display: none;
}






/* style for "Back to Products" link on the product pages */

#backToProducts {
	position: absolute;
	top: 10px;
	right: 10px;
}









/* Product style all series on products.html */

div.previewBox {
	float: left;
	position: relative;
	top: -1px;
	
	width: 165px;
	height: 320px;
	
	margin: 10px;

	font-style: italic;	
	text-align: center;
	
	background-color: #fff;
	border: 1px solid #bbb;
}

div.previewBox p {
	color: #000;
	
	font-style: normal;
	
	color: #332;
}

div.previewBox a {
	text-decoration: none;
}

div.previewBox a:link {
	color: #443;
}

div.previewBox a:visited {
	color: #443;
}

div.previewBox a:hover {
	color: #443;
}

div.productsPage {
	height: 750px;
}

p.highlight {						/* this is used on products.html for the fire rating hightlight */
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
}









/* Feature box style all features on features.html */

div.previewBoxHorizontal {
	margin: 10px;
	padding: 0px 10px 10px 10px;

	border: 1px solid #BBB;
}

div.previewBoxHorizontal sup {
	font-size: 50%;
}

div.previewBoxHorizontal ol {
	position: relative;
	left: -20px;
	
	list-style-type: upper-roman;
	list-style-position: inside;
	
	font-size: 18px;
	font-weight: bold;
	color: #443;
}

div.previewBoxHorizontal li {
	font-size: 15px;
	font-weight: normal;
	color: #221;
}

div.previewBoxHorizontal table {
	border-collapse: collapse;
}

div.previewBoxHorizontal td {
	width: 200px;
	height: 40px;
	
	padding: 5px;
	
	text-align: left;
	
	border: 1px solid #666;
}

div.previewBoxHorizontal img {
	float: left;
	position: relative;
	top: -5px;
	
	margin: 5px;
	
	border: 1px solid #666;
}










/* Homepage welcome comments */

#welcomeCopy {
	padding: 80px 60px;

}

#welcomeCopy p {
	font-size: 14px;
}

#welcomeCopy p:first-letter {
	float: left;

	font-size: 600%;
}





/* the positioning of the home page image */


img.welcomeImage {
	border: 1px solid #777;
	
	margin: 0px 20px 20px 20px;
}










/* Concact information for Superior Safe Co. */

#ourInfo {
	position: absolute;
	top: 25px;
	left: 175px;

	width: 200px;

	margin: 0px 5px;

	text-align: right;
	font-size: 75%;
}

#ourInfo h1 {
	line-height: 50px;
}

#ourInfo h3 {
	margin: 0px 60px 0px 0px;		/* this offsets the contact info headers to the left from CONTACT US */
	line-height: 30px;
}

#ourInfo p {
	margin: 0px 60px 0px 0px;		/* this offsets the contact info to the left from CONTACT US */
}









/* Contact information for the user to submit through the form */

#theirInfo {
	position: absolute;
	top: 40px;
	left: 350px;
	
	width: 400px;

	margin: 40px 5px;

}

#theirInfo legend {
	font-weight: bold;
}

#theirInfo label {
	float: left;
	display: block;
	
	width: 100px;
}

#theirInfo fieldset {
	background-color: #EED;
}

#theirInfo ol {
	display: inline;
	list-style-type: none;
}

#theirInfo li.buttons {
	display: block;
	position: relative;
	
	top: 10px;
	left: 100px;
}




/* Dealer List Styles for dealers.php page */

#dealerList ul {
	list-style-type: none;
	padding: 10px;
	margin: 10px 0;
	width: 300px;
	color: #333;
	cursor: default;
}

.dealerName {
	font-size: 16pt;
	font-family: helvetica, arial, sans-serif;
}

.dealerPhone {
	font-size:  8pt;
	color: #666;
}

#dealerList ul:hover {
	background-color: #f0f0f0;
}
