/*----- BASIC ELEMENTS -----*/
* {
	margin: 0;
	padding: 0;
	}

body {
	color: #26344d;
	font-family: 'Trebuchet MS';
	font-size: 13px;
	line-height: 160%;
	padding-bottom: 30px;
	}

.clear {
	clear: both;
	}

h3 {
	border-bottom: 1px solid #f9e7e7;
	margin-bottom: 15px;
	font-size: 15px;
	color: #c91016;
	}

h4 {
	font-size: 14px;
	color: #000000;
	margin-bottom: 10px;
	font-weight: bold;
	}

h4 span.cd {
	background: url(pic/i_cd.gif) no-repeat 0 1px;
	padding-left: 30px;
	padding-bottom: 10px;
	}

h4 span.cdcard {
	background: url(pic/i_cdcard.gif) no-repeat 0 1px;
	padding-left: 30px;
	padding-bottom: 10px;
	}


p {
	margin-bottom: 20px;
	}

a {
	text-decoration: underline;
	color: #6896ec;
	}

a:hover {
	text-decoration: none;
	}

table th {
	color: #f77a1d;
	}


/*----- NAVIGATION -----*/

#nav {
	margin: 0;
	}

#navWrap {
	padding: 66px 0 0 13px;
	}

	#nav li {
		float: left;
		list-style: none;
		}

	#nav li a {
		display: block;
		padding: 24px 0 0 0;
		overflow: hidden;
		height: 0px !important; /* for most browsers */
		height /**/:24px; /* for IE5.5's bad box model */
		}

	#nav li a:hover, #nav li a.selected {
		background-position: 0 -24px;
		}

	#navHome {
		width: 62px;
		background: url(pic/b_home.gif) no-repeat;
		}

	#navCards {
		width: 132px;
		background: url(pic/b_cards.gif) no-repeat;
		}

	#navAbout {
		width: 78px;
		background: url(pic/b_about.gif) no-repeat;
		}

	#navOrder {
		width: 90px;
		background: url(pic/b_order.gif) no-repeat;
		}

	#navContact {
		width: 90px;
		background: url(pic/b_contact.gif) no-repeat;
		}



/*----- LAYOUT -----*/

#container {
	width: 700px;
	margin: 0 auto;
	background: url(pic/bg_main.jpg) no-repeat top;
	}

#logo {
	height: 75px;
	width: 275px;
	background: url(pic/logo.gif) no-repeat top;
	}

	#logo a {
		display: block;
		height: 73px;
		width: 270px;
		}

#main {
	margin-top: 30px;
	float: left;
	width: 465px;
	}

.featuredCD {
	margin-right: 15px;
	border: 3px solid black;
	}

.tableTracks {
	margin-top: 30px;
	}

	.tdAuthor {
		text-align: right;
		padding-right: 10px;
		}

	.tdIcon {
		background: url(pic/i_speaker.gif) no-repeat 5px 3px;
		width: 20px;
		}
	
	.trBG {
		background-color: #f7f7f7;
	}

#right {
	padding-top: 30px;
	float: right;
	width: 215px;
	}

	#badges img {
		margin-top: 10px;
		border: 0px solid gray;
		}

	#badges a {
		height: 0px;
		}

