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

a{
	color:#990000;
	text-decoration:none;
}

a:hover{
	color:#990000;
	text-decoration:underline;
}

.left-nav a{
	color:#FFF;
	text-decoration:none;
}

.left-nav a:hover{
	color:#BD9D4C;
	text-decoration:underline;
}

.headline{
	color:#900;
	font-size:18px;
	font-style:italic;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}

.headline2{
	color:#900;
	font-size:20px;
	font-style:italic;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}

h1{
	color:#900;
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	font-style:italic;
	font-weight:bold;
}

h2{
	color:#442307;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin-bottom:0px;
}

h3{
	color:#000;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:bold;
	margin-bottom:0px;
}

body{
	background-image:url(/images/background.jpg); 
	background-repeat:no-repeat; 
	background-position:top center; 
	background-attachment:fixed;
	background-color:#000;
	margin:0px;
}

#main-cont{
	width:940px;
	position:absolute;
	top:8px;
	left:50%;
	margin-left:-492px;
}

.header{
	z-index:10;
	position:absolute;
	margin-left:-18px;
	padding-left:25px;
	height:155px;
	width:940px;
	background:url(/images/header-bg.png) bottom left no-repeat;
}

.top-nav{
	z-index:9999;
	position:absolute;
	top:120px;
	width:950px;
	height:36px;
	margin-left:10px;
	text-align:center;
	list-style:none;
}

.left-nav{
	z-index:2;
	position:absolute;
	background: url(/images/piano_keys_bg.png);
	background-repeat:no-repeat; 
	width:215px;
	height:538px;
	top:175px;
	padding-left:5px;
}

#bg-top {
	margin-top:110px;
	width:940px;
	height:91px;
	background:url(/images/background-top.jpg) bottom left no-repeat;
}

.content-full{
	z-index:3;
	width:700px;
	min-height:525px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

.content-left{
	z-index:3;
	position:relative;
	width:450px;	
	min-height:520px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
}

.content-right{
	z-index:2;
	position:absolute;
	right:30px;
	top:170px;
}

.find-piano{
	z-index:2;
	position:absolute;
	background: url(/images/brand_backgroud.png);
	background-repeat:no-repeat; 
	width:309px;
	height:115px;
	right:-50px;
	top:535px;
	padding-top:20px;
	text-align:center;
}

.find-piano p{
	text-align:left;
	width:265px;
	margin-left:30px;
	margin-top:8px;
}

.brands{
	z-index:2;
	position:absolute;
	background: url(/images/brand_backgroud.png);
	background-repeat:no-repeat; 
	width:309px;
	height:115px;
	right:-50px;
	top:460px;
	padding-top:20px;
	text-align:center;
}

.brands-logos{
	width:309px;
	margin-top:10px;
	left:25%;
}

.warranty{
	z-index:5;
	position:absolute;
	right:20px;
	top:448px;
	width:240px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	font-size:13px;
	text-align:center;
}

#bg-middle{
	margin-top:-20px;
	width:940px;
	background:url(/images/background-middle.jpg) top left repeat-y
}

.bg-bottom{
	padding-left:230px;
	width:940px;
   	min-height:357px;
   	background:transparent url(/images/background-bottom.jpg) bottom left no-repeat;
}

.top-nav{
	z-index:9999;
	width:950px;
	height:36px;
	margin-left:10px;
	text-align:center;
	position:relative;
	list-style:none;
}

.top-bar{
	width:auto;
	height:35px;
	line-height:35px;
	padding-left:25px;
}

.top-bar a{	
	color:#FFF;
	text-decoration:none;
}

.top-bar a:hover{	
	color:#990000;
	text-decoration:underline;
}

.top-bar ul{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
}

.top-bar ul li{	
	display:block;	
	margin-right:20px;
	height:35px;
	float:left;
	position:relative;
}

#nav ul{
	position:absolute; 
	display:none; 
	margin:-4px 0 0 -20px; 
	padding:0; 
	list-style:none;
}

#nav ul li{
	width:125px; 
	float:left; 
}

#nav ul a{
	display:block;  
	color:#FFF;
	background-color:#9A7E39;
}

#nav ul a:hover{
	color:#990000;
	text-decoration:underline;
}

.black_keys{
	padding-bottom:15px;
}

.black_keys_space{
	padding-bottom:17px;
}

.footer{
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	margin-top:10px;
	padding-bottom:25px;
}

.slide-out-div {
	padding:20px 20px 5px 20px;
	width:250px;
	background:#ccc;
	border:1px solid #29216d;
	position:relative;
	z-index:9999;
}   

