/* Master styles */

html, body {
	margin: 0;
	padding: 0;
	text-indent: 0;
	color: #000;
	border:0;
}
html, body * {
	margin: 0;
	padding: 0;
	text-indent: 0;
}
img { border: 0 }
.left { float: left }
.right { float: right }

/* Website styles */
body {
	font-family: Tahoma, Verdana;
	font-size: 12px;
	color: #333;
	background: #fff;
}
div#top {
	width: 780px;
	height: 39px;
	line-height: 39px;
	margin: 0 auto;
	text-align: right;
	background: url('top-bg.gif') top left no-repeat;
}
#top a {
	font-size: 10px;
	color: #999;
	text-decoration: none;
}
#top a:hover {
	color: #000;
}
div#header {
	width: 100%;
	height: 272px;
	background: url('header-bg.gif') top left repeat-x;
}
#header div.content {
	width: 780px;
	height: 272px;
	margin: 0 auto;
}
#header .content div.leftborder {
	float: left;
	width: 20px;
	height: 272px;
	background: url('header-left.gif') top left no-repeat;
}
#header .content img.logo {
	float: left;
	margin: 11px 0 0 0;
}
#header .content div.rightborder {
	float: left;
	width: 12px;
	height: 272px;
	background: url('header-right.gif') top left no-repeat;
}
ul#nav {
	float: right;
	width: 180px;
	height: 219px;
	margin: 24px 0 0 0;
}
#nav li {
	list-style: none;
	height: 46px;
}
#nav li.top {
	width: 180px;
	height: 17px;
	background: url('nav-top.gif') top left no-repeat;
}
#nav li.bottom {
	width: 180px;
	height: 18px;
	background: url('nav-bottom.gif') top left no-repeat;
}
#nav li.home {
	background: url('nav-bg1.jpg') top left no-repeat;
}
#nav li.idea {
	background: url('nav-bg2.jpg') top left no-repeat;
}
#nav li.catalogue {
	background: url('nav-bg3.jpg') top left no-repeat;
}
#nav li.contacts {
	background: url('nav-bg4.jpg') top left no-repeat;
}
#nav li a {
	width: 132px;
	height: 46px;
	line-height: 46px;
	display: block;
	font-size: 18px;
	color: #fff;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 48px 0 0;
}
#nav li a:hover, #nav li a.active {
	color: #ccc;
}
div#main {
	width: 780px;
	margin: 0 auto;
	overflow: hidden;
	background: url('main-bg.gif') top left no-repeat;
}
#main div.content {
	float: left;
	width: 540px;
	margin: 0 0 0 30px;
	padding: 30px 0;
}
#main div.sidebar {
	float: right;
	width: 188px;
	padding: 30px 0;
}
h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 15px 0;
}
#main .content p {
	line-height: 16px;
	text-align: justify;
	margin: 0 0 15px 0;
}
#main .content p.covers {
	float: left;
	width: 120px;
	text-align: center;
	margin: 0 5px 20px 5px;
}
#main .content .covers img {
	border: 1px solid #ddd;
	margin: 0 0 5px 0;
}
#main .content p a, #main ul a {
	color: #333;
	text-decoration: none;
}
#main .content p a:hover, #main ul a:hover {
	color: #999;
}
h2 {
	width: 188px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	background: url('h2-bg.gif') top left no-repeat;
}
h2.obtn {
	width: 188px;
	height: 39px;
	line-height: 39px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	background: url('h2-obtn.gif') top left no-repeat;
	margin-bottom:15px;
}
h2.obtn a {
	font-size:18px;
	text-decoration:none;
	color:#000;
}
#main .sidebar p.blue {
	padding: 5px 5px 15px 5px;
	margin: 0 0 15px 0;
	background: #d6ebfd url('pblue-bg.gif') bottom left no-repeat;
}
.font14 {
	font-size: 14px;
}
.font18 {
	font-size: 18px;
}
#main .sidebar p a {
	color: #333;
	text-decoration: none;
}
#main .sidebar p a:hover {
	color: #000;
}
.font11 {
	font-size: 11px;
}
#main .sidebar div.pblue-top {
	width: 188px;
	height: 9px;
	background: url('pblue-top.gif') top left no-repeat;
}
img.border {
	border: 1px solid #ddd;
}
#main table.order {
	width: 100%;
}
#main .order input.text, #main .order textarea {
	width: 200px;
	border:1px solid #ccc;
	padding:3px;
	font: 12px tahoma;
}
#main ul {
	margin: 0 0 0 15px;
	font-size: 14px;
	list-style: disc;
}
#main ul li {
	margin: 0 0 5px 0;
}
#main ul li.level {
	list-style: circle;
	margin: 0 0 5px 20px;
}
#main .content p.songs {
	margin: 0 0 5px 0;
}
div#footer {
	width: 780px;
	height: 40px;
	margin: 0 auto;
	padding: 10px 0 0 0;
	line-height: 15px;
	font-size: 11px;
	color: #000;
	background: url('footer-bg.gif') top left repeat-x;
}
#footer a {
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
#footer a:hover {
	color: #555;
}
.error {
	border:1px solid #F00 !important;
}