/*
Guru Mountain Web Design - www.guru-mountain.com - Jeff Guenter, webmaster
Main Stylesheet for 1947 Gibson SUPER 400 Website (home.windstream.net/jlguenter)...
*/


/* Global Syles */
body {
	background-color: #F7F7F7;
	background-image: url(../img/background.png);
	background-repeat: repeat-x;
	background-position: top;
	font-family: Arial, sans-serif;
	color: #008000;
	font-size: 10pt;
	padding: 5px 0px 5px 0px;
	}
 hr {
	color: #008000;
	width: 100%;
	}
 
 
/* Image Styles */
.imgleft {
	float: left;
	padding: 5px 10px 5px 0px;
	}
.imgright {
	float: right;
	padding: 5px 0px 5px 10px;
	}
	
	
/* Table Styles */
.layout {
	background-color: #F7F7F7;
	height: auto;
	width: 800px;
	}
td {
	background-color: #FFFFFF;
	height: auto;
	width: 700px;
	padding: 0px;
	}
td.main {
	background-color: #FFFFFF;
	}
td.header {
	height: 200px;
	width: 800px;
	background-color: #DDFFDD;
	border-style: solid;
	border-color: #008000;
	border-width: 1px 1px 1px 1px;
	}
td.navbar {
 	 border-style: solid;
	 border-color: #008000;
	 border-width: 1px 1px 1px 1px;
	 padding: 7px 12px 7px 12px;
	}
td.bottombar {
	border-style: solid;
	border-color: #008000;
	border-width: 1px 1px 1px 1px;
	padding: 4px 10px 4px 10px;
	}
td.hpmain {
	border-style: solid;
	border-color: #008000;
	border-width: 1px 1px 1px 1px;
	padding: 15px;
	text-align: justify;
	}
td.infomain {
	border-style: solid;
	border-color: #008000;
	border-width: 1px 1px 1px 1px;
	padding: 15px;
	text-align: justify;
	}
td.colspcr {
	background-color: #F7F7F7;
	width: 50px;
	}
td.rowspcr {
	background-color: #F7F7F7;
	height: 10px;
	width: 800px;
	}
	
	
/* Text Styles */
.pagetitle {
	font-size: 18pt;
	font-weight: bold;
	}
.pagesubtitle {
	color: #44B644;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	}
.sectiontitle {
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	}
.highlight {
	color: #44B644;
	font-weight: bolder;
	font-style: italic;
	}
.emphasis {
	font-weight: bolder;
	color: #44B644;
	}
.emphasisred {
	font-weight: bolder;
	color: #FF0000;
	}
.verylarge {
	font-size: 36pt;
	font-weight: bold;
	}
.lglink {
	font-weight: bolder;
	font-size: 16pt;
	}
	
	
/* Heading Styles */
H1 {
	font-size: 25pt;
	}
H2 {
	font-size: 22pt;
	}
H3 {
	font-size: 18pt;
	}
H4 {
	font-size: 14pt;
	font-style: italic;
	}
	
	
/* Warning Text Styles */
.warning {
	color: #FF0000;
	font-size: 9pt;
	}
	.warning a:link {
		color: #FF0000;
		text-decoration: underline;
		}
	.warning a:visited {
		color: #FF0000;
		text-decoration: underline;
		}
	.warning a:hover {
		color: #CE0018;
		text-decoration: none;
		}
		
	
/* Link Styles */
a {
	color: #008000;
	text-decoration: underline;
	}
a:visited {
	color: #008000;
	text-decoration: underline;
	}
a:hover {
	color: #44B644;
	text-decoration: none;
	}
	
 
/* Paragraph Styles */
p {
	font-size: 12pt;
	color: #008000;
	text-align: left;
 	}
p.homepage {
	text-align: justify;
	}
p.infopage {
	font-size: 11pt;
	text-align: justify;
	}
p.pagenav {
	font-size: 9pt;
	font-weight: bolder;
	text-align: right;
	}
	p.pagenav a:link {
		text-decoration: none;
		}
	p.pagenav a:visited {
		text-decoration: none;
		}
	p.pagenav a:hover {
		text-decoration: none;
		}
	
 
/* Navigation Bar Styles */
.navtext {
	font-family: Verdana, Arial, sans-serif;
	padding: 7px 25px 7px 25px;
	}
	.navtext a:link {
		text-decoration: none;
		padding: 7px 25px 7px 25px;
		}
	.navtext a:visited {
		text-decoration: none;
		padding: 7px 25px 7px 25px;
		}
	.navtext a:hover {
		text-decoration: none;
		padding: 7px 25px 7px 25px;
		}
		
.navtextnolink {
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	background: #008000;
	padding: 7px 25px 7px 25px;
	}

	
/* Bottombar Styles */
.bottombartext {
	font-family: Verdana, Arial, sans-serif;
	font-size: 7pt;
	}
	.bottombartext a:link {
		text-decoration: none;
		}
	.bottombartext a:visited {
		text-decoration: none;
		}
	.bottombartext a:hover {
		text-decoration: none;
		}


/* Mid-Page Links Styles */
.midpagelinks {
	font-family: Verdana, Arial, sans-serif;
	color: #44B644;
	font-size: 10pt;
	}
	.midpagelinks a:link {
		color: #44B644;
		text-decoration: underline;
		}
	.midpagelinks a:visited {
		color: #44B644;
		text-decoration: underline;
		}
	.midpagelinks a:hover {
		color: #008000;
		text-decoration: none;
		}
		
		
		
/* END of MAIN STYLESHEET */


