


/* header settings ----------------------------------- */

#header{ 
/* modified header */
    height:70px;
    width: 80em;
     
/*  removed ------  
	position: absolute;
    top: 0px;
    left: 0px;
    width: 800px;
    height: 100px;
    z-index: 1;
    background-color: ;
    font-family: ; 
    font-size: px;
    color: ;
  w */
}

/* header section for logo and address --------------------------------------  */
#header h1 {
    float:left;
    width:400px;
    height:70px; /* 68px; */
    margin:0;
    padding:0;
    font-family: harrington; /* verdana; */
    font-size:32px;
    color: #CC6600;
    z-index:-1;
}

#header h2 {
    float:left;
    width:400px;
    height:70px; /* 68px; */
    margin:0;
    padding:0;
    font-family: harrington; /* verdana; */
    font-size:26px;
    z-index:-1;
}

#header a {
    display:inline;
    margin:0;
    padding:0;
    /* height:22px; this causes gap between two lines of text*/ 
    text-decoration:none; 
    color:#000;
}

#header a:hover {
    color:#990000;
}

#logo {
    float:left;
    width:112px;
    height:102px; /* 68px; */
    margin:0 0 0 0;
    padding:0 0 0 0;
    background:url(images/logo.jpg) no-repeat 0 0;
    font-size:0;
    text-indent:-9999px;
    z-index:1
}

#address {
    font-size:-2;
    z-index:1;
    /*text-indent:-9999px;*/
    display : inline;
    position: relative;
    top : 40px;
    bottom:5px;
    line-height: 0.4cm;
    line-height: 12pt;
    line-height: 120%;
} 

/* end of logo and address 
--------------------------- */

#header table tr td, #header table tr th {
    font-family: ; 
    font-size: px;
    color: ;
}
#leftPanel{ 
    width: 180px; /*16em;*/
    float:left;
    padding:4px 2px 2px 4px; /* top bottom left right */
/* --- modified ---- 
    position: absolute;
    left: 0px;
    top: 200px;
    width: 200px;
    padding: 0px 0px;
    background-color: ;
    font-family: ; 
    font-size: px;       
    color: ; 
*/
}
#leftPanel table tr td, #leftPanel table tr th {
    font-family: ;
    font-size: px;       
    color: ; 
}

#mainPanel{ 
    width: 69em; /*58em;*/
    float:left;
    margin-bottom:300px;
    padding:4px 4px 4px 0;
  /*  
    position: relative;
    margin-top: 100px;
    margin-left: 200px;
    width: 600px;    
    padding: 0px 0px;
  */
    background-color: ;  
    font-family: ; 
    font-size: px;
    color: ;    
}
#mainPanel p,#mainPanel table tr td,#mainPanel table tr th {
    font-family: ; 
    font-size: px; 
    color: ;    
}

/* ------ added --------- */
#mainPanel h2 {
    margin:0 0 0.5em 0;
    padding:0;
    font-size:18px;
}

#mainPanel h3, #mainPanel caption {
    font-weight:bold;
    color:#000;
    margin:0.5em 0 1em 0;
    font-size:14px;
}

#mainPanel h4 {
    margin:0 0 0.5em 0;
    padding:0;
    font-size:12px;
}



#footer{ 
    background-color: ;  
    font-family: ; 
    font-size: px;
    color: ;
/* ------ added --------------- */
    width:88em;
    border-top:1px solid #ccc;
    padding:0.2em 0 0.2em 0;
    clear:both;
}

/* ---------footer added ------ */
#footer p {
    text-align:center;
    line-height:1.5em;
}

#footer p.footer-links {
    font-size:12px;
}
/* ------ /footer added ------- */

#footer table tr td, #footer table tr th {
    font-family: ; 
    font-size: px;
    color: ;    
}

#categories{ 
    position: relative;
    border: 1px solid #CCC;
    padding: 0px 0px;
    background-color: ;
    font-family: ; 
    font-size: px;
    color: ;    
}
#categories table tr td, #categories table tr th {
    font-family: ;
    font-size: px;       
    color: ; 
}

#search{ 
    position: relative;
    border: 1px solid #CCC;
    padding: 0px 0px;    
    background-color: ;
    font-family: ; 
    font-size: px;
    color: ;    
}
#search table tr td, #search table tr th {
    font-family: ;
    font-size: px;       
    color: ; 
}

#manufacturers{ 
    position: relative;
    border: 1px solid #CCC;
    padding: 0px 0px;    
    background-color: ;
    font-family: ; 
    font-size: px;
    color: ;
}
#manufacturers table tr td,#manufacturers table tr th {
    font-family: ;
    font-size: px;       
    color: ; 
}

#cart { 
    position: relative;
    border: 1px solid #CCC;
    padding: 0px 0px;
    background-color: ;  
    font-family: ; 
    font-size: px;
    color: ;    
}     
#cart table tr td,#cart table tr th {
    font-family: ;
    font-size: px;       
    color: ; 
}
              
#admin a {
    color: #000;
    background: #ffa20c;
    text-decoration: none;
}

body,p,input,select,td,th,textarea {
    font-family: ; 
    font-size: px;       
}
/* body, general settings 
----------------------------- w*/

body {
   /* background-color: ;  
    color: ; w*/
    margin:0 10px; /* margin: 0cm 0cm 0cm 0cm; w-modified */
    padding:0;
    font-family:Verdana,sans-serif;
}
/* following is added for body general settings 
------------------------------------------------ w*/

body, p, div, li, td {
    font-size:11px;
    color:#222;
}

div {
    margin:0;
    padding:0;
}

img {
    border:0;
}

a, a:visited {
    text-decoration:none;
    color:#00b;
}

a {
    color:#00b;
}

a:visited {
    color:#551a8b;
}

a:hover {
    text-decoration:underline;
}
hr {
    border:none;
    color: #ccc;
    background-color: #ccc;
    height: 1px;
    width:100%;
    clear:both;
}

hr.divider {
    color:#333;
    background-color:#999;
}

#store {
    width:80em;
    margin:0 auto 1em;
    background-color:#fff;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
}
/* end of body, general settings
------------------------------- w */

td,th {
    color: ;
    align:left;
}

p.headings  {font-size:11px; background-color: #CE7FF5;}
td.headings {font-size:11px; background-color: #CE7FF5; text-align: left;}
table.borderOnly { border: 1px solid #CCC;  padding: 0px 0px; }
tr.odd {
    background-color: #DDDBE0;
}


.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 0px;
left: -1000px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 0px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 0; /*position where enlarged image should offset horizontally */

}
/* horizontal menu with sub-menu 
------------------------------------- */

#menu {
    background:#000 url(images/bg_nav_top.gif) repeat-x 0 0;
    margin:0;
    padding:0;
    width: 768px; /* 80em; This is full length. The new length to pull logo down. */
    float:right;
}

#menu ul, #subnav ul {
    list-style:none;
    margin:0;
    padding:0;
    overflow:auto;
}

#menu ul li{
      float:left;
      display:block;
}

#menu ul li a {
    display:block;
    line-height:32px; /* main menu height, increased from 30 - 35 to close the gap */
    padding:0 1em;
    text-decoration:none;
    font-size:11px;
    font-weight:bold;
    color:#fff;
    float:left;
    border-right:1px solid #000; /* gap between main menu */
    margin:0px 0; /* 2px 0; removed the border */
}

#menu ul li.searchbox {
    padding-right:2em;
    float:right;
}   
    
#menu ul li input {
    margin:8px 0 0 2px;
    padding:0;
    vertical-align:middle;
    font-size:95%;
    color:#666;
}   
    
#menu form {    margin:0;
    padding:0;
}
#menu a:hover	{
	color : #000;
	background: #990000 !important;
}

	
span.section-1 #menu li#nav-1 a, 
span.section-2 #menu li#nav-2 a,
span.section-3 #menu li#nav-3 a,
span.section-4 #menu li#nav-4 a,
span.section-5 #menu li#nav-5 a,
span.section-6 #menu li#nav-6 a{
	
	/* border-bottom : 1px solid #fff;*/
	color : #fff; /* main menu selected text, submenu text color - white */
	background:#822b22; /*#990000; bgcolor selected main menu */
	position:relative;
}

#menu #subnav-1,
#menu #subnav-2,
#menu #subnav-3,
#menu #subnav-4,
#menu #subnav-5,
#menu #subnav-6{
	display : none;
	width: 90%;
}

span.section-1 #menu ul#subnav-1, 
span.section-2 #menu ul#subnav-2,
span.section-3 #menu ul#subnav-3,
span.section-4 #menu ul#subnav-4,
span.section-5 #menu ul#subnav-5,
span.section-6 #menu ul#subnav-6 {
	
	display : block; /* inline; */
	/*
	left : 210px; /* position of subnav */
	position:absolute;
	top : 105px;  /* this the position of the sub-menu */
	*/
	position: relative;
    margin-top: -3px;
    margin-left: -150px; 
    width: 450px;    
    
	background:#822b22; /* #990000;  added to create a sub-menu background */
	padding :  5px 6px 5px 6px;
}

span.section-1 #menu ul#subnav-1 a, 
span.section-2 #menu ul#subnav-2 a,
span.section-3 #menu ul#subnav-3 a,
span.section-4 #menu ul#subnav-4 a,
span.section-5 #menu ul#subnav-5 a,
span.section-6 #menu ul#subnav-6 a {
	
	border : none;
	border-left : 1px solid #ccc;
	
	font-size : 11px;
	font-weight : normal;
	z-index:1;
	line-height : 12px;
	margin-right : 4px;
	padding :  2px 10px 2px 10px; 
	text-decoration : none;
}

 #menu ul a:hover {
	color : #f00 !important;
}
/* the #990000 strip of for submenu 
-------------------------------------- */
#subnav {
    width:/* 762px; */ 80em; 
    float:right;
    background-color:#822b22; /* #990000;*/
    padding:6px 0px 6px 0; 
    border-bottom:1px solid #822b22; /* #990000;*/
    /*margin-top:expression(-2+"px"); causing problems in IE Win*/
}
/* --------- calendar ------ */
#calendartable {

	background-color: white;

	padding: 0.25em;

	border: 1px solid green;

	text-align: center;

	font-size: 0.8em;

}

#calendartable td a {

	display: block;

	width: 100%;

	height: 100%;

	text-decoration: none;

	color: green;

}

#calendartable td a:hover {

	background-color: yellow;

}

.yestext {

	border: 1px solid green;

	width: 1.5em;

	height: 1.25em;

}

.notext {

	height: 1.25em;

}
