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

body {
margin: 0;
padding: 0;
font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 14px;
color: #252955;
}

#header {
	background-color: #333878;
	padding: 20px 10px 0 20px;
	height: 38px;
}

#header img {
float: left;
}

#headerlinks {
text-align: right;
color: #fff;
margin-top: 16px;
font-size: 16px;
}

#headerlinks a {
color: #fff;
}

#main {
width: 900px;
margin: 0 auto;
clear: both;
}

#main a {
font-weight: bold;
color: #930;
text-decoration: none;
}

#main a:hover {
text-decoration: underline;
}

#main a:visited {
color: #ff6600;
}

p.description {
padding-left: 12px;
}

.jug, .box {
border-right: 1px dotted #333878;
}

#slogan {
font-style: italic;
padding-top: 20px;
}

#page {
border: 2px solid #333878;
background-image: url(../images/content_top.png);
background-repeat: repeat-x;
background-color: #dbe6f5;
padding: 0 16px 16px 16px;
}

h1#pagetitle {
float: left;
}

#search {
float: right;
}

#content {
clear: both;
padding-top: 16px;
}

#footer {
	background-color: #333878;
	padding: 4px 8px 4px 0;
	height: 15px;
	margin-top: 22px;
}

#footer img {
float: right;
}

p.price {
color: #fff;
background-image: url(../images/price.png);
background-repeat: no-repeat;
height: 125px;
width: 125px;
padding: 30px 0 0 29px;
}

p.jug {
color: #fff;
text-transform: uppercase;
font-weight: bold;
font-size: 12px;
background-image: url(../images/jug.png);
background-repeat: no-repeat;
height: 65px;
width: 165px;
padding: 155px 0 0 85px;
}

p.box {
color: #930;
text-transform: uppercase;
font-weight: bold;
font-size: 12px;
background-image: url(../images/box.png);
background-repeat: no-repeat;
height: 114px;
width: 155px;
padding: 26px 14px 0 80px;
}

th {
padding: 20px 0 10px 0;
border-bottom: 1px solid #333878;
}

td {
border-bottom: 1px solid #fff;
}

.searchterm {
text-transform: capitalize;
}

.error {
color: red;
font-weight: bold;
}