/* Generic CSS file - strip browser defaults */

a:link, a:hover, a:visited, a:active { text-decoration:none; }

ul, ol {	list-style:none; }

html,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,body,div,code,fieldset,legend,input,img,hr { margin:0; padding:0; border:0; font: 1em; }

a img { border:0; }

/****************************************************************/

html {
	background-image: url('images/body_bg.jpg');
}

body {
	background: url('images/header.png') no-repeat center top;
	color: #333;
	font-family: Arial, Helvetica, "DejaVu Sans", sans-serif;
}

#main {
	position: absolute;
	width: 800px;
	left: 50%;
	top: 5px;
	margin-left: -400px;
	background: url('images/main_bg.jpg') repeat-y;
	border: 1px solid #666;

}

h1 {
	color: #fff;
	margin: 30px 0 -11px 50px;
	font-family: Arial, Helvetica, "DejaVu Sans", sans-serif;
}

h2, h3 {
	margin: 10px 0;
	color: #508dff; /* #99c; */
	font-family: Arial, Helvetica, "DejaVu Sans", sans-serif;
}

p {
	margin: 10px 0;
}

#nav {
	background: url('images/header.png') no-repeat center top #fff;
	padding-top: 122px;
	text-align: center;
	font-family: Arial, Helvetica, "DejaVu Sans", sans-serif;
	font-weight: bold;
}

#nav li {
	display: inline;
	line-height: 1.8em;
	padding: 0 30px;
}

#nav a {
	color: #609cff;
}

#nav a:hover {
	color: #3069cc;
}

#sidebar {
	float: right;
	display: inline;
	margin: 40px 40px 20px 0;
}

#sidebar p {
	margin-top: 20px;
	
	border: 1px solid #ccc;
	background-color: #fff;
	font-size: 0.9em;
	padding: 10px 5px;
	text-align: center;
}

#sidebar p img {
	margin: 0px 5px;
}

#clarinet {
	border: 1px solid #ccc;
}

.content, .tracks {
	margin: 0 0 40px 40px;
	padding: 20px;
	background-color: #fff;
	width: 430px;
	border: 1px solid #ccc;
	font-size: 0.9em;
}

.tracks {
	width: 720px;
	margin: 0 0 40px 20px;
}

.tracks h2 {
	margin: 20px 0;
}

.tracks p {
	margin: 20px 0;
}

.tracks ul {
	margin: 10px 0;
	/*text-align: center;*/
}

.tracks li {
	display: inline;
	margin-right: 40px;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 2em;
}

.tracks a {
	text-decoration: underline;
	color: #f90;
}

.tracks a:hover {
	text-decoration: none;
}

.wide li {
	display: block;
}

#demo, #demo2 {
	float: right;
	width: 180px;
	margin: 0 0 20px 20px;
	text-align: center;
	border: 2px solid #cdf;
	padding: 10px;
}

#demo p {
	font-size: 0.9em;
	margin: 10px 0;
}

#demo2 {
	width: 160px;
	margin: 0 0 20px 10px;
}

.tracks table {
	clear: both;
}

.tracks table th {
	background-color: #508dff;
	color: #fff;
	padding: 2px 10px;
}

.tracks table td, .tracks table th {
	text-align: center;
}

.tracks table tfoot td {
	background-color: #508dff;
}

.floatr {
	float: right;
}

.payment li {
	display: block;
}
/********************** Form *******************/

label {
	clear: left;
	float: left;
	width: 175px;
	margin-right: 15px;
	text-align: right;
}

input, textarea {
	padding: 2px 5px;
	background: url(images/input_bg2.jpg) center #508dff;
	color: #508dff;
	border: 2px solid #ccc;
}

form ul li {
	line-height: 2em;
}

.submit {
	font-weight: bold;
	border-top: 2px solid #ddd;
	border-left: 2px solid #ddd;
	border-bottom: 2px solid #aaa;
	border-right: 2px solid #aaa;
	background: url(images/input_bg.jpg) repeat-y center #508dff;
	color: #fff;
}

.required {	font-size: 0.8em; }

.invalid {
		border: 1px solid #f00 !important;
		color: #f00;
}

#notsent	{
		text-align: center;
		color: #f00;
		font-size: 0.9em;
}

/*************** Search ************************/
#search {
	background: url(images/search2.png) no-repeat center top #fff;
	padding: 55px 0 10px 0;
	text-align: center;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

#search input {
	border: 1px solid #ccc;
}

#search .submit {
	font-weight: bold;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
/***********************************************/
#faq li {
	line-height: 2em;
}

#faq .q {
	margin-top: 2em;
	font-weight: bold;
}

#faq .q strong {
	color: #fc0;
	margin-right: 2em;
}

#faq .a strong {
	color: #508dff;
	margin-right: 2em;
	font-weight: bold;
}

#faq a {
	color: #fc0;
	text-decoration: underline;
}
/***********************************************/
#footer {
	clear: both;
	color: #fff;
	border-top: 1px solid #fff;
	background: url('images/footer.png') no-repeat #508dff;
	line-height: 40px;
	padding: 0 40px;
	font-size: 0.8em;
}

/****************** Manage **********************/
.manage strong {
	width: 150px;
	clear: left;
	float: left;
}

.button {
	padding: 2px 5px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	color: #fff;
	font-weight: bold;
	background: #508dff url(images/input_bg2.jpg) repeat-x;
}

/***************	Google Ads	***************************************/

#goog_ad {
	padding: 40px;
}

#mjcpk {
	float: right;
	color: #fff;
	font-size: 0.9em;
	text-decoration: underline;
}

