@charset "UTF-8";
/* CSS Document */

/* this tag will make something be right justified within the body */
.floatR {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
}
/* this tag will make something be left justified within the body */
.floatL {
	float: left;
}
/* how images will look */
img {
	border:none;
}
img a:ink, a:visited, a:active{
	border:none;
}
/* how links against the black background are formatted */
a:link, a:visited, a:active {
	text-decoration: none; 
	color:#ffffff;
}
a:hover {
	color:#c22519;
}
/* how links against the creamy background are formatted */
#maininfo a:link, a:visited, a:active {
	text-decoration: none; 
	color:#726750;
}
#maininfo a:hover {
	color:#c22519;
}
/* this is how lists are formatted (ul=unordered list (no numbers) and ol=ordered list (with numbers)) */
ul {
	list-style-image: url("../images/embellish_piano.png");
	list-style-position: outside;	
}
ul li {
	padding-bottom: 5px;
}
ol {
	list-style:none;
}
ol li {
	padding-bottom: 8px;
}
/* these are various headers(titles) on your site */
h1 {
	text-align:right;
	margin-top: -3px;	
}	
h2 {
	color: #85342E;
	font-size:14px; 
	margin-left:10px;
	font-style:italic;
}
h3 {
	color: #2b2525;
	font-size:20px; 
	font-style:italic;
	font-weight:bold;
	text-align:right;
}

/******* i would suggest leaving everything below this line as is, unless you are very familiar with CSS and HTML, making changes here could significantly disrupt the layout of your site ******/ 
/* body of your page */
body {
	background:#000000 url(../images/bg.gif) repeat-x top;
	font-family:Helvetica, Geneva, Arial, sans-serif;
	color: #000000;
	margin: 0px;s
}
/* this is how wide the page will be (if you change it, everything will get funky */
#container {
	margin: auto;
	width:1020px;
	height:100%;
	min-height:630px;
}
/* flash navigation */
#navcontainer {
	width:635px;
	margin-top: -15px;
	margin-left: 20px;
}
/*this governs the size and location of the header area*/
#header {
	width:1020px;
	height:100px;
	margin-top: -1px;
}
/*this governs how the right column looks*/
#rightcolumn {
	background: url(../images/right_bg.jpg) repeat-y left top;
	width:384px;
	min-height:531px;
	float:right;
	margin-top: -2px;
	margin-right: 1px;
}
/*this governs how the information (pictures and text) in the right column looks*/
#rightimgbg{
	background: url(../images/img_backgrounds/right_image_bg_lg.png) no-repeat;
	width:350px;
	height:500px;
	margin-top:10px;
	margin-left:30px;
	padding-left: 30px;
	padding-top: 20px;
}
#rightinfo {
	width:320px;
	margin-top:-39px;
	margin-left: -29px;
	padding-top: 20px;
	font-size:13px;
	color:#2B2525;
}
#productinfo {
	width:400px;
	padding-left:20px;
	font-size:13px;
	color:#2B2525;
}
#form {
	width:320px;
	margin-left: 10px;
}
/* this governs how the main content looks */
#maincontent {	
	width:635px;
	min-height:531px;
	float:left;
	background: url(../images/main_bg.jpg) repeat-y left top;
	font-size:13px;
	margin-top:-3px;
}
/*this governs how the information (pictures and text) in the main (left) column looks*/
#maininfo {
	width:550px;
	padding-left: 50px;
	padding-top: 40px;
	text-align: left;	
	margin-bottom: 50px;
}
/*this governs how the two columns of pianos on the products page are formatted*/
#pianosL {
	width:200px;
	padding-top: 10px;
	padding-left:40px;
	float:left;
}
#pianosR {
	width:200px;
	padding-right: 40px;
	padding-top: 10px;
	float:right;
}
/* this governs how the footer looks*/
#footer {
	width:1020px;
	font-size:11px;
	text-align:center;
	font-family:Helvetica, Geneva, Arial, sans-serif;
	color:#666666;
	padding-top: 5px;
	clear:left;
}
#footer a:link, a:visited, a:active {
	text-decoration: none; 
	color:#ffffff;
}
#footer a:hover {
	color:#c22519;
}