@charset "UTF-8";
/* CSS Document */

body {
	margin:15px;
	padding:0;
	font-family:Arial, Verdana, Helvetica, sans-serif;
 	font-size: 9pt;
}

a {
	text-decoration: none;
	color:#e39d1d;
}

a:hover {
	text-decoration: underline;
	color:#e39d1d;	
}

h1, h1 a {
	font-size:16pt;
	font-weight:normal;
	margin: 0;
}


h2, h2 a {
	color:#3c3c3c;
	font-size:11pt;
	font-weight:bold;
	letter-spacing:5px;
}

h3, h3 a {
	color:#a8a8a8;
	font-size:9pt;
	font-weight:normal;
}

img {
	border:0;
}

ul {margin: 0;padding:0;}
li {list-style-type:none;}

.dk, .dk a {color:#3c3c3c;}
.lt, .lt a {color:#e39d1d;}

#wrap {
	margin: 0px auto 0px auto;
	width:936px;
}

#header {margin-bottom: 30px;text-align:center;}

#home {
	margin: 0px auto 0px auto;
	background: url(img/index-bg.jpg) no-repeat;
	width: 900px;
	height: 360px;
	text-align:center;
}

#home-title {
	padding: 0;
}

#home-player {
	padding: 310px 0 0 0;
}

#lmenu {
	text-align:left;
	float:left;
	padding: 0 5px 0 5px;width: 186px;
}

.lmenu-unsel {margin:0 0 6px 6px;}
.lmenu-sel {margin:-3px 0 3px 0;}
.lmenu-dk {color: #3c3c3c;}
.lmenu-lt {color: #e39d1d;}

.t {background: url(img/dot.gif) 0 0 repeat-x; width: 186px;}
.b {background: url(img/dot.gif) 0 100% repeat-x}
.l {background: url(img/dot.gif) 0 0 repeat-y}
.r {background: url(img/dot.gif) 100% 0 repeat-y}
.bl {background: url(img/bl.gif) 0 100% no-repeat}
.br {background: url(img/br.gif) 100% 100% no-repeat}
.tl {background: url(img/tl.gif) 0 0 no-repeat}
.tr {background: url(img/tr.gif) 100% 0 no-repeat; padding:3px 8px 3px 6px;}

/*hide field on form*/
.fname {visibility:hidden; display:none;}

#content {
	float:left;
	background: url(img/con-bg.jpg) no-repeat;
	width: 738px;
	height: 434px;
}

#pg-title {
	padding: 16px 0 18px 65px;
}

.h1-dk {color:#3c3c3c; font-size:16pt;}
.h1-lt {color:#e39d1d; font-size:16pt;}

#about-txt {
	margin: 15px 15px 0 60px;
	text-align:justify;
}

#music-img {
	padding: 0 0 0 50px;
	float:left;
}

#music-player {
	margin: 5px 0 0 0;
	text-align:center;
}

#music-txt {
	margin: 0 15px 0 235px;
	font-size: 11pt;
}

#design {
	margin: 0px auto 0px auto;
	background: url(img/design-land-bg.jpg) no-repeat;
	width: 900px;
	height: 360px;
	text-align:center;
}


#design-title {
	padding: 0px auto 0px auto;
	text-align:center;
}

#thumbs {
	float:left;
	margin: -6px 10px 0 5px;
	width: 708px;
}

#thumbs td {
	text-align:center;
}

#team-img {
	padding: 20px 20px 0 50px;
	float:left;
}

#team-txt {
	margin: 20px 15px 0 60px;
	text-align:justify;
}

#contact {
	float:left;
	background: url(img/contact-bg.jpg) no-repeat;
	width: 738px;
	height: 434px;
}

#contact-txt {
	margin: 20px 15px 0 60px;
	font-size: 11pt;
}
#contact-form{
	padding: 40px 0 0 230px;
}

.contact {color:#888888; font-size:9pt;}
input.contact, textarea.contact {border:1px solid #888888;}
textarea.contact {height:102px}

#footer {
	text-align:center;	
	clear:both;
}

.foot-dot {
	color:#e39d1d;
	font-size:16pt;
}


