/*Stylesheet for richGuitars model page*/

body {
background-color: #cca37a;
color: #666666;
font-family: Verdana, Helvetica, Arial, sans-serif, "Cooper BlkItHd BT";
font-size: 1em;
margin: 0;}

#header {
background-color: #ffffff;
padding-left: 400px;
padding-right: 125px;
padding-top: 5px;
padding-bottom: 5px;
visibility: visible;}

#header p {
font-size: .7em;
font-weight: bold;
}

#outer-image {
height: 199px;
background-image: url(images/model-outer-image.jpg);
background-position: center top;}

#inner-image {
background-image: url(images/model-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;
}

/* This controls the indent for each sublist */
#navbar ul.aqtree3clickable ul {
  padding-left: 20px;
}

/* Provide space for our own "bullet" inside the link */
ul.aqtree3clickable li a { padding-left: 20px; }

/* Show "bullets" in the links, depending on the class of the
   LI that the link's in */
#navbar ul.aqtree3clickable li.aq3open a {
    background: url(minus.gif) center left no-repeat;
}
#navbar ul.aqtree3clickable li.aq3closed a {
    background: url(plus.gif) center left no-repeat;
}
#navbar ul.aqtree3clickable li.aq3bullet a {
    background: url(bullet.gif) center left no-repeat;
}

/* Actually show and hide sublists */
#navbar ul.aqtree3clickable li.aq3open ul { display: block; }
#navbar ul.aqtree3clickable li.aq3closed ul { display: none; }


	
* 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;
}

#gallery {
	width:702px;
	margin:0;
}



img {
padding: 10px;}



#header p {
font-size: .7em;
font-weight: bold;
}

h1 {
font-size: 1.2em;
width: 100%;
text-align: left;
font-style: italic;
letter-spacing: 5px;
font-weight: bold;
clear: both;
}

h2 {
font-size: 1.1em;
text-decoration: none;
font-weight: bold;
letter-spacing: 4px;
font-style: italic;}

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: 0.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;
}




#gallery {
	width: 650px;
}

.right_photo {
	float:right;
}

.left_photo  {
	float: left;
}

#main-text p a:link{
background-color: #ffd6ad;
text-decoration: underline;
}

#main-text p a:hover{
background-color: #aaddee;
}

#main-text p a:visited{
text-decoration: underline;
background-color: #ffd6ad;
}

#main-text p a:hover {
background-color: #aaddee;
}



