﻿@font-face {
    font-family: 'Futura Lt BT Light';
    src: url('css/font/futural-webfont.eot');
    src: url('css/font/futural-webfont.eot?#iefix') format('embedded-opentype'),
         url('css/font/futural-webfont.woff') format('woff'),
         url('css/font/futural-webfont.ttf') format('truetype'),
         url('css/font/futural-webfont.svg#futura_lt_btlight') format('svg');
    font-weight: normal;
    font-style: normal;

}

*{
    margin: 0px;
    padding: 0px;
}

.RadButton.rbButton.buttonShadows {
    border: 0;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #666;
}
 
.RadButton.rbButton.buttonShadows:hover {
    border: 0;
    box-shadow: 1px 2px 5px #999;
}    

.RadButton.rbButton.buttonShadowsStd {
    border: 0;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #666;
}
 
.RadButton.rbButton.buttonShadowsStd:hover {
    border: 0;
    box-shadow: 1px 2px 5px #999;
}    

.RadSearchBox.searchBoxShadowsStd {
    border: 0;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #666;
}    

.RadSearchBox.searchBoxShadowsStd:hover {
    border: 0;
    box-shadow: 1px 2px 5px #999;
}    

.RadDropDownList.dropDownListShadowsStd {
    border: 0;
    box-shadow: 1px 2px 5px #666;
}    

.RadDropDownList.dropDownListShadowsStd:hover {
    border: 0;
    box-shadow: 1px 2px 5px #999;
}    

.regularDropDownListShadowsStd {
    border: 0;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #666;
}    

.regularDropDownListShadowsStd:hover {
    border: 0;
    box-shadow: 1px 2px 5px #999;
}    

.RadButton.rbButton.buttonShadowsLists {
    border: 0;
    font-size: 14px;
    width: 150px;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #666;
}

.RadButton.rbButton.buttonShadowsLists:hover {
    border: 0;
    box-shadow: 1px 2px 5px #999;
}    

.RadComboBox.comboShadowsStd {
    border: 0;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #666;    
}

.RadComboBox.comboShadowsStd:hover {
    border: 0;
    box-shadow: 1px 2px 5px #999;
}

.RadComboBox.comboShadowsLists {
    border: 0;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #666;    
}

.RadComboBox.comboShadowLists:hover {
    border: 0;
    box-shadow: 1px 2px 5px #999;
}

.regularButtonShadowsStd {
    border: 0;
    width: 120px;
    height: 30px;
    background-color: #F2F2F2;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #666;
}
 
.regularButtonShadowsStd:hover {
    border: 0;
    background-color: #C4C4C4;
    color: black;
    box-shadow: 1px 2px 5px #999;
}    

.regularNoWidthButtonShadowsStd {
    padding-left: 5px;
    padding-right: 5px;
    border: 0;
    height: 30px;
    background-color: #F2F2F2;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #666;
}
 
.regularNoWidthButtonShadowsStd:hover {
    border: 0;
    background-color: #C4C4C4;
    color: black;
    box-shadow: 1px 2px 5px #999;
}    

.regularButtonShadowsStdHistory {
    border: 0;
    width: 200px;
    height: 30px;
    background-color: #F2F2F2;
    font-size: 14px;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #666;
}
 
.regularButtonShadowsStdHistory:hover {
    border: 0;
    background-color: #C4C4C4;
    color: black;
    box-shadow: 1px 2px 5px #999;
}    


.adminGridButtons {
    background-color: #F2F2F2;
    border: 0;
    width: 60px;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #666;    
}

.adminGridButtons:hover {
    border: 0;
    box-shadow: 1px 2px 5px #999;    
}

form {
    height: 100%;
}

img{
    padding: 0px;
    border: none;
}

a{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: #a7001c;
}

body {	
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 18px;
	background-color: White; 
    margin: 0;
    padding: 0;
    height: 100%;
}

h1 {
    font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 28px;
	clear: both;
}

#bg_top{
    background: url('../images/bg.jpg') no-repeat center top;
}

#wrap{
    width: 1000px;
    margin: 0 auto;
}


#wrap2{
    width: 1024px;
    margin: 0 auto;
}


#pageCenter {
    width: 1020px;
    margin: 0 auto;
}

#whiteBackground {
    background: white;
}

#ContentMargins {
    padding: 0px 10px 0px ;
}

/*Extended Item Information*/

.TechnicalDetailTable {
    width: 100%;
    background-color: #EAF7FF;
    table-layout: fixed;
    word-wrap: break-word;
    vertical-align: top;
}


.TechnicalDetailTable td {
    vertical-align: top;
}

#TechnicalDetailHeader {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: Black;
    font-weight: bold;    
    text-decoration-line: underline;
    -moz-text-decoration-line: underline; /* Code for Firefox */
}

.MyOrderListsCurrentList {
    width: 400px;
    text-align: right;
    font-weight: bold;
    font-size: 30px;
    line-height: 30px;
    font-family: Verdana, Helvetica, sans-serif;
    padding-bottom: 30px;
    margin-right: 50px;
}

.MyOrderListsItemSpacing {
    margin-bottom: 4px;
}

.MyOrderListsSelection {
    text-align: right;
}

.MyOrderListsLines {
    color: lightgrey;
}

.MyOrderListComments {
    border-style:solid;
    border-color: lightgrey;
    border-width: 1px;
    border-radius: 25%;
    background-color: lightyellow;
    padding: 10px 10px 10px 10px;
    width: 200px;       
}

.MyOrderListsButtons {
    color: #FFE77C;
}

.OrderHistoryLowerDetail {
    border-bottom: 1px solid #232323;
    border-left: 1px solid #232323;
    border-right: 1px solid #232323;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.OrderHistoryLowerDetailInner {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.OrderHistoryOrderHeader {
    background: #F2F2F2;
    border-style: solid;
    border-color: #232323;
    border-width: 1px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.OrderHistoryOrderHeaderInner {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.OrderHistoryCustomGroupInner {
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 2px;
    padding-bottom: 3px;
}

.OrderHistoryCustomGroup {
    border-style: solid;
    border-color: #232323;
    border-width: 1px;
    border-radius: 5%;
    width: 175px;
    height: 35px;
    margin-bottom: 10px;
}

.BulkGasInstallationDetail {
    background: #F2F2F2;
    border-style: solid;
    border-color: #232323;
    border-width: 1px;
    border-radius: 25px;
}

.SummarizedOrderHistoryTermGroup {
    width: 375px;
}

.SummarizedOrderHistoryListGroup {
    width: 210px;
    height: 100px;
    border-style: solid;
    border-color: #232323;
    border-width: 1px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 15px;
    background: #F2F2F2;
}

.SummarizedHeaderText {
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    font-family: Verdana, Helvetica, sans-serif;
}

.SummarizedCurrentList {
    text-align: right;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    font-family: Verdana, Helvetica, sans-serif;
}

.ViewCartListGroup {
    width: 230px;
    height: 100px;
    border-style: solid;
    border-color: #232323;
    border-width: 1px;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 15px;
    background: #F2F2F2;
}

.ViewCartListHeaderText {
    font-weight: bold;
    font-size: 15px;
    line-height: 19px;
    font-family: Verdana, Helvetica, sans-serif;
}


/*logo*/

#logo{
    padding-top: 70px;
    height: 90px;
}

#logo a{
    text-decoration: none;
    color: #ffffff;
}

#logo h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: italic;
    color: #ffffff;
    font-weight: normal;
}

#logo small{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: italic;
    color: #ffffff;
    font-weight: normal;
    padding-left: 30px;
}

/*content*/
.clear_con{
    height: 15px;
    clear: both;
}

.con_top{
    background: url('../images/con_top.png') no-repeat left top;
    height: 10px;
}

.con_bot{
    background: url('../images/con_bot.png') no-repeat left top;
    height: 10px;
}

/*prev box*/

.prev_box{
    background: #ffffff;
    padding-left: 10px;
    min-height: 380px;
}

.prev_box_header{
    background: #ffffff;
    padding-left: 10px;
}


#page1{
    background: url('../images/page1.jpg') no-repeat left top;
    width: 880px;
    height: 321px;
}


.but_left, .but_right{
    padding-top: 150px;
    padding-left: 10px;
    padding-right: 10px;
}
.but_left{
    float: left;
}

.but_right{
    float: right;
}

.prev_text{
    padding-top: 105px;
    padding-left: 20px;
    clear: both;
}

h2{
    font-family: Georgia,'Times New Roman',times,serif;
    font-size: 14px;
    color: #003495;
    font-weight: normal;
}

h3{
    color: #004cf4;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 10px;
}

h4{
    font-family: Georgia,'Times New Roman',times,serif;
    font-size: 20px;
    color: black;
    font-weight: normal;
}

.read a{
    background: url('../images/read_more.png') no-repeat center;
    width: 78px;
    height: 21px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-weight: normal;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
}

.more a{
    background: url('../images/more.png') no-repeat center;
    width: 155px;
    height: 31px;
    display: block;
    text-align: center;
    color: #ffffff;
    font-weight: normal;
    font-size: 18px;
    text-transform: uppercase;
    padding-top: 12px;
    float: right;
    margin-right: 5px;
    margin-top: 10px;
    font-family: Georgia,'Times New Roman',times,serif;
}


/*footer*/

#footer_box{
    background: #ffffff;
    padding-left: 10px;
}

.footer_bg{
    width: 842px;
    padding-right: 30px;
    padding-left: 10px;
}

.foot_col1, .foot_col2, .foot_col3, .foot_col4{
    float: left;
}

.foot_col1{
    width: 214px;
}

.foot_col2, .foot_col3{
    width: 174px;
    padding-left: 20px;
}

.foot_col4{
    width: 234px;
    padding-left: 20px;
}

#footer a, #footer p{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    color: #454545;
    font-weight: normal;
}

.footer_text{
    float: left;
}

.footer_img{
    float: right;
    padding-top: 2px;
	border-style: none;
	border: 0px;
	padding-right: 20px;
}

.footer_more a{
    background: url('../images/ls1.png') no-repeat right 50%;
    width: 50px;  
    display: block;
    text-align: center;
    color: #004cf4;
    font-weight: normal;
    float: right;
    margin-right: 5px;
}

.ls{
    list-style: none;
    padding-left: 0px;
}

.ls li{
    margin-bottom: 4px;

    background: url('../images/bot_bor.png') repeat-x 50% bottom;
}

.ls li a{
    background: url('../images/ls1.png') no-repeat 0px 6px;
    display: block;
    padding-left: 15px;
    padding-bottom: 4px;
    color: #000000;
    font-weight: normal;
}

.ls li a:hover{
    color: #a7001c;
}

.ls_style{
    background: url('../images/ls1.png') no-repeat 0px 6px;
    display: block;
    padding-left: 15px;
    color: #000000;
}

.bot_bor{
    background: url('../images/bot_bor.png') repeat-x 50% bottom;
    padding-top: 10px;
    padding-left: 30px;
    padding-bottom: 15px;
    margin-bottom: 20px;
}

.pad_left{
    padding-left: 20px;
    margin-bottom: 5px;
}

/*index*/

.col1 p, .col2 p, .col3 p{
    line-height: 20px;
    font-style: italic;
    padding-top: 10px;
}

.col1, .col2, .col3{
    width: 290px;
    float: left;
}

.col1, .col2{
    padding-right: 7px;
}

.more_top{
    background: url('../images/more_top.jpg') no-repeat 50% bottom;
    width: 882px;
    height: 11px;
    padding-top: 30px;
}

.more_bg{
    background: url('../images/more_bg.jpg') repeat-y center;
    width: 852px;
    padding-right: 30px;
}

.more_bg p{
    font-family: Georgia,'Times New Roman',times,serif;
    font-size: 18px;
    color: #454545;
    line-height: 36px;
    padding-left: 10px;
    padding-right: 10px;
}

.more_bot{
    background: url('../images/more_bot.jpg') no-repeat 50% bottom;
    width: 882px;
    height: 11px;
}

/*gallery*/

.row {
    padding-left: 1px;
    height: 270px;
}

.box_img2 {
    width: 273px;
    padding: 3px 0px 0px 3px;
    float:left;
}

.box_razd {
    width: 24px;
    height: 50px;
    float: left;
}

.box_img2 h4 {
    font-family: Georgia,'Times New Roman',times,serif;
    font-size:18px;
    font-weight: normal;
    color: #004cf4;
    text-align: left;
    padding-bottom: 20px;
    padding-left: 60px;
}

.pirobox_gal1
{
    width: 298px;
    height: 123px;
    display: block;
}

.pirobox_gal1:hover
{
    width: 298px;
    height: 123px;
    display: block;
    background:url('../images/rol_over_galery.png') no-repeat left top;
}

.bold{
    font-weight: bold;
    padding-top: 10px;
}


/*contact*/

.contact_content_bg{
    background: url('../images/con_bg.png') repeat-y center;
    padding-left: 20px;
}

.contact_content_left{
    padding-right: 20px;
    float: left;
    width: 586px;
}

.contact_content_left p{
    line-height: 20px;
}

.contact_content_right{
    float: left;
    width: 274px;
}

#contact_form fieldset {
    border: none;
}

#contact_form input {
    margin-bottom: 5px;
}

#contact-submit{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 78px;
    height: 23px;
    color: #000000;
    background: url('../images/read_more.png') no-repeat left bottom;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

#contact-clear{
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 78px;
    height: 23px;
    color: #000000;
    background: url('../images/read_more.png') no-repeat left bottom;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

#con_name, #con_email, #con_website {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 566px;
    height: 26px;
    padding-top: 0px;
    padding-left: 10px;
    padding-right: 10px;
    background: url('../images/input_bg.jpg') no-repeat left top;
    color: #000000;
    padding-bottom: 5px;
}

#con_mess {
    border-style: none;
    border-color: inherit;
    border-width: medium;
    width: 566px;
    height: 125px;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    background: url('../images/mess_text.jpg') no-repeat left top;
    color: #000000;
    margin-bottom: 10px;
}

h5 {
    font-family: Georgia,'Times New Roman',times,serif;
    font-size:18px;
    font-weight: normal;
    color: #004cf4;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 10px;
}

.contact_content_left h6 {
    font-family: Georgia,'Times New Roman',times,serif;
    font-size:18px;
    font-weight: normal;
    color: #004cf4;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 10px;
}

.contact_content_left h5{
    background: url('../images/bot_bor.png') repeat-x 50% bottom;
    padding-top: 0px;
    margin-bottom: 10px;
}

.contact_content_right h6{
    font-family: Georgia,'Times New Roman',times,serif;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
    background: url('../images/title.jpg') no-repeat left top;
    text-align: center;
    width: 274px;
    height: 40px;
    padding-top: 14px;
}

.pad_left_con{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

/*aboutus*/

.datebox{
    background: url('../images/bot_bor.png') repeat-x 50% bottom;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.datebox a{
    font-weight: normal;
}

.date, .user, .com{
    width: 33.3%;
    float: left;
}

.date a{
    background: url('../images/date.jpg') no-repeat 0px 1px;
    padding-left: 20px;
    display: block;
    height: 17px;
    margin-left: 3px;
}

.user a{
    background: url('../images/user.jpg') no-repeat 0px 3px;
    padding-left: 20px;
    display: block;
    height: 17px;
}

.com a{
    background: url('../images/com.jpg') no-repeat 0px 3px;
    padding-left: 20px;
    display: block;
    height: 17px;
}

/* Header Scroll */

.nivoSlider { position:relative;}
.nivoSlider img { position:absolute; top:0px; left:0px;}
.nivoSlider a.nivo-imageLink { position:absolute; top:0px; left:0px; width:100%; height:100%; border:0; padding:0; margin:0; z-index:60; display:none;}
.nivo-slice { display:block; position:absolute; z-index:50; height:100%; }
.nivo-caption {	position:absolute; left:0px; bottom:0px;  color:#000; width:100%; z-index:89; padding-left: 10px; font-weight: bold}
.nivo-caption p { padding:10px 5px; margin:0; text-indent:-9999%;}
.nivo-directionNav a {position:absolute; width:45px; height: 60px; top:41%; z-index:99; cursor:pointer; text-indent:-9999%;}
.nivo-prevNav { left:20px; background:url('../images/but_left.png') no-repeat;
}
.nivo-nextNav { right: 0px; background:url('../images/but_right.png') no-repeat;
}
.nivo-controlNav { bottom:-20px; position:absolute; right:0;}
.nivo-controlNav a { float:left; width:14px; height:14px; display:block; position:relative; z-index:99;	cursor:pointer; text-indent:-9999%; background:url('../images/scroll_small.png') no-repeat right top;
}
.nivo-controlNav a.active {	background-position:left top; margin-top:-1px;}

/*gallery*/

.row {
    padding-left: 1px;
    height: 270px;
}

.box_img2 {
    width: 273px;
    padding: 3px 0px 0px 3px;
    float:left;
}

.box_razd {
    width: 24px;
    height: 50px;
    float: left;
}

.box_img2 h4 {
    font-family: Georgia,'Times New Roman',times,serif;
    font-size:18px;
    font-weight: normal;
    color: #004cf4;
    text-align: left;
    padding-bottom: 20px;
    padding-left: 60px;
}

.pirobox_gal
{
    width: 298px;
    height: 123px;
    display: block;
}

.pirobox_gal:hover
{
    width: 298px;
    height: 123px;
    display: block;
    background:url(images/rol_over_galery.png) left top no-repeat;
}

.bold{
    font-weight: bold;
    padding-top: 10px;
}



/* cart */

#topbarCart {
	float: right;
	width: 70px;
	height: 20px;
}
#cartText {
	color: black;
	margin-left: 35px;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 10px;
	width: 135px;
	font-size: 10pt;
	float: left;
	clear: right;
}
ul#checkout {
}
ul#checkout a
{
	font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
}

ul#checkout, ul#checkout ul, ul#checkout li
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

ul#checkout li {
	vertical-align: middle;
}


ul#checkout > li > a
{
	background-color: #006DFF;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: -1px 2px 3px rgb(0,0,0);
	box-shadow: -1px 2px 3px rgb(0,0,0);
	color: white;
	font-size: 12px;
	font-family: Helvetica, sans-serif;
	width: 50px;
	height:20px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-weight: 800;
}
ul#checkout > li > a:hover{
	-moz-box-shadow: -1px 2px 3px rgb(0,0,0);
	-webkit-box-shadow: -1px 2px 3px rgb(0,0,0);
	box-shadow: -1px 2px 3px rgb(81,81,81);
}
ul#itemList {
	padding: 10px;
	width: 260px;
	float: left;
	position: absolute;
	display: none;
	margin-bottom: 10px;
}
ul#itemList li {
	display: inline-block;
    margin-bottom: 10px;
}

ul#itemList li a
{

}

a.read_more{
    color: #fff;
}


ul#checkout li:hover  ul#itemList{
	display: block;
	font-size: 10pt;
	font-family: Helvetica, sans-serif;
	background-color: white;
	width: 150px;
	color: black;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 5px;
	float: right;
	-webkit-border-radius: 10px;
	margin-top: 32px;
}


.crop{
		background-position: center center;
		background-repeat: no-repeat;
		width: 1002px; 
		height: 321px; 
		overflow: hidden;
		position: relative;
		border: 0px solid #ccc;
		text-align: center;
	}

/* input values to crop the image: top, right, bottom, left */
.crop img{
		position:absolute;
		left: -100%;
		right: -100%;
		top: -100%;
		bottom: -100%;
		margin: auto; 
		min-height: 100%;
		min-width: 100%;
		max-width: 828px;
	}
	
	
/* Logged in as */

.LoggedInAs { color: white;font-size: 10px;}

/* TopBarNew2 */
.TopBarNew2cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.shell { padding: 4px 0px 0px 0px; width: 100%; margin: 0 auto;  background: #5e5e5e;  }


#TopBarNew2header { position: relative; padding: 0 0 10px 0px; width: 1024px; }

#TopBarNew2top-navigation { display: inline; float: right; }
#TopBarNew2top-navigation ul { list-style: none; display: inline; float: right; }
#TopBarNew2top-navigation ul li { display: inline; float: left; padding-left: 5px; line-height: 28px; font-family: 'Trebuchet MS', arial, helvetica, sans-serif; font-size: 11px; font-weight: bold; }
#TopBarNew2top-navigation ul li a { display: block; float: left; color: #707070; text-transform: uppercase; background: url(../images/top-nav-bg.png) repeat-x 0 0; }
#TopBarNew2top-navigation ul li a:hover { text-decoration: none; }
#TopBarNew2top-navigation ul li a.start { padding-right: 15px; margin-left: 7px; }
#TopBarNew2top-navigation ul li a.start span { display: block; float: left; padding-right: 8px; width: 6px; height: 28px; background: url(../images/top-nav-start.png) no-repeat 0 0; }
#TopBarNew2top-navigation ul li a.end { position: relative; padding: 0 11px 0 15px; }
#TopBarNew2top-navigation ul li a.end span { position: absolute; top: 0; right: 0; display: block; width: 11px; height: 28px; background: url(../images/top-nav-end.png) no-repeat 0 0; }
#TopBarNew2top-navigation ul li a.cart span { display: block; float: left; padding-right: 3px; width: 16px; height: 17px; margin-top: 7px; background: url(../images/siteCart.png) no-repeat 0 0; }
#TopBarNew2top-navigation ul li a.cart { padding: 0 13px 0 12px; }

.TopBarNew2search-holder { width: 250px; }
#TopBarNew2search { position: absolute; top: 33px; right: 0; }
#TopBarNew2search .field { display: inline; float: left; padding: 6px 9px 6px 7px; width: 127px; background: none; border: 0; }
#TopBarNew2search .field { font-family: 'Trebuchet MS', arial, helvetica, sans-serif; color: #6e6e6e; }
#TopBarNew2search .submit-button { display: inline; float: right; width: 27px; height: 27px; border: 0; background: none; cursor: pointer; }
#TopBarNew2search a.advanced-search { float: right; margin-top: 2px; padding: 0 1px 0 13px; background: url(../images/adv-search.png) no-repeat 0 70%; }
#TopBarNew2search a.advanced-search { font-family: Tahoma, arial, helvetica, sans-serif; font-size: 11px; line-height: 18px; color: #F3C51B; text-decoration: underline; }
#TopBarNew2search a.advanced-search:hover { text-decoration: none; }

#logo2 { display: inline; float: left; padding-top: 5px; padding-bottom: 20px; width: 205px; font-size: 0; line-height: 0; }
#logo2 a { display: block; width: 215px; height: 125px; text-indent: -4000px; background: url(../images/logo.png) no-repeat 0 0; }

.footercolumn {
float:left;
white-space: nowrap;
text-align: left;
margin-left: 20px;
margin-top: 10px;
color: black;
font-weight: bold;
}

.footercolumnright {
float:right;
white-space: nowrap;
margin-right: 20px;
text-align: left;
background-color: Black;
}

#footer2 {
font-size: 13px;
color: #ccc;
background-color: #737576;
height: 40px;
padding-top: 5px;
}
#footer2 a:link, #footer2 a:visited  {
color: #6699cc;
text-decoration:none;
}

#footer2 a:hover {
color: #ff8700;
text-decoration:underline;
}

#footer2 img {

}

.iso {
font-size:14px;
line-height:34px;
}

/* MJB */

/* MJB  */
#footerWrapper {
	background-color: #333333;
	margin: 15px 0 0;
	overflow: hidden;
}
	
	#footerWrapper footer {
		max-width: 1024px;
		margin: 15px auto 20px;
		overflow: hidden;
	}

		#footerWrapper footer h4 {
			color: White;
			font-size: 20px;
			margin-bottom: 10px;
			clear: both;
		}

		#footerWrapper footer p {
			font-size: 14px;
			line-height: 20px;
			color: White;
		}

		#footerWrapper footer a {
			color: #F79433;
		}

			#footerWrapper footer a:hover, #footerWrapper footer a:active {
				color: #B76C26;
			}

		#footerWrapper footer em {
			color: #bf0000;
			font-style: normal;
		}

		#footerWrapper footer section.left {
			float: left;
			width: 50%;
			padding: 0 1%;

			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}

			#footerWrapper footer section.left p {
				float: left;
				width: 50%;
				margin-bottom: 10px;

				-moz-box-sizing: border-box;
				-webkit-box-sizing: border-box;
				box-sizing: border-box;
			}

				#footerWrapper footer section.left p.nofloat {
					float: none;
					width: 100%;
					padding: 0 2%;
					clear: both;

					-moz-box-sizing: border-box;
					-webkit-box-sizing: border-box;
					box-sizing: border-box;
				}

		#footerWrapper footer section.mid {
			float: left;
			width: 30%;
			padding: 0 1%;
			overflow: hidden;

			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}

			#footerWrapper footer section.mid ul {
				list-style: none;
				margin: 0;
				padding: 0;
				font-size: 12px;
				line-height: 20px;
				color: #808080;
			}

				#footerWrapper footer section.mid ul li {
					float: left;
					width: 50%;
					padding: 0 2%;

					-moz-box-sizing: border-box;
					-webkit-box-sizing: border-box;
					box-sizing: border-box;
				}

		#footerWrapper footer section.right {
		    font-family: Arial, Helvetica, sans-serif;
			float: right;
			width: 50%;
			padding: 0 1%;
			overflow: hidden;

			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			box-sizing: border-box;
		}

			#footerWrapper footer section.right img {
				/* float: left; */
				display: block;
			}

				#footerWrapper footer section.right img.asme {
					margin: 8px 10px 10px 0;
				}

				#footerWrapper footer section.right img.iwdc {
					margin: 6px 10px 10px 8px;
				}

			#footerWrapper footer section.right p {
			}

			#footerWrapper footer section.right a {
				font-size: 11px;
			}

/* breakpoints */

@media screen and (max-width: 1024px) {
	/* landscape 10" tablets */
}

@media screen and (max-width: 960px) {
	/* landscape 7" tablets */
}

@media screen and (max-width: 895px) {
	#footerWrapper footer section.left {
		width: 50%;
	}

	#footerWrapper footer section.mid {
		display: none;
	}

	#footerWrapper footer section.right {
		width: 50%;
	}
}

@media screen and (max-width: 853px) {
	/* landscape 6" tablets */
}

@media screen and (max-width: 774px) {
}

@media screen and (max-width: 768px) {
	/* portrait 10" tablets */
}

@media screen and (max-width: 640px) {
	/* portrait 7" tablets */
	#contentWrapper article {
		float: none;
		width: 100%;
	}

	#contentWrapper #sidebar {
		float: none;
		width: 100%;
	}

		#contentWrapper #sidebar .call {
			display: none;
		}

		#contentWrapper #sidebar .mobile-center {
			text-align: center;
		}

	article ul, article ol {
		padding: 0 0 0 15px;
	}

	#footerWrapper footer section.left {
		float: none;
		width: auto;
		margin: 0 10px 30px;
		padding: 0;
	}

	#footerWrapper footer section.mid {
		display: inherit;
		float: none;
		width: auto;
		margin: 30px 10px;
		padding: 0;
	}

	#footerWrapper footer section.right {
		float: none;
		width: auto;
		margin: 30px 10px;
		padding: 0;
	}
}

@media screen and (max-width: 480px) {
	/* landscape phones */
	ul.float li {
		float: none;
		width: auto;
	}

	#contentWrapper #employees .contact {
		width: 50%;
	}
}

@media screen and (max-width: 320px) {
	/* portrait phones */
}

.alignleft {
	float: left;
	margin: 0 15px 10px 0;
}


/* 70.35 */

.ProcessApprovalAdmin {
    background-color: white;
    border: #CADFF3 1px solid;
    width: 500px;
    padding: 10px 10px 10px 10px;
    border-radius: 7px;
    margin-bottom: 10px;
}


.InfoProductDisplay {
    background-color: white;
    border: #CADFF3 1px solid;
    padding: 10px 10px 10px 10px;
}

.InfoProductDisplay , h1{
    font-size: 14px;
    line-height: 18px;
}

.iso {
font-size:14px;
line-height:34px;
}



/* 80.11.0.5 */
.FinancialTotals {
    width: 350px;
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 15px;
    float: left;
    margin-left: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.FinancialAging {
    width: 350px;
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 15px;
    float: right;
    margin-right: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.FinancialHeader {
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    margin: 0 auto;
    text-align: center;
}

.FinancialLine {
    border-top: 1px solid lightgray;
    padding-bottom: 5px;
    padding-top: 3px;
    margin: 0 auto;
    position: relative;
    width: 300px;
}

.FinancialRowHeader {
    font-weight: bold;
    float: left;
}

.FinancialRowData {
    float: right;
}

.FinancialRowGroup {
    width: 300px;
    text-align: center;
    margin: 0 auto;
    position: relative;
    font-size: 16px;
    line-height: 24px;
}
.FinancialFloatClear {
    clear: both;
}

/* 80.17 */
.RadButton.rbButton.buttonShadowsPrice {
    border: 0 transparent;
    border-radius: 5px;
}

.RadButton.rbButton.buttonShadowsPrice:hover {
    border: 0 transparent;
    
}  




