﻿h1{
margin:0;
padding:0;
text-indent:-2000px;
}
.tab a {

	color:#195BAE;
	background-image: url(tab_off_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 4px 0 5px 8px;
	margin-left: 7px;
	display:block;
	float:left;
	text-decoration:underline;
}
a:active {
	color: #000000;
}
.guitarselected a {
	background-image: url(tab_on_left.gif);
	color: #195BAE;
	text-decoration: none;
}

.tab span {
	background-image: url(tab_off_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding:4px 8px 5px 0px;
	text-decoration:underline;
	color:#195BAE;
}
.guitarselected a span {
	background-image: url(tab_on_right.gif);
	text-decoration: none;
	padding:4px 8px 4px 0px;
	color:#195BAE;
}
.tab a:link, .tab:active, .tab a:hover, .tab a:visited{
	border:none;
}
.resourcetext h2{
	padding: 10px 0 2px 0;
	
	background: url(/images/greydotted.gif) left bottom repeat-x;
	color:#E22828;
	margin-bottom:5px;
}
.h1top{
background:url(guitar_top2.gif) no-repeat left top; height: 68px;
}
.midguitar{
	background:url(guitar_mid2.gif) repeat left top;
}
.guitarbot{
	background:url(guitar_bot2.gif) no-repeat left top; height: 70px;
}

/* GuitarResourceCentre for JQueryTabs*/
#guitarResourcesTabContainer
{
    height:330px;
    width:650px;
    padding-left:200px;
    padding-top:10px;
}
#guitarResourcesTabContainer.ui-widget-content
{
    font-size:100%;
    font-weight:normal;
}
#guitarResourcesTabContainer ul
{
    padding-left:10px;
}
#guitarResourcesTabContainer.ui-tabs .ui-tabs-nav li
{
    top:0px;
    background-color:#fbd8d8;
}
#guitarResourcesTabContainer.ui-tabs .ui-tabs-nav li.ui-tabs-selected 
{
    background:white;
}
#guitarResourcesTabContainer.ui-tabs .ui-tabs-nav li a
{		
	background: url(/images/tab_off_left.gif) no-repeat left top;
	color:black;
}

#guitarResourcesTabContainer.ui-tabs .ui-tabs-nav li.ui-tabs-selected span
{	
	background: url(/images/tab_on_right.gif) no-repeat right top;
}
#guitarResourcesTabContainer.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
#guitarResourcesTabContainer.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
#guitarResourcesTabContainer.ui-tabs .ui-tabs-nav li.ui-state-processing a
{
	background: url(/images/tab_on_left.gif) no-repeat left top;
}

#guitarResourcesTabContainer.ui-tabs .ui-tabs-nav li a span
{
    background-color:#f06464;
	background: url(/images/tab_off_right.gif) no-repeat right top;	
}
