@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:#000000;}

a.index:link {color:#666666;}
a.index:visited {color:#666666;}
a.index:hover {
	color:#333333;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

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

a img {text-decoration:none;
border:0;}


/*main menu buttons*/
.nar {
font-family:"Times New Roman", Times, serif;
font-size:14px;
font-style:italic;
letter-spacing:2px;
color:#FFFFFF;
text-align:center
}

/*clicked buttons*/
.navclick {
font-family:"Times New Roman", Times, serif;
font-size:14px;
font-style:italic;
letter-spacing:2px;
color:#000000;
text-align:center
}


/*inventory menu buttons*/
.inv {
font-family:"Times New Roman", Times, serif;
font-size:12px;
font-style:normal;
letter-spacing:2px;
color:#FFFFFF;
text-align:center
}


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

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

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


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

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

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

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

}
.newsletter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
