﻿/* CSS Document */


body {
  background: #ffffff;
  font-family: Arial, Verdana, Microsoft Sans Serif, Helvetica, san serif;
  font-size: 11pt;
  color: #000000;
  text-align: center;
}

/* background image*/

#bgimage1{
background-image:url('images/nutbg.jpg');
}
#bgimage2{
background-image:url('images/nut4bg.jpg');
}
#grabkit{
background-image:url('images/grabkit-y2.jpg');
background-repeat: no-repeat;
background-position: top center;
}

#menuimage{
background-image:url('b_top.jpg');
background-repeat: no-repeat;
background-position: top left;
}



.left{
	text-align:left;
}
.right{
	text-align:right;
}
.center{
	text-align:center;
	float:inherit;
}

.noborder {
	border-width: 0px;
}

a.pic:visited{
	color: #3A84A4;
	border:3px, solid;
	}

a.pic:link{
	color: #3A84A4;
	border:3px, solid;
    }

a.pic:hover{
	color: #FFFF00;
	border:3px, solid;
	}


/* Hyperlinks */

a.sitefoot:visited{
	color: #0000a0;
	font-family: Tahoma, Avalon, Arial, Verdana;
	font-size: 9pt;
	font-weight: normal; }	

a.sitefoot:link{
	color: #0000a0;
	font-family: Tahoma, Avalon, Arial, Verdana;
	font-size: 9pt;
	font-weight: normal; }	

a.sitefoot:hover{
  color: #3a84a4;}
  
a.shop:visited{
	color: #ffffff;
	font-family: Arial, Verdana;
	font-size: 9pt;
	font-weight: normal; }	

a.shop:link{
	color: #ffffff;
	font-family: Arial, Verdana;
	font-size: 9pt;
	font-weight: normal; }	

a.shop:hover{
  color: #3a84a4;}  

  
a.shop1:link {
	color: #FFFF33;
	font-family: Arial, Verdana;
	font-size: 12pt;
	font-weight: normal; }
a.shop1:visited {		
	color: #000080;}
a.shop1:hover{
  color: #FF9933;} 
  
a.shop2:link {
	color: #FFFF33;
	font-family: Arial, Verdana;
	font-size: 12pt;
	font-weight: normal; }	
a.shop2:visited {
 color: #000080;}
a.shop2:hover{
  color: #FF9933;}    


/* Headings - fonts*/
.style1 {
	font-size: 16px;
	font-weight: bold;
}

p{
 font-family: Arial, Verdana, Microsoft Sans Serif, Helvetica, san serif;
 font-size: 12pt;
 font-weight: normal;
 color: #000000;
 margin: 0px;
 padding: 0px;
}
p.bold{
 font-family: Arial, Verdana, Microsoft Sans Serif, Helvetica, san serif;
 font-size: 11pt;
 font-weight: bold;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

p.blue{
 font-family: Arial, Verdana, Microsoft Sans Serif, Helvetica, san serif;
 font-size: 12pt;
 font-weight: normal;
 margin: 0px;
 padding: 0px;
 color: #003399;}
 p.cyan{
 font-family: Arial, Verdana, Microsoft Sans Serif, Helvetica, san serif;
 font-size: 12pt;
 font-weight: normal;
 margin: 0px;
 padding: 0px;
 color: #3A84A4;}


h1{
 font-family: Arial, Verdana, Microsoft Sans Serif, Helvetica, san serif;
 font-size: 12pt;
 font-weight: bold;
 color: #3A84A4;
 margin: 0px;
 padding: 0px;
}

h2{
 font-family: Arial, Verdana, Microsoft Sans Serif, Helvetica, san serif;
 font-size: 12pt;
 font-weight: bold;
 color: #000080;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial, Verdana, Microsoft Sans Serif, Helvetica, san serif;
 font-size: 12pt;
 font-weight: bold;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial, Verdana, Microsoft Sans Serif, Helvetica, san serif;
 font-size: 12pt;
 font-weight: normal;
 color: #3A84A4;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Arial, Verdana, Microsoft Sans Serif, Helvetica, san serif;
 font-size: 10pt;
 font-weight: bold;
 color: #3A84A4;
 margin: 0px;
 padding: 0px;
}

h6{
 font-family: Arial, Verdana, Microsoft Sans Serif, Helvetica, san serif;
 font-size: 8pt;
 font-weight: normal;
 color: #3A84A4;
 margin: 0px;
 padding: 0px;
}

p.normist{
font-family: Tahoma, Avalon, Arial, Verdana;
font-size: 10px;
font-weight: normal;
text-align: center; 
color: #003399;}


/*padding*/

#pad1{
padding: 6px 6px 6px 6px;
}
#textbox{
padding: 8px 8px 8px 8px;
text-align: left;
}

td.pad3{
padding: 2px 2px 2px 30px;
}

/* Products Found */

#productsfound {
width: 630px; background-color: #fff5f5;} 
#productsfound p {
font-family: Arial, Verdana, Microsoft Sans Serif, Helvetica, san serif;
font-size: 12pt; 
font-weight: normal; 
color: #CC99FF;
}


/* Menu */

.awmAnchor {position:absolute;z-index:0}

#navigation {width: 100%; font-family: Arial, Verdana, Microsoft Sans Serif, Helvetica, san serif; font-size:14px;}
#navigation ul {list-style: none; margin: 0; padding: 0;}
#navigation li {border-bottom: 1px solid #3a84a4;}

#navigation li a:visited 
 {
   margin-right:2px;
   display: block; 
   padding: 3px 10px 2px 20px;
   border-bottom: 2px solid #3a84a4; 
   border-top: 1px solid #ffffff;
   background-color: #3a84a4; 
   color: #ffffff; 
   text-decoration: none;
   background-image: url(images/bullets_l1.gif);
   background-repeat: no-repeat;
   background-position: 4px;
 }

#navigation li a:link 
 {
   margin-right:2px;
   display: block; 
   padding: 3px 10px 2px 20px;
   border-bottom: 2px solid #3a84a4; 
   border-top: 1px solid #ffffff;
   background-color: #3a84a4; 
   color: #ffffff; 
   text-decoration: none;
   background-image: url(images/bullets_l1.gif);
   background-repeat: no-repeat;
   background-position: 4px;
 }

#navigation li a:hover 
{
   border-left: 2px solid #c1c1c1; 
   border-right: 2px solid #000000;
   border-top: 1px solid #c1c1c1; 
   border-bottom: 2px solid #000000;
   background-color: #3a84a4; 
   color: #ffffff;
   background-image: url(images/bullets_w6.gif);
}
#navigation li a:active 
{
   border-left: 2px solid #000000; 
   border-right: 2px solid #c1c1c1;
   border-top: 1px solid #000000; 
   border-bottom: 2px solid #c1c1c1;
   background-color: #0000a0;
   color: #ffff00; 
   background-image: url(images/bullets_w6.gif);
}


/* Sub Category */

#navigation ul ul{margin-left: 12px;}
#navigation ul ul li{border-bottom: 1px solid #ffffff; margin: 0;}

#navigation ul ul a:visited
{
   margin-right:2px;
   display: block; 
   padding: 3px 10px 2px 20px;
   border-bottom: 2px solid #0000a0; 
   border-top: 1px solid #0000a0;
   background-color: #0000a0; 
   color: #ffffff; 
   text-decoration: none;
   background-image: url(images/bullets_l1.gif);
   background-repeat: no-repeat;
   background-position: 4px;
} 

#navigation ul ul a:link
{
   margin-right:2px;
   display: block; 
   padding: 3px 10px 2px 20px;
   border-bottom: 2px solid #0000a0; 
   border-top: 1px solid #0000a0;
   background-color: #0000a0; 
   color: #ffffff; 
   text-decoration: none;
   background-image: url(images/bullets_l1.gif);
   background-repeat: no-repeat;
   background-position: 4px;
} 

#navigation ul ul a:hover
{
   border-left: 2px solid #c1c1c1; 
   border-right: 2px solid #000000;
   border-top: 1px solid #c1c1c1; 
   border-bottom: 2px solid #000000;
   background-color: #3a84a4; 
   color: #ffffff;
   background-image: url(images/bullets_w6.gif);
}
#navigation ul ul a:active 
{
   border-left: 2px solid #000000; 
   border-right: 2px solid #c1c1c1;
   border-top: 1px solid #000000; 
   border-bottom: 2px solid #c1c1c1;
   background-color: #0000a0;
   color: #ffff00; 
   background-image: url(images/bullets_w6.gif);
}

/* Timers and Clocks */
*#timecontainer3{
background-color:#000000;
color:#339900;
font: bold 16px Arial;
padding: 3px;
}

*#timecontainer4{
background-color:#000000;
color:#339900;
font: bold 16px Arial;
padding: 3px;
}

.clock{
font-size: 12px;
}
.count{
font: normal 14px Arial;
color:#000000;
}
.state{
color:#000080;
font: normal 15px Arial;
}
.dow{
color:#339900;
font: normal 15px Arial;
}

.lcdstyle{ 
color:#CC3300;
font: normal 18px Arial;
padding: 3px;
}
.lcdstyle1{ 
font-family: Arial;
font-size: 14px;
font-weight: normal;
color:#000080;
}

.counterstyle{
color:#CC3300;
font: normal 18px Arial;
padding: 3px;
}

*#counterstyle1{ 
color:#000080;
font: normal 14px Arial;
}

*#qldclock{
padding-bottom: 8px;
padding-top: 8px;
padding-left: 10px;
padding-right: 10px;
background-color:#666666;
}
*#ntclock{
padding-bottom: 8px;
padding-top: 8px;
padding-left: 10px;
padding-right: 10px;
background-color:#666666;
} 
 

