body {
    color : #333333;
    font-family : Veranda, Arial, sans-serif;
}
.top_bar {
  height: 78px;
}
h1.first_headline {
    color: #FF6611;margin: 5px 0 0 0;
}
h3{
    color: #FF6611;
}
.logo img {
    width : 322px;
    height : 50px;
    margin-top:25px;
}
div.search_box {
	top: 45px;
	left: 340px;
}
h3.faq {
    background: #4444AA;
}
div.faqs {
    border : solid 2px #4444AA;
}

/* Table styling */
table.items_available {
    border-color: #3399AA;
}
th {
    background-color: #3399AA;
}
tr.items td {
    border-bottom: solid 0px #3399AA;
}
.browse_items td {
	border-bottom: dotted 1px #3399AA;
}

h3.price {
    color: #FF6611;
}
table.highlight_box {
    border: 1px solid #FF6611;
}
.highlight_box th {
    background-color: #FF6611;
}
