@charset "UTF-8";
/* CSS Document */


/*MAIN & TEXT*/

body {
	background-color:#d0d7e0;
	/*background-image:url(../images/background1.jpg);*/
	background-repeat:no-repeat;
	background-position:left;
	background-position:top;*/
	background-position:inherit;
	margin-left: 0px;
	margin-top: 0px;
	font-family: Syntax, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
	line-height:normal;
}

h2 {
	font-family: Syntax, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style:normal;
	color: #76869b;
	line-height:100%;
}

h3 {
	font-family: Syntax, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style:normal;
	color:#76869b;
	line-height:100%;
}

a img.thumb {
	border: none;
	margin: 0px;
	padding: 0px;
	background-color:#ffffff;
	opacity:.90;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
}

a:hover img.thumb {
	margin: 0px;
	padding: 0px;
	border:none;
	background-color:#ffffff;
	opacity:1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;s

}

a:visited img.thumb {
	background-color: #ffa108;
}

a:link {
	text-decoration: none;
	color:#637388;
	outline: none;
}

a:visited {
	text-decoration:none;
	color:#637388;
	outline: none;
}

a:hover { 
	text-decoration:none;
	color:#ffa108;
	outline: none;
}

a:active {
	text-decoration:none;
	color:#ffa108;
	outline: none;
}

li {
	
	list-style:none;
	display:inline;

	}

/*DIVS*/

div#headerSwatches {
	width:40px;
	height:400px;
	margin-right:0px;
	margin-bottom:0px;
	float:right;
	
}

div#wrapper {
	width: 750px;
	position: absolute;
	padding-top: 0px;
	margin-top:0px;
}

div#header {

	width: 845px;
	height: 150px;
	background-image:url(../images/header0.png);
	background-repeat:no-repeat;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 20px;
}

div#contactBox {
	width: 80px;
	margin-top: 0px;
	margin-right: 0px;
	padding-right:0px;
	margin-left: 0px;
	text-align: right;
	float:right;
	border-top:#abb6c5 1.5px solid;
	border-top-length: 50px;
	padding-top:5px;
	margin-top:5px;
}

div#navcontainer {

	width: 115px;
	margin-top: 0px;
	margin-right: 0px;
	padding-right:0px;
	margin-left: 0px;
	text-align: right;
	float: left;
}

div#contentBox {

	width:600px;
	margin-left:25px;
	margin-top:0px;
	padding-top:4px;
	position:relative;
	float: left;
}


div#portfoliotitle {
	width:500px;
	height:20px;
	margin-top:0px;
	border-bottom: 2px;
	border-color:#ffffff;
}

div#musictitle {
	width:500px;
	height:20px;
	margin-top:0px;
	border-bottom: 2px;
	border-color:#ffffff;
}

div#portfoliosection {
	width:575px;
	margin-top:0px;
	margin-bottom:30px;
	/*border:dotted;
	border-color:#339900;*/
}

div#musicsection {
	width:555px;
	height:90px;
	margin-top:0px;
	margin-left:40px;
	margin-bottom:15px;
	/*border:dotted;
	border-color:#339900;*/
}

div#musictext {

	width:350px;
	/*border:thick dotted #CC0000;*/
	margin-top:0px;
	margin-bottom:0px;
	padding-left:10px;
	margin-left:0px;
	margin-top:0px;
	padding-top:0px;
	float: left;
	color:#637388;
	line-height:160%;
}

div#musicplayer {

	width:290px;
	height:25px;
	/*border:thick dotted #CC0000;*/
	margin-top:0px;
	margin-bottom:0px;
	padding-left:0px;
	margin-left:0px;
	margin-top:0px;
	padding-top:15px;
	float: left;
}

div#thumbnail {

	width:64px;
	height:64px;
	/*border:thick dotted #CC0000;*/
	margin-top:0px;
	margin-bottom:0px;
	padding-left:0px;
	margin-left:0px;
	margin-top:5px;
	padding-top:0px;
	float: left;
}

div#text {

	width:410px;
	/*border:thick dotted #CC0000;*/
	margin-top:0px;
	margin-bottom:50px;
	padding-left:0px;
	margin-left:40px;
	margin-top:0px;
	padding-top:0px;
	float: left;
	color:#637388;
	line-height:160%;
}

div#contactpagetext  {

	width:400px;
	/*border:thick dotted #CC0000;*/
	margin-top:0px;
	margin-bottom:200px;
	float: left;
	color:#ffa61a;
}

div#footer {

	margin-left: 0px;
	margin-top:150px;
	margin-bottom:10px;
	color:#76869b;
	clear: both;
	position:fixed:center;

}

