/*
-----------------------------------------------
snd main style
version: 2004.10.03
----------------------------------------------- */

h1,h2,h3,h4,h4,h6,p,span,ol,ul,li,form,img { margin:0; padding:0; font-size:100.01%; }

div.clear {
	clear:both;
	height:0;
	margin:0;
	line-height:0;
	font-size:1px;
	}

body {
  margin:0;
  padding:0;
  color:#000;
	background:#555 url( ../i/bg.jpg ) repeat-y 50% 0;
  font-family:trebuchet ms,geneva,arial,sans-serif;
  font-size: 13px;
	text-align:center;
  }
  
/* Column Structure
----------------------------------------------- */


#brand {
	padding-top:15px;
	width:720px;
	font-size:11px;
	color:#ccc;
	background:#000;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#brandLink {
 font-size:18px;
 letter-spacing:2px;
}

#header {
	width:720px;
	height:174px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#headerPic {
	float:left;
	width:225px;
	height:174px;
	background:#000 url( ../i/header-left.jpg );
}
	
#headerChoice {
	float:left;
	width:174px;
	height:174px;	
}

#headerChoice a {
	float:left;
	display:block;
	width:58px;
	height:58px;
	}

#chords {
	background:#fff url( ../i/sounds-chords.jpg );
	}
	
#chords:hover {
	background:#fff url( ../i/sounds-chords-over.jpg );
	}

#clicks {
	background:#fff url( ../i/sounds-clicks.jpg );
	}
	
#clicks:hover {
	background:#fff url( ../i/sounds-clicks-over.jpg );
	}

#nature {
	background:#fff url( ../i/sounds-nature.jpg );
	}
	
#nature:hover {
	background:#fff url( ../i/sounds-nature-over.jpg );
	}

#voices {
	background:#fff url( ../i/sounds-voices.jpg );
	}
	
#voices:hover {
	background:#fff url( ../i/sounds-voices-over.jpg );
	}

#sounds {
	background:#fff url( ../i/sounds-sounds.jpg );
	}
	
#sounds:hover {
	background:#fff url( ../i/sounds-sounds-over.jpg );
	}

#noise {
	background:#fff url( ../i/sounds-noise.jpg );
	}
	
#noise:hover {
	background:#fff url( ../i/sounds-noise-over.jpg );
	}

#drumloops {
	background:#fff url( ../i/sounds-drumloops.jpg );
	}
	
#drumloops:hover {
	background:#fff url( ../i/sounds-drumloops-over.jpg );
	}

#noiseloops {
	background:#fff url( ../i/sounds-noiseloops.jpg );
	}
	
#noiseloops:hover {
	background:#fff url( ../i/sounds-noiseloops-over.jpg );
	}

#soundloops {
	background:#fff url( ../i/sounds-soundloops.jpg );
	}
	
#soundloops:hover {
	background:#fff url( ../i/sounds-soundloops-over.jpg );
	}

#headerNav {
	float:left;
	width:321px;
	height:174px;
	background:#000 url( ../i/header-right.jpg );
}

#navContainer {
	width:120px;
	float:right;
}

#navContainer ul {
	border:0;
	margin:0;
	padding:0;
	list-style-type:none;
	text-align:left;
}

#navContainer ul li	{
	display:block;
	float:left;
	padding:0;
	margin:0;
}

#navContainer ul li a {
	width:120px;
	height:18px;
	font-size:12px;
	color:#fff;
	letter-spacing:1.5px;
	border-bottom:1px solid #aaa;
	text-decoration:none;
	font-weight:bold;
	display:block;
}

#navContainer ul li a:hover {
	color:#f30;
}

#navContainer a:active {
	color:#f30;
}

#navContainer li#active a {
	color:#f30;
}

#content {
	width:720px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:25px;
	}

#side {
	float:left;
	width:225px;
	color:#C0BEB6;
}

#main {
	float:left;
	width:495px;
}

#infobox {
	float:right;
	margin:1em 0 20px 30px;
	width:170px;
	font-size:11px;
	border-left:1px #ccc dotted;
	color:#987;
	}

#footer {
	padding-bottom:25px;
	width:720px;
	font-size:11px;
	color:#ccc;
	background:#000;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	}

#adBottom {
	margin-left:auto;
	margin-right:auto;
	}

	
/* Content formatting
----------------------------------------------- */

p {
	margin:1em 20px 0 20px;
}

h1 {
	margin:1.5em 20px 1em 20px;
	color:#987;
	font-size:22px;
	font-weight:normal;
}

h3 {
	margin:2em 20px 1em 20px;
	color:#fff;
	font-weight:normal;
	letter-spacing:2px;
}

.brand {
	font-size:20px;
	letter-spacing:2px;
	}

dt {
	margin:2em 20px 0 20px;
	letter-spacing:1.2px;
	color:#987;
}

dd {
	margin:0 20px 0 20px;
}

.alert {
	color:#f53;
	}
	
.key {
	font-size:11px;
	color:#987;
}

	
input,select,textarea {
	font-size:12px;	
	font-family:courier new,courier,mono;
	margin-top:3px;
	border-top:1px #999 solid;
	border-left:1px #999 solid;
	border-bottom:1px #ddd solid;
	border-right:1px #ddd solid;
	background-image: url( ../i/box-bg.gif );
	color:#369;
	}
	
input.button {
	font-size:12px;
	font-family:courier new,courier,mono;
	color:#fff;
	border-top:1px #e65 solid;
	border-left:1px #e65 solid;
	border-bottom:1px #910 solid;
	border-right:1px #910 solid;
	background:#d20;
	}

	
#side a:link,
#side a:visited,
#side a:active {
	color:#C0BEB6;
	text-decoration:none;
	font-weight:bold;
	}
#side a:hover {
	color:#7cf;
	text-decoration:none;
	font-weight:bold;
	}
	
a:link,
a:visited,
a:active {
	color:#c20;
	text-decoration:none;
	font-weight:bold;
	}
a:hover {
	color:#f53;
	text-decoration:none;
	font-weight:bold;
	}