#cart {
	min-width:500px;
	padding-bottom:1em;
}
#cart thead td {
	background-color: #eec00a;
	color:#042143;
	border-bottom: 1px solid #fff;
}
#cart td { 
	padding: 1px 4px;
}
#cart tr.odd td {
	background-color: #a2bdda; 
}
#cart tr.even td {
	background-color:#c2d3e5;
	
}
#cart td.noBorder {
}
#cart .checkBoxImage  {
margin-left:5px;
}
#frmViewCart input.field {
	border: solid 1px darkgrey;
	width: 3em;
	text-align: right;
	padding: 0 3px;
}

#frmViewCart input.button {
}

#cart td.tfoot {
	background-color: #064281;
	color: #fff;
	font-weight:bold;
	vertical-align: middle;
	border-top:1px solid #fff;
}

#cart span.cartDel {
	font-size:9pt;
}

fieldset.order {
	width: 500px;
	padding:1em;
}

div.order{
	background-color: #064281;
	border-bottom: 1px solid #fff;
	padding:2px;
	width:526px;
		
}

span.order {
	font-size:1em;
	font-weight:bold;
	color:#fff;
}


/*
#buttons {
	min-width:500px;
	text-align:right;
}
*/


.entryForm fieldset {
	width: 24em;
}
.entryForm label {
	display: block;
	width: 95%;
	text-align: right;
	margin-bottom: 0.5em;
}
.entryForm label.error {
	color: red;
}
.entryForm .field {
	border: solid 1px #aaa;
	width: 65%;
}

form.entryForm {
	width: 24em;
	margin:0;
	padding:0;
}

form.confirmForm {
	width: 530px;
	margin:0;
	padding:0;
}

div.buttons  {
	padding-bottom:1.5em;
	float:right;
}

table.rightOf {
	float:right;
	margin-right:5em;
	padding-left:1em;
}
.entryForm .button  {
	float: right;
	border: solid 1px #aaa;
	margin-right: 1em;
	padding: 0.1em 1em;
}


.miniForm fieldset {
	width: 13em;
	font-size: 9pt;
	border: none;
	background-color: #2C4661;
	color: #fff;
	padding: 0.5em;
}
form.miniForm {
	width: 13em;
	margin: 1em 0em 0em 1em;
	padding:0;
}
.miniForm label {
	display: block;
	width: 95%;
	text-align: right;
	margin-bottom: 0.5em;
	color: #fff;
	font-size: 8pt;
}
.miniForm label.error {
	color: red;
}
.miniForm .field {
	border: none;
	width: 50%;
	color: #000;
	font-size: 8pt;
}
.miniForm .button {
	border: none;
	background-color: #5C90CA;
	color: #fff;
	font-size: 8pt;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

/* -------- IE Fieldset fix --------- */

* html fieldset{
	position: relative;
	padding-top:.5em;
	margin-top:1em;
}

* html fieldset{
	margin-top:1em;
	padding-top:1em;
}

* html legend{
	position: absolute;
	top:-.5em;
	left:.5em;
}

/* ---------------------------------- */

#productList {
	list-style: none;
	margin: 0;
	padding: 0;
}
#productList li {
}
.productFrame {
		margin-bottom: 2em;
}
.productFrame td {

}
.productFrame .productImage {	
	width: 10.1em;
	vertical-align: bottom;
}
.productSpecs .productImage img {
	/* width: 10em; */
	width: 110px;
	border:none;
}
.productFrame .addToCart {
	vertical-align: bottom;
	padding-bottom: 1em;
}
table.productSpecs {

}


.productSpecs thead td {
	background-color: #033065;
	color: white;
	vertical-align: middle;
	text-align: center;
	padding: 2px 3px 2px 3px;
	font-size: 0.75em;
}

.productSpecs thead td {
	border: 1px solid #fff;
}

.productSpecs thead td.empty {
	background-color: #fff;
}
.productSpecs thead .productLinks td {
	background-color: transparent;
	
}
.productSpecs thead .productDetailsLink {
	text-align: left;
}
.productSpecs thead .readMoreLink {
	text-align: right;
}
.productSpecs tbody td {
	background-color: #fff;
	color: black;
	vertical-align: middle;
	text-align: center;
	padding: 2px 5px;
	font-size: 0.75em;
}

.productSpecs td.productSpecsHeavyColumn {
	background-color: #fff;
}

.productSpecs tbody td input {
	border: solid 1px darkgrey;
	width: 3em;
	text-align: right;
	padding: 0 3px;
}

.productSpecs td.model { 
	border-right: 1px solid #064281;
	border-bottom: 1px solid #064281;
}
.productSpecs td.name { 
	width: 9em;
	 border-right: 1px solid #064281;
	border-bottom: 1px solid #064281; 
}
.productSpecs td.description { 
	width: 6em;
	 border-right: 1px solid #064281;
	border-bottom: 1px solid #064281;
 }
.productSpecs td.dimensions { 
	width: 6em;
	 border-right: 1px solid #064281;
	border-bottom: 1px solid #064281; white-space:nowrap;
 }
.productSpecs td.price { 
	width: 3em; 
	border-right: 1px solid #064281; 
	border-bottom: 1px solid #064281;
}
.productSpecs td.quantity { 
	width: 4em; 
	border-bottom: 1px solid #064281;
 }

#productName {
	margin-left: 14em;
}
#productDetailImage {
	width: 250px;
	margin-top: 0.2em;
}
#productDetails {
	margin-right: 15em;
	margin-left: 15em;
	text-align: justify;
	
}

#cart td.tfoot {
	background-color: #064281
	color: #fff;
}

#popBox {
	width:250px;
	margin-top:5px;
	margin-bottom:15px;
	padding:0px;
	background-color:#548cc9;
}

#popBox a {
	color: #042143;
}                

#popBox span{
	display:block;
	margin:0;
	padding:3px;
}


#popBox span.question{
	display:block;
	margin:0;
	padding:3px;
	background-color:#e7c408;
}

/*body {
	padding: 1em;
}
*/
body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	/*background-image: url(../images/bg_body.jpg);
	background-repeat: repeat-y;
	background-position: left;*/
}

#index{
	margin: 0;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(../images/index_banner_bg1.jpg);
	width: 100%;
	background-position:center top;
	background-repeat: no-repeat;
}

.pageHeading {
	position:absolute;
	left:281px;
	top:204px;
	z-index:1;
	color:#002b4d;
	font-size:13px;
	font-weight:bold;
}

div {
	text-align:left;
	
}

td {
	vertical-align:top;
	font-size: 13px;
}

p {
	padding:0px;
	margin:0px;
	padding-bottom:10px;
}

.columns {
	width: 100%;
}

#topBanner {
	
	background-image:url(../images/home_banner_bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:center;

}

.sectionBanner {
	background-image:url(../images/section_banner_bg.jpg);
    width: 100%;
}

#homeMiddleBanner {
	background-image:url(../images/index_banner_bg.jpg);
    width: 100%;
	text-align:center;
	background-position:center;	
}


#topBanner a {
	line-height: 16px;
	font-size: 11px;
	color: #000000;
	text-decoration:none; 		
}

#topBanner a:hover {
	text-decoration:underline; 		
}

#topHome {
	position:absolute;
	left:147px;
	top:19px;
}
#topAbout {
	position:absolute;
	left:221px;
	top:19px;
}
#topBuy {
	position:absolute;
	left:300px;
	top:19px;
}
#topStore {
	position:absolute;
	left:426px;
	top:19px;
}
#topEstimate {
	position:absolute;
	left:511px;
	top:19px;
}
#topFranchise {
	position:absolute;
	left:616px;
	top:19px;
}


#content {
	width:100%;
	margin: 0;
	padding-bottom: 0px;
	position: relative;
	background-color: #FFFFFF;
	text-align:center;
}

#leftColumn {
	background-color:#042143;
	width:194px;
	height: 400px;
}

#contentBorder {
	padding-left: 10px;
	padding-right:10px;
}

#contentBorder1 {
	padding-left: 10px;
	padding-right:10px;
	text-align:justify;
}


#footer {
	color:#FFFFFF;
}

#footer a {
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;


}

#footer a:hover {
	text-decoration:underline;
}

.footerLink {
	color:#FFFFFF;
	font-size:11px;
	text-decoration:none;


}

#breadcrumbs {
	padding-top: 15px;
	padding-bottom: 15px;	
	font-size:11px;
	color:#000000;
}

#breadcrumbs a {

	font-size:11px;
	text-decoration:none;
	color:#4181d8;	

}

#breadcrumbs a:hover {
	text-decoration:underline;
}

.h2_breadcrumbs {
	padding-top: 15px;
	padding-bottom: 15px;	
	font-size:10px;
	color:#000000;
	font-weight:normal;
	text-decoration:none;
	
}

.h2_breadcrumbs:hover {

	font-size:10px;
	text-decoration:none;
	color:#4181d8;	
	font-weight:normal;
	text-decoration:none;


}

#subMenus {
	height:25px;
	background-color:#e7c408;
	font-weight:bold;
	color: #FFFFFF;
	/*line-height:25px;*/
	text-decoration:none;
	
}

#subMenus a {
	font-weight:bold;
	color: #064281;
	font-size:11px;
	text-decoration:none;
}

#subMenus a:hover {
	text-decoration:underline;
}

.h2_submenus {
	height:25px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#e7c408;
	font-weight:bold;
	color: #064281;
	line-height:25px;
	text-decoration:none;

	
}

.h2_submenus:hover {
font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #064281;
	font-size:11px;
	text-decoration:underline;
}

/*.text
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-weight:normal;
text-decoration:none;
}*/

a {

	color:#000000;	
	text-decoration:none;
	outline:none;
}

a:hover {
    color:#4181d8;	
	text-decoration:underline;
	outline:none;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.h1text {
	font-size: 9px;
	font-weight:normal;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	color:#4181D8;
	padding-top:12px;
}

.h1_height{
/*height:12px;*/
}


/*h2 {
	font-size:14px;
	font-weight:bold;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}*/

h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}


.h2_subheading
{
	
	font-size: 13px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;


}

h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.h3class
{
	font-size: 14px;
	font-weight: bold;
}
.formHeading {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

/*
#container {
	position: relative;

}

#pagetext {
	width: 350px;
	padding-left: 25px;
	padding-top: 25px;
	float: left;

}
*/
.h2_menu_sidepanel{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
font-weight:normal;
    margin : 0px;
    padding : 0px;
	cursor:pointer;
	
}

.h2_menu_sidepanel:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
font-weight:normal;
	line-height: 16px;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none; 	
	margin : 0px;
    padding : 0px;	
}


#menu {

    width : 200px;
    margin : 0px;
    padding : 0px;
	padding-top:3px;

}

#menu ul {
    list-style : none;
    margin : 0px;
    padding : 0px;
}

#menu a {
	line-height: 16px;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none;
	
	
}

#menu ul li {
    margin : 0px;
    padding : 0px;

}

#menu div {

    font-size : 11px;
    padding-right: 10px;

}

.m1 {
    background-color: #054180;
	font-weight:bold;
	padding-left:15px;
	margin-right:7px;
	display:block;

}
.m1:hover {
    background-color: #526da4;
	font-weight:bold;
	padding-left:15px;
	margin-right:7px;
	display:block;
}

.m1_over {
    background-color: #054180;
	font-weight:bold;
	padding-left:15px;
	margin-right:7px;	
	background-image:url(../images/yellow-arrow.gif);
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
}
.m1_over:hover {
    background-color: #526da4;
	font-weight:bold;
	padding-left:15px;
	margin-right:7px;	
	background-image:url(../images/yellow-arrow.gif);
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
}

.h2_m1 {
    font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
    background-color: #054180;
	font-weight:bold;
	padding-left:15px;
	margin-right:7px;
	width:178px;
	margin:0px;
	padding:0px;
}

.h2_m1_over {
    font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
    background-color: #526da4;
	font-weight:bold;
	padding-left:15px;
	margin-right:7px;
	margin:0px;
	width:178px;
	padding:0px;	
}


.m2 {
    background-color:#054180;
    color:#efbe09 !important;
	padding-left:25px;
	margin-right:7px;	
	display:block;
}
.m2:hover {
    background-color: #526da4;
    color:#efbe09 !important;
	padding-left:25px;
	margin-right:7px;	
	display:block;
}

.m2_over {
    background-color: #054180;
    color:#efbe09 !important;
	padding-left:25px;
	margin-right:7px;	
	background-image:url(../images/yellow-arrow.gif);
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
}
.m2_over:hover {
    background-color: #526da4;
    color:#efbe09 !important;
	padding-left:25px;
	margin-right:7px;	
	background-image:url(../images/yellow-arrow.gif);
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
}

.m3 {
    background-color: #054180;
    color: #fbdc67 !important;
	padding-left:40px;
	margin-right:7px;
	display:block;	
	display:block;
}
.m3:hover {
	background-color: #526da4;
    color: #fbdc67 !important;
	padding-left:40px;
	margin-right:7px;	
	display:block;	
	display:block;
	
}

.m3_over {
    background-color: #054180;
    color: #fbdc67 !important;
	padding-left:40px;
	margin-right:7px;
	background-image:url(../images/yellow-arrow.gif);
	background-repeat:no-repeat;
	background-position:top left;
	display:block;	
}

.m3_over:hover {
    background-color: #526da4;
    color: #fbdc67 !important;
	padding-left:40px;
	margin-right:7px;
	background-image:url(../images/yellow-arrow.gif);
	background-repeat:no-repeat;
	background-position:top left;
	display:block;
}


#menupacking {
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-off.jpg");
	background-repeat:no-repeat;		
}

#menupacking:hover {
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-on.jpg");
	background-repeat:no-repeat;
		
}

#packing_menu {
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-off.jpg");
	background-repeat:no-repeat;		
}

#packing_menu:hover {
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-on.jpg");
	background-repeat:no-repeat;
		
}

#packing_menuSelected {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-on.jpg");
	background-repeat:no-repeat;
}

#it_menuSelected {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-on.jpg");
	background-repeat:no-repeat;
}

#art_menuSelected {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-on.jpg");
	background-repeat:no-repeat;
}

#baggage_menuSelected {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-on.jpg");
	background-repeat:no-repeat;
}

#ebay_menuSelected {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-on.jpg");
	background-repeat:no-repeat;
}

#news_menuSelected {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-on.jpg");
	background-repeat:no-repeat;
}



#menufreight {
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-off.jpg");
	background-repeat:no-repeat;		
}

#menufreight:hover {
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-on.jpg");
	background-repeat:no-repeat;
		
}

#freight_menu {
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-off.jpg");
	background-repeat:no-repeat;		
}

#freight_menu:hover {
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-on.jpg");
	background-repeat:no-repeat;
		
}

#freight_menuSelected{
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-on.jpg");
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
font-size:11px;
		
}



#menubusiness {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-off.jpg");
	background-repeat:no-repeat;
	
}

#menubusinessSelected {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-on.jpg");
	background-repeat:no-repeat;

}

#business_menuSelected {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-on.jpg");
	background-repeat:no-repeat;

}

#menubusiness:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-on.jpg");
	background-repeat:no-repeat;
	
}

#business_menu {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-off.jpg");
	background-repeat:no-repeat;
	
}

#business_menu:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-on.jpg");
	background-repeat:no-repeat;
	
}

#menubaggage {
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-off.jpg");
	background-repeat:no-repeat;
	
}

#menubaggage:hover {
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-on.jpg");
	background-repeat:no-repeat;
}

#baggage_menu {
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-off.jpg");
	background-repeat:no-repeat;
	
}

#baggage_menu:hover {
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-on.jpg");
	background-repeat:no-repeat;
}

#menuit {
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-off.jpg");
	background-repeat:no-repeat;
}

#menuit:hover {
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-on.jpg");
	background-repeat:no-repeat;
}

#it_menu {
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-off.jpg");
	background-repeat:no-repeat;
}

#it_menu:hover {
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-on.jpg");
	background-repeat:no-repeat;
}

#menuart {
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-off.jpg");
	background-repeat:no-repeat;
}

#menuart:hover {
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-on.jpg");
	background-repeat:no-repeat;
}

#art_menu {
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-off.jpg");
	background-repeat:no-repeat;
}

#art_menu:hover {
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-on.jpg");
	background-repeat:no-repeat;
}

#menufurniture {
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-off.jpg");
	background-repeat:no-repeat;
}

#menufurniture:hover {
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-on.jpg");
	background-repeat:no-repeat;
}

#furniture_menu {
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-off.jpg");
	background-repeat:no-repeat;
}

#furniture_menu:hover {
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-on.jpg");
	background-repeat:no-repeat;
}

#menuebay {
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-off.jpg");
	background-repeat:no-repeat;
	
}

#menuebay:hover {
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-on.jpg");
    background-repeat:no-repeat;
}

#ebay_menu {
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-off.jpg");
	background-repeat:no-repeat;
	
}

#ebay_menu:hover {
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-on.jpg");
    background-repeat:no-repeat;
}


#menunews {
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-off.jpg");
	background-repeat:no-repeat;
}

#menunews:hover {
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-on.jpg");
	background-repeat:no-repeat;
}


#news_menu {
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-off.jpg");
	background-repeat:no-repeat;
}

#news_menu:hover {
    display : block;
    width: 200px;
    height: 37px;
    background-image : url("../images/follow/sidetab-all-on.jpg");
	background-repeat:no-repeat;
}


h1 {
	font-size: 16px;
	padding: 0px;
	margin-bottom: 20px;
}

.newsBannerBorder {
	position:absolute;
	left: 200px;
	top:75px;
	color:#FFFFFF;
	font-size:12px;
}


A.BinarixLink {
	color:#999999;
	font-size: 10px;
	text-decoration: none;
}

A.BinarixLink:hover {

}


A.newsBanner {
	color:#FFFFFF;
	font-size: 12px;
	text-decoration: none;
}

A.newsBanner:hover {
   	text-decoration: underline;
}

.tableDatasheet {
    border-top: solid 1px white;
    border-right: solid 1px white;
    width: 390px;
    background-color: #EEEEEB;
}
.tableDatasheet td {
    border-bottom: solid 1px white;
    border-left: solid 1px white;
    text-align: center;
	color: black;
}

.redbar {
    border-left: solid 1px white;
	height: 3px;
    background-color: #FE000A;
	margin: 0;
	padding: 0;
}

.tableDatasheet .headings td {
    background-color: #CBCBC9;
    font-weight: bold;
	color: white;
}
.trRedBg {
    background-color: #EDECEC;
	color: black;
}
.trClearBg {
    background-color: #EEEEEB;
}

.hrProductDivider {
    border: solid 1px red;
}
strong.onNextPage {
	color: #ff0000;
}


/* Subscription Form Styles */

#subscribeForm fieldset {

	display: block;
    border:0px;

}

fieldset legend {
	font-weight: bold;
	padding: 0 3px;
	color: #005872;
}

#subscribeForm fieldset label {
    width:100px;
	margin-bottom: 1em;
	font-weight: bold;
	color: #005872;
}

#subscribeForm fieldset label.formEntryAlert, .formEntryAlert {
	color:red;
}

#subscribeForm fieldset input.gadget, #subscribeForm fieldset input.field {
	width:200px;
	border: 1px solid #808080;
	
}

#subscribeForm input:focus, #subscribeForm textarea:focus, #subscribeForm select:focus, #subscribeForm fieldset input.gadget:focus {
	border: 1px solid #404040;
        background-color: #f2f2f2;
		
}

#subscribeForm textarea {
	width:200pxl;
	border: 1px solid #808080;
}

#subscribeForm fieldset select {

}

#subscribeForm fieldset fieldset {

	margin: 1em 0;
	width: 90%;

	font-weight: normal;
	background-color: #ffffff;	
}

#subscribeForm fieldset input.button {
        float:right;
        margin-right:20px;
        border: 1px solid #aaa;

        padding: 1px;
        width:110px;
}

#subscribeForm fieldset fieldset label {
	margin-bottom: 2px;
		width:100px;
}



.imgLayout {
	padding-left:5px;
	padding-right:50px;
}

.imgBorder {
	/*border:solid;
	border-color:#000000;
	border-width:1px;*/
}


.franchiseBox {
	border:0px;
	width:300px;
	font-weight: bold;
	text-decoration: underline;
    color:#002b4d;
	background:#FFFFFF;
}	

.franchiseLinkBox {
	border:0px;
	width:300px;
	font-weight: bold;
	text-decoration: underline;
	color:#f4e185;
}
.blueArrowList {
	list-style-type: none;
	padding-bottom: 5px;
}

.blueArrowList li {
	padding-bottom: 10px;
}

.tableHead {
	background-color: #054180;
	font-color: #ffffff;
}

.tableOdd {
	background-color: #e5e5e5;
}

.tableEven {
	background-color: #f2f2f2;
}

#cartHolder {
	float:right;
	margin-top:-30px;
}

#myCart {
	font-size: 9pt;
	width: 11em;
}
#myCartTitle span {
	margin-left: 1em;
	color: #0D385A;
}

#myCartInfo {
	background-color: #A2BDDA;
	color: #0D385A;
	padding: 0.3em 0.3em 0.3em 0.8em;
}
#myCartInfo a {

	color: #296492;
	font-weight: bold;
	font-style: italic;
	font-size: 10pt;
	width:
}
#myCart td.label {
	padding-right: 0.5em;
	font-weight: bold;
	font-size: 8pt;
}
#myCart td.field {
	border: none;
	background-color: #fff;
	width: 5em;
	padding-left: 0.2em;
	font-weight: bold;
	font-size: 8pt;
}
#myCartTitle {
	background-color: #EEC00A;
	background-image: url(../images/my_cart_left.gif);
	background-repeat: no-repeat;
	width: 100%;
	margin-bottom: 1px;
	font-weight: bold;
	height: 16px;
}
#myCartBorderTL {
}
#myCartBorderTR {
	float: right;
}

a.highlight{
	font-weight:bold;
}

#underConstruction {
	text-align: center;
	width: 45em;
}
#underConstruction img {
	margin: 3em 18em ;
	
}

.h2_no_padding{
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.h2_text{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
font-style:normal;
color:#0c3d77;
padding-top:7px;
padding:0px;
margin:0px;
}

.h2_text_news{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
font-style:normal;
color:#0c3d77;
padding-top:10px;
margin:0px;
}


.h2_newtext{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:11px;
font-style:normal;
color:#0c3d77;
padding-top:7px;
padding:0px;
margin:0px;
}

.h2_newtext:hover{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:11px;
font-style:normal;
color:#83A9CD;
padding-top:7px;
padding:0px;
margin:0px;
}

.h2_text:hover{
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:12px;
font-style:normal;
color:#83A9CD;
padding-top:7px;
padding:0px;
margin:0px;
}

.small_text{
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:11px;
font-style:normal;
color:#818181;

 }
 
 .small_text:hover{
/*color:#F1D722;*/
text-decoration:none;
 }
 
.h2_atext{
 font-family:Arial, Helvetica, sans-serif;
 font-size:13px;
 color:#000000;
 margin:0px;
 padding:0px;
 font-style:normal;
  font-weight:normal;
}

.h2_atext:hover{
 font-family:Arial, Helvetica, sans-serif;
 font-size:13px;
 color:#4181D8;
 text-decoration:none;
 margin:0px;
 padding:0px;
 font-style:normal;
 font-weight:normal;
  }


.h2_atext_site{
 font-family:Arial, Helvetica, sans-serif;
 font-size:13px;
 color:#4181D8; 
 margin:0px;
 padding:0px;
 font-weight:normal;
}

.h2_atext_site:hover{
 font-family:Arial, Helvetica, sans-serif;
 font-size:13px;
 color:#000000;
 text-decoration:none;
 margin:0px;
 padding:0px;
 font-weight:normal;
  }
  
  .textbox2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color: #FFFFFF;
	color:#5C5959;
	border: 1px solid #F2BE36;
}
.textbox_over2 {
	background-color: #F3EADF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	border: 1px solid #F2BE36;
	color:#5C5959;
}

.admin_link
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
font-weight:bold;
font-style:normal;
}



.links
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#000000;
	text-decoration:underline;
}
.links:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#40434C;
	text-decoration:underline;
}

.newhead
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12;
	font-weight:bold;
	color:#000000;
}
.newheadnormal
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11;
	color:#000000;
}

.newlinks
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#000000;
	text-decoration:none;
}
.newlinks:hover
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#4181d8;
	text-decoration:none;
}
.index_link

{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	text-decoration:none;
	
}
.index_link:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#F1D722;
	text-decoration:underline;
	
}
/*
.h2_menu_sidepanel{
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
font-weight:normal;
    width : 200px;
    margin : 0px;
    padding : 0px;
	
}

.h2_menu_sidepanel:hover {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#FFFFFF;
font-weight:normal;
	line-height: 16px;
	font-size: 11px;
	color: #ffffff;
	text-decoration:none; 	
	margin : 0px;
    padding : 0px;	
}*/




.style1 {font-size: 15px;}

	
	#productIndex {
		list-style: none;
		width: 500px;
	}
	#productIndex li {
		display: inline;
		float: left;
		width: 150px;
		padding: 0px 5px 20px 5px;
	}
	#productIndex a, #productIndex a:link, #productIndex a:visited, #productIndex a:hover, #productIndex a:active {
		display: block;
		text-align: center;
		text-decoration: none;
		padding: 5px;
	}
	#productIndex a:hover {
		background-color: #ffe89a;
		color:#042143;
	}
	#productIndex img {
		border: none;
		width: 140px;
		height:100px;
	}
	
	#contentBorder p {
		width:80%;
		color:#333;
		padding-right: 5em;
	}
a.help{

	position:relative;
	z-index:24;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #888a8a;
	font-weight:bold;

}

a.help:hover{

	z-index:25; 
	cursor:help;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #888a8a;
	font-weight:bold;
}

a.help span{

	display: none

}

a.help:hover span{

	display:block;
	position:absolute;
	background-color:#F1F2F5;
	top:3em;
	left:3em;
	width:20em;
	border:2px solid #016b67;
	color:#7b7d7d;
	text-align: left;
	padding: 2px;
	text-decoration:none;
}

#FrmContactUs fieldset label {
    width:100px;
	margin-bottom: 1em;
	font-weight: bold;
	color: #005872;
}

#FrmContactUs fieldset label.formEntryAlert, .formEntryAlert {
	color:red;
}

#FrmContactUs fieldset input.gadget, #FrmContactUs fieldset input.field {
	width:200px;
	border: 1px solid #808080;
	
}

#FrmContactUs input:focus, #FrmContactUs textarea:focus, #FrmContactUs select:focus, #FrmContactUs fieldset input.gadget:focus {
	border: 1px solid #404040;
        background-color: #f2f2f2;
		
}

#FrmContactUs textarea {
	width:200pxl;
	border: 1px solid #808080;
}

#FrmContactUs fieldset select {

}

#FrmContactUs fieldset fieldset {

	margin: 1em 0;
	width: 90%;

	font-weight: normal;
	background-color: #ffffff;	
}

#FrmContactUs fieldset input.button {
        float:right;
        margin-right:20px;
        border: 1px solid #aaa;

        padding: 1px;
        width:110px;
}

#FrmContactUs fieldset fieldset label {
	margin-bottom: 2px;
		width:100px;
}


.right
{
text-align:right;}

.style1 {
	color: #FFFFFF;
	font-weight: bold;}
.class1{
padding-left:10px;
}	
.class2{
padding-left:10px;
cursor:pointer;
}	
.class3{
cursor:pointer;
}	


.style1 {
	color: #FFFFFF;
	font-weight: bold;
}
.style4 {color: #054180; font-weight: bold; }

.newstyle1 {
	border-top-color:#587faa; 
	border-top-style:solid; 
	border-top-width:1px;
}

.small_text1{
font-family:Arial, Helvetica, sans-serif;
font-weight:normal;
font-size:10px;
font-style:normal;
color:#000000;
text-decoration:underline;
}
 
 .small_text1:hover{
text-decoration:underline;
color:#5068ae;
text-decoration:underline;
 }
 
 
 .blue_text
 {
 	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	font-style:normal;
	color:#6897CB;
	text-decoration:underline;
}

.black_texti
 {
 	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#000000;
	font-style:italic;
}

.black_textn
 {
 	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#000000;
	font-style:normal;
}

.orange_date
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#bb8900;	
	
}

.blue_head
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#023f81;
	font-style:normal;
}

.news_letter_head
{
    font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:13px;
	color:#023f81;
	font-style:normal;
	
}

.blue_head1
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:14px;
	color:#000000;
	font-style:normal;
}
.blue_head2
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#000000;
	font-style:normal;
}

.grey_text
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#626467;
	font-style:normal;
	
}
.enews_text
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#023f81;
	font-style:normal;
	
}
.buttons_small{
    background-color:#939396;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	font-weight:normal;
	border:1px solid #757477;
	width:54px;
	height:18px;
	text-align:center;
	cursor:pointer;
}

.buttons_small_newssub{
    background-color:#939396;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	font-weight:normal;
	border:1px solid #757477;
	width:60px;
	height:18px;
	text-align:center;
	cursor:pointer;
	
}


.red_text
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	color:#CC0000;
	font-style:normal;
}
a.estimate
{
z-index:10;
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
margin-bottom:5px;
padding-bottom:20px;
color:#7b7b7b;
font-weight:normal;
}
a.estimate:hover
{
position:relative;
z-index:10;
cursor:help;
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#7b7b7b;
}
a.estimate span
{
display:none;
}
a.estimate:hover span
{
display:block;
position:absolute;
color:#7b7b7b;
background-color:#B2B2B2;
top:2em;
right:3em;
width:30em;
border:2px solid #0b060c;
color:#000000;
text-align:left;
padding:2px;
text-decoration:none;
}

.padding_left
{
	padding-left:4px;
}

/****************Estimate Form New Layout******************************/
#est_form td{ font-weight:bold; }

#est_form span{ font-weight:normal; font-size:11px; }

a.buttonaesc {  background:url('../images/legend_right.jpg') no-repeat scroll top right;color: #0d0b78;display: block;font:15px Arial, Helvetica, sans-serif;height: 25px;width:auto; text-decoration: none; text-align:center;}
a.buttonaesc span:hover{background:url('../images/legend_left.jpg') no-repeat;display: block;line-height: 25px;color:#0d0b78;font-size:15px;text-align:center;background-color:#F1F4F9; font-weight:bold;}
a.buttonaesc span {background: transparent url('../images/legend_left.jpg') no-repeat;display: block;line-height: 25px;color:#0d0b78;font-size:15px; padding:0 13px 0 20px; margin:0 8px 0 0;background-color:#F1F4F9;font-weight:bold; }

.est_legend{
	color:#000000;
	font-size:15px;
	vertical-align:top;
}

.est_fieldset{border:1px solid #c0c0c0; margin-top:20px; padding:5px 10px 15px 10px;}

.est_list{border:1px solid #A5ACB2; background:#fff; !important}

.mandatory_input{ background:#eef3f9; border:1px solid #A5ACB2;}

.add_item{background:url('../images/grey_item.jpg') no-repeat; width:132px; height:32px; border:0; margin-top:12px;}

.srong_boxes_text {font:14px Arial, Helvetica, sans-serif; font-style:italic; padding-left:7px; color:#032467;}

.padd_r_0 {padding-right:0px; border:0}

.padd_bot_10{padding-bottom:10px;}

.padd_top_5{padding-top:5px;}

.submit_btn
{
	background-image:url(../images/submit_shadow.jpg);
	background-repeat:no-repeat;
	width:209px;
	height:59px;
	cursor:pointer;
	text-align:center;
	border:0;
}