/* @override http://thehymnprojectcds.com/style/style.css */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, Times, Arial, serif;
	background-color: #222;
	color: #FFF;
	text-align: center;
}

#wrapper {
	margin: 0px auto;
	width:  952px;
}

#container {
	text-align: left;
	margin: 20px 0 0 0;
	background: url(../images/background.gif) left top repeat-y;
}

/* @group Page Specific */

body#piano div#header {
	background: url(../images/piano_header.jpg) left top no-repeat;
	height: 202px;
}

body#piano div#content {
	background: url(../images/piano_content.jpg) left top no-repeat;
	border-bottom: 1px solid #FFF;
}

body#tell div#header {
	background: url(../images/tell_header.jpg) left top no-repeat;
	height: 202px;
}

body#tell div#content {
	background: url(../images/tell_content.jpg) left top no-repeat;
}

body#tell div#contentsub {
	background: url(../images/tell_contentsub.jpg) left bottom no-repeat;
	border-bottom: 1px solid #FFF;
}

body#contact div#header {
	background: url(../images/contact_header.jpg) left top no-repeat;
	height: 202px;
}

body#contact div#content {
	background: url(../images/contact_content.jpg) left top no-repeat;
}

body#contact div#contentsub {
	background: url(../images/contact_contentsub.jpg) left bottom no-repeat;
	border-bottom: 1px solid #FFF;
}

body#cd div#header {
	background: url(../images/cd_header.jpg) left bottom no-repeat;
	height: 202px;
}

body#cd div#content {
	background: url(../images/cd_content.jpg) left top no-repeat;
	border-bottom: 1px solid #FFF;
}

body#people div#header {
	background: url(../images/people_header.jpg) left bottom no-repeat;
	height: 202px;
}

body#people div#content {
	background: url(../images/people_content.jpg) left top no-repeat;
	border-bottom: 1px solid #FFF;
}

body#story div#header {
	background: url(../images/story_header.jpg) left bottom no-repeat;
	height: 202px;
}

body#story div#content {
	background: url(../images/story_content.jpg) left top no-repeat;
	border-bottom: 1px solid #FFF;
}

body#how div#header {
	background: url(../images/how_can_header.jpg) left bottom no-repeat;
	height: 202px;
}

body#how div#content {
	background: url(../images/how_can_content.jpg) left top no-repeat;
	border-bottom: 1px solid #FFF;
}

/* @end */

#topmenu {
}

#topmenu ul {
	list-style: none;
	margin: 0 0 0 10px;
	padding: 30px 0 20px 0;
	font-size: 15px;
}

#topmenu ul li {
	float: left;
	padding: 0 13px 0 10px;
	color: #FFF;
	font-size: 12px;
	font-family: Arial, sans-serif;
}

#topmenu ul li.sep {
background: url(../images/top_menu_sep.gif) right 50% no-repeat;
}

#topmenu ul li a {
	color: #CFCB8B;
}

#topmenu ul li a:hover {
	text-decoration: underline;
}

h1 {
	text-indent: -5000px;
	line-height: 0;
}

ul.menu  {
	list-style: none;
	position: absolute;
	top: 148px;
	padding: 0 0 0 20px;
}

ul.menu li {
	float:  left;
	padding: 0 20px 0 0;
}

ul.menu  li a {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	font-family: Arial, sans-serif;
}

ul.menu  li a:hover {
	text-decoration: underline;
	font-weight: normal;
}

#content {
	
}

#contentcontainer {
	margin: 0 350px 0 20px;
	padding:  0 0 50px 0;
	font-family: 
}

#contentcontainer h2 {
	background: url(../images/h2_underline.gif) left 85% no-repeat;
}

#contentcontainer h3 {
	margin: 10px 0 12px 20px;
	color: #DBDBDB;
	font-weight: normal;
	font-size: 22px;
}

#contentcontainer a, a.unfancy {
	color: #CFCB8B;
}

#contentcontainer a:hover, a.unfancy {
	color: #BDA86E;
}

#contentcontainer div.indent {
	margin: 0 0 0 40px;
}

/* @group Experiement */

/*body#piano #contentcontainer h3 {
	text-align: center;
	margin: 0 0 0 0;
	font-size: 18px;
}

body#piano #contentcontainer p {
	margin: 14px 0 0 20px;
	line-height: 18px;
	font-size: 14px;
	font-family: Verdana;
	color: #FFF;
}*/

/* @end */

#contentcontainer p {
	margin: 0 0 14px 20px;
	line-height: 18px;
	font-size: 14px;
	color: #DBDBDB;
}

#contentcontainer ul {
	margin: 0 0 14px 50px;
	font-size: 14px;
	color: #DBDBDB;
}

/* @group contact form */

form td.formtext {
	width:  75px;
	padding: 10px;
	text-align: right;
}

form td.inputcell input {
	width: 300px;
	font-size: 14px;
}

form td.inputcell textarea {
	width: 300px;
	height: 7em;
	font-size: 14px;
}



/* @end */

#footer {
	clear: both;
	padding: 5px 10px 20px 0;
	text-align: right;
	background-color: #222;
}

/* @group CD Page */

#sidebar {
	float: right;
	margin:  30px 20px 0 0;
}

#sidebar img {
	width: 275px;
}

#linkletters {
	margin: 0 0 14px 20px;
	text-transform: uppercase;
}

#linkletters a {
	padding: 0 8px 0 0 ;
	background: url(../images/top_menu_sep.gif) right 50% no-repeat;
	color:  #DBDBDB;
}

body#cd h3 {
	margin:  0 0 5px 20px;
}

table input.quan {
	width:  2em;
	margin: 0 0 0 8px;
}

table input.button {
	width:  110px;
	height: 23px;
}

table {
	margin: 0 0 20px 20px;
	font-size: 14px;
	color: #DBDBDB;
}

table #coldesc {
	width: 330px;
}

table #colprice {
	width:  70px;
}

table #colquan {
	width:  40px;
}

table#price th {
	text-align: left;
}

table #colone {
	width:  50px;
	text-align: center;
}

table #coltwo {
	width:  110px;
	text-align: center;
}

table #colthree {
	text-align: left;
}

table td.c {
	text-align: center;
}

table tr.letter td  {
	padding: 10px 0 0 0;
	font-size: 22px;
}

#contentcontainer table tr.letter td a {
	color: #FFF;
}

/* @end */

#footer p#footerleft  {
	color: #999;
	font-size: 10px;
	font-family: courier;
	float: left;
}

#footer p a {
	color: #999;
	font-size: 10px;
	font-family: courier;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
	padding: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* @group Shopping Cart */

div#skin_headacct {
	float:  right;
	margin:  2px 3px;
	padding-top:  5px;
	font-size: 11px;
	font-family:  Arial, sans-serif;
	height: 20px;
	
	
}

div#skin_headacct p {
	padding: 0 10px 0 0;
}

div#skin_content p.khxc_confirm {
	border:  1px #333 solid;
	
	padding: 10px;
	background-color: #111;
}

div#skin_content div.khxc_storehead, p.khxc_storehead, div.khxc_regtablehead, div.khxc_formsecthead{
	margin: 0 0 0 20px;
	padding-bottom: 3px;
	border-bottom: 2px solid #333;
}




input#CONTSHOP--SUBMIT {
	visibility: hidden;
}

.hidden {
	visibility: hidden;
	height: 0px;
	line-height: 0px;
	text-indent: -5000px;
}

table#CART.khxc_sorttable {
	border-collapse: collapse;
}

div#skin_content th {
	text-align: left;
	padding: 2px 0;
	background-color: #111;
}

div#skin_content fieldset {
	border: 1px solid #111;
	padding: 5px;
	margin: 5px;
}

div#skin_content fieldset label {
	padding: 0 3px;
	color: #FFF;
}

.strong {
	font-weight: bold;
}

.center {
	text-align: center;
}

input#ccp0--login--password.khxc_formfield_rnc {
	background-color: pink;	
}
/* @end */




