/* hide from ie on mac \*/
html {
	font: 95% 'Lucida Grande', Verdana, Sans-serif;
    height: 100%;
    width: 100%;


}

#contentwrapper {
	position:aboslute;
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	height:100%;
}

#flashcontent {
	width:100%;
	height:100%;

}
/* end hide */

#htmlContent {
	margin-left:auto;
	margin-right:auto;
	width:1024px;
	height:100%;
	line-height:18px;
	/*background-color:#efefef;*/
}

#leftPage {
	float:left;
	width:700px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:#322A27;
}

#rightPage {
	float:right;
	width:308px;
	margin:0px 0px 0px 0px;
	padding:8px 8px 8px 8px;
	background:#322A27;
	text-align:center;
}

.margBoxx {
	margin:8px 8px 8px 8px;
	padding: 16px 16px 11px 16px;
	background:#2a2522;
}

#mmLogo {
	width:723px;
	height:154px;
}

hr {
  height: 2px;
  background: url(gfx/hr_line.png) repeat-x top left;
  color: #403937;
  border: 0;
}

body {
	height: 100%;
	font: 70%/1.4em 'Lucida Grande', Verdana, Sans-serif;
	color: #777777;
	margin: 0;
	padding: 0;
	background-color: #423A37;
	background-image: url(gfx/bg2.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
}

#menuList {
	margin:0px 0px 0px 0px;
	display:inline;
}

#menuList ul {
	display:inline;
	margin: 0px 0px 0px 0px;
	padding-left: 0px;
	list-style: none;
}

#menuList li {
	display:inline;
	margin:0px 5px 0px 5px;
}

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

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

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

#nav a:link, #nav a:visited {
		font-weight:bold;
		font: 80%;
		text-decoration:none;
		color:#666666;
}

#nav a:hover, #nav a:active {
		font-weight:bold;
		font: 80%;
		text-decoration:none;
		color:#aaa;
}


p {
  color: #524C47;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  display: inline;
}

h1 {
	color: #fb9a00;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	margin: 0px 0px 20px 0px;
}

h2 {
	color: #999999;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 14px;
	margin: 0px 0px 0px 0px;
}

/* content item */
.item {
	clear: both;
	margin:0px 0px 16px 0px;
	padding:16px 16px 16px 16px;
	background:#322A27;
	position:relative;
	width:650px;
	text-align:left;
	font-size: 1.0em;
}

.item img {
	border: 10px solid #423A37;
	margin: 0px 10px 2px 0px;
}

.item .title {
	text-align: justify;
	color: #999999;
	margin:0px 0px 0px 0px;
	font-size: 1.2em;
	font-weight:bold;
}

.item .metadata {
	float:left;
	color: #666;
	font-size: 0.9em;
	padding: 0 0 6px 0px;
}

.item .body {
	clear: both;
	margin:0px 0px 0px 0px;
}

.item table {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.item table td {
	vertical-align:top;
	padding:0px 4px 0px 0px;
	margin:0px 0px 0px 0px;
}

td.width1{
	width:400px;
}

td.width2{
	width:250px;
}

td.width3{
	width:300px;
}

td.width4{
	width:200px;
}

.item .body ul {
	/* list-style-image: url(bullet.gif); */
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: left;
	vertical-align:top;
	width: 100%;
}

.body ul li {
background-image: url(gfx/list_image.png);
background-repeat: no-repeat;
background-position: 2px;
padding-left: 1.2em;
margin: 0.3em 0;
vertical-align: top;
}


.pullquote {
	background-image: url("gfx/quote_bg.png");
	background-repeat: no-repeat;
	font-size:1.1em;
	font-weight:bold;
	line-height:20px;
	padding-left: 14px;
	text-align:left; 
	width:354px;
	height:185px;
	margin: 6px 6px 6px 6px;
	float:left;
}

.pullquote span {
display: block;
padding-top:48px;
width:320px;
}

blockquote {
background-image: url("gfx/open_quote.png");
background-repeat: no-repeat;
background-position: left 5px;
padding-left: 30px;
font-style: italic;
}
blockquote span {
background-image: url("gfx/close_quote.png");
background-repeat: no-repeat;
background-position: right bottom;
display: block;
padding-right: 30px;
}

.serviceBox {
	width:100%;
	height:auto;
}

.serviceBox2 {
	width:300px;
	height:260px;
	float:left;
}



p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}
/* ----------- My Form ----------- */
.myform{
margin:0 auto;
width:400px;
padding:14px;
}

/* ----------- stylized ----------- */
#stylized{
border:solid 2px #433B38;
background:#423A37;
}
#stylized h1 {
font-size:14px;
font-weight:bold;
margin-bottom:8px;
}
#stylized p{
font-size:11px;
color:#888888;
margin-bottom:20px;
border-bottom:solid 1px #fb9a00;
padding-bottom:10px;
}
#stylized label{
display:block;
font-weight:bold;
text-align:right;
margin-right:10px;
width:140px;
float:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input, select, textarea{
float:left;
font-size:12px;
padding:4px 2px;
border:solid 1px #aacfe4;
width:200px;
margin:2px 0 20px 10px;
vertical-align:top;
}

#stylized textarea {
	height:120px;
}

#stylized button{
clear:both;
margin-left:150px;
width:125px;
height:31px;
background:#666666 url(img/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:11px;
font-weight:bold;
}

.center {
	text-align:center;
}

img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.imgMargLeft {
	margin-left:16px;
}

#tab_twitt {
	position:absolute;
	right:0px;
	width:42px;
	height:206px;
}



/* content item */
.item_3 {
	clear: both;
	margin:0px 0px 8px 0px;
	padding:16px 16px 16px 16px;
	position:relative;
	background:#423a37;
	width:95%;
	text-align:left;
	font-size: 1.0em;
}

.item_3 img {
	border: 10px solid #423A37;
	margin: 0px 10px 2px 0px;
}

.item_3 .title {
	text-align: justify;
	color: #999999;
	margin:0px 0px 0px 0px;
	font-size: 1.2em;
	font-weight:bold;
}

.item_3 .metadata {
	float:left;
	color: #666;
	font-size: 0.9em;
	padding: 0 0 6px 0px;
}

.item_3 .body {
	clear: both;
	margin:0px 0px 0px 0px;
}


#audioService_h1 {
      margin:0; padding:0;
      width:558px; height:32px;
      background:url("gfx/audio_services_h.png") top left no-repeat;
}
	  
#latestNews_h1 {
      margin:0; padding:0;
      width:558px; height:32px;
      background:url("gfx/latest_news_h.png") top left no-repeat;
}

#about_h1 {
      margin:0; padding:0;
      width:545px; height:32px;
      background:url("gfx/about_h.png") top left no-repeat;
}  

#mm_h1 {
      margin:0; padding:0;
      width:501px; height:32px;
      background:url("gfx/mm_h.png") top left no-repeat;
} 

#studio_h1 {
      margin:0; padding:0;
      width:501px; height:32px;
      background:url("gfx/studio_h.png") top left no-repeat;
}

#samples_h1 {
      margin:0; padding:0;
      width:501px; height:32px;
      background:url("gfx/samples_h.png") top left no-repeat;
}

#credits_h1 {
      margin:0; padding:0;
      width:501px; height:32px;
      background:url("gfx/credits_h.png") top left no-repeat;
}

#contact_h1 {
      margin:0; padding:0;
      width:501px; height:32px;
      background:url("gfx/contact_h.png") top left no-repeat;
}

#press_h1 {
      margin:0; padding:0;
      width:501px; height:32px;
      background:url("gfx/press_h.png") top left no-repeat;
}

#sitemap_h1 {
      margin:0; padding:0;
      width:501px; height:32px;
      background:url("gfx/sitemap_h.png") top left no-repeat;
}

#free_h1 {
      margin:0; padding:0;
      width:501px; height:32px;
      background:url("gfx/free_stuff_h.png") top left no-repeat;
}
	  
   .headLine { display:none }
