/*	Desc: *title* Screen Style Sheet
	Author: Jim Olson
	Date: *last modified date*
	+ Colours
	- *colour hex* *colour name* (*purpose*)
	
=== === === === === === === === === === */

/*=STRUCTURE
=== === === === === === === === === === */

@import 'reset.css';

body {font-size:11px;font-family:Arial;text-align:center;background:#fff url(../images/Page-bg.gif) repeat-x;}

div#WrapOuter {width:960px;margin-left:auto;margin-right:auto;}

div#WrapInner {text-align:left;width:960px;margin:auto;float:left;}

div#Top {
	width: 960px;
	height: 83px;
	float: left;
}

div#Header {
	width: 960px;
	height: 107px;
	float: left;
	clear: both;
	background: url(../images/Header-bg.gif) no-repeat center;
	margin-bottom: 18px;
}

/*=COMMON
=== === === === === === === === === === */

* {padding:0;margin: 0}

#Logo {
	width: 188px;
	height: 42px;
	float: left;
}

#Logo a {
	text-indent: -9999px;
	width: 188px;
	height: 42px;
	margin-top: 19px;
	background-image: url(../images/VorumLogo.png);
	display: block;
	float: left;
}

h2 {color:#ee001d;}

h3, h4, h5 {
	color: #303030;
}

#Footer h3, #Footer h4, #Footer h5{
color:#aaaaaa;
}

#Header h1 {
	line-height: 80px;
	margin-left: 28px;
	font-size: 30px;
	color: #fff;
}

.smallTM{
font-size:15px;
}

#Header h1.flir-replaced {
	margin-top: 30px;
	margin-bottom: 20px;
}

h2 {font-size:19px;}

h3 {font-size:16px;}

h4 {font-size:14px;}

p, li {line-height:150%;}

h2, h3, h4, h5, ul, ol, p {margin-bottom:12px;}

a:link {color:#ee001d;text-decoration: underline;}
a:visited {color:#ee001d;text-decoration: underline;}
a:hover {color:#ee001d;text-decoration: underline;}
a:active {color:#ee001d;text-decoration: underline;}

b, strong {font-weight:bold;}
i, em {font-style:italic;}

div.ProductTable {
	margin-bottom: 12px;
	background: #252525;
}

div.ProductTable table{
margin:10px 0px;
}

div.ProductTable div.TableWrapper {
	padding: 0 24px 0 27px;
	background: #252525;
}

div.ProductTable div.TableWrapper label {
	color: #ee001d;
	font-size: 14px;
	line-height: 11px;
	display: block;
	margin-bottom: 12px;
}

div.ProductTable .topcap {
	height: 21px;
	background: url(../images/Table-topcap.gif) no-repeat;
}

div.ProductTable .topcap .inner {
	width: 20px;
	height: 21px;
	float: right;
	background: url(../images/Table-topcap.gif) no-repeat right;
}

div.ProductTable div.TableWrapper table {
	color: #b4b4b4;
	width: 100%;
	background: #252525;
	border-collapse:collapse;
	
}

div.ProductTable div.TableWrapper table thead {
	color: #737373;
	font-weight: bold;
	font-size: 9px;
	border-bottom: 1px #3e3e3e solid;
}

div.ProductTable div.TableWrapper table td {padding:6px;
}

div.ProductTable div.TableWrapper table td.fabricatorInfo{
width:185px;
}

div.ProductTable div.TableWrapper table tr {
	border-bottom: 1px #3e3e3e solid;
}

div.ProductTable div.TableWrapper table tr:last-child {
	border: 0;
}

div.ProductTable .bottomcap {
	height: 23px;
	background: url(../images/Table-bottomcap.gif) no-repeat;
}

div.ProductTable .bottomcap .inner {
	width: 20px;
	height: 23px;
	float: right;
	background: url(../images/Table-bottomcap.gif) no-repeat right;
}

.line {height: 2px;border-top:0px dotted #fff;border-right:0px dotted #fff;border-left:0px dotted #fff;border-bottom:1px dotted #6f6f6f;display:block;}

.longdate {line-height:18px;white-space: nowrap}

#flashcontent{
margin:0px 0px 15px 0px;
}

.pdfLink{
margin:0px 0px 10px 10px;
}

/*=NAVIGATION
=== === === === === === === === === === */

div#LangNav li,
div#MainNav li {
	display:inline;
}

div#LangNav {
	width: 98px;
	float: right;
}

#LangNav ul {
	width: 82px;
	height: 23px;
	background: url(../images/LangNav-ul-bg.gif) repeat-x;
	float: left;
}

#LangNav li a {
	text-indent: -9999px;
	display: block;
	float: left;
}

#LangNav div#LeftCap {
	width: 8px;
	height: 23px;
	background-image: url(../images/LangNav-leftcap.png);
	display: block;
	float: left;
}

#LangNav #English a {
	width: 16px;
	height: 23px;
	background: url(../images/LangNav-eng-nm.gif) no-repeat;
}

#LangNav.english #English a,
#LangNav #English a:hover {
	background: url(../images/LangNav-eng-mo.gif) no-repeat;
}

#LangNav #Spanish a {
	width: 16px;
	height: 23px;
	margin: 0 0 0 6px;
	background: url(../images/LangNav-esp-nm.gif) no-repeat;
}

#LangNav.espanol #Spanish a,
#LangNav #Spanish a:hover {
	background: url(../images/LangNav-esp-mo.gif) no-repeat;
}

#LangNav #French a {
	width: 16px;
	height: 23px;
	margin: 0 6px 0 6px;
	background: url(../images/LangNav-fr-nm.gif) no-repeat;
}

#LangNav.francais #French a,
#LangNav #French a:hover {
	background: url(../images/LangNav-fr-mo.gif) no-repeat;
}

#LangNav #Italian a {
	width: 16px;
	height: 23px;
	background: url(../images/LangNav-it-nm.gif) no-repeat;
}

#LangNav.italiano #Italian a, 
#LangNav #Italian a:hover {
	background: url(../images/LangNav-it-mo.gif) no-repeat;
}

#LangNav div#RightCap {
	width: 8px;
	height: 23px;
	background: url(../images/LangNav-rightcap.png) no-repeat;
	float: left;
	display: block;
}
	
div#MainNav {
	width: 958px;
	height:36px;
	float: left;
	clear: both;
	margin-left: 1px;
	background: url(../images/MainNav-bg.gif) repeat-x;
}

div#MainNav div#LeftCap {
	width: 8px;
	height: 36px;
	background: url(../images/MainNav-leftcap.gif) no-repeat;
	display: block;
	float: left;
}

div#MainNav ul {
	width: 644px;
	height: 36px;
	float: left;
}

div#MainNav li {
	height: 36px;
}

div#MainNav li a {
	line-height: 36px;
	height: 36px;
	color: #ffffff;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 13px;
	display: block;
	float: left;
	text-decoration: none;
	background: url(../images/MainNav-divider.gif) no-repeat 0 center;
}

div#MainNav li.active a,
div#MainNav li a:hover {
	background: #dc001a none;
	text-decoration: none;
}

div#MainNav li#Home a {
	width: 12px;
	padding: 0 7px 0 0;
	text-indent: -9999px;
	display: block;
	float: left;
	background: url(../images/MainNav-home.gif) no-repeat 0 center;
}

div#MainNav div#RightCap {
	width: 8px;
	height: 36px;
	background: url(../images/MainNav-rightcap.gif) no-repeat;
	display: block;
	float: right;
}

#Breadcrumbs {
	color: #cbcbcb;
	font-size: 9px;
	line-height: 24px;
	margin-left: 28px;
	position: absolute;
	top: 196px;
	
}

body.admin-menu #Breadcrumbs {
	top: 216px;
}

#Breadcrumbs a {
	color: #cbcbcb;
	text-decoration: none;
}

#Breadcrumbs .active {
	color: #ebebeb;
}

div#SubNavTop {
	font-size: 0;
	background-image: url(../images/SubNav-topcap.gif);
	height: 10px;
	width: 202px;
}

div#SubNavContent {
	width: 173px;
	background: url(../images/SubNav-repeat.gif) repeat-y;
	padding-left: 10px;
	padding-right: 20px;
}

div#SubNavContent a {
	color: #333333;
	text-decoration: none;
}

div#SubNavContent li.active a {
	color: #ee001d;
}

div#SubNavContent ul {
	padding-left: 9px;
	border-bottom: 1px #e6e6e6 solid;
	margin-bottom: 0;
}

div#SubNavContent ul li {
	padding-left: 9px;
	background: url(../images/SubNav-marker-closed.gif) no-repeat left center;
	line-height: 20px;
}

div#SubNavContent ul ul {
	padding-left: 12px;
}

div#SubNavContent ul ul.closed {
	height: 0px;
	overflow: hidden;
}

div#SubNavContent ul li.expanded {
	padding-left: 12px;
	background: url(../images/SubNav-marker-expanded.gif) no-repeat left 7px;
}

div#SubNavContent ul ul li {
	padding-left: 9px;
	background: url(../images/SubNav-marker-secondary.gif) no-repeat left 7px;
}

div#SubNavContent ul:last-child {
	border-bottom: 0px #e6e6e6 solid;
}

div#SubNavBottom {
	font-size: 0;
	background-image: url(../images/SubNav-bottomcap.gif);
	height: 11px;
	width: 202px;
}

#LegacySearch {
	color: #737373;
}

#LegacySearch label {
	line-height: 30px;
}

div#LegacySearch #Nav {
	background-image: url(../images/ProductLegacySearch.gif);
	width: 202px;
	height: 42px;
}

div#LegacySearch #Nav, div#LegacySearch #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

div#LegacySearch #Nav li.top a{
	padding-left: 18px;
}

div#LegacySearch #Nav li.top a.top {
	padding-top: 12px;
	padding-bottom: 4px;
}

div#LegacySearch #Nav a {
	color: #737373;
	display: block;
	width: 10em;
	text-decoration: none;
	text-transform: uppercase;
}

div#LegacySearch #Nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

div#LegacySearch #Nav li ul { /* second-level lists */
	position: absolute;
	background: #ffffff;
	width: 171px;
	margin-left: 10px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 1px #a7a7a7 solid;
	padding-left: 8px;
	padding-bottom: 8px;
}

div#LegacySearch ul ul li {
	padding-left: 9px;
	background: url(../images/SubNav-marker-secondary.gif) no-repeat left center;
}

div#LegacySearch #Nav li:hover ul, div#LegacySearch #Nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/*=SEARCH
=== === === === === === === === === === */

div#Search {
	width: 200px;
	height: 36px;
	float: right;
}

input#searchBox {
	width: 162px;
	height: 22px;
	_height: 16px;
	border: 0;
	padding: 0;
	margin: 0;
	background-image: url(../images/Search-input.gif);
	float: left;
}

form#searchForm {
	width: 190px;
	height: 22px;
	margin-top: 7px;
}

input#searchButton {
	color: #ffffff;
	font-size: 0px;
	height: 22px;
	width: 18px;
	border: 0;
	padding: 0;
	margin: 0;
	background: url(../images/Search-submit.gif) no-repeat 0 center;
	text-indent: -9999px;
	float: right;
	overflow: hidden;
}


/*=CONTENT
=== === === === === === === === === === */

div#SubNavColumn {
	width: 204px;
	float: left;
	padding: 0 0 30px 2px;
}

div#Content {
	color:#333;
	width: 500px;
	background:#fff;
	float:left;
	padding-right: 45px;
	padding-left: 40px;
	padding-bottom: 30px;
}
	
div#Content ul li {
	margin-left:20px;
	list-style:circle;
}

div#Content ol li {
	margin-left: 27px;
	list-style:decimal-leading-zero;
}

div#ExtraColumn {
	width: 160px;
	float: right;
	padding-bottom: 30px;
}

#Call-contact a {
	color: #fff;
	display: block;
	width: 111px;
	height: 37px;
	line-height: 39px;
	padding-left: 47px;
	background: url(../images/Call-contact.gif) no-repeat;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	margin-bottom: 10px;
}

#Call-shopping a {
	color: #fff;
	display: block;
	width: 111px;
	height: 49px;
	line-height: 19px;
	padding-left: 47px;
	background: url(../images/Call-shopping.gif) no-repeat;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	margin-bottom: 10px;
	padding-top: 11px;
}

#Call-faq a {
	color: #666666;
	display: block;
	width: 93px;
	height: 120px;
	line-height: 15px;
	padding-left: 45px;
	background: url(../images/Call-faq.gif) no-repeat;
	font-weight: bold;
	text-decoration: none;
	font-size: 13px;
	margin-bottom: 10px;
	padding-top: 17px;
	padding-right: 20px;
}

#Call-faq a .tagline {
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}

#Call-faq a .title {
	margin-bottom:10px;
}

/*=FOOTER
=== === === === === === === === === === */

div#Footer {
	color:#acacac;
	font-size: 10px;
	line-height: 20px;
	width: 100%;
	background:#252525;
	float:left;
	clear: both;
	padding-top: 30px;
	padding-bottom: 15px;
	_margin-top: 25px;
}

div#Footer p, div#Footer li {line-height:130%;}

div#Footer a {
	color: #acacac;
	border-bottom: 1px #acacac dotted;
	text-decoration: none;
}

div#Footer h4 {
	font-size: 16px;
} 

div#Footer #ColumnA {
	width: 256px;
	padding-right: 60px;
	float: left;
}

div#Footer #ColumnA h4 {
	color: #ee001d;
}

div#Footer #ColumnA li {
	margin-bottom: 12px;
}

div#Footer #ColumnB {
	width: 308px;
	float: left;
	padding-left: 55px;
	padding-right: 60px;
	border-right: 1px #363636 solid;
	border-left: 1px #363636 solid;
	background: url(../images/Book-learn.gif) no-repeat 55px 46px;
}

div#Footer #ColumnB #Inner {
	margin-left: 80px;
}

div#Footer #ColumnC {
	width: 168px;
	float: left;
	padding-left: 50px;
}

div.insideBoxContainer{
background: url(../images/insideboxcontainer_bottom_bg.jpg) bottom no-repeat;
width:485px;
margin:0px 0px 15px 0px;
}

div.insideBoxContainerContent{
padding:5px 10px;
}


.infinity{
float:right;
clear:right;
margin:20px 0px 0px 0px;
*margin:32px 0px 0px 0px;
}
