body{
color : #000000;
background-color: #ffffff;
font-family: Helvetica,Verdana, Arial, sans-serif;
font-size: 12px;
margin-top: 0px;
margin-left:0px;
}
.caption{
font-family:verdana,Arial,Helvetica,sans-serif;
font-size 9px;
color:#000000;
}

td {font-family:verdana,Arial,Helvetica,sans-serif;font-size:12px;color:#000000;}
a {text-decoration:none;font-family:verdana,Arial,Helvetica,sans-serif;font-size:12px;color:#000000;}
a:hover{text-decoration:underline;}

.text_style{
color : #000000;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
text-decoration: none;
}

.text_style_header{
color : #000000;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
text-decoration: none;
}

.left_borders{
border-left-width : 1px;
border-top-width : 0px;
border-right-width : 0px;
border-bottom-width : 0px;
border-color  : #000000;
border-style: solid;
}
.red_top_border{
border-left-width : 0px;
border-top-width : 1px;
border-right-width : 0px;
border-bottom-width : 0px;
border-color  : #ff0000;
border-style: solid;
}

.top_borders{
border-left-width : 0px;
border-top-width : 1px;
border-right-width : 0px;
border-bottom-width : 0px;
border-color  : #000000;
border-style: solid;
}
.main_bg{
border-left-width : 0px;
border-top-width : 1px;
border-right-width : 1px;
border-bottom-width : 0px;
border-color  : #000000;
border-style: solid;
background: url(../img/mainbg.gif);
}


.bottom_borders{
border-left-width : 0px;
border-top-width :01px;
border-right-width : 0px;
border-bottom-width : 1px;
border-color  : #000000;
border-style: solid;
}

.top_left_borders{
border-left-width : 1px;
border-top-width : 1px;
border-right-width : 0px;
border-bottom-width : 0px;
border-color  : #000000;
border-style: solid;
}
.top_left_borders{
border-left-width : 1px;
border-top-width : 1px;
border-right-width : 0px;
border-bottom-width : 0px;
border-color  : #000000;
border-style: solid;
}

.top_left_bottom_borders{
border-left-width : 1px;
border-top-width : 1px;
border-right-width: 0px;
border-bottom-width: 1px;
border-color  : #000000;
border-style: solid;
}

.top_right_bottom_borders{
border-left-width : 0px;
border-top-width : 1px;
border-right-width: 1px;
border-bottom-width: 1px;
border-color  : #000000;
border-style: solid;
}

.top_right_borders{
border-left-width : 0px;
border-top-width : 1px;
border-right-width: 1px;
border-bottom-width: 0px;
border-color  : #000000;
border-style: solid;
}

.top_left_right_bottom_borders{
border-bottom-width : 1px;
border-left-width : 1px;
border-top-width : 1x;
border-right-width : 1px;
border-color  : #000000;
border-style: solid;
}

.main_header{
color : #000000;
font-family: sans-serif;
font-size: 30px;
font-weight: bold;
}

.form_style{
border: 1px solid #000000;
font-size: 12px;
}

.manufacturer{
color : #000000;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
text-decoration: none;
font-weight: bold;
}
                                                                                                                            
.manufacturer:hover{
color : #838383;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
text-decoration: underline;
font-weight: bold;
}

.category{
color : #061c63;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 12px;
text-decoration: none;
font-weight: bold;
}
.category{
color : #061c63;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
text-decoration: none;
font-weight: bold;
}

.suso_design{
color : #000000;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 10px;
}

.subcategory{
color : #940000;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
text-decoration: none;
font-weight: bold;
}
                                                                                                                             
.subcategory:hover{
color : #838383;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
text-decoration: underline;
font-weight: bold;
}

.thin_line{
border: none;
height: 1px;
background: #000000;
margin: 0px 0px 5px 0px;
}


a.hover{

color: #c0c0c0;
text-decoration: none;

}

/*drop down menu*/

#menu{
width:100%;
float:left;
}

#menu a, #menu h2{
display:block;
font:bold 11px, verdana,Arial,Helvetica,sans-serif;
white-space:nowrap;
text-indent:0px;
margin:0;
padding:1px 0;
}

#menu a{
color:#000;
background:#000000;
text-decoration:none;
width:100%;
}

#menu a:hover{
color:#000;
background:#505050;
color:#c0c0c0;
background:#505050;
width:100%;
}

#menu a.blackme{
background:#000000;
text-decoration:none;
width:100%;
}

#menu a.blackme {
color:#ffffff;
text-align: center; 
}

#menu a.blackme:hover{
color:#ffffff;
background:#505050;
text-align: center; 
}

#menu ul{
margin:0;
padding:0;
list-style:none;
float:left;
width:120px;
}

#menu li {position: relative;}

#menu li:hover{
cursor:pointer;
z-index:100;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
/* top:0; */
display:none;
}

#menu ul ul ul{
top:0;
left:9.0em;
}

#menu li:hover ul ul,
#menu li li:hover ul ul,
#menu li li li:hover ul ul,
#menu li li li li:hover ul ul
{display:none;}

#menu li:hover ul, 
#menu li li:hover ul,
#menu li li li:hover ul, 
#menu li li li li:hover ul 
{display:block;}

/* Fix IE. Hide from IE Mac \*/
* html #menu ul li{float:left;height:1%;}
* html #menu ul li a{height:1%;}
/* End */

#menu h2{
color:#fff;
background:#000;
margin:0;
width:100%
}

/*end of drop down menu*/


* html #menu ul li a{height:1%;}
/* End */

/* Styling for Expand */


#menu h2{
color:#fff;
background:#000;
margin:0;
width:100%
}

/*end of drop down menu*/

