/* CSS Document */
/*link colors*/
A:link {text-decoration: none; color: red;}
A:visited {text-decoration: none ;color: red;}
A:active {text-decoration: none; color: red;}
A:hover {text-decoration: underline; color: blue;}
/*main containers*/
body {
margin:0;
padding: 0;
border: 0;
text-align: center;
background-color:#000000;

color:#FFFFFF;
}

#main{
height: auto;
width:1002px;
margin:0 auto;
position:relative;
font-family:tahoma;
border-style:solid;
border-color:#FF0000;
border-width:1;
background-color:#000000;
}

#header{
width:1000px;
height:200px; 
background-image:url(../images/site/top.jpg);
background-repeat:no-repeat;
background-color:#000000;
}

#indexheader{
width:1000px;
background-color:#000000;
}

#left{
float:left;
width:220px;
background-color:;
}

#mid{
float:left; 
width:780px; 
background-color:;
}

#right{
float:left; 
width:220px; 
background-color:;
}

#footer{ 
width:1000px;
float:left;
margin-top:30px;
color:#666666;
font-size:70%;
position:relative;
background-color:;
}
/*header containers*/
#search{
width:50px;
position:absolute;
top:70px;
left:30px;
z-index:101;
}



#dropcart{
position:absolute;
top:45px;
left:850px;
color:#666666;
}
/*left containers*/
#lmenu{
width:150;
border-style:solid;
border-color:#990000;
border-width:1;
z-index:-1;
background-color:#333333;
}
/*mid containers*/
#midtext{
float:left;
margin:10px;
width:550px;
position:relative;
top:0px;
font-size:105%;
text-align:left;
color:#CCCCCC;
}

#midtext a:visited { color: #999999; }
#midtext a:active { color: #999999; } 
#midtext a:link  { color: #999999; }
#midtext a:hover { color: #FF0000; }

#notice a:visited { color:red; }
#notice a:active { color:red; }
#notice a:link  { color:red; }
#notice a:hover { color:red; }

#newitemcontainer{
float:left;
margin:0px;
position:relative;
top:20px;
padding:1px 1px 1px 1px;
border-style:solid;
border-color:#990000;
border-width:1;
background-color:#333333;
}

#newitempic{
position:relative;
float:left;
z-index:2;
}

#newitemtext{
position:relative;
color:#CCCCCC;
top:0px;
z-index:0;
}


#featureditem{
width:170px; 
height:170px; 
position:relative;
top:20px;
color:#CCCCCC;
border-style:solid;
border-color:#990000;
border-width:1;
}


#catalog{
float:left;
position:relative;
width:150px; 
height:100px; 
top:30px;
color:#999999;
font-size:80%;
border-color:#990000;
border-width:1px;
}

#rightside{
float:left;
margin-top:0px;
width:155px; 
height:100px; 
position:relative;
top:20px;
border-style:solid;
border-color:#990000;
border-width:1px;
color:#CCCCCC;
font-size:80%;
background-color:#333333;
}

/*tech.html containers*/
#tableContainer{
text-align:left;
margin-top:20px;
}

#tablegrey{
text-align:left;
width:720px;
border-style:solid;
border-color:#990000; 
border-width:1; 
background-color:#333333;
}

#tableblack{
text-align:left;
width:720px;
border-style:solid;
border-color:#990000; 
border-width:1; 
}

#youarehere{
text-align:left;
margin-top:10px;
}

/*contact.html containers*/
#contactContainer{
position:relative;
left:110px;
float:left;
text-align:left; 
height:225px;
border-style:solid; 
border-width:1px; 
border-color:#990000;
background-color:#333333;
}

/*faq.html containers*/
#faqcontainer{
width:700px;
border-style:solid; 
border-width:1px; 
border-color:#990000;
background-color:#333333;
margin-top:20px;
}

#question{
color:#999999;
}

#answer{
color:#CCCCCC;
}

#faqtitle{
color:#FF0000;
}

/*menu*/
.ddsmoothmenu{
font: bold 12px Verdana;
background: ; /*background of menu bar (default state)*/
width: 100%;
}

.ddsmoothmenu ul{
z-index:99;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
background: black; /*background of menu items (default state)*/
color: white;
padding: 5px 5px;
border-right: 1px solid #778;
color: #999999;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #999999;
}

.ddsmoothmenu ul li a:hover{
background: red; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
z-index:200;
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
z-index:200;
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font: normal 13px Verdana;
width: 160px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

/*catalog request page*/
.saddress {
	width: 288px;
}
.saddress2 {
	width: 305px;
}
.sstate {
	width: 30px;
}
.szip {
	width: 70px;
}
.sfirst {
	width: 130px;
}
.slast {
	width: 145px;
}
.semail {
	width: 300px;
}



#nav, #nav ul {
     padding: 0; 
         margin: 0;   
           list-style: none; 
           } 
           
           #nav a {   
             display: block; 
                width: 10em; } #nav li {  
                   float: left;   
                     width: 10em; 
                     }
                     
                     
#nav li ul { 
    position: absolute;   
      width: 10em;    
       left: -999em; 
       } 
       
       #nav li:hover ul {   
         left: auto; 
         
         }                     