@charset "utf-8";
.verticalDivider {
	background-image: url(../Images/VerticalDashed.gif);
	background-repeat: repeat-y;
	background-position: center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-image: url(../Images/brushed-metal.jpg);
	background-repeat: repeat;
}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #444444;
}
.categoryHeading {
	font-size: 16px;
	font-weight: bold;
	color: #999999;
}
.categorySubHeading {
	font-size: 16px;
	font-style: italic;
	color: #666666;
}
.brandName {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
}
a {
	color: #666;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666;
}
.subtitle {
	font-weight: bold;
	color: #333;
}

/* Horizontal Menu Styles */
#navbar ul {
	margin: 0;
	padding: 5px;
	list-style-type: none;
	text-align: center;
	background-color: #000;
	width: 98.9%;
    } 

#navbar ul li {  
    display: inline; 
    } 

#navbar ul li a { 
    text-decoration: none; 
    padding: .2em 1em; 
    color: #ccc; 
    background-color: #000; 
    } 

#navbar ul li a:hover {
	color: #FFFFFF;
	background-color: #333333;
    } 


