* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #9b9b9b;
	text-align: center;
	min-width: 761px;
}
/* input[name] {
	border: 1px solid #999;
	width: 100%;
}*/
/*table { width: 100%; }*/
a:link {
	color: #000;
	text-decoration: none;
}
#navigation a:link {
	color: #9b9b9b;
}
.pane a:link {
	color: #626061;
}
a:visited, #navigation a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #999;
}
#navigation a:hover {
	color: #a8a8a8;
}
a:active, #navigation a:active {
	color: #f00;
}
#footer a:link {
	color: #ccc;
	font-weight: bold;
}
#footer a:hover {
	color: #fff;
}
.float_fix {
	clear: both;
	font-size: 1px;
}
#frame {
	background-color: #e8e8e8;
	margin: 0px auto; /* the text-align: center in body will work for IE */
	text-align: left;
	padding: 0px 6px 0px 6px;
	font-family: "Trebuchet MS", Verdana, Tahoma, Arial, sans-serif;
	width: 749px;
}
* html #frame {
	width: 761px; /* for ie5win */
	width/**/:/**/ 749px; /* for ie6win */
}
#logo {
	width: 92px;
	height: 78px;
	background-image: url(../images/top-logo.gif);
	float: left;
}
#title {
	width: 652px;
	height: 78px;
	background-image: url(../images/title-grad.gif);
	float: right;
	margin-bottom: 3px;
}
#title .dcdm {
	margin-left: 23px;
	margin-top: 15px;
	background-image: url(../images/dcdm-title.gif);
	width: 194px;
	height: 45px;
}
#title .dcdm .text {
	display: none;
}
.banner {
  clear: both;
  width: 748px;
  height: 190px;
  padding-top: 6px;
}
.banner .left {
  float: left;
  width: 9px;
  height: 9px;
  font-size: 1px;

}
.banner .right {
	float: right;
	width: 9px;
	height: 9px;
	font-size: 1px;
}
#testimonials_banner, #recent_projects_banner, #cd_dvd_replication_banner, #digital_conversion_banner,
#home_banner, #accepted_formats_banner {
	background: url(../images/generic.jpg) no-repeat 0px 6px;
}
#testimonials_banner .left, #cd_dvd_replication_banner .left, #recent_projects_banner .left,
#home_banner .left, #accepted_formats_banner .left,
#digital_conversion_banner .left {
	background: url(../images/generic-left.gif);
}
#testimonials_banner .right, #cd_dvd_replication_banner .right, #recent_projects_banner .right,
#home_banner .right, #accepted_formats_banner .right,
#digital_conversion_banner .right {
	background: url(../images/generic-right.gif);
}

#contact_banner {
	background: url(../images/see-hear-speak.jpg) no-repeat 0px 6px;
}
#contact_banner .left {
	background: url(../images/see-hear-speak-tl.gif);
}
#contact_banner .right {
	background: url(../images/see-hear-speak-tr.gif);
}

#audio_mastering_banner {
	background: url(../images/dials.jpg) no-repeat 0px 6px;
}
#audio_mastering_banner .left {
	background: url(../images/dials-left.gif);
}
#audio_mastering_banner .right {
	background: url(../images/dials-right.gif);
}

#audio_restoration_banner, #enhanced_cd_banner {
	background: url(../images/audio-restoration.jpg) no-repeat 0px 6px;
}
#audio_restoration_banner .left, #enhanced_cd_banner .left {
  background: url(../images/audio-restoration-left.gif);
}
#audio_restoration_banner .right, #enhanced_cd_banner .right {
  background: url(../images/audio-restoration-right.gif);
}

#dvd_authoring_banner  {
	background: url(../images/dvd-authoring.jpg) no-repeat 0px 6px;
}
#dvd_authoring_banner .left {
  background: url(../images/dvd-left.gif);
}
#dvd_authoring_banner .right {
  background: url(../images/dvd-right.gif);
}

#graphic_design_banner {
	background: url(../images/graphic-design.jpg) no-repeat 0px 6px;
}
#graphic_design_banner .left {
  background: url(../images/graphic-design-left.gif);
}
#graphic_design_banner .right {
  background: url(../images/graphic-design-right.gif);
}

#navigation {
	clear: both;
	width: 749px;
	height: 27px;
	background-image: url(../images/top-nav-grad.gif);
	margin-top: 3px;
}
#navigation ul {
	display: block;
	padding-top: 5px;
}
#navigation li {
	display: inline;
	padding: 0px 9px 0px 7px;
	background-image: url(../images/top-nav-split.gif);
	background-position: center right;
	background-repeat: no-repeat;
	font-size: 13px;
	vertical-align: top;
}
#content h1, #content h2, #regular_right h2, #regular_right h3, #new_user_pane h2, #new_user_pane h3 {
	color: #49457c;
}
#content h1, #regular_right h2, #new_user_pane h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 0px 0px 12px 0px;
}
#content h2, #regular_right h3, #new_user_pane h3 {
  font-size: 20px;
  padding: 3px 7px 3px 3px;
  margin-top: 12px;
  font-weight: normal;
}
#content p {
  margin-top: 5px;
}
#content ul {
  margin-left: 10px;
}
#content {
	margin: 15px 352px 0px 0px;
	border-right: 2px solid #9b9b9b;
	padding: 5px 20px 20px 20px;
}
#content p,td,th,li, #content div {
	color: #626061;
	font-size: 14px;
	line-height: 18px;
}
#content p.testimonial {
	margin-top: 24px;
}
#content p.testimonial span {
	display: block;
	text-align: right;
	font-weight: bold;
}
#content img {
	border: 2px solid #565083;
}
#content .image_right {
	text-align: right;
	margin: 10px 0px;
}
#content .image_center {
	text-align: center;
	margin: 10px 0px;
}
.pane {
	width: 300px; /* 324px; */
	float: right;
	clear: right;
	margin: 30px 24px 0px 0px;
}
/* \*/
.pane {
	margin: 30px 12px 0px 0px;
}
/* */
* html .pane {
	margin: 30px 6px 0px 0px;
}
.pane h3 {
	width: 300px; /* 324px; */
	height: 40px;
	font-size: 22px;
}
.pane div.content {
	margin-top: 5px;
	background-color: #f5f6f6;
	padding: 12px;
}
.pane div.content .left {
	float: left;
	background-image: url(../images/rc-grey-bl.gif);
	width: 10px;
	height: 10px;
	margin-left: -12px;
	margin-top: 2px;
	font-size: 1px;
}
.pane div.content .right {
	float: right;
	background-image: url(../images/rc-grey-br.gif);
	width: 9px;
	height: 9px;
	position: relative;
	margin-right: -12px;
	margin-top: 2px;
	top: 1px; /*ie6*/
	font-size: 1px;
}
* html .pane div.content .left {
	margin-left: -12px;
	margin-top: -10px;
}
* html .pane div.content .right {
	margin-right: -12px;
	margin-top: -10px;
}
/* hide from ie mac, only ie 5/6 win \*/
* html .pane div.content .left {
	margin-left: -6px;
}
* html .pane div.content .right {
	margin-right: -6px;
}
/* end hide */
.pane h3 span.text {
	color: #fff;
	display: none;
}
.pane h3.blue .left {
	float: left;
	width: 11px;
	height: 9px;
	background-image: url(../images/rc-blue-tl.gif);
	font-size: 1px;
}
.pane h3.red .left {
	float: left;
	width: 10px;
	height: 9px;
	background-image: url(../images/rc-red-tl.gif);
	font-size: 1px;
}
.pane h3.blue .right {
	float: right;
	width: 9px;
	height: 9px;
	background-image: url(../images/rc-blue-tr.gif);
	font-size: 1px;
}
.pane h3.red .right {
	float: right;
	width: 10px;
	height: 9px;
	background-image: url(../images/rc-red-tr.gif);
	font-size: 1px;
}
#services_pane h3 {
 	background: #49457b url(../images/services-title.gif) no-repeat 15px 13px;
}
#services_pane .content {
	padding-top: 0px;
}
* html #services_pane .content {
	padding-bottom: 0px;
}
#services_pane ul {
	list-style-type: none;
}
#services_pane li {
	padding: 20px 7px 0px 7px; /* ie 5 */
	padding/**/:/**/ 15px 7px 0px 7px;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 1px solid #abaaab;
	border-top: 1px solid #e1e1e0;
}
#services_pane li.first {
	border-top-width: 0px;
}
#services_pane li.last {
	border-bottom-width: 0px;
}
#services_pane li a {
	display: block;
	margin: 0px 1px 1px 0px; /* ie5 */
	margin/**/:/**/ 0px 1px 13px 0px;
	padding-left: 23px;
	background-image: url(../images/pane-bullet.gif);
	background-repeat: no-repeat;
	background-position: 1px 4px;
}
#services_pane li a:hover {
	background-image: url(../images/pane-bullet-filled.gif);
}
/* \*/
#services_pane li.last a {
	margin: 0px 1px 1px 0px;
}
/* */
/* below: only for ie mac */
#services_pane li a:active {
	margin: 1px 0px 0px 1px; /* ie 5 */
}
/* for non ie mac \*/
#services_pane li a:active {
	margin: 1px 0px 12px 1px;
}
/* end hide */
#services_pane li.last a:active {
	margin: 1px 0px 0px 1px;
}

#upload_pane ul {
	display: inline;
	list-style-type: none;
}
#upload_pane li {
	padding: 3px 5px 4px 5px;
}
#upload_pane li a {
	background: url(../images/pane-bullet-red.gif) no-repeat;
	padding-left: 18px;
}
#upload_pane li a:hover {
	background: url(../images/pane-bullet-filled-red.gif) no-repeat;
}

.pane {
	font-size: 16px;
}
#upload_pane {
	margin-top: 150px;
	margin-bottom: 10px;
	color: #626061;
}
* html #upload_pane .content {
	padding-bottom: 0px;
}
#upload_pane .text_field {
  width: 130px;
}
#upload_pane table { margin-bottom: 12px; }
#upload_pane h3 {
	background: #ad1e3c url(../images/upload-title.gif) no-repeat 17px 12px;
}
#upload_pane th {
	text-align: right;
	font-weight: normal;
}
#upload_pane td, #upload_pad th {
	padding: 1px;
}
#navigation li.last {
	background-image: none;
}
#navigation .left {
	background-image: url(../images/top-nav-left.gif);
	float: left;
	height: 29px;
	width: 2px;
}
#navigation .right {
	background-image: url(../images/top-nav-right.gif);
	float: right;
	height: 29px;
	width: 2px;
}
#footer {
	clear: both;
	font-size: 12px;
	color: #fff;
	background-color: #ad1e3c;
	padding: 4px 4px 9px 4px;
	margin: 10px -2px 0px -2px;
	text-align: center;
}

