
/*  Layout	*/

body {  
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #000000; 
	color: #CCCCCC;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal;  
	text-decoration: none; 
	line-height: 1.2em;
}

#page {
	width: 800px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

#masthead {
	width: 800px;
	height: 113px;
	margin: 0px 0px 20px;
	padding: 0px auto;
}

#navlinks {
	float: left;
	width: 180px;
	margin: 0px;
	padding: 0px;
}

#main_content {
	position: relative;
	float: left;
	width: 600px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}

#footer {
	position: relative;
	clear: left;
	width: 800px;
	margin: 0px;
	padding: 20px auto 30px;
	text-align: center;
}

/*  Typography	*/

td {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color: #CCCCCC;
}	

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

a.aak:hover {
	color:#6A63FF;	
	}

h1 {  
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 24px}
	
h2 {  
	font-size: 16px;
	font-weight: bold}

.h2b {  
	font-size: 16px;
	font-weight: bold}

.h2ul {
	font-size: 16px;
	font-weight: bold; 
	text-decoration: underline}

#sitemap h3 {
	font-size: 14px;
	font-weight: bold; 
	text-decoration: none;
	margin: 0 0 0 40px}
	
.bodytext {  
	font-size: 14px;
	font-weight: normal}

.captions {
	font-size: 12px;
	font-weight: normal}

.red {
	color: #FF0000}

.int_link {
	font-weight:700}

.ext_link {
	font-weight:700;
	color: #6A63FF}

/*  Lists	*/

#number_list li {
	margin-bottom: 10px;
}

#arrow_list ul {
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

#arrow_list li {
	background-image:url(../site_images/pg_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 20px;
	margin-bottom: 15px;
}

/*  Images	*/

img { 
	border: 0}

img.piano_lg {
	margin-top: 15px;
	margin-bottom: 15px;
}

img.bullet {
	height: 13px;
	width: 14px;
	margin: 0 3px;
	vertical-align: text-top;
}

#thumbnails img {
	margin: 5px;
}

/* Gallery */

#h2gallery {
	color: #CCCCCC;
	font-size: 14px;
	font-family: "Trebuchet MS", Georgia, "Times New Roman";
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px}

#h2gallery img {
	margin: 8px;
	float: left;
}

#h2gallery br {
	clear: both;
}

/*  Inventory Layout	        */
/*  #main_content is 580px wide */

#catalog_text {
	float: left;
}

#catalog_1text {
	float: left;
	width: 400px;
}

#catalog_2text {
	float: left;
	width: 230px;
}

#catalog_1 {
	position: relative;
	float: right;
	width: 170px;
	margin-top: 20px;
}

#catalog_2 {
	position: relative;
	float: right;
	width: 340px;
	margin-top: 20px;
}

#catalog_2 br, #catalog_3 br {
	clear: both;
}

#catalog_3 {
	float: right;
	position: relative;
	width: 570px;
	margin: 20px 0;
}

#item {
	float: left;
	position: relative;
	width: 140px;
	margin-left: 30px;
	margin-bottom: 20px;
}

.3col {
	margin-right: 20px;
}

#item img {
	margin: 0 auto;
}

#item_cap {
	margin-top: 3px;
	background: url(../site_images/pg_bullet.gif) top left no-repeat;
}

#item_cap p {
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	width: 120px;
	margin: 4px 0;
	padding-left: 18px;
}

/* Item pages layout */

#piano_layout {
	text-align: center;
}

#piano_layout hr {
	margin: 20px auto;
}

#thumbnails {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 30px;
}

/* deprecate */
#item_h hr {
	margin: 30px auto;
}


