* {
	font-family: Helvetica, Arial, sans-serif;
	color: #717171;
}
body {
	background-color: #151515;
}
a {	text-decoration: none; }
#mainframe {
	position: relative;
	width: 1024px;
	height: 768px;
	margin: auto;
	background-color: #444;
	border: 3px solid black;
	background: url(images/ot_bg.jpg) no-repeat;
	overflow: hidden;
}
#navigation {
	position: absolute;
	height: 22px;
	top: 125px;
	width: 100%;
	background: url(images/ot_nav.png) repeat-x;
	
}
#navigationHelper {
	position: absolute;
	top: 147px;
	height: 70px;
	width: 200px;
	left: 370px;
	background: url(images/ot_bg.jpg) no-repeat -370px -147px;
	display: none !important;
	z-index: 25;
}
#navigation ul{
	list-style: none;
	padding-left: 0;
}
#navigation>ul>li {
	position: absolute;
	top: 0px;
	height: 100%;
	margin: 0px;
	font-weight: 500;
	font-size: 15px;
	line-height: 22px;
	padding: 0px 10px;
	/*overflow: show;*/
}
#navigation a {
	color: #717171;
	width: 100%;
	height: 100%;
	display: block;
}
#navigation .drop a {
	color: #b84322;
}
#navigation ul ul {
	position: absolute;
	display: none;
	z-index: 30;
	top: 22px;
	font-size: 13px;
	/*overflow: show;*/
	background: url(images/ot_bg.jpg) no-repeat;
	padding: 0px 10px 5px 10px;
	margin-left:-10px;
}
#nav1 {	left: 280px;} #nav1 ul {  background-position: -280px -147px !important; }
#nav2 { left: 385px; } #nav2 ul {  background-position: -385px -147px !important; }
#nav3 { left: 485px; } #nav3 ul {  background-position: -485px -147px !important; }
#nav4 { left: 595px; } #nav4 ul {  background-position: -595px -147px !important; }
#phone { left: 675px; color: white; }

#navigation ul li:hover ul { display: block; }
#navigation ul ul li { 
	/*white-space: nowrap;*/
	background: url(images/ot_dropdown.png) repeat-y;
	background-position: 0px -36px;
}
#navigation ul ul a {
	color: #b84322;
	display: block;
	line-height: 24px;
	margin-top: 0px;
	padding-top: 0px;
	padding-left: 10px;

}
#navigation ul ul li:first-child {
	padding-top: 10px;
	background-position: 0px -26px;
}
#navigation ul ul li:last-child {
	background-repeat: no-repeat;
}
#navigation ul ul a:hover {
	text-decoration: underline;
}
#mainimage {
	position: absolute;
	top: 80px;
	left: 201px;
	width: 622px;
	height: 349px;
	background: transparent;
}
#mainimage img {
	width: 622px;
	height: 349px;
}
#footer {
	position: absolute;
	bottom: 0px; 
	background: url(images/ot_footer.png) repeat-x;
	height: 34px;
	width: 100%;
	font-size: 10px;
	line-height: 34px;
	padding-left: 40px;
}
#quotes div {
	position: absolute;
	top: 443px;
	width: 200px;
	font-size: 13px;
	line-height: 22px;
	font-weight: 500;
}
#quotes span {
	white-space: nowrap;
}
#quote1 { left: 10px; }
#quote2 { left: 242px; }
#quote3 { left: 500px; }
#quote4 { left: 744px; }


.content {
	display: block;
	position: absolute;
	left: 40px;
	right: 0px;
	padding-right: 40px;
	top: 147px;
	height: 587px;
	background-color: transparent;
}
#replacer.content { margin-right: 40px; 	display: none; background-color: #303030;}
#products.content #bg { 
	position: absolute;
	/*width: 550px;*/
	left: 10px;
	/*height: 274px;*/
	padding: 0px;
	background: transparent;
	z-index: 0;
	top: 313px;
	/*background: url(images/product_content_bg.jpg) #303030; position: absolute: 
	width: 100%; height: 100%; top: 0px; left: 0px; opacity: 0.75*/
}
#pressrelease.content { 
	overflow: auto;
	z-index: 1;
}
#pressrelease.content #bg {
	position: absolute;
	width: 550px;
	left: 10px;
	height: 284px;
	padding: 0px;
	bottom: -10px;
	/*background: url(images/ot_press_release.png) top left transparent no-repeat;*/
	z-index: 0;
}
#bg img {
	position: absolute; top: 0px; left: 0px;
}
#logo {
	position: absolute;
	top: 25px;
	left: 40px;
	width: 228px;
	height: 75px;
	background: transparent;
}
#logoPrint { display: none; }

.content #fullsizeColumn {
	position: relative;
	background: url(images/ot_bg.png);
	margin: 0px;
	padding: 0px;
	padding-left:35px;
	padding-right:40px;	
	min-height: 100%;
	overflow: hidden;
}
#pressrelease #fullsizeColumn {
	padding-bottom: 30px;
}

.content #leftColumn {
	position: absolute;
	left: 35px;
	width: 270px;
	top: 10px;
}
.content #middleColumn {
	position: absolute;
	left: 345px;
	width: 260px;
	top: 10px;
}
.content #rightColumn {
	position: absolute;
	left: 635px;
	width: 240px;
	top: 10px;
}
.content hr { display: block; color: #b84322; height:1px; margin: 17px 0px 0px; border: 0px; background-color: #b84322; }
.content hr.special { margin-left: 5px; }
.content h1 {
	color: white;
	font-size: 17px;
	padding: 17px 0px 2px;
	margin: 0px;
}
.content h1.special {
	color: #fff;
	font-size: 17px;
	font-weight: 100;
	padding: 10px 0px 10px 5px;
	margin: 0px;
}
.content h2,
.content th {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	margin: 16px 0px 1px;
	line-height: 20px;
	text-align: left;
}
.content h2.special {
	color: #b84322;
	font-size: 13px;
	margin: 23px 0px 0px;
}
.content h3 {
	color: white;
	font-size: 13px;
	margin: 16px 0px 1px;
}
.content p {
	color: #717171;
	font-size: 12px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 17px;
	text-align: justify;
}
.content ul {
	list-style: none;
	padding: 0px;
	color:#717171;
	font-size:12px;
	line-height:18px;
	margin-bottom:0px;
	margin-top:0;
	text-align:justify;
}
.content ul ul {
	list-style: url(images/list.png) inside;
	padding-left: 4px;
}
.content li {
	padding-top: 8px;
}
.content li li {
	padding-top: 0px;
}
.content blockquote {
	color: white;
	font-style: italic;
	font-size: 12px;
	line-height: 18px;
	margin: 0px 40px 17px 40px;
	text-align: justify;
}
.content table {
	width: 100%;
	margin: 0px;
	padding: 0px 0px;
	border: 0px;
	border-collapse: collapse;
}
.content th,
.content td,
.content tr,
.content tbody {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.content td,
.content th { vertical-align: top; }
.content span { color: white; font-size: 12px; }

p.intro {
	color: #717171;
	text-align: justify;
	margin-top: 7px;
}
p.specialIntro {
	color: #717171;
	text-align: justify;
	margin-top: 2px;
	line-height: 16px;
	font-size: 13px;
}
a img { border: 0px; }

#images #strip {
	position: absolute;
	width: 120px;
	top: 20px;
	left: 80px;
	border-bottom: 8px solid black;
}

#images #strip .arrow {
	position: absolute;
	top: 1px;
	right: -1px;
	background: transparent url(images/image_enlarge_plus.png) no-repeat;
	width: 10px;
	height: 10px;
	z-index: 21;
}
#images #strip .overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 112px;
	height: 112px;
	background: transparent url(images/image_thumb_border.png) no-repeat;
	z-index: 20;
}

#images #strip>a {
	position: relative;
	display: block;
	width: 112px;
	height: 112px;
	border: 4px solid black;
	border-bottom-width: 10px;
	overflow: hidden;
	background: #303030 no-repeat;
}

#images #imageArea {
	position: absolute;
	top: 20px;
	left: 250px;
	height: 513px;
	width: 700px;
	display: none;
}
#images #imageArea #imgBorder {
	position: absolute;
	display: block;
	background: transparent url(images/image_main_border.png) no-repeat;
	left: 0px;
	top: 0px;
	width: 600px;
	height: 482px;
	z-index: 20;
}
#images #imageArea img {
	position: absolute;
	background-color: #303030;
	left: 0px;
	top: 0px;
	width: 600px;
	height: 480px;
}
#images #imageArea #bottom {
	position: absolute;
	background-color: black;
	width: 600px;
	height: 15px;
	color: #b84322;
	left: 0px;
	bottom: 0px;
	text-align: right;
	padding-bottom: 5px;
	padding-top: 10px;
}
#images #imageArea #bottom a {
	color: #b84322;
	font-size: 12px;
	line-height: 12px;
	margin: 0px 10px 0px 20px;
}
#images #imageArea #bottom a:hover {
	text-decoration: underline;
}

#pressLeft { width: 420px }
#pressContact { margin-right: 12px; width: 240px; float: right; }
#pressTrademarks { margin-right: 30px; width: 260px; float: right; }

.corner {
	position: absolute;
	right: 15px;
	top: 10px;
}
.corner a {
	font-size: 12px;
	color: #b84322;
}

.bold {
	font-weight: bold;
}

a
{
  outline: none !important;
}