/* ------------------------- DMStudio ---------------------- */
@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Calibri, Trebuchet MS, Arial, sans-serif;
	font-size: 100%;
	background-color: #EEEEEE;
}
body a:link {
	color: #3366FF;
	font-weight: bold;
	text-decoration: none;
}
body a:visited {
	color: #3366FF;
	font-weight: bold;
	text-decoration: none;
} 
body a:hover {
	text-decoration: underline;
}
body a:active {
	text-decoration: underline;
} 

/* ------------------- Main Navigation Bar ------------------- */
#navbar {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
}

#navbar ul
{
	margin: 0;
	list-style-type: none;
	background-color: #FFFFFF;
	color: #848484;
	font-weight:normal;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-style: normal;
	font-variant: normal;
	padding-top: 0.6em;
	padding-right: 0;
	padding-bottom: 0.6em;
	padding-left: 5px;
}

#navbar li {
	display: list-item;
}

#navbar li a
{
	text-decoration: none;
	background-color: #FFFFFF;
	color: #848484;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0px;
/*border-right: 1px solid #fff;*/
}

#navbar li a:hover {
	/*background-color: #00D269;*/
	color: #FF0000;
}

#navbar a:link#current, #navbar a:visited#current {
	background-color: #FFFFFF;
	color: #FF0000;
}

ul {
	list-style-type: none;
	/*
	margin: 0px 0px 0px 20px;
	padding: 8px 0px 8px 10px;
	*/
}

li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
}

#MenuContainer{ float:left;	width:200px; height:460px; text-align:left; padding-left:0px; padding-top:20px; font-size:16px; background-color:#FAFAFA; position:relative;}
#MenuContainer a:link {color: #848484; text-decoration: none;} 
#MenuContainer a:visited {color: #848484; text-decoration: none;}
#MenuContainer a:hover {color: #ff0000; text-decoration: none;}
#MenuContainer a:active {color: #ff0000; text-decoration: none;}
/*#MenuContainer a:link #current {color: #ff0000; text-decoration: none;}
#MenuContainer a:link #visited {color: #ff0000; text-decoration: none;}*/
#MenuPadding{float:left; width:550px;min-heght:80px; height:80px;}
#MenuContainer a:link#current {color: #FF0000;}
#MenuContainer a:visited#current {color: #FF0000;}
#MenuContainer img{position: absolute; bottom: 10px; padding-left: 5px;}

#MenuContainerMusicProject { float:left;width:200px; height:460px; text-align:center; padding-left:0px; padding-top:20px; font-size:16px; background-color:#FAFAFA;}


/* ------------------- Common Page Elements ------------------- */
#container #ftrbar-left {
	color: #FFFFFF;
	text-align: center;
}

#ftrbar-left a:link, #ftrbar-left a:visited {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: normal;
}

#ftrbar-left a:hover, #ftrbar-left a:active {
	color: #66CCFF;
}

ul.ftrnav, .ftrnav ul {
	margin: 0;
	list-style-type: none;
	background-color: #6E6E6E;
	color: #FFFFFF;
	/*width: 100%;*/
	font-weight:normal;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-variant: normal;
	padding-right: 0;
	padding-left: 0;
	display:inline;
}
.ftrnav li {
	display: inline;
	padding-right: 20px;
}

/*
ul.ftrnav {
	display: table;
}
ul.ftrnav>li {
	display: table-cell;
	position: relative;
	padding-right: 15px;
}
*/

#ftrbar-right li a {
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	padding-right: 0.4em;
	padding-left: 0.4em;
}

#ftrbar-right a:link, #ftrbar-right a:visited {
	color: #fff;
}

#ftrbar-right a:hover, #ftrbar-right a:active {
	color: #fff;
	text-decoration: underline;
}

#container {
	width: 1010px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #F0F0F0;
	text-align: left;
	color: #333333;
	background-color: #FFFFFF;
	/*background-color: #F0F0F0;*/
}
#topstatusbar_left {
	float: left;
	width: 495px;
	color: #999999;
	background-color: #EEEEEE;
	font-size: 10pt;
	text-align: left;
	padding-left: 10px;
}
#topstatusbar_right {
	float: right;
	width: 495px;
	color: #999999;
	background-color: #EEEEEE;
	font-size: 10pt;
	text-align: right;
	padding-right: 10px;
}

#phleft {
	/*height: 132px;*/
	height: 220px;
	background-color: #FFFFFF;
	text-align: center;
	float:left;
	width: 505px;
	background-image: url(images/PageDesign/dms_logo225.bmp);
	background-repeat: no-repeat;
	background-position: top left;
}
#phleft_musicproject {
	/*height: 132px;*/
	height: 220px;
	background-color: #FFFFFF;
	text-align: center;
	float:left;
	width: 505px;
	background-image: url(images/PageDesign/iStock_000016924474XSmall_200.jpg);
	background-repeat: no-repeat;
	background-position: top left;
}
#phright {
	/*height: 132px;*/
	height: 220px;
	background-color: #FFFFFF;
	text-align: center;
	float: right;
	width: 505px;
	line-height: 132px;
	vertical-align: middle;
	font-size: 20pt;
	font-weight: bold;
	color: #5A5A5A;
	background-image: url(images/PageDesign/home_image215.jpg);
	background-repeat: no-repeat;
	background-position: center top; 
}
#phright_music {
	/*height: 132px;*/
	height: 220px;
	background-color: #FFFFFF;
	text-align: center;
	float: right;
	width: 505px;
	line-height: 132px;
	vertical-align: middle;
	font-size: 20pt;
	font-weight: bold;
	color: #5A5A5A;
	background-image: url(images/PageDesign/home_musicimage215.jpg);
	background-repeat: no-repeat;
	background-position: center top; 
}
#phright_musicproject {
	/*height: 132px;*/
	height: 220px;
	background-color: #FFFFFF;
	text-align: center;
	float: right;
	width: 505px;
	line-height: 132px;
	vertical-align: middle;
	font-size: 20pt;
	font-weight: bold;
	color: #5A5A5A;
	/*background-image: url(images/PageDesign/iStock_000016924474XSmall_200.jpg);*/
	/*background-image: url(images/PageDesign/iStock_000000224521XSmall_200.jpg);*/
	background-repeat: no-repeat;
	background-position: center top; 
}
#phrlogo {
	height: 85px;
	background-color: #6E6E6E;
	text-align: right;
	float: right;
	width: 100px;
	vertical-align: middle;
}
#phright h1 {
	font-size: 24pt;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
}

#navbar {
	color: #FFFFFF;
	margin-top: 10px;
}
.page-title {
	padding-left: 50px;
	padding-bottom: 20px;
	border-bottom-width: medium;
	border-bottom-style: inset;
	border-bottom-color: #CCCCCC;
}
.page-title-musicproject {
	height: 300px;
	padding-left: 50px;
	padding-bottom: 20px;
	border-bottom-width: medium;
	border-bottom-style: inset;
	border-bottom-color: #CCCCCC;
	/*background-image:url(images/PageDesign/music_notes_300.png);*/
	background-image:url(musicproject/musicbox-logo2.png);
	background-repeat: no-repeat;
	/*background-position: center right;*/
	background-position: center left;
}
.page-title1 {
	font-size: 48px;
	font-weight: bold;
	color: #6E6E6E;
	/*text-shadow: 1px 1px 3px #323232;*/
}
.title-bold-red {
	font-size: 32px;
	font-weight: bold;
	color: #FF0000;
}
.title-bold-grey {
	font-size: 32px;
	font-weight: bold;
	color: #6E6E6E;
}
.title-normal-grey {
	font-size: 24px;
	font-weight: normal;
	color: #999999;
}
.page-content {
	width: 550px;
	height: 450px;
	padding-top: 30px;
	padding-left: 60px;
	padding-right: 0px;
	float: left;
	font-size: 11pt;
	color: #6E6E6E;
	text-align: justify;
}
.page-content p {
	display: inline;
}
.page-content h1 {
	color: #FF0000;
	font-weight: bold;
	font-size: 20pt;
}
.page-content h2 {
	color: #FF0000;
	font-weight: bold;
	font-size: 11pt;
	display: inline;
}
.page-content h3 {
	color: #6E6E6E;
	font-weight: bold;
	font-size: 11pt;
	display: inline;
}
.page-content h4 {
	color: #6E6E6E;
	font-weight: normal;
	font-size: 11pt;
	display: inline;
}
.page-bullets {
	list-style-type: square;
	font-weight: bold;
}
.page-bullets2 {
	list-style-type: none;
	font-weight: bold;
}
.page-highlight {
	color: #FF0000;
	font-weight: bold;
}
.page-highlight2 {
	color: #7996FF;
	font-weight: bold;
	font-size: 20pt;
}
.page-content2 {
	color: #888888;
	font-weight: bold;
	font-size: 14pt;
}
.page-content3 {
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
.right-border {
	float: right;
	width: 200px;
	vertical-align: top;
	padding-top: 30px;
	text-align: center;
}	
#project-content {
	width: 750px;
	height: 520px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 0px;
	float: left;
	font-size: 11pt;
	color: #6E6E6E;
	text-align: justify;
}
.project-table {
	border-style:solid;
	border-width: thin;
	border-color: #CCCCCC;
	padding: 5px;
	font-size: 9pt;
	text-align: left;
}
.project-data {
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-bottom-color: #CCCCCC;
}
#project-content a:link {color: #848484; font-size: 12pt; text-decoration: none; } 
#project-content a:visited {color: #848484; font-size: 12pt; text-decoration: none;}
#project-content a:hover {color: #ff0000; font-size: 12pt; text-decoration: none;}
#project-content a:active {color: #ff0000; font-size: 12pt; text-decoration: none;}

#ftrbar-left {
	width: 200px;
	height: 60px;
	background-color: #6E6E6E;
	color: #FFFFFF;
	font-size: 9pt;
	text-align: left;
	float: left;
	padding-top: 10px;
}
#ftrbar-right {
	width: 780px;
	height: 60px;
	background-color: #6E6E6E;
	color: #00FF33;
	font-size: 9pt;
	float: right;
	padding-top: 10px;
	padding-left: 30px;
}

/* --------------------- Contacts --------------------- */
#contactscontainer {
	height: 600px;
	background-color: #F0F0F0;
	font-size: 10pt;
	text-align: left;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
}
.contactbold {
	font-weight: bold;
}
.EnquiryForm {
	height: 350px;
	background-color: #CCCCCC;
	border: #CCCCCC;
	color: #333333;
	font-size: 10pt;
	font-weight: normal;
}
.EnquiryForm td {
	padding-top: 2px;
	padding-bottom: 2px;
}
input {
	background-color:#FFFFCC;
	color:#333333;
}
textarea {
	background-color:#FFFFCC;
	color:#333333;
}
select {
	background-color:#FFFFCC;
	color:#333333;
}
.enquirysubmit {
	width: 100px;
	height: 30px;
	background-color: #EEEEEE;
	color: #333333;
	font-size:10pt;
	font-weight: bold;
	border-style: none;
}
.enquiryreset {
	width: 100px;
	height: 30px;
	background-color: #EEEEEE;
	color: #333333;
	font-size:10pt;
	font-weight: bold;
	border-style: none;
}
.EnqFormHdr {
	height: 30px;
	background-color: #FF0000;
	color: #FFFFFF;
	line-height: 30px;
	vertical-align: middle;
	font-size: 14pt;
	font-weight: bold;
	padding-left: 10px;
}
.EnqFormNotes {
	font-color: #6E6E6E;
	font-size: 10pt;
	font-weight: normal;
	text-align: left;
	padding-right: 10px;
}
.EnqFormRequired {
	color: #FF0000;
	font-size: 10pt;
	font-weight: normal;
	padding-right: 10px;
}
.EnqFormButton {
	text-align: right;
	padding-right: 10px;
}


/* ---------------- General Stuff ------------------ */
#advicecontainer {
	height: 590px;
	background-color: #FFFFFF;
	font-size: 10pt;
	text-align: center;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
}
.advicemessage {
	height: 300px;
	color: #6E6E6E;
	padding-top: 100px;
	font-size: 12pt;
}
.advicewarning {
	color: #FF0000;
	font-weight: bold;
	font-size: 12pt;
}
#advicecontainer a:link, #advicecontainer a:visited {
	font-size: 12pt;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
#advicecontainer a:hover, #advicecontainer a:active {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
.advicebutton {
	height: 30px;
	background-color: #606060;
	color: #FFFFFF;
	font-size:10pt;
	font-weight: bold;
	border-style: none;
	padding-left: 10px;
	padding-right: 10px;
}
.musictitle {
	color: #3366FF;
	font-weight: bold;
	font-size: 11pt;
}
#flashplayer {
	color: #3366FF;
	font-weight: normal;
	font-size: 9pt;
}
#flashplayer a:link, #flashplayer a:visited {
	text-decoration: none;
}
#flashplayer a:hover, #flashplayer a:active {
	text-decoration: underline;
}
.btnPrevPage {
	width: 100px;
	background-color: #00D269;
	color: #FFFFFF;
	font-size:10pt;
}
.btnNextPage {
	width: 100px;
	background-color: #00D269;
	color: #FFFFFF;
	font-size:10pt;
}
.clear {
	height:0;
	font-size: 1px;
	margin:0;
	padding:0;
	line-height:0;
	clear:both;
}

.GetAdobe {
	text-align: center;
	padding-right: 100px;
	padding-left: 100px;
}
.imagetitle {
	font-weight: bold;
}
