/*Stylesheet for richGuitars tour page*/

body {
background-color: #cca37a;
color: #666666;
font-family: Verdana, Helvetica, Arial, sans-serif, "Cooper BlkItHd BT";
font-size: 1em;
margin: 0;}


.footer{

}

#header {
background-color: #ffffff;
padding-left: 400px;
padding-right: 125px;
padding-top: 5px;
padding-bottom: 5px;
}

#outer-image {
height: 199px;
background-image: url(images/shop-outer-image.jpg);
background-position: center top;}

#inner-image {
background-image: url(images/shop-inner-image.jpg);
background-repeat: no-repeat;
background-position: 198px 0px;
height: 199px;}

#content {
position: relative;
width: 900px;}

#navbar {
position: absolute;
width: 200px;
top: 0px;
left: 15px;
}

#navbar ul {
margin: 0;
padding: 0;
border-right: none;
}

#navbar ul li {
list-style-type: none;
margin: 0;
padding: 0;
	}

#navbar ul li a:link , #navbar ul li a:visited {
display: block;
font-weight: bold;
border-bottom: 1px #000000 solid;
border-right: 1px #000000 solid;
border-left: 1px #000000 solid;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 3px;
}


#navbar li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 12.45em;
		margin-top : -1.6em;
		width: 200px;
	}
	

#navbar li:hover ul, #navbar li.sfhover ul { 
    left: auto; 
}


	
* html #navbar a {
	height: 1px;
}



#main-text {
background-color: #ffffff;
border-left: 1px #000000 solid;
border-bottom: 1px #000000 solid;
border-right: 1px #000000 solid;
margin-left: 198px;
padding: 25px;}




#header p {
font-size: .7em;
font-weight: bold;
}

#gallery {
	width:702px;
	margin:0;
}

img {
padding: 10px;}

h1 {
font-size: 1.2em;
text-align: center;
font-style: italic;
letter-spacing: 5px;
font-weight: bold;}

h2 {
font-size: 1.1em;
text-decoration: underline;}

h3 {
font-size: 1.1em;
font-weight: bold;
color: #bbbbbb;
}

p {
font-size: .8em;
text-align: justify;
line-height: 1.7em;}

p.footer {
font-weight: bold;
font-size: .6em;
text-align: center;}

a {
text-decoration: none;}

a:link {
color: #666666;
background-color: #95b7cd;}

a:visited {
color: #666666;
background-color: #95b7cd;}

a:hover {
color: #666666;
background-color: #aaddee;}

a:active {
color: #666666;
background-color: #3cc7f0;}





.photo {
		background: url(images/drop_shadow.gif) no-repeat right bottom;
}

.photo img {
	border: 1px solid #666;
	background-color: #FFF;
	padding: 4px;
	position: relative;
	top: -4px;
	left:-5px;
}

.figure {
	float: left;
	width: 145px;
	margin: 10px;
}

* html .figure {
	width: 165px;
	w\idth: 145px;
	display: inline;
}

.figure p {
	font: 1em/normal Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0;
	height: 5em;
}





/* IE 5/6 border erase bug */
* html #gallery {
	width: 100%;
}

/* IE 5 placement bug */
* html #gallery img {
	width: 100%;
}
