﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #b6b7bc;
   /* background: #94b594;  *//*green*/
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

.errormessage
{
    color : Red;
    
    }

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
    background-color: #fff;
    margin: 20px auto 0px auto;
    border: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #4b6c9e;
    background : white;
    width: 100%;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    float: right;
    padding: 0px 8px;
    margin: 5px 5px 5px 5px;
    min-height: 420px;
    width: 710px; 
   /* border: 1px solid purple;    */
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
    
}

.footer
{
    /*   color: #4e5766;*/
    /*color:        #886D02;*/
    color:        #3A4F63 ;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}

.footer a:link, a:visited
{
    /*color:        #886D02;*/
    color:        #3A4F63 ;
}

.footer a:hover
{
    color: #3A4F63;
    text-decoration: none;
}

.footer a:active
{
    color:        #3A4F63;
}







/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
     
   /* border: 1px solid red;*/
    background-color:#3a4f63;
    /*background-color:#3c793c;*/   /*green*/
    width:100%;
    /*clear:left ;*/
}



div.menu
{
   /* position:relative ;
    display:inline  ;
    */
/*    border: 1px solid yellow;*/
    padding: 4px 0px 4px 8px;
    /*float: left ;*/  /*not needed - element already is made to float to the left*/
}


div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
   /* background-color: #458a45; */  /*green menu items?*/  
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
    /*border: 2px solid orange;*/ 
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    /*color: blue;*/
    color: #3a4f63;
    /*border: 2px solid grey; */
}

 

.loginDisplay a:link
{
    color: #3a4f63;
    /*color: blue;*/
}

.loginDisplay a:visited
{
    /*color: blue;*/
    color: #3a4f63;
}

.loginDisplay a:hover
{
    /*color: blue;*/
    color: #3a4f63;
}


.topright
{
   float:right ;
    /*border: 2px solid red;*/
}


.masterSearch
{
    /*text-align:right; */
    /*float: right;*/
    /*
    position:relative ;
    
    */
    
   /* border: 2px solid aqua; */
    vertical-align: bottom   ;
     display:inline-block ;
    color:#b38f07;
    margin: 2px;  
    font-weight: bold ; 
    /*float: right;*/
    }
  
    


.masterSearchButton
{
    vertical-align: bottom ;
    
    }


.toprightaddress
{
     background-image: url('/images/home/globe.gif'); 
    background-repeat:no-repeat;
    
    font-size:10px;
    font-weight: bold;
    
    display:inline-block ;
    text-align: left;
    padding: 10px;
    /*color: blue;*/
    color: #3a4f63;
    /*border: 2px solid orange;*/
    
    }



.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

/*left nav*/

.colone-outer
{
    /*border: 0px solid red;*/
	float: left;
	width: 220px;


    }    


#colOne {
        
	border-right: 1px solid #7c660c;
	border-bottom: 2px solid #7c660c;
	background-color: #eeeeee;
	  
/*
	background: url(../images/table/goldhorzgradient2.gif);
	background-repeat: repeat-x  ; 
*/
}

.divimgHLogo
{

    
    }
    

    
.breadbox
{   
    
    color: black;
    padding-left: 8px;
    font-weight: bold ; 
    /*background-color: #cccccc;*/
    
    }



/*left search box*/

.leftsearchMenu_master
{
    background:url(../images/bg/shadow-right.png) repeat-x 100% 0;    
}

.leftsearchMenu_master h3
{
    /*color: Red;*/
    /*padding-top: 0px;*/
    margin-top: 5px;
    color: #3A4F63;
}


.divLeftMenuGenSearchBoxButton
{
   /* border: 1px solid purple;*/
    vertical-align: top ; 
    padding: 0px;
    margin: 0px;
    }

.leftmenuimgbtnGenSearch
{
   /* padding: 0px;
    margin: 0px;*/
    vertical-align: top;
    }
 
 .leftmenutxtboxGenSearch
 {
      /*     padding: 0px;
        margin: 0px;
    */
    vertical-align: top; 
     }
   

.leftsearchMenu_horzline
{
    background:url(../images/bg/shadow-right.png) repeat-x 100% 0;   
    margin-top: 5px; 
    margin-bottom: -20px; 
}







/*- Menu 12--------------------------- */
	
.menu12 {
	width: 200px;
	margin: 10px;
	}



.menu12 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.menu12 img {
    border: none;
} 

	
.menu12 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 22px;
	text-decoration: none;
	}	
	
.menu12 li a:link, .menu12 li a:visited {
	color: #666;
	display: block;
	background:  url(../images/verticalmenus/menu12.gif);
	padding: 10px 0 0 35px;
	}
	
.menu12 li a:hover {
	color: #000;
	background:  url(../images/verticalmenus/menu12.gif) 0 -32px;
	padding: 10px 0 0 35px;
	}
	
	
/*- Menu 1--------------------------- */
	
.menu1 {
	width: 200px;
	margin: 10px;
	border-style: solid solid none solid;
	border-color: #3D261D;
	/*border-size: 1px;*/
	border-width: 1px;
	}



.menu1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.menu1 img {
    border: none;
} 

	
.menu1 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
.menu1 li a:link, .menu1 li a:visited {
	color: #E4D6CD;
	display: block;
	background:  url(../images/verticalmenus/menu1.gif);
	padding: 8px 0 0 10px;
	}
	
.menu1 li a:hover {
	color: #FFF;
	background:  url(../images/verticalmenus/menu1.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}	


	
/*- Menu 13--------------------------- */




.menu13 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.menu13 img {
    border: none;
} 

	
	
.menu13 {
	width: 200px;
	margin: 10px;
	 
	}
	
.menu13 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
.menu13 li a:link, .menu13 li a:visited {
	/*color: #b38f07;*/
	color: #886d02;
	display: block;
/*	background:  url(/images/verticalmenus/menu13.gif); 
	padding: 8px 0 0 10px;*/
    padding: 0 0 0 10px;
    font-size:1.1em; 
	}
	
.menu13 li a:hover {
	color: #7c660c;
	background:  url(/images/verticalmenus/menu13.gif) 0 -32px;
	padding: 2px 0 0 10px;
	}
	
/* my menu 14*/

.menu14 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}

.menu14 img {
    border: none;
} 

/*was unable to use ul in the product list page due to td*/
.leftmenu_li
{
    list-style: none; 
    	margin: 0;
	padding: 0;
    text-transform:capitalize ; 
    }
	

	
.menu14 {
	width: 200px;
	margin: 10px;
	/*border: 1px solid red; */
	}
	
.menu14 li a {
	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
	}	
	
.menu14 li a:link, .menu14 li a:visited {
	/*color: #b38f07;*/
	color: #886d02;
	display: block;
/*	background:  url(/images/verticalmenus/menu13.gif); 
	padding: 8px 0 0 10px;*/
    padding: 0 0 0 10px;
    font-size:1.1em; 
    
	}
	




.menu14 li a:hover {
	/*color: #7c660c;*/
	color: #f3c718;
	/*background:  url(/images/verticalmenus/menu13.gif) 0 -32px;*/
	background-color: #555555; 
	padding: 2px 0 0 10px;
	
	}


/*----------------------------------------------*/

.currentdate
{
    
   /* color: Red;*/
    /*border: 1px solid red;*/
    }

.divcurrenttime
{
    text-align: right ;
    font-size:smaller  ;
    color: #3A4F63; 
    /*border: 1px solid blue;*/
    }
    
 
 
 