@charset "utf-8";

body {
	margin:0;
	padding:0;
	background:#262626;
	color:white;
	font-family:Palatino, "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}

a {
	color:#F1FFA4;
}

a:hover {
	color:#B7B360;
}

a img:hover {
	opacity:0.4;
	filter:alpha(opacity=40);
}

h1 {
	font-size:22pt;
}

h2 {
	font-weight:normal;
	color:#eeefab;
	margin-top:3px;
	margin-bottom:3px;
	font-size:14pt;
}

.p_intro {
	font-size:18pt;
}

#wrapper {
	display:block;
	width:100%;
	height:100%;
}

#splash_main {
	display:block;
	width:100%;
	height:500px;
	background-image:url('images/splash-lines.png');
	background-repeat:repeat-x;
	margin-top:150px;
}

#splash_main_img {
	display:block;
	width:688px;
	height:380px;
	background-image:url('images/splash-piano.png');
	background-repeat:no-repeat;
	background-position:top left;
	position:absolute;
	top:65px;
	left:180px;
}

#splash_main_img:hover {
	background-position:0 -380px;
}

#splash_strings_img {
	display:block;
	width:303px;
	height:94px;
	background-image:url('images/splash-strings.png');
	background-repeat:no-repeat;
	background-position:top left;
	position:absolute;
	top:312px;
	left:280px;
}

#splash_strings_img:hover {
	background-position:0 -94px;
}

#logo {
	margin-top:30px;
	margin-left:80px;
}

#menu {
	position:absolute;
	top:58px;
	left:350px;
}

#menu a {
	color:white;
	text-decoration:none;
}

#menu a:hover {
	color:#999999;
}

#homepage {
	margin-top:5px;
	margin-left:80px;
}

#home_box {
	display:block;
	width:710px;
	border:1px solid #505050;
	padding:5px;
}

#lower_ads_group {
	display:block;
	width:680px;
	border:15px solid #c8c8c8;
	margin-top:5px;
}

.lower_ad img {
	border:1px solid #505050;
	margin-top:-1px;
}

#side_panel {
	display:block;
	width:254px;
	background:#353535;
	float:left;
	margin-top:5px;
	border-top:1px solid #505050;
	text-align:center;
}

#side_panel_ul {
	list-style:none;
	text-align:left;
	border-top:1px solid #505050;
	padding-top:15px;
	margin-top:5px;
}

.white {
	color:#fff;
}

.models li a {
	color:#fff;
}

#content {
	display:block;
	width:790px;
	margin-top:5px;
	padding-left:20px;
	border-top:1px solid #505050;
	float:left;
}

#product_wrap {
	display:block;
	width:1100px;
}

#standalone {
	display:block;
	width:730px;
	margin-top:5px;
	padding-left:80px;
	border-top:1px solid #505050;
}

#product_concert {
	display:block;
	width:730px;
	min-height:571px;
	background:url('images/concert-bg.jpg');
 	background-position:top right;
	background-repeat:no-repeat;"
}

#product_pro {
	display:block;
	width:730px;
	min-height:571px;
	background:url('images/professional-bg.jpg');
 	background-position:top right;
	background-repeat:no-repeat;"
}

#product_classic {
	display:block;
	width:730px;
	min-height:571px;
	background:url('images/classic-bg.jpg');
 	background-position:top right;
	background-repeat:no-repeat;"
}

#product_palatino {
	background:url('images/bg1.jpg');
 	background-position:top right;
	background-repeat:no-repeat;"
}

#product_palatino p {
	width:400px;
}

.product_text {
	display:block;
	width: 300px;
}

.product_image {
	position:absolute;
	top:20px;
	left:300px;
}

#series_text {
	display:block;
	width:300px;
}

#resources_panel_ul {
	border-top:1px solid #505050;
	text-align:right;
	text-decoration:none;
	list-style-type:none;
	padding-right:25px;
	padding-top:15px;
	margin-top:5px;
}

#general {
	display:block;
	width:500px;
}

#general table {
	border:3px solid #505050;
}

#general table tr td {
	border:1px solid #505050;
	padding-left:10px;
}
