@charset "utf-8";
/* CSS Document */
/*  
Orange: #D47B22
Blue: #003C69
*/
body {
	background-color: #b6b6b6;
	font: normal 13px/1.3em Arial, Helvetica, sans-serif;
	color: #3c3c3c;
	margin: 0;
}
a {
	color: #3c3c3c;
	text-decoration: underline;
}
a:hover {
	color: #D47B22;
	text-decoration: underline;
}
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

/* MIGRATION STYLING */

/* Shadows */
.shadow-left {
	background: url(../images/migration/shadow-left.png) repeat-y top right;
}
.shadow-right {
	background: url(../images/migration/shadow-right.png) repeat-y top left;
}
.footer-shadow-left {
	background: url(../images/migration/shadow-left.png) repeat-y top right;
	/*background: url(../images/migration/footer/footer-left.png) no-repeat top right;*/
}
.footer-shadow-right {
	background: url(../images/migration/shadow-right.png) repeat-y top left;
	/*background: url(../images/migration/footer/footer-right.png) no-repeat top left;*/
}
.footer-shadow-bottom {
	background: url(../images/migration/footer/footer-bottom.png) no-repeat top center;
}

/** Header **/

/** Logo **/
.header {
	background: url(../images/migration/header/header.png) repeat-x left top;
	height: 128px;
}
#logo a {
	background: url(../images/migration/header/havis-logo.png) no-repeat left top;
	width: 170px;
	height: 55px;
	margin: 22px 0 0 70px;
	display: inline-block;
}
#logo span {
	display: none;
}

/** Search **/
td.search-cell {
	/*padding-top: 36px;*/  /*Without About and Careers links*/
	padding-top: 11px;
}
#search {
	/*width: 202px;
	margin: 36px 0 0 0;*/
	margin-left: 1px;
	position: relative;
	z-index: 110;
}
#search a {
	font-size: 11px;
	color: #E8EFF5;
	line-height: 21px;
	font-family: "Trebuchet MS";
}
#search a#home {
	padding-right: 15px;
}
td.search-cell p.header-links {
    font: 11px "Trebuchet MS";
    color: #e4e7eb;
    margin: 0 2px 4px 0;
    text-align: right;
}
td.search-cell p.header-links a {
    color: #e4e7eb;
    line-height: 21px;
    text-decoration: underline;
}
td.search-cell p.header-links a:hover {
    color: #ffffff;
}
#havis-search {
	position: relative;
}
#havisSearch label {
	visibility: hidden;
}
#search-havis, #search_str {
    width: 126px;
    height: 22px;
    font: 11px "Trebuchet MS";
    color: #666666;
    border: 1px solid #DADADA;
    line-height: 22px;
    /*margin-left: 34px;*/
    padding: 0 5px 0 6px;
    background: url(../images/migration/bg-input.png) repeat-x top left #f3f3f3;
    float: left;
}
#havisSearch button, .search_button {
	background: url(../images/migration/header/searchButton.png) no-repeat top;
	width: 29px;
	height: 24px;
	border: 0;
	float: left;
}
#havisSearch button span {
	visibility: hidden;
	margin: 0;
}
#havisSearch button:hover {
	cursor: pointer;
}

/** Search Suggest **/
#search_suggest {
	position: absolute; 
	border: 1px solid #00223c !important; 
	background-color: #FFFFFF; 
	text-align: left; 
	/*margin: 24px 0 0 33px;*/
	width: 167px; 
	z-index: 100; 
	color: #666666; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	/*display: none;*/
}		
.suggest_link {
	background-color: #FFFFFF;
	padding: 2px 6px 2px 6px;
}
.suggest_link_over {
	background-color: #e6e6e6;
	padding: 2px 6px 2px 6px;
	color: #3c3c3c;
	cursor: pointer
}
div.autocomplete {
	position: absolute;
	width: 250px;
	background-color: white;
	border: 2px solid #888;
	margin: 0px;
	padding: 0px;
}
div.autocomplete ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div.autocomplete ul li.selected { 
	background-color: #ffb; 
}
div.autocomplete ul li {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 2px;
	height: 32px;
}
span.informal{
	font-style: italic;
}

/** Login **/
#customer-login span {
	display: none;
}
#product-site span {
	display: none;
}
#ribbon {
	background: url(../images/migration/header/login.png) no-repeat left top;
	width: 78px;
	height: 93px;
	margin-right: 65px;
	display: inline-block;
}
#loginPage {
	margin-bottom: 20px;
}
#loginWrapper {
	border: 4px double silver;
	padding: 12px;
	width: 385px;
}
#loginArea {
	border: 1px solid silver;
	padding: 22px;
}
#loginRFQ, .loginCredentials input, #register {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#loginRFQ {
	margin-bottom: 30px;
}
#username {
	margin-bottom: 18px;
}
.login {
	margin: 0 0 6px 0;
	color: #d47b22;
}
.loginCredentials input {
	border: 1px solid #ccc;
	padding: 8px;
	margin: 0;
	width: 200px;
	border-radius: 4px;
}
#remember {
	padding-left: 1px;
}
#remember input[type="checkbox"] {
	margin: 1px 5px 0 0;
}
#loginButton input {
	margin-right: 30px;
}
#forgot {
	position: relative;
	top: 8px;
}
#signup {
	font-family: "trebuchet ms";
	font-size: 14px;
	margin: 0 12px 0 0;
	text-transform: uppercase;	
	color: #d47b22;
	font-weight: normal;
	float: left;
}
#register {
	float: left;
}

/** Nav **/
#subpage-nav {
	background: url(../images/migration/body-imgs/nav-bar.png) no-repeat center top;
	width: 960px;
	height: 40px;
}
#nav {
	margin: 0;
	padding-left:50px;
	height: 40px;
}
li.nav-items {
    z-index: 99;
	float:left;
}
.nav-items a {
	color: #e8eff5;
	font: 16px "Trebuchet MS";
	text-decoration: none;
	float: left;
	height: 40px;
	text-align: center;
	z-index: 100;
}
.nav-items > a {
    padding: 0 25px;
}
.nav-items a span {
	line-height: 40px;
	display: block;
}
.nav-items a:hover, a.nav-active {
	color: #ffffff;
	background: url(../images/migration/nav-active/mainlevel_hover.png) repeat-x center top;
	text-decoration: none;
}
/*#nav-learn a, #nav-learn-active a {
	width: 84px; 
} 
#nav-build a, #nav-build-active a {
	width: 182px; 
}
#nav-products a, #nav-products-active a {
	width: 114px; 
}
#nav-find a, #nav-find-active a {
	width: 158px; 
}
#nav-how-to-buy a, #nav-how-to-buy-active a {
	width: 131px; 
}
#nav-company a, #nav-company-active a {
	width: 107px; 
}
#nav-blog a, #nav-blog-active a {
	width: 88px; 
}
#nav-support a, #nav-support-active a {
	width: 103px; 
}*/

/** Flyouts **/
ul#learn-column, ul#build-column, ul#products-column, ul#how-to-buy-column, ul#company-column {
	position: absolute;
	top: 0px;
	z-index: 99;
	margin-left: -5px;
	padding: 40px 0 0 5px;
	display: none;
}
ul#learn-column {
	width: 200px;
	height: 294px;
	background: url(../images/migration/flyouts/new-nav/learn-flyout8.png) no-repeat left top;
}
ul#design-column, ul#how-to-column, ul#markets-column, ul#mounting-column, ul#affiliates-column, ul#docking-column, ul#transport-column, ul#contracts-column {
	position: absolute;
	top: 0px;
	float: left;
	/*margin: 0 0 0 52px;*/
	margin: 0 0 0 42px;
	padding: 0 0 0 3px;
	z-index: 99;
	display: none;
}
/*ul#design-column {
	margin: 0 0 0 57px;
}*/
ul#design-column, ul#how-to-column, ul#markets-column, ul#contracts-column {
	/*margin: 1px 0 0 31px;*/
	margin: 1px 0 0 57px;
}
ul#design-column {
	width: 155px;
	height: 97px;
	background: url(../images/migration/flyouts/design-flyout2.png) no-repeat;
}
ul#how-to-column {
	width: 155px;
	height: 157px;
	background: url(../images/migration/flyouts/how-to-flyout2.png) no-repeat;
}
ul#markets-column {
	width: 155px;
	height: 217px;
	background: url(../images/migration/flyouts/markets-flyout2.png) no-repeat;
}
ul#build-column {
	width: 230px;
	height: 201px;
	background: url(../images/migration/flyouts/new-nav/build-flyout.png) no-repeat left top;
}
ul#products-column {
	width: 230px;
	height: 263px;
	background: url(../images/migration/flyouts/new-nav/products-flyout-wide.png) no-repeat left top;
}
ul#mounting-column, ul#docking-column, ul#transport-column {
	margin: 1px 0 0 87px;
}
ul#affiliates-column {
	margin: 1px 0 0 57px;
}
ul#mounting-column, ul#docking-column {
	width: 158px;
	height: 247px;
	background: url(../images/migration/flyouts/new-nav/mounting-flyout7.png) no-repeat;
	/*margin: 0 0 0 62px;*/
}
ul#affiliates-column {
	width: 164px;
	height: 187px;
	background: url(../images/migration/flyouts/computing-flyout.png) no-repeat;
	/*margin: 0 0 0 62px;*/
}
ul#transport-column {
	width: 164px;
	height: 67px;
	background: url(../images/migration/flyouts/transport-flyout.png) no-repeat;
}
ul#how-to-buy-column {
	width: 200px;
	height: 139px;
	background: url(../images/migration/flyouts/new-nav/how-to-buy-flyout3.png) no-repeat left top;
}
ul#contracts-column {
	width: 155px;
	height: 127px;
	background: url(../images/migration/flyouts/how-to-buy-flyout.png) no-repeat;
}
ul#company-column {
	width: 198px;
	height: 231px;
	background: url(../images/migration/flyouts/new-nav/company-flyout-wide.png) no-repeat left top;
}
ul#learn-column li.flyout-text a, ul#build-column li.flyout-text a, ul#products-column li.flyout-text a, ul#how-to-buy-column li.flyout-text a, ul#company-column li.flyout-text a, ul#design-column li.flyout-text a, ul#how-to-column li.flyout-text a, ul#markets-column li.flyout-text a, ul#mounting-column li.flyout-text a, ul#affiliates-column li.flyout-text a, ul#docking-column li.flyout-text a, ul#transport-column li.flyout-text a, ul#contracts-column li.flyout-text a {
	color: #ffffff;
	font-family: "Trebuchet MS";
	visibility: visible;
	text-align: left;
	display: block;
}
ul#learn-column li.flyout-text a, ul#build-column li.flyout-text a, ul#products-column li.flyout-text a, ul#how-to-buy-column li.flyout-text a, ul#company-column li.flyout-text a {
	font-size: 13px;
	height: 31px;
}
ul#design-column li.flyout-text a, ul#how-to-column li.flyout-text a, ul#markets-column li.flyout-text a, ul#mounting-column li.flyout-text a, ul#affiliates-column li.flyout-text a, ul#docking-column li.flyout-text a, ul#transport-column li.flyout-text a, ul#contracts-column li.flyout-text a {
	font-size: 11px;
	height: 30px;
}
ul#learn-column li.flyout-text a {
	width: 190px;
}
ul#build-column li.flyout-text a, ul#products-column li.flyout-text a {
	width: 230px;
}
ul#how-to-buy-column li.flyout-text a {
	width: 200px;
}
ul#company-column li.flyout-text a {
	width: 198px;
}
ul#learn-column li.flyout-text a span, ul#build-column li.flyout-text a span, ul#products-column li.flyout-text a span, ul#how-to-buy-column li.flyout-text a span, ul#company-column li.flyout-text a span {
	margin: 0 0 0 13px;
	display: block;
	line-height: 31px;
}
ul#design-column li.flyout-text a span, ul#how-to-column li.flyout-text a span, ul#markets-column li.flyout-text a span, ul#mounting-column li.flyout-text a span, ul#affiliates-column li.flyout-text a span, ul#docking-column li.flyout-text a span, ul#transport-column li.flyout-text a span, ul#contracts-column li.flyout-text a span {
	margin: 0 0 0 11px;
	display: block;
	line-height: 30px;
}
ul#learn-column li.flyout-text a:hover, ul#build-column li.flyout-text a:hover, ul#products-column li.flyout-text a:hover, ul#how-to-buy-column li.flyout-text a:hover, ul#company-column li.flyout-text a:hover {
	height: 31px;
}
ul#learn-column li.flyout-text a:hover, ul#how-to-buy-column li.flyout-text a:hover, ul#company-column li.flyout-text a:hover {
	background: url(../images/migration/flyouts/new-nav/learn-bar.png) no-repeat left center;
}
ul#learn-column li.flyout-text a#design:hover, ul#how-to-buy-column li.flyout-text a#find-a-reseller:hover, ul#company-column li.flyout-text a#contact-us:hover {
	background: url(../images/migration/flyouts/new-nav/top-learn-bar.png) no-repeat left center;
}
ul#build-column li.flyout-text a:hover, ul#products-column li.flyout-text a:hover {
	background: url(../images/migration/flyouts/products-bar-wide.png) no-repeat left center;
}
ul#build-column li.flyout-text a#build-top:hover, ul#products-column li.flyout-text a#products-top:hover {
	background: url(../images/migration/flyouts/top-products-bar-wide.png) no-repeat left center;
}
ul#design-column li.flyout-text a:hover, ul#contracts-column li.flyout-text a:hover /*ul#company-column li.flyout-text a:hover*/ {
	background: url(../images/migration/flyouts/design-bar.png) no-repeat left center;
}
/*ul#design-column li.flyout-text a#comfort:hover, ul#contracts-column li.flyout-text a#njpa:hover {
	background: url(../images/migration/flyouts/top-design-bar.png) no-repeat left center;
}
ul#company-column li.flyout-text a:hover {
	background: url(../images/migration/flyouts/company-bar.png) no-repeat left center;
}
ul#company-column li.flyout-text a#contact-us:hover {
	background: url(../images/migration/flyouts/top-company-bar.png) no-repeat left center;
}*/
ul#design-column li.flyout-text a:hover, ul#how-to-column li.flyout-text a:hover, ul#markets-column li.flyout-text a:hover, ul#mounting-column li.flyout-text a:hover, ul#affiliates-column li.flyout-text a:hover, ul#docking-column li.flyout-text a:hover, ul#transport-column li.flyout-text a:hover, ul#contracts-column li.flyout-text a:hover {
	height: 30px;
}
ul#design-column li.flyout-text a:hover, ul#how-to-column li.flyout-text a:hover, ul#markets-column li.flyout-text a:hover, ul#contracts-column li.flyout-text a:hover {
	background: url(../images/migration/flyouts/design-bar2.png) no-repeat left center;
}
ul#mounting-column li.flyout-text a:hover, ul#affiliates-column li.flyout-text a:hover, ul#docking-column li.flyout-text a:hover, ul#transport-column li.flyout-text a:hover {
	background: url(../images/migration/flyouts/computing-bar.png) no-repeat left center;
}

/* Subpage Bar */
.subpage-bar {
	background: url(../images/migration/body-imgs/subpage-1px-bar.png) repeat-x left top;
	height: 20px;
}

/* Content -- replace .main_cell with .content styling and replace any affected old styling with this new styling */
.main_cell {
	background: url(../images/migration/body-imgs/content-bg.png) repeat-y top center;
	position: relative;
	width: 960px;
	z-index: 1;
	padding-bottom: 50px;
}
a {
	color: #3c3c3c;
}
.BoxFrame {
	margin-top: 27px;
	/*margin-top: 30px;*/
	padding-left: 15px;
}
.body_cell {
	padding: 32px 30px 0 30px !important;
	/*padding: 30px 30px 0 30px !important;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #3c3c3c;
	height: 400px;
	vertical-align: top;
}
.BoxHeader {
    color: #D47B22;
    display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: normal;
	text-align: left;

}
.PageHeader {
	color: #3c3c3c;
    font-family: "Trebuchet MS";
	font-size: 24px;
    margin: 0;
    font-weight: normal;
    display: block;
	letter-spacing: normal;
	line-height: 17px;
}
.PageNavigation {
    padding-top: 14px;
	display: inline-block;
}
.PageNavigation a {
	display: inline-block;
}
p.QuoteActions {
	margin-top: 15px;
}
#Data_Response .PageNavigation a {
	margin: 0;
}
.PageHeaderSub {
	color: #3c3c3c;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 28px;
	/*font-size: 18px;*/
	margin: -6px 0 10px 0;
	padding: 0 35px 0 0;
}
.PageHeaderBlue {
	color: #d47b22;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0 8px 0;
}
#Data_Response {
	padding-right: 35px;
}
td.body_cell table tr td h1 {
	color: #3c3c3c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
}
td.body_cell table tr td h1:last-child {
	margin-bottom: 0;
}
table.list-view-table {
	padding-right: 16px;
}
tr.list-view-header {
	background-color: #f0f0f0;
}
tr.list-view-header td {
	padding: 6px 10px 3px 7px;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
tr.list-view-row td {
	padding: 5px 10px 5px 7px;
	border-bottom: 1px solid #cccccc;
}
.CatalogItemLight {
	background-color: transparent;
	font-size: 12px;
	color: #3c3c3c;
}
.CatalogItemDark {
	background-color: transparent;
	color: #3c3c3c;
}
.CatalogItemLight:last-child, .CatalogItemDark {
	padding-right: 10px;
}
.CatalogItemLight:last-child {
	padding-top: 15px;
}
.CatalogItemLight:last-child .CatalogItemLight {
	padding-top: 0;
}
td.CatalogNavigation {
	display: inline-block;
	margin-bottom: 10px;
	text-align: left;
}
td.CatalogNavigation table tr td.CatalogNavigation {
	margin-bottom: 0;
}
ul {
	padding-left: 30px;
	line-height: 18px;
	list-style: disc outside url("../images/migration/orange-bullet.png");
	/*margin-top: 10px !important;*/
}
li {
	font-size: 13px; 
	font-family: Arial, Helvetica, sans-serif;
	/*margin: 0 0 5px 0 !important;*/
}
.FeaturesBenefits {
	font-size:14px; 
	font-weight:bold; 
	border-bottom: 1px solid #3c3c3c; 
	padding-bottom: 5px; 
	margin-bottom: 10px;
}
.ProductSubtitles {
	font-size: 14px;
	font-weight: bold; 
	border-bottom: 1px solid #3c3c3c; 
	margin: 0 10px;
	padding-bottom: 5px;
}
img.recommended_thumbs {
	margin-bottom: 7px;
	width:90px;
	height:90px;
}

/* Error Page */
h1.error-headline {
	font-weight: normal;
	color: #cc0000;
    font-family: "Trebuchet MS";
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 14px 0;
    text-align: left;
}
.error-content {
	width: 626px;
	line-height: 18px;	
}
.error-content p {
	margin: 0 0 15px 0;
}
.error-content ul {
	padding-left: 20px;
	margin: 0 0 16px;
}
.error-content ul li {
    margin-bottom: 5px;
}

/* Cart */
.PageDescription {
	color: #7B7B7B;
	font-size: 15px;
	line-height: 24px;
	padding: 14px 0 19px 0;
	border-bottom: 1px silver solid;
	width: 95%;
	margin: 0;
}
.CartTable {
	margin-top: 25px;
}
.CartTable .CatalogItemWhite {
	color: #ffffff;
}
.CartTable .CatalogItemLight, .CartTable .CatalogItemDark {
	padding-right: 5px !important;
}
.CartTable .CatalogItemTotal {
	background-color: transparent;
	color: #3c3c3c;
	padding-right: 16px;
}
.CartTable input.InputQuantity {
	text-align: center;
}
.EmptyCart {
	width: 95%;
}
.EmptyCartNext {
	margin-top: 20px;
}
ul.EmptyCartList {
	padding-left: 30px;
	margin-bottom: 16px;
}

/* Product Page Not Found */
.NotFound {
	border-top: 1px silver solid;
	width: 95%;
	margin: 25px 0 14px 0;
	padding-top: 20px;
	
}

/* Footer */
.footer {
    font-family: "Trebuchet MS";
	text-align:center;
    padding: 20px 0 107px;
	background: rgb(0,21,41); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzJSIgc3RvcC1jb2xvcj0iIzAwMTUyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQyJSIgc3RvcC1jb2xvcj0iIzAwMjIzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(0,21,41,1) 3%, rgba(0,34,61,1) 42%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,21,41,1) 3%,rgba(0,34,61,1) 42%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,21,41,1) 3%,rgba(0,34,61,1) 42%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001529', endColorstr='#00223d',GradientType=0 ); /* IE6-8 */
}
footer > nav, .footer-items {
    margin: 0 auto;
    text-align: center;
    width:900px;
}
.menu_footer { 
	display:block; 
	list-style:none; 
	text-align:center; 
	height:18px; 
	margin-bottom:26px;
	padding:0;
}
.menu_footer > li { 
	display:inline-block; 
	margin:0 16px; 
	position:relative; 
}
.menu_footer > li:first-child {
	margin-left:0;
}
.menu_footer > li:last-child {
	margin-right:0;
}
.footer-link, ul.menu_footer li a {
    font-family: "Trebuchet MS";
    font-size: 13px;
	line-height:24px;
	letter-spacing:0.032em;
    color: #fff;
    text-decoration: none;
}
.footer-link, ul.menu_footer li a {
    /*margin-right: 25px;*/
	text-transform: uppercase;
}
footer a:hover, #footer a:hover, ul.menu_footer li a:hover {
    text-decoration: underline;
    color: #e1e1e1;
}
#privacy, ul.menu_footer li.last a {
    margin-right: 0;
}
#footer-logo {
    padding-left: 32px;
	margin-bottom:6px;
}
#address {
    font-family: "Trebuchet MS";
	color:#fff;
	font-size:13px;
	line-height:19px;
	letter-spacing:0.025em;
	margin-bottom:29px;
}
#address > strong {
	color:#d47b22;
	font-weight:bold;
	margin-bottom: 6px;
    display: inline-block;
}
#copyright {
    font-size: 11px;
	line-height:24px;
	letter-spacing:0.05em;
    font-family: "Trebuchet MS";
    color: #fff;
    text-decoration: none;
}

/* Original Styling */
/*.main_cell
{
	background-color: #ffffff;
	background-image: url(images/main_bg.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
}

.body_cell
{
	padding: 15px;
	height: 400px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #003C69;
}*/

.std_text
{
	font-family: Arial, Helvetica, sans-serif;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #003C69;
	line-height: 16px;
	text-align: left;
}

.layout2_sections
{
	text-align: left;
}

.layout2_section
{
	text-align: left;
	font-size: 12px;
	margin-bottom: 30px;
}
.layout2_section P { margin-top:0; margin-bottom:10px; }

.page_title
{
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: #D47B22;
	margin: 0 0 10px 0;
	letter-spacing: 0.08em;
}

.page_title_hr
{
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: #D47B22;
	margin: 0 0 10px 0;
	letter-spacing: 0.08em;
	text-align:center
}

.page_title_job
{
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: #D47B22;
	margin:10px 0;
	letter-spacing: 0.08em;
}


/*.PageHeader
{
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: #D47B22;
	margin: 0 0 0 0;
	letter-spacing: 0.08em;
}

.PageHeaderBlue
{
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: #003C69;
	margin: 5px 0 8px 0;
	letter-spacing: 0.08em;
}

.PageHeaderSub{color: #D47B22;font-size: 17px;padding: 0 0 0}*/

.photos_title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #D47B22;
	/*font-family: Arial;*/
	/*font-weight: bold;*/
	/*margin: 20px 0 8px 0;*/
	/*border-style: solid;
	border-width: 0 0 1px 0;
	border-color: #D47B22;*/
	margin: 15px 0;
	border-bottom:	1px solid silver;
	width: 630px;
	padding-bottom: 10px;
}

.sub_title
{
	font-family: Arial;
	font-size: 17px;
	font-weight: bold;
	color: #D47B22;
	letter-spacing: 0.08em;
}

.link_sections
{
	margin-top: 20px;
	text-align: center;
}

.link_section
{
	font-size: 12px;
	text-align: center;
	margin-bottom: 20px;
}
.link_section a { 
	font-size:16px; 
	color:#3c3c3c; 
	/*color:#000089;*/
	text-decoration:underline; 
}
.link_section a:hover { 
	font-size:16px; 
	color:#3c3c3c; 
	/*color:#000089;*/
	text-decoration:underline; 
}

.notice{color:#D47B22;font-size:x-small;}
/* These are standard sIFR styles... do not modify */


/* Flash Text Classes */


/* Lighting Configurator */

.lc_head
{
	font-size: 11px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
}

.lc_cell
{
	color: #505050;
	font-size: 10px;
	cursor: pointer;
}


/*.footer
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	vertical-align: middle;
	padding-left: 10px;
	color: #ffffff;
}
.footer a { color:#ffffff; text-decoration:none; }
.footer a:hover { color:#ffffff; text-decoration:underline; }*/

.footer_text
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	padding-bottom: 50px;
	color: #202020;
}
.footer_text a { color:#17477F; text-decoration:none; }
.footer_text a:hover { color:#17477F; text-decoration:underline; }

.top_nav
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9d9696;
	padding: 0 8px 0 8px;
	border-style: solid;
	border-color: #9d9696;
}
.top_nav a { color:#9d9696; text-decoration:none; }
.top_nav a:hover { color:#565050; text-decoration:underline; }

.search_box
{
	padding: 15px 8px 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #902416;
}

.search_field
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	width: 200px;
}

/*.search_button
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #ffffff;
	border: 0;
	color: #902416;
	cursor: pointer;
}*/

.staff_name
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.blue_scroll
{
	scrollbar-arrow-color: #275CA0;
	scrollbar-base-color: #275CA0;
	scrollbar-face-color: #C2D7EF;
	scrollbar-3dlight-color: #E0E7EF;
	scrollbar-highlight-color: #A7C1DF;
	scrollbar-shadow-color: #8EACCF;
	scrollbar-darkshadow-color: #6285AF;
}

/* Cart Styles */

/*.BoxFrame {
	margin-top: 15px;
}
.BoxHeader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #275CA0;
	font-weight: bold;
	padding-bottom: 5px;
	text-align: left;
}*/

.BoxContent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #202020;
}

/*.CatalogItemDark {
	background-color: #E7E7E7;
	color: #333333;
}
.CatalogItemLight {
	background-color: #ffffff;
	color: #333333;
}*/

.FormHeader
{
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
}

h1 {
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}

/*-----------[Add On's by Bob Babb]-------------*/
.hidden{display:none}
.district-front-left{float:left;position:relative;margin:0 20px 20px 10px;width:350px;}
.district-front-right{float:right;position:relative;margin:0 30px 20px 0;width:350px;}
table.locator{width:350px;background:#000066;margin:0;float:left;}
table.locator td{}
img.equipped{width:325px;vertical-align:top;}
.noshow{display:none;}
#preload{display:none;}
.havis-equip-main{float:left;margin-left:12px;}
.havis-equip-main-right{display:inline;float:right;clear:right;width:490px;height:169px;margin-bottom:25px;}
/*-----------[END USER FILEUPLOAD FORM]-------------*/
table.file_form{width:auto;margin:auto;}
table.file_form th {text-align:left;font-weight:normal;vertical-align:middle;}
table.file_form td {text-align:left;font-weight:normal;vertical-align:middle;}
table.file_form td.img-equip {vertical-align:top;margin:0;padding:0;padding-left:0;}
.required{clear:none;display:inline;color:#D47B22;}
.req{color:#D47B22;}
.notrequired{clear:none;display:inline;}
#imholder{
	/* CSS HACK */
	width: 225px;	/* IE 5.x */
	width/* */:/**/205px;	/* Other browsers */
	width: /**/205px;
	/* CSS HACK */
	height: 205px;	/* IE 5.x */
	height/* */:/**/185px;	/* Other browsers */
	height: /**/185px;
	background-color:none;
	position:relative;	/* Never change this value */
	float:left;
	margin:0;
	padding:0;
}

#dhtmlgoodies_slideshow{clear:both;}
#imholder img{max-width:225px;margin-left:10px;margin-bottom:5px;max-height:170px;overflow:hidden;}
.imgallery{width:225px;height:225px;background-color:none;left:0px;top:0px;position:absolute;}
#imsh img{position:absolute;}
#immessage{clear:both;margin-top:175px;margin-left:10px;}
#previewPane{border:none;margin-bottom:0;text-align:center;padding-top:0;position:relative;min-height:500px;}
#previewPane #largeImageCaption{font-style:italic;text-align:center;font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	font-size:0.9em;margin-top:15px;}
.imagepane{max-width:600px;vertical-align:middle;margin:auto;}
#galleryContainer{height:102px;border:1px solid #CCCCCC;position:relative;overflow:hidden;padding:1px;/* CSS HACK */height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */height/* */:/**/102px;	/* Other browsers */height: /**/102px;margin-top:15px;margin-bottom:10px;}
#galleryContainer img{line-height:99px;vertical-align:middle;}
#arrow_left{position:absolute;left:0px;z-index:10;background-color: #FFF;padding:1px;}
#arrow_right{position:absolute;right:0px;z-index:10;background-color: #FFF;padding:1px;}
#theImages{position:absolute;height:100px;left:40px;width:6600px;vertical-align:middle;}
#theImages #slideEnd{float:left;}
#theImages img{float:left;padding:1px;filter: alpha(opacity=50);opacity: 0.5;cursor:pointer;border:0px;max-height:99px;}
#waitMessage{display:none;position:absolute;left:200px;top:150px;background-color:#fff;border:3px double #000;padding:4px;color:#555;font-size:0.9em;font-family:arial;filter:alpha(opacity=50);opacity:0.5;}
#theImages .imageCaption{display:none;}
img.thumbnail{width:120px;}

#previewPane1{margin-right:10px;text-align:center;vertical-align:middle;padding-top:30px;height: 500px;height/* */:/**/500px;height:width:500px;float:left;}
#galleryContainer1{float:left;/* CSS HACK */height: 454px;height/* */:/**/438px;height: /**/438px;width: 104px;width/* */:/**/104px;width: /**/104px;padding:1px;}
#galleryContainer1 #arrow_down{height:35px;}
#galleryContainer1 #arrow_up{height:35px;}
#theImages1{position:relative;overflow:hidden;height:500px;}
#theImages1 div{position:relative;height:6600px;}
#theImages1 img{border:0px;filter:alpha(opacity=50);opacity:0.5;padding-top:1px;}
#theImages1 .imageCaption1{display:none;}
#previewPane1 #largeImageCaption1{font-style:italic;text-align:center;font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;font-size:0.9em;}

.equip{width:96%;margin:0 auto 20px auto;border:1px solid #000066;height:160px;clear:both;}
.equip-head{background:#000066;border:1px solid #000066;width:99.9%;margin:auto;height:20px;color:#fff;font-weight:bold;line-height:20px;}
.equip-body-left{float:left;color:#000066;width:20%;height:160px;text-align:center;}
.equip-body-left img{width:125px;max-height:115px;padding:5px 0 0 5px;border:none;}
.equip-body-left img.link{width:53px;}
.equip-body-right{float:right;text-align:left;color:#000066;width:80%;}
.equip-body-right .text{padding:5px 0 0 5px;}
.equip-title{font-weight:bold;font-size:16px;float:left;margin-bottom:5px;clear:both;}
.title-customer{float:left;font-weight:bold;font-size:16px;margin-bottom:15px;}
.title-customer a {font-weight:normal;font-size:14px;float:left;text-decoration:none;}
.equip-form{float:right;display:inline;width:100%;text-align:right;}
/*--------------[Tool-Tips Large] ---------------*/
#ajax_tooltipObj{z-index:10000009;text-align:left;}
#ajax_tooltipObj div{position:inherit;}
#ajax_tooltip_content img{max-width:250px;text-align:center;}
#ajax_tooltipObj .ajax_tooltip_arrow{width:1px;position:absolute;left:0px;top:0px;z-index:10000059;}
#ajax_tooltipObj .ajax_tooltip_content{left:0;top:0px;position:absolute;width:260px;padding:0;z-index:10000019;text-align:left;} 

/*--------------[Titan Configuration] ---------------*/
#titan-main{width:99%;margin:auto;}
#titan-right{float:right;clear:none;display:inline;width:35%;}
#titan-right img{vertical-align:top;}
#titan-left{float:left;clear:none;display:inline;width:64%;}
.titan-list li {list-style:none;}
#start_over{display:inline;clear:none;float:right;}
#start_over a{color:#fff;line-height:18px;vertical-align:middle;font-weight:bold;padding-right:5px;}
#titan-service {width:95%;border:1px solid #999999;margin-top:0; margin-bottom:5px;}

#titan-header {width:100%;height:20px;background:#00529b;}
#titan-header h1 {padding-left:3px;height:18px;line-height:18px;color:#fff;font-weight:bold;font-size:14px;margin:0;}
#titan-roll-image{clear:none;display:inline;float:right;position:relative;height:145px;}

#titan-table-hold{margin:0;min-height:200px;background:#fff;}
#titan-phase{width:99%;margin:15px auto;vertical-align:top;}
#selected-part{margin:0;float:left;width:60%;position:relative;}
#titan-recommend{display:inline;float:right;clear:none;width:36%;padding-left:4px;margin:0 0 5px 0;}
#titan-recommend a{font-size:10px;text-decoration:none;font-weight:normal;}
#titan-desc {clear:left;margin:0 3px;width:70%;padding-top:0;}

.titan-prt{display:block;width:70px;vertical-align:top;float:left;font-size:10px;}
.built-remove {display:block;width:10px;vertical-align:top;float:left;font-size:10px;border:1px solid #00529b;background:#FF0;text-align:center;margin-right:5px;}
.built {display:block;clear:none;margin-bottom:5px;}
.built div {display:inline;width:10px;font-size:10px;border:1px solid #00529b;background:#FF0;text-align:center;}
.titan-dsc {display:block;width:110px;max-width:110px;margin-left:10px;vertical-align:top;float:left;clear:none;font-size:10px;margin-bottom:10px;}
.titan-msrp{display:block;width:40px;vertical-align:top;float:right;clear:none;font-size:10px;}
.titan-prt a, .titan-dsc a, .titan-msrp a, .built-remove a {text-decoration:none;}
.built-part {margin-bottom:10px;border-top:1px solid #00529b;width:275px;clear:both;padding-top:2px;}

.monitor-built-part {margin-bottom:10px;border-top:1px solid #00529b;width:425px;clear:both;padding-top:2px;}
.monitor-prt{display:block;width:70px;vertical-align:top;float:left;font-size:10px;}
.monitor-built-remove {display:block;width:10px;vertical-align:top;float:left;font-size:10px;border:1px solid #00529b;background:#FF0;text-align:center;margin-right:5px;}
.monitor-built {display:block;clear:none;margin-bottom:5px;}
.monitor-built div {display:inline;width:10px;font-size:10px;border:1px solid #00529b;background:#FF0;text-align:center;}
.monitor-dsc {display:block;width:260px;max-width:260px;margin-left:10px;vertical-align:top;float:left;clear:none;font-size:10px;margin-bottom:10px;}
.monitor-msrp{display:block;width:40px;vertical-align:top;float:right;clear:none;font-size:10px;}
.monitor-prt a, .titan-dsc a, .titan-msrp a, .built-remove a {text-decoration:none;}

#t-image img{width:120px;max-height:150px;}
.inline{line-height:18px;}
.grey-box{clear:none;display:inline;float:left;background:#B53220;width:15px;height:15px;margin-left:2px;margin-top:2px;}
.green-box{clear:left;display:inline;float:left;background:#6AA4A4;color:#fff;width:15px;height:15px;margin-left:2px;margin-top:2px;}
img.titan_image{max-width:210px;}
img.titan_built_image{max-width:280px;}
.small-titan {font-size:11px;color:#00529b;}
.titan-FormItems {font-size:14px;color:#00529b;}

table.titan-table {
	width:99%;
	margin:10px auto;
	border:1px solid #808080;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 1.5em;
	font-weight: normal;
	font-variant: normal;
}
table.titan-table a{text-decoration:none;width:100%;}
table.titan-table a:hover{width:100%;color:#400000;}
table.titan-table thead {background:#00587B; height:22px; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 13px}
table.titan-table th {color:#fff;font-weight:normal;text-align:center;height:18px;line-height:18px;}
table.titan-table tbody td {text-align:center;border:1px dotted #999999;}
table.titan-table tbody tr:hover {background:#FFFFCC;color:#400000;cursor:pointer;}
table.titan-table tbody tr:hover td {color:#400000;cursor:pointer;}
table.titan-table tbody td.titan-desc{text-align:left;padding-left:5px;vertical-align:text-top}
.titan_a_c{padding:1px;font-size:0.9em;position:relative;}
.titan_title{overflow:hidden;cursor:pointer;width:100%;height:20px;background:#00529b;padding-left:3px;height:18px;line-height:18px;color:#fff;font-weight:bold;font-size:14px;margin:0;}
.titan-no_use td {background:#B53220;color:#fff;}
.titan_rec_use td {background:#6AA4A4;color:#fff;}
.titan_rec_use td a {background:#6AA4A4;color:#fff;}
.titan_list{visibility:hidden;height:0px;overflow:hidden;position:relative;}
#cart-add{display:none;}

table.titan-pages{width:85%;}
table.titan-labels{width:85%;}
table.titan-pages td{background:url(../images/titan-circle.png) center bottom no-repeat;height:27px;line-height:27px;font-weight:bold;font-size:16px;text-align:center;cursor:pointer;}
table.titan-pages td.activeph{background:url(../images/titan-circle-yellow.png) center bottom no-repeat;height:27px;line-height:27px;font-weight:bold;font-size:16px;text-align:center;cursor:pointer;}
table.titan-labels td{background:none;line-height:27px;font-weight:normal;font-size:16px;text-align:center;cursor:pointer;}
table.titan-labels td.activeaph{height:27px;line-height:27px;font-weight:normal;font-size:16px;text-align:center;cursor:pointer;}

.titan-filler{clear:left;min-height:10px;height:10px;}
.blue{clear:both;width:95%;font-weight:bold;font-size:16px;border-bottom:1px solid #00529b;margin-top:15px;margin-bottom:5px;position:relative;}

table.titan-pages td.alive{display:block;width:30px;}
ul.titan-ul{list-style-type:none;}
ul.titan-ul li{width:60%;}
#hv_slider {width:100%;}
.slider_heading {width:100%;cursor:pointer;}
.slider_heading:hover {background:#00529b;}
.slider_contents {overflow:scroll;min-height:300px;}
.slider_texts {width:100%;}
#rfq-part{display:none;border:1px solid #999999;margin-top:10px;width:95%;}
td.rfq-head{color:#fff;height:20px;background:#00529b;font-weight:bold;padding-left:5px;}

.modalDialog_transparentDivs{filter:alpha(opacity=40);opacity:0.4;background-color:#AAA;z-index:1;position:absolute;}
.modalDialog_contentDiv{border:3px solid #000;padding:2px;z-index:100;position:absolute;background-color:#FFF;}
.modalDialog_contentDiv_shadow{z-index:90;position:absolute;background-color:#555;filter:alpha(opacity=30);opacity:0.3;}

.search-left{float:left;display:block;width:210px;}
.search-right{clear:none;float:left;display:block;width:220px;margin-left:15px;clear:right;}
.search-center {width:100%;margin:auto;clear:right;}
.search-notes{/*height:22px;line-height:22px;*/margin-top:21px; clear: both; display: inline-block;}
.search-notes input {vertical-align:middle;}

/*--------------[DHTML WINDOW Settings] ---------------*/
.dhtmlwindow{position: absolute;border: 2px solid #00529b;visibility: hidden;background-color: #00529b;}
.drag-handle{padding: 1px;text-indent: 3px;font: bold 14px Arial;background-color: #00529b;color: #fff;cursor: move;overflow: hidden;width: auto;}
.drag-handle .drag-controls{position: absolute;right: 1px;top: 2px;cursor: hand;cursor: pointer;}
.drag-contentarea{border-top: 1px solid 1D508F;background-color: white;color: black;height: 150px;padding: 2px;overflow: auto;}
.drag-contentarea a:hover{color:#75ABBF;}
.drag-statusarea{border-top: 1px solid #00529b;background-color: #00529b;height: 13px;}
.drag-resizearea{float: right;width: 13px;height: 13px;cursor: nw-resize;font-size: 0;}

/* Drop-down menu styles */

/*li {
	FONT-SIZE: 12px; FONT-FAMILY: Arial, Helvetica, sans-serif;
}*/
A:hover {
	TEXT-DECORATION: underline
}
.leftnav {
	FONT-SIZE: 10px; BORDER-BOTTOM: #6699cc 1px dashed; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.body11px {
	FONT-SIZE: 11px; LINE-HEIGHT: 13px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.body12px {
	FONT-SIZE: 12px; LINE-HEIGHT: 14px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
.body10px {
	FONT-SIZE: 10px; LINE-HEIGHT: 12px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none
}
A.body11px:hover {
	FONT-SIZE: 11px; LINE-HEIGHT: 13px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
A.body10px:hover {
	FONT-SIZE: 10px; LINE-HEIGHT: 12px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: underline
}
.lnavcatopen {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #000000; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; BACKGROUND-COLOR: #ffffff; TEXT-DECORATION: none
}
.lnavcatopen A {
	FONT-WEIGHT: bold; COLOR: #000000; TEXT-DECORATION: none
}
.lnavcatopen A:active {
	FONT-WEIGHT: bold; COLOR: #000000; TEXT-DECORATION: none
}
.lnavcatopen A:visited {
	FONT-WEIGHT: bold; COLOR: #000000; TEXT-DECORATION: none
}
.lnavcatopen A:link {
	FONT-WEIGHT: bold; COLOR: #000000; TEXT-DECORATION: none
}
.lnavcatopen A:hover {
	FONT-WEIGHT: bold; COLOR: #006699; TEXT-DECORATION: underline
}
.lnavselected {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #006699; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; BACKGROUND-COLOR: #f2f2f2; TEXT-DECORATION: none
}
.lnavselected A {
	COLOR: #B6B6CB; TEXT-DECORATION: none
}
.lnavselected A:active {
	COLOR: #B6B6CB; TEXT-DECORATION: none
}
.lnavselected A:visited {
	COLOR: #B6B6CB; TEXT-DECORATION: none
}
.lnavselected A:link {
	COLOR: #B6B6CB; TEXT-DECORATION: none
}
.lnavselected A:hover {
	COLOR: #006699; TEXT-DECORATION: underline
}
.lnavcat {
	FONT-WEIGHT: bold; FONT-SIZE: 10px; COLOR: #006699; FONT-FAMILY: Verdana,Arial,Helvetica,sans-serif; BACKGROUND-COLOR: #ffffff; TEXT-DECORATION: none; cursor:pointer;
}
.lnavcat A {
	COLOR: #B6B6CB; TEXT-DECORATION: none
}
.lnavcat A:active {
	COLOR: #B6B6CB; TEXT-DECORATION: none
}
.lnavcat A:visited {
	COLOR: #B6B6CB; TEXT-DECORATION: none
}
.lnavcat A:hover {
	COLOR: #006699; TEXT-DECORATION: underline
}
.mtDropdownMenu {
	LEFT: -1000px; OVERFLOW: hidden; POSITION: absolute; TOP: -1000px
}
.mtDropdownMenu .content {
	POSITION: absolute
}
.mtDropdownMenu .items {
	BORDER-RIGHT: #999 1px solid; BORDER-TOP: #999 1px solid; Z-INDEX: 2; LEFT: 0px; BORDER-LEFT: #999 1px solid; BORDER-BOTTOM: #999 1px solid; POSITION: relative; TOP: 0px
}
.mtDropdownMenu .item {
	BORDER-RIGHT: medium none; BORDER-TOP: medium none; FONT-SIZE: 10px; BORDER-LEFT: medium none; CURSOR: hand; COLOR: #4a4b4b; BORDER-BOTTOM: medium none; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif; TEXT-DECORATION: none;  cursor:pointer;
}
.mtDropdownMenu .background {
	Z-INDEX: 1; FILTER: alpha(opacity=90); LEFT: 0px; POSITION: absolute; TOP: 0px; opacity: 0.9;
}
.mtDropdownMenu .shadowRight {
	Z-INDEX: 3; FILTER: alpha(opacity=40); WIDTH: 2px; POSITION: absolute; TOP: 3px; opacity: 0.4;
}
.mtDropdownMenu .shadowBottom {
	Z-INDEX: 1; FILTER: alpha(opacity=40); LEFT: 3px; POSITION: absolute; HEIGHT: 2px; opacity: 0.4;
}
.mtDropdownMenu .hover {
	BACKGROUND: #ffffff; COLOR: #8d1c1c
}

#rmaleft {float:left;width:20%;margin:0 0 0 10px;}
#rmaright {float:right;width:70%;text-align:left;}
/*----------[Job Application]---------------*/
table.job-app{width:auto;}
	table.job-app th{text-align:left;}
	table.job-app td.statement{border:2px solid #085B9F;height:65px;vertical-align:middle;padding:5px;text-align:justify}
	table.job-app input{border:none;border-bottom:1px solid #666;background:#E2E2E2;}

.bluetitle {
	color: #3c3c3c;
	margin-top: 5px;
	display: inline-block;
}

.style14 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style18 {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; }
#ajax_listOfOptions{position:absolute;width:200px;height:250px;overflow:auto;border:1px solid #E6E6E6;background-color:#FFF;text-align:left;font-size:0.9em;z-index:100;font-family:Verdana, Arial;}
#ajax_listOfOptions div{margin:1px;padding:1px;cursor:pointer;font-size:0.9em;font:Verdana, Arial, Helvetica, sans-serif}
#ajax_listOfOptions .optionDiv{}
#ajax_listOfOptions .optionDivSelected{background-color:#ccc;color:#000;}
#ajax_listOfOptions_iframe{background-color:#000;position:absolute;z-index:5;}
.blue{color:#003C69}

#hr-nav{float:left;width:130px;margin-right:10px}
#hr-nav ul {margin:0;}
#hr-nav ul li {list-style-type:none;padding:5px 0 5px 0;}
#hr-content {float:left;display:inline;max-width:615px;}
#hr-content ul li {list-style-image:url(../images/havis_supergraphic_color_ep.jpg)}
.hr-jobs {margin:25px 0;border:1px solid #ccc;}
.hr-jobs li {list-style-type:none;text-align:left;margin:3px 5px 5px 5px;font-size:9pt}
.hr-jobs ul.mjob {margin:0;padding:0}
.hr-jobs ul.mjob li {list-style-type:none;text-align:left;margin:3px 5px 5px 5px;padding:0;float:left;display:inline;clear:none;}
#ap_form{width:615px;min-width:615px;}
.apply_form {background:url(human_resources/images/apply_norm.gif) no-repeat;width:150px;height:40px;cursor:pointer;margin-bottom:5px}
.apply_form:hover {background:url(human_resources/images/apply_over.gif);}
table.app{width:100%;margin:auto;border:1px solid #003C69;font:12px normal Verdana, Geneva, sans-serif;color:#003C69}
table.app th {text-align:left;text-decoration:underline;background:#ccc;padding:3px 0 3px 2px;}
table.app td {vertical-align:text-top;background:#fff;padding:3px 0 0 3px;}
table.employer {border:1px solid #003C69;background:#c8c8c8;font:9px normal Verdana, Geneva, sans-serif;color:#003C69;clear:none;}
table.employer input,table.employer select{font:9px normal Verdana, Geneva, sans-serif;}
table.education {width:95% !Important;}
table.education td,input,textarea {vertical-align:text-top;padding:2px 0;}
table.education th {text-align:center;}
.app-q{margin:5px 0;}
.legal {border:1px solid #003C69;padding:4px;margin:10px auto 5px auto;color:#993;width:95%}
.amxapplication fieldset p.error label { color: red; }
div.message_container {background-color: #eee;border: 1px solid red;margin: 5px;padding: 5px;}
div.message_container ol li {list-style-type: disc;margin-left: 20px;}
div.message_container { display: none }
.message_container label.error {display: inline;}
form.amxapplication { width: 30em; }
form.amxapplication label.error {display: block;margin-left: 1em;width: auto;}
.filler{margin:4px;}
#ui-datepicker-div { font-size: 10px; }
.block {width:400px;margin:0 auto;text-align:left;}
#messageBox {display:none;background:#fff;border:1px solid #D47B22;padding:10px;margin:5px 0}
#messageBox li {list-style:url(images/havis_supergraphic_color_ep.jpg);margin:3px 2px 3px 15px;color:#D47B22}
input.submitit {margin:10px auto;width:225px;height:30px;background:#003C69;font:bold 14px Verdana, Geneva, sans-serif;color:#fff;border:1px solid #D47B22;cursor:pointer}
input.submitit:hover{background:#D47B22;color:#003C69;border:1px solid #003C69;}
.clear{height:1%;clear:both;}

/*----------[partner conference]---------------*/
#user_last_name{display:none;visibility:hidden}
table.conference{width:100%;padding:0;margin:0}
table.conference td {vertical-align:top}
table.conference td.register {vertical-align:middle}
table.conference td h1 {color:#D47B22;font-weight:bold;font-size:22px;margin:0;padding:0}
table.conference td h2 {color:#003C69;font-weight:bold;font-size:14px;margin:0 0 2px 0;padding:0 0 15px 15px}
table.conference td h3 {color:#D47B22;font-weight:bold;font-size:12px;margin:0 0 2px 0;padding:0}
table.conference td h4 {color:#003C69;font-weight:bold;font-size:12px;margin:0 0 2px 0;padding:0}
table.conference td h8 {color:#003C69;font-weight:normal;font-size:10px;margin:0 0 2px 0;padding:0}
table.conference td ul {margin:3px 3px 10px 3px;padding:2px 0 0 15px}
table.conference td li {list-style:url(images/havis_supergraphic_color_ep.jpg);margin:3px;padding:0}
table.sub-table {width:80%;margin:30px auto;}
table.sub-table td{text-align:center;}
.xsmall{font-size:9px;}

/*----------[Building Viewer]---------------*/
#PlayerContainer{border:1px solid #ccc;height:400px;width:700px;margin:auto}
tr.confirmation_message{display:none;visibility:hidden}

/*----------[Product Test Drive]---------------*/
table.table_form {width:100%;margin:auto}
table.table_form th, table.guideline th, table.d_maker th {text-align:left}
table.table_form td.head {font:bold 12px arial;text-align:left;color:#003C69;padding:3px;}
table.table_form td.req, .req {font:bold 12px arial;text-align:left;color:#f00;padding:3px;}
table.guideline {width:50%;display:inline}
table.guideline td {text-align:center;border:1px solid #000;padding:3px;}
table.d_maker {width:100%;display:inline}
table.d_maker td {text-align:left;}
/*.required_field{font:bold 12px arial;color:#F00}*/
.h1 {color:#003C69;	margin:5px;	padding:0;font:bold 14px Arial, Helvetica, sans-serif}
#label_form {
    border-top: 1px solid silver;
    margin-top: 20px;
	padding-top: 25px;
	line-height: 22px;
}
.testDriveInstructions {
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 25px;
	margin-top: 0;
}
.orange-emphasis, .orange-links {
	color: #d47b22 !important;
}
a.orange-links:hover {
	color: #3c3c3c !important;
}
#test_drive .table_form th, #test_drive .table_form td {
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 6px;
}
#test_drive .table_form th {
    height: 22px !important;
    padding-right: 10px;
    width: 80px !important;
}
#test_drive .table_form td input, #test_drive .table_form td select {
    background: url("../images/migration/bg-input.png") repeat-x scroll 0 0 #FFFFFF;
    border: 1px solid #DADADA;
    padding: 3px;
}
#testDriveSubmit {
	padding-left: 4px;
}
.testDriveButton {
    background: url("http://www.havis.com/images/support-titles.png") repeat-x scroll left center #00587B;
    border: 1px solid #015272;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF !important;
    font-family: "Trebuchet MS",Arial,Helvetica,sans-serif !important;
    font-size: 14px !important;
	padding: 3px 8px;
}
#label_form h3 {
	font-size: 14px;
	line-height: 19px;
	margin-top: 0;
}
#label_form p {
	line-height: 18px;
}
p#testDriveInfo {
    border-top: 1px solid silver;
    color: #D47B22;
    font-family: "Trebuchet MS";
    font-size: 16px;
    margin-top: 22px;
    padding-top: 20px;
}

/* Spam Filter Form Field */
.signup-havisaddress123 {
	position: absolute;
	top: -999px;
}

.home_page_image {background: url(../data/Web/flash/Interceptor-Caprice-Charger-Combo-Square-Image.jpg) no-repeat center; width:325px;height:325px;}
a.box_home_image,a.box_home_image_bottom{text-decoration:none;}
a.box_home_image div{clear:both;width:325px;height:138px;margin-bottom:55px;color:transparent;cursor:pointer;line-height:0}
a.box_home_image_bottom div{float:left;display:inline-block;width:162px;height:117px;color:transparent;cursor:pointer;line-height:0}