/* DepthQ s3D CSS */ 

/* Basic Elements */

body, p, tr, th, td, ol, ul, li, h1 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  color: #5a5b5f;
  vertical-align: top;
  horizontal-align: left;
  }
  
p {
	position:relative;
	left:0px;
	top:20px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  color: #5a5b5f;
  }

p.mercedes {
	top:0px;
	}
  
span.ital {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  color: #5a5b5f;
  font-style: italic;
  }

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #e67100;
	}
	
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #e67100;
	}
	
a:hover, a:active { 
	text-decoration: underline; 
	color: #e67100;
	}

a.index {
	color: 511b76;
	}
	
a.mercedes {
	color: 7f7f7f;
	}

/* this globally removes that ANNOYING dashed line around image links that have been clicked */
* :focus {
	outline: 0;
}

sup {
	font-size: 6pt;
/* vertical-align: text-top; */
	line-height: 0;
	}


body {
  background: #fff;
  margin: 0px;
  text-align: center;
  height: 10px;
	}

body.player {
	background: #d5e3ff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned elsewhere */
	color: #000000;
    padding: 0 20px; 
	background: #d5e3ff url('pic/background-table3-player.jpg') repeat-y left top;
    text-align: left;
	}
	
body.mercedes {
	background: #eff1f3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned elsewhere */
	color: #000000;
    padding: 0 20px; 
	background: #eff1f3 url('pic/mercbg.jpg') repeat-y left top;
    text-align: left;
	}

table {
	border: none;
	background: #fff url('pic/background-table3.jpg') repeat-y center top;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	}

table.store {
	border: none;
	background: #fff url('pic/background-table4.jpg') repeat-y center top;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	}
	
table.surgeon {
	border: none;
	background: #fff url('pic/background-table3-surgeon.jpg') repeat-y center top;
	vertical-align: top;
	margin-left: auto;
	margin-right: auto;
	}
	
table.mercedes {
	border: none;
	background: #eff1f3 url('pic/splash2.jpg') no-repeat left top;
	vertical-align: top;
  horizontal-align: left;
 	margin-left: auto;
	margin-right: auto;
	}
	
table.offwhite {
	border: none;
	background: #eff1f3;
	vertical-align: top;
  horizontal-align: left;
 	margin-left: auto;
	margin-right: auto;
	}

table.button {
    border: none;
	background: transparent;
	vertical-align: top;
	margin-right:0px;
	}

table.index {
	background: #fff url('pic/index-main.jpg') repeat-y center top;
	}

table.internal {
	border: none;
	background: transparent;
	margin-left: auto;
	margin-right: auto;	
	}

table.internal td {
	padding: 7px;
	}

table.faq {
	background: transparent;
    border: solid #5a5b5f 1px;
	}

table.store2 {
	background: transparent;
	}

table.faq td, th {
	border: solid #5a5b5f 1px;
	padding: 2px;
	}

img {
	border: none;
	}
	
img.banner {
	border: none;
	position: absolute;
	top: 0px;
	left: 0px;
 	}

h2 {
	font-weight: normal; 
	font-size: 10pt;
    color: #e67100; 
    vertical-align: top;
    horizontal-align: left;
	}

h3 {
	font-weight: normal; 
	font-size: 12pt;
  color: #e67100; 
  vertical-align: top;
  horizontal-align: left;
	}

h4 {
  font-weight: normal; 
	font-size: 12pt;
	color: #511b76;
  vertical-align: top;
  horizontal-align: left;
	}
		
h5 {
	font-weight: bold; 
	font-size: 10pt;
	color: #5a5b5f;
  vertical-align: top;
  horizontal-align: left;
	}

h6 {
	font-weight: normal; 
	font-size: 9pt;
	color: #906dd5;
  vertical-align: top;
  horizontal-align: left;
  }

h6.pos_rel {
	position:relative;
	left:0px;
	top:-25px;
	}
				
h6.pos_abs {
	position:absolute;
	left:0px;
	top:-25px;
	}
				
input, textarea {
	font-size:12px;
	font-weight:normal;
	color:#5a5b5f;
	font-family: Helvetica, Arial, sans-serif;
	}
	
textarea {
	font-size:12px;
	width:100%;
	}

div {
	position: relative;
	top: 0px;
	left: 0px;
	}

div.offset {position: relative;
	top: 25px;
	left: 0px;
	}

/* specific divs */
	
#pageTitle {
	font-size: 14pt;
	color: #511b76;
	position: relative;
	top: 20px;
	left: 0px;
	}

#pageTitle a {
	color: #511b76;
	}
	
#pageTitle sup {
	font-size: 8pt;
	}

#nav-noscript {
	background: transparent url('pic/alert.gif') no-repeat center left;
	padding-left: 22px;
	font-size: 8pt;
	}

#indexbg { 
 	background: #000 url('pic/index-floatb.jpg') no-repeat center bottom;
 	margin: 0px;
	border: none
	}

#thumbnail {
	border: 4px solid #ff9c48;
	}

#caption {
	font-size: 8pt;
	text-align: center;
	}
	
#caption img {
	padding: 10px 0px;
	}

#blurbText {
  text-align: justify;
  }

#footerText {
	font-size: 8pt;
	color: #906dd5;
	text-align: center;
	}
	
#mercfooter {
	font-size: 8pt;
	color: #7f7f7f;
	text-align: center;
	}

#blogBorder {
	border: solid #FD8602 3px;
	padding:10px;
	}

.raised {
	font-weight: bold;
  position: relative;
  top: -22px;
  left: 0px;
  padding: 4px;
  background: #b9a8d1;
  color: #fff;
	}

#title {
	font-weight: bold; 
	font-size: 10pt;
  color: #e67100; 
	}

#indexRight {
	padding: 10px 0px 33px 0px;
	}

#indexHeader {
	color: 511b76;
	}

#indexAddress {
	position: relative;
	top: -29px;
	left: 70px;
	}

#indexContactTitles {
	position: relative;
	top: -9px;
	left: 200px;
	}

#RBText {
	text-align: right;
	padding-right: 10px;
	}
	
#rightButton {
	width: 172px;
	background: #d6d2e4;
	text-align: right;
	padding: 3px;
	padding-right: 5px;
	}
#rightButton a {
	color: #000;
	text-decoration: none;
	display: block;
	}
#rightButton a:hover, #rightButton a:focus {
	background: #ee9c52;
	}
#rightButton.two {
	background: #e0e7f2;
	}
#rightButton.three {
	background: #e1ebd8;
	}
#rightButton.four {
	background: #faf7cd;
	}
#rightButton.five {
	background: #eed1b7;
	}
#rightButton.six {
	background: #eeccc9;
	}
#rbsmtext {
	font-size: 8pt;
	}

#MBText {
	text-align: right;
	padding-right: 10px;
	}
	
#middleButton {
	width: 300px;
	background: #d6d2e4;
	text-align: right;
	font-size: 8pt;
	padding: 3px;
	padding-right: 5px;
	}
#middleButton a {
	color: #000;
	text-decoration: none;
	display: block;
	}
#middleButton a:hover, #middleButton a:focus {
	background: #ee9c52;
	}
#middleButton.two {
	background: #e0e7f2;
	}
#middleButton.three {
	background: #e1ebd8;
	}
#middleButton.four {
	background: #faf7cd;
	}
#middleButton.five {
	background: #eed1b7;
	}
#middleButton.six {
	background: #eeccc9;
	}
#mbsmtext {
	font-size: 8pt;
	}

.copyright {
	color: #e67100;
}

.storetext {
	font-size: 9pt;
	line-height: 9.75pt;
}