body {
	background-image: url(../images/calico-back.jpg);
	background-repeat: repeat;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 14pt;
	text-align: center;
}

.pseudo-h3 {
	font-size: 14px;
	color: #0051bd;
}

a {
	color: #0051bd;
	text-decoration: none;
	}
	
	a:hover {
		text-decoration: underline;
		}

.text {
	width: 650px;
	float: left;
	/*	border-right: 1px solid #ddd;*/
	padding-right:30px;
/*	width:445px;*/
	}
	
#bodyFrame {
	clear: both;	
}

#textFrame-bg {
	background-color: #505050;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

#textFrame {
	float: left;
	line-height: 12pt;
}

	#textFrame .price {
		font-size: 12pt;
		font-style: normal;
		text-align: right; 
		color: #000; }
	
	#textFrame h1 {
		font-size: 8pt;
		color: #0051bd;
		border-bottom: 2px #AAA dotted;
	}

#textFrame-desc {
	width:220px;
}

#textFrame-image {
	width: 200px;
	float: left;
	margin-right: 10px;
}

#textFrame-upgrade {
	width: 90%;
	float: left;
	font-size: 10px;
	line-height: 9pt;
	margin: 0px auto;
}
	
	.text-upgrade {
		float: right;
		width: 230px;
		margin-bottom: 10px;		
	}
	
	.item {
	width: 141px;
	/* border: 1px #999 solid;*/
	padding: 10px 5px 5px;
	}
	

.pullframe {
	width: 230px;
	float: right;
	margin-top: 20px;
	}
	
	.sidebar {
		float: right;
		width: 230px;
		margin-bottom: 10px;
		}
		
	.sidebar2 {
		border: 1px #999 solid; 
		padding: 3px 10px;
		float: right;
		width: 210px;
		margin-bottom: 10px;
		}
		
/*		.index_video {
			border: 2px #0051BD solid;
			width: 200px;
			}*/

.pull {
	background-color: #DDD;
	border: 1px #BBB solid;
	padding: 3px 10px;
	width: 210px;
	float: right;
	margin-bottom: 20px;
	}
	
	.pull ul {
		padding-left: 20px;

		}
	
.pullframe .quote {
	border: 1px #BBB solid;
	padding: 8px 15px;
	width: 210px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14pt;
	color: #777;
	font-style: italic;
	line-height: normal;
	text-align: right;
	margin-bottom: 20px;
	}
	
h1 {
	font-size: 24pt;
	font-family: "Trebuchet MS";
	color: #0051bd;
	border-bottom: 6px #AAA dotted;
	padding-bottom: 10px;
	}

h2 {
	font-family: "Trebuchet MS";
	color: #72ac23;
	font-weight: normal;
	margin-bottom: 0px;
	font-size: 14pt;
	font-style: italic;
	}
	
	#feature h2 {
		color: #fff;
		}

#frame {
	text-align: left;
	margin: auto;
	}

#title {
	background-image: url(../images/guitarri-title2.jpg);
	background-repeat: no-repeat;
	height: 125px;
}

	#logo {
		position: relative;
		top: 10px;
		right: 10px;
		width: 100px;
		height: 71px;
		float: right;
		}
/*	#logo {
		position: absolute;
		top: 96px;
		left: 800px;
		}*/
		
#shadow-lt {
	background-image: url(../../utilities/shadow-lt.png);
	background-repeat: repeat-y;
	border-right: 1px #333 solid;
}
#shadow-rt {
	background-image: url(../../utilities/shadow-rt.png);
	background-repeat: repeat-y;
	border-left: 1px #333 solid;
}
.body, #body {
	background-color: #FFFFFF;
	padding: 20px;

}

#nav {
/*height: 100px;*/

}
	.nav {

/*		border-right: 1px #fff solid;
		display: block;*/
		float: left;
		padding: 10px 10px 0;
		}
	.hide {
		display: none;
		}
	
	/*#nav1:hover { 
		background-image: url(../images/nav-home-on.gif); }
	#nav2:hover { 
		background-image: url(../images/nav-shop-on.gif); }
	#nav3:hover { 
		background-image: url(../images/nav-samples-on.gif); }
	#nav4:hover { 
		background-image: url(../images/nav-about-on.gif); }
	#nav5:hover { 
		background-image: url(../images/nav-blog-on.gif); }
	#nav6:hover { 
		background-image: url(../images/nav-contact-on.gif); }*/

.index_nav1 {
	display: block;
	width: 229px;
	height: 87px;
	background: url("../images/start-shop.gif") no-repeat 0 0;
	}

	.index_nav1:hover { background-position: 0 -87px; }
	
	.index_nav1 span { display: none; }

.index_nav2 {
	display: block;
	width: 205px;
	height: 64px;
	background: url("../images/free-gift.gif") no-repeat 0 0;
	}

	.index_nav2:hover { background-position: 0 -64px; }
	
	.index_nav2 span { display: none; }

.index_nav3 {
	display: block;
	width: 205px;
	height: 91px;
	background: url("../images/blog.gif") no-repeat 0 0;
	}

	.index_nav3:hover { background-position: 0 -91px; }
	
	.index_nav3 span { display: none; }


li.text {
	margin-bottom: 10px;
	}

#feature {
	background-color: #777;
	padding: 0 20px;
	color: #fff;
	}
	
	#feature a {
		color: #fff;
		}
	
	.col1, .col2, .col3 {
		float: left;
		width: 220px;
		clear: right;
		margin: 10px 15px;
		}
		
		.col2 {
			
			}
.imgleft {
	float: left;
	margin: 5px 5px 5px 0;
	border: 1px #555 solid;
	}
	
	.imgright {
	float: right;
	margin: 5px 5px 0 5px;
	border: 1px #555 solid;
	}
	
.noborder {
	border: 0px;
	}

#feature .imgleft, #feature .imgright {
	border: 1px #fff solid;
	}
	
#footer {
	background-image: url(../../utilities/shadow-bm.png);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #555;
	color: #fff;
	padding: 5px;
	text-align: center;
	}
	
	#footer a {
		color: #fff;
		}

#search {
	background-image: url(../../utilities/shadow-top.png);
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #555;
	color: #fff;
	padding: 5px;
	}
	
	#search input {
		font-size: 7pt;
		}
	
.smalltext, .text td {
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;
	}
	
.smalltext-sidebar {
	font-size: 7pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	line-height: normal;	
	text-align: center;
}
	
	.quote .smalltext {
		color: #000;
		}

/*.text p, .text ul, .text hr {
	margin-left: 30px;
	}*/

.grey {
	color: #aaa;
	}

.textborder {
	border: 1px #777 dotted;
	padding: 5px;

	}

	.textborder td {
		font-size: 9pt;
		}		

	.textborder td.bigtext {
		font-size: 14px;
		}
.question {
	border-bottom: 1px #777 dotted;
	}
	
table .track td, table .track th {
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
	}
	
	table .track {
		border-left: 1px solid #bbb;
		border-bottom: 1px solid #bbb;
		margin: 15px 0px 0px 0px;
		}
		
.download a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16pt;
	color: #72ac23;
	text-decoration: none;
	}
	
	.download a:hover {
		text-decoration: underline;
		}
	
	.down-position {
		margin-left: 10px;
		width: 200px;
		float: right;
		}
		
.samplelist {
	border-top: 1px #999 dotted;
	}
	
	.l-item {
		border-bottom: 1px #999 dotted;
		padding: 7px 3px;
		}

#toggle {

	width: 40px;
	height: 40px;
}

#toggle a {

display: block;
position: absolute;
width: 20px;
height: 20px;
}

#toggle .top {
	background: url(../catalog/samples/buttons/playdown.png) no-repeat;
}

#toggle .bot {
	background: url(../catalog/samples/buttons/pausedown.png) no-repeat;	
}

#toggle:target .top {
    opacity: .0;
    pointer-events: none;
}

span.expand img {
	padding: 4px 2px;
	background-color: #DDD; }
