/* CSS Document */


body {
	background: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

a {
	color:#7b2f0f;
	text-decoration: underline;
}
a:hover {color:#000;
	text-decoration: underline;}

.navigationbg			{
	background-image:url(../images-2009/navigation-bg.jpg);
	background-color: #000;
	background-repeat: repeat-y;
	background-position: left top;	
}

.navigation			{
	padding: 10px 25px
}





#homebg	{
	background-color: #f5e9d2;
	background-image: url(../images-2009/bg-home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#guitarspricing	{
	background-color: #f5e9d2;
	background-image: url(../images-2009/bg-guitarspricing.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#ukulelespricing	{
	background-color: #f5e9d2;
	background-image: url(../images-2009/bg-ukulelespricing.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#ukulelesvideos	{
	background-color: #f5e9d2;
	background-image: url(../images-2009/bg-ukulelesvideos.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#aboutbg	{
	background-color: #f5e9d2;
	background-image: url(../images-2009/bg-about.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#awardsbg	{
	background-color: #f5e9d2;
	background-image: url(../images-2009/bg-awards.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#linksbg	{
	background-color: #f5e9d2;
	background-image: url(../images-2009/bg-links.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

#contactbg	{
	background-color: #f5e9d2;
	background-image: url(../images-2009/bg-contact.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}


#guitars-photos	{
	background-color: #f5e9d2;

}












.leftborder	{
	background-image: url(../images_new/border_left.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

.rightborder	{
	background-image: url(../images_new/border_right.gif);
	background-repeat: repeat-y;
	background-position: left top;
}


h1						{	font-size: 16px; color:#ffffff; }

h2						{	font-size: 14px; color:#333; }

h3						{	font-family: Verdana, Geneva, Helvetica, sans-serif; font-size: 10px; font-weight: bold; color:#333333; text-transform: uppercase;  border-bottom: 1px solid #333333; }

.footer      			{	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 10px; color: #666666; }
.footer a       		{	text-decoration: underline; color: #666666; }
.footer a:hover 		{	text-decoration: underline; color: #999; }

.subnav         		{
	width: 100%;
	padding-left: 10px;
}

.areapad5         		{	width: 100%; padding: 5px; }
.areapad10         		{	width: 100%; padding: 10px; }
.areapad15         		{	width: 100%; padding: 15px; }
.areapad20         		{	width: 100%; padding: 20px; }

.padcell5         		{	padding: 5px; }
.padcell10         		{	padding: 10px; }
.padcell15         		{	padding: 15px; }
.padcell20         		{	padding: 20px; }

.input250				{	width: 250px; height: 22px; }
.comment250				{	width: 250px; height: 100px; }

