@charset "UTF-8";
/* CSS Document */

/*links for the menu*/
a {text-decoration:none;}
a.menu:link {color:#FFFFFF;}
a.menu:visited {color:#FFFFFF;}
a.menu:hover {color: #999999;}

/*links for index/first page*/
a.index:link {color:#666666;}
a.index:visited {color:#666666;}
a.index:hover {color:#333333;}


/*contact page links*/
a.c2:link {color:#666666;}
a.c2:visted {color:#666666;}
a.c2:hover {color:#000000;}


/*image lnks*/
a img {text-decoration:none;
border:0;}

/*main menu buttons*/
.nar {
font-family:"Helvetica", Arial, sans-serif;
font-size:14px;
font-style:bold;
letter-spacing:2px;
color:#FFFFFF;
text-align:center
}

.navclick {
font-family:A"Helvetica", Arial, sans-serif;
font-size:14px;
font-style:bold;
letter-spacing:2px;
color:#999999;
text-align:center
}

/*inventory menu buttons*/
.inv {
font-family:"Helvetica", Arial, sans-serif;
font-size:11px;
font-style:normal;
letter-spacing:2px;
color:#FFFFFF;
text-align:center;
line-height:15PX;
}

/*boarder*/
#bb {
border-style:solid;
border-width:thin;
width:800px;v
height:547px;
padding:0px;
border-color:#000000;
}

/*smaller boarder*/
#bc {
border-style:solid;
border-width:thin;
width:600px;
height:300px;
padding:0px;
border-color:#000000;
}

/*even smaller boarder*/
#bd {
border-style:solid;
border-width:thin;
width:600px;
height:100px;
padding:0px;
border-color:#000000;
}

/*content page title*/
.con_title {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
letter-spacing:1px;
color:#000000;
text-align:center;
}

/*content page text*/
.con {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
letter-spacing:1px;
color:#000000;
text-align:center;
}

/*about page text*/
.about {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
letter-spacing:.7px;
line-height:15px;
color:#000000;
text-align:justify;
}

/*about page title info*/
.about_title {
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
letter-spacing:1px;
color:#000000;
}