/* CSS Document - Better Guitar interactivity */


#nav a:link
{
color: #CCCCCC;
text-decoration: none;
}

#nav a:visited 
{
color: #CCCCCC;
text-decoration: none;
}

#nav a:hover  
{
color: #F8F8F8;
text-decoration: underline;
}

#nav a:active  
{
color: #F8F8F8;
text-decoration: underline;
}


#location_one img:hover, #location_two img:hover, #location_three img:hover, #location_four img:hover, #location_five img:hover
{
outline: 1px solid #F8F8F8;
}

#location_one img:active, #location_two img:active, #location_three img:active, #location_four img:active, #location_five img:active
{
outline: 1px solid #F8F8F8;
}


#info_links a:link 
{
color: #CCCCCC;
text-decoration: none;
}

#info_links a:visited 
{
color: #CCCCCC;
text-decoration: none;
}

#info_links a:hover  
{
color: #F8F8F8;
text-decoration: underline;
}

#info_links a:active  
{
color: #F8F8F8;
text-decoration: underline;
}

div#content_secondary a:link
{
color: #666666;
text-decoration: underline;
}

div#content_secondary a:visited 
{
color: #333300;
text-decoration: underline;
}

div#content_secondary a:hover  
{
color: #000000;
text-decoration: underline;
}

div#content_secondary a:active  
{
color: #000000;
text-decoration: underline;
}


div#content_main a:link
{
color: #666666;
text-decoration: underline;
}

div#content_main a:visited 
{
color: #333333;
text-decoration: underline;
}

div#content_main a:hover  
{
color: #000000;
text-decoration: underline;
}

div#content_main a:active  
{
color: #000000;
text-decoration: underline;
}

