@charset "UTF-8";

/* RESET */

html, body, div, span, h1, h2, h3, h4, h5,
h6, p, blockquote, pre,
a, code, em, font, img, small, strong, center,
dl, dt, dd, ol, ul, li, form{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	background: transparent;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #7a110e;
	letter-spacing: -1px;
	line-height: 27px;
	margin-bottom: 15px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	letter-spacing: -1px;
	line-height: 23px;
	padding: 0px;
	margin: 0px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	letter-spacing: -1px;
	line-height: 18px;
	padding: 0px;
	margin: 0px 0px 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E7E8E8;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	letter-spacing: -1px;
	margin: 0px;
	padding: 0px;
}
.pdfText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.clearBoth {
	clear: both;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:visited {
	color: #990000;
	text-decoration: none;
}
a:hover, active {
	color: #996600;
	text-decoration: none;
}

body {
	background-color: #b4b4b4;
	background-image: url(images/bgTop.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	display: table;
}
#wrapper {
	width: 100%;
	display: table;
	background-color: #FFFFFF;
	background-image: url(images/bgTop.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.wrapperIMG {
	background-image: url(images/table.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#content {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	padding-top: 35px;
	padding-left: 35px;
	height: 130px;
}
#header h1 {
	text-indent: -9999px;
	background-image: url(images/Ortho_Innovations_Logo.gif);
	background-repeat: no-repeat;
}
#header h1 a {
	color: #990000;
	display: block;
	height: 67px;
	width: 334px;
	margin: 0px;
	padding: 0px;
}
#navHolder {
	margin-top: 25px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#leftPanel {
	float: left;
	width: 275px;
	background-image: url(images/gradBG.png);
	background-repeat: no-repeat;
	display: inline;
	padding-left: 30px;
	padding-top: 25px;
	margin-top: 25px;
	margin-left: 35px;
	padding-bottom: 30px;
}
#leftPanel p {
	padding-bottom: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	width: 268px;
}
#leftPanel ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 15px;
}
#leftPanel ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

#leftPanel ul li a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #990000;
	display: block;
	padding-left: 5px;
	height: 17px;
}

#leftPanel ul li a:visited {
	color: #990000;
	text-decoration: none;
}

#leftPanel ul li a:hover, active {
	color: #996600;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 265px center;
}
#rightPanel {
	float: right;
	width: 570px;
	display: inline;
	border: 1px solid #E4E4E4;
	margin: 25px 15px 0px 0px;
	padding: 14px 0px 14px 14px;
}
#rightPanelleft {
	width: 276px;
	margin: 0px;
	padding: 0px 6px 0px 0px;
	float: left;
}
#rightPanelleft p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#rightPanelright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	padding: 8px 8px 8px 0px;
}
a.rightPanelBlockLink:link {
	padding: 4px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a.rightPanelBlockLink:visited {
	padding: 4px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
a.rightPanelBlockLink:hover, active {
	background-color: #F6F6F6;
	color: #333333;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.imgFloatRight {
	float: right;
}
#rightPanelright {
	width: 276px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#footTop {
	height: 132px;
	background-image: url(images/footTopBG.gif);
	background-repeat: repeat-x;
}
#footerContent {
	height: 132px;
	width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bgFoot.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
	padding-left: 35px;
}
#footerContent ul {
	list-style-type: none;
	padding-bottom: 25px;
}

#footerContent ul li {
	display: inline;
	padding-right: 7px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#footerContent ul li a {
	text-decoration: none;
	color: #999999;
}
#footerContent ul li a:visited {
	text-decoration: none;
	color: #999999;
}
#footerContent ul li a:hover, active {
	text-decoration: none;
	color: #990000;
}

#rightPanelInteriors {
	float: right;
	width: 350px;
	display: inline;
	margin: 300px 60px 0px 0px;
	padding: 0px;
}
.imgPreviewText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #990000;
}
#leftPanelInteriors {
	float: left;
	width: 400px;
	display: inline;
	padding-left: 30px;
	padding-top: 25px;
	margin-top: 25px;
	margin-left: 35px;
	padding-bottom: 30px;
}
.imgPreviewSmallText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	color: #666666;
}
.formText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #666666;
	padding-left: 5px;
	padding-top: 5px;
}
.formButton {
	background-color: #E8E8E8;
	border: 1px solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 15px;
	margin: 4px;
	float: right;
	color: #990000;
}

.formButton:hover {
	color: #990000;
	background-color: #DCDCDC;
}
#leftPanelInteriors ol {
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 35px;
	padding-right: 35px;
	padding-bottom: 20px;
	color: #666666;
	padding-top: 15px;
}

#leftPanelInteriors ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

#leftPanelInteriors ul li {
}
#leftPanelInteriors ul li ul {
	padding-left: 15px;
	padding-bottom: 4px;
	padding-top: 3px;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.borderRight {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DADADA;
}

.formField {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	padding: 5px 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	margin-top: 2px;
	margin-bottom: 2px;
}
#leftPanelInteriors p {
	padding-bottom: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 13px;
}
.smallTextBorderTop {
	font-size: 11px !important;
	color: #AEAEAE !important;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	border-top-width: 1px;
}
#containerInteriorPLAIN {
	background-image: url(images/interior.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 25px;
	width: 921px;
	margin-right: auto;
	margin-left: auto;
}
#containerInterior {
	background-image: url(images/interior1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 25px;
	width: 921px;
	margin-right: auto;
	margin-left: auto;
}
#containerInterior2 {
	background-image: url(images/interior2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 25px;
	width: 921px;
	margin-right: auto;
	margin-left: auto;
}
#containerInterior3 {
	background-image: url(images/interior3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 25px;
	width: 921px;
	margin-right: auto;
	margin-left: auto;
}
#containerInterior4 {
	background-image: url(images/interior4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 25px;
	width: 921px;
	margin-right: auto;
	margin-left: auto;
}
#containerInterior5 {
	background-image: url(images/interior5.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 25px;
	width: 921px;
	margin-right: auto;
	margin-left: auto;
}
#containerInterior6 {
	background-image: url(images/interior6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 25px;
	width: 921px;
	margin-right: auto;
	margin-left: auto;
}
#containerInterior7 {
	background-image: url(images/interior7.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 25px;
	width: 921px;
	margin-right: auto;
	margin-left: auto;
}
#containerInterior8 {
	background-image: url(images/interior8.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 25px;
	width: 921px;
	margin-right: auto;
	margin-left: auto;
}
#containerInterior9 {
	background-image: url(images/interior9.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 25px;
	width: 921px;
	margin-right: auto;
	margin-left: auto;
}
#containerInterior10 {
	background-image: url(images/interior10.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 25px;
	width: 921px;
	margin-right: auto;
	margin-left: auto;
}
#containerInterior11 {
	background-image: url(images/interior11.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 25px;
	width: 921px;
	margin-right: auto;
	margin-left: auto;
}
#rightPanelInteriorsSHORT {
	float: right;
	width: 350px;
	display: inline;
	margin: 200px 60px 50px 0px;
	padding: 0px;
}

#lightbox {	
	position: absolute;	
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer>#hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */
	display: block; 
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(images/nextlabel.gif) right 15% no-repeat; 
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff; 
	margin: 0 auto; 
	line-height: 1.4em; 
	overflow: auto; 
	width: 100%	; 
}
#imageData {
	padding:0 10px;
	color: #666; 
}
#imageData #imageDetails {
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#imageData #caption { 
	font-weight: bold;	
}
#imageData #numberDisplay { 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#imageData #bottomNavClose { 
	width: 66px; 
	float: right; 
	padding-bottom: 0.7em; 
	outline: none;
}	 	
#overlay { 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 500px; 
	background-color: #000; 
}
#rightPanelInteriors ul {
	list-style-type: none;
}
#rightPanelInteriors ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#rightPanelInteriorsSHORT ul {
	list-style-type: none;
}
#rightPanelInteriorsSHORT ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#dhtmltooltip{
	position: absolute;
	left: -300px;
	width: 400px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	border: 1px solid #CCCCCC;
	padding: 10px;
	background-color: #FFFFFF;
	visibility: hidden;
	z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
	color: #666666;
	background-image: url(images/toolTipBG.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#dhtmlpointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
	cursor: help;
}
.leftPad {
	padding-left: 18px;
}
.bullet {
	list-style-type: circle;
}
.tableHeaders {
	color: #990000;
	background-color: #EEE;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.tableCellData {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding-left: 5px;
}
.tableSidebarHeaders {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #999999;
	padding: 5px;
}
#leftPanelCoding {
	float: left;
	width: 820px;
	display: inline;
	padding-left: 30px;
	padding-top: 25px;
	margin-top: 25px;
	margin-left: 35px;
	padding-bottom: 30px;
}
#leftPanelCoding p {
	width: 800px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}
#rightPanelInteriors p {
	padding-bottom: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 13px;
}
.wantedLeft {
	float: left;
	width: 500px;
}
.wantedRight {
	float: right;
	text-align: right;
	margin-right: 5px;
}
