/* css ESQ screen style v1.01 */
/* This file by Phillip Yow */

/* ------------------------------------------------------------------------
basic HTML elements 
---------------------------------------------------------------------------*/
html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 16px Trebuchet MS, Lucida Sans Unicode, Verdana, sans-serif;
	line-height: 1.4; /* looks different in Dreamweaver & real browser! */
	color: #555753; 
	background: #F28100 url(../images/Background_minimal.gif) fixed no-repeat; /* don't make body background image "transparent" url as FFox won't render */
	margin: 0; 
	padding: 0;
	}
	
a {
	text-decoration: none;
    color: #0000FF;
    }
a:hover {
    color: #D60808;
	background-color: #FFFF99;
	    }
	
		

	
/* -------------------------------------------------------------------
classes - can be applied to many elements per page 
----------------------------------------------------------------------*/
.smallfont {
	font: 13px Trebuchet MS, Lucida Sans Unicode, Verdana, sans-serif;
	line-height: 1.2;
	margin: 0px;
	padding: 0;
	}

.clear-L-image {
	clear: left 
	}
	
.clear-R-image {
	clear: right
	}

.linkhover a:hover {
    color: #D60808;
	background-color: #FFFF99;
	    }
		
.emergency-text  {
    color: #990000;
		    }
	
.title_letterspread {
	margin: 0;
	letter-spacing: 10px; }
		
.summary {
 	margin: -7px 0px 15px 0px; }
	
.toc_subheader {
	font: 13px Trebuchet MS, Lucida Sans Unicode, Verdana, sans-serif;
	font-weight: bold;
	margin: 0px 0px -15px 0px;
	padding: 0;
	}
	
.toc_list {
	font: 13px Trebuchet MS, Lucida Sans Unicode, Verdana, sans-serif;
	line-height: 1.2;
	margin: 0px;
	padding: 0;
	}	
.toc_list a:hover {
    color: #D60808;
	background-color:#FFFF99;
	    }
/* -- content_list is used to add padding to the left of bulleted items when a photo appears on the left side of the page --*/
.content_list {
	font: 13px Trebuchet MS, Lucida Sans Unicode, Verdana, sans-serif;
	line-height: 1.2;
	margin: 0px 0px 0px 20px;
	padding: 0;
	}	
.content_list a:hover {
    color: #D60808;
	background-color:#FFFF99;
	    }
		
.esqCover_Title {
	font: 18px Trebuchet MS, Lucida Sans Unicode, Verdana, sans-serif;
	font-color: #CC3300;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0;
	}
	
.esqAlert {
	font: 18px Trebuchet MS, Lucida Sans Unicode, Verdana, sans-serif;
	font-color: #FF0000;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	padding: 0;
	}	
	
.price_notes {
	font: 13px Trebuchet MS, Lucida Sans Unicode, Verdana, sans-serif;
	line-height: 1.2;
	margin: 0px;
	padding: 0;
	}
.price_notes a:hover {
	color: #D60808;
	background-color:#FFFF99;
	    }
	
.photo_left {
	float: left;
	margin: 10px 10px 10px 0; /* can't use margins greater than 10, as IE doubles margins on floated elements! */
	}
	
.photo_right {
	float: right;
	margin: 10px 0 10px 10px;
	}
	

.return2top {
	font: 11px Trebuchet MS, Lucida Sans Unicode, Verdana, sans-serif;
	line-height: 1.2;
	margin: 0px;
	padding: 0;
	}	
.return2top a:hover {
    color: #D60808;
	background-color:#FFFF99;
	    }
		
	
/* --------------------------------------------------------------------
specific divs - unique, one per page 
-----------------------------------------------------------------------*/
#container {
	margin: 0 auto;
	width: 1002px;
	position: relative;
	
	padding: 0 0px 0 0px; }
	
#topbanner {
	margin-top: 0px;
	position: absolute;
	top: 00px;
	left: 166px;
	width: 663px;
	height: 90px;
			}
			
#topbanner a {	
	display: block;
	width: 100%;
	height: 100%;
	}
	
#topbanner a:hover {	/* masking the image when hovering */
	background: transparent none;
}
			
	
#topnav  {
	background: transparent url(../images/swirl_with_palmtrees.gif) no-repeat top left;
	margin-top: 0px;
	position: absolute;
	top: 90px;
	left: 166px;
	width: 831px;
	height: 92px;
		}
		
#menu {
	margin-top: 0px;
	position: absolute;
	top: 30px;
	left: 85px;
	width: 702px;
	height: 28;
	 }
#menu a:hover {	
	background: transparent none;
} 
	
#wholepage {
	padding: 0px 0px 50px 0px;
	margin: 0px;
	position: absolute;
	top: 175px;
	left: 174px;
	width: 800px; /* this is larger than necessary? */
		         }	
				 
#pagetop  {
	background: transparent url(../images/pageTop.gif) no-repeat top left;
	padding: 0px; /* must include 0px padding & 0px margin, otherwise, without absolute positioning this image will appear lower in FFox! */
	margin: 0px;
	width: 653px;
	height: 80px;
			}

#flashheader  {
	margin: 0px;
	padding: 0px;
	width: 652px;
	height: 290px;
			}
			
#pixframe_header {
	background: transparent url(../images/FlashPageHeader.jpg) no-repeat top left;
	margin: 0px;
	padding: 0px;
	width: 652px;
	height: 290px;
			}
	
#mainpage  {
	/* FFox requires a negative top margin to close the gap, so I increased the flashheader graphic with 20 px */
	background: #ffffff;
	width: 548px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #898989;
	border-left-color: #898989;
	border-right-width: 2px;
	border-left-width: 2px;
	margin-top: -20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 50px;
	padding-bottom: 50px;
	padding-left: 50px;
			}
			
#pagebot  {
	background: transparent url(../images/PageBot.gif) no-repeat top left;
	padding: 0px;
	width: 652px;
	height: 67px;
	margin: 0px;
		}
/* Image swap CSS from tutorials of www.alsacreations.com/articles: works with PNG files in FFox but not IE 6. Does work with regular gifs in IE 6 */	
#logo {
	background: url(../images/logo_on-trans2.png) no-repeat top left;
	margin-top: 0px;
	position: relative;
	top: 50px;
	left: 10px;
	width: 202px;
	height: 202px;
		}
#logo a {	
	display: block;
	width: 100%;
	height: 100%;
	background:  url(../images/logo_off-trans2.png) top left no-repeat;	
	}
#logo a:hover {	/* masking the image when hovering */
	background: transparent none;
} 
	

	
#footer {
	font: 13px Trebuchet MS, Lucida Sans Unicode, Verdana, sans-serif;
	line-height: 1.2;
	text-align:center;
	margin: 0px;
	padding: 0;
	}	
#footer a:hover {
	color: #D60808;
	background-color:#FFFF99;
	    }
		

/*
-----------------------------------------------------------------------------------------
=Extra Divs
-------------------------------------------------------------------------------------- */
#extraDiv1 {
	position: fixed;
	left: 450px;
	top: 200px;
	width:347px;
	height:267px;
	background:url(../images/guitar_small-trans.png);
}
/*
---------commented next line out, so javascript/IE8.js would work----------
* html #extraDiv1 {display:none;} /* Hide from Internet Explorer */