/* CSS Document */
body {
text-align:center;
min-width: 950px;
font-size: 62.5%;
font-family:Arial, Helvetica, sans-serif;
}

#wrapper {
width: 900px;
margin: 0 auto;
text-align: left;
}

#header {
position: relative;
}

#header h1 {
color: #33CCFF;
font-size: 3.6em;
}

#header p {
position: absolute;
top: 5px;
left: 740px;
font-size: 1.8em;
}

#content {
clear:both;
font-family:Arial, Helvetica, sans-serif;
font-size: 1.2em;
}

#content h2 {
color: #0066CC;
font-size: 1.6em;
}

#content ul li {
padding-bottom: 3px;
}

#footer {
background: transparent url("menu/images/blue-footer.jpg") repeat-x top left;
}

#footer p{
text-align: center;
color: #ffffff;
font-size: 1.2em;
padding: 0.5em;
}

#footer p a {
color:#FFFFFF;
}

body.home #menu a#home,  body.home #menu a#products{
text-decoration: underline;
}

/* product list table styles */
table.product-item {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #377dc3;
	border-collapse: collapse;
	background-color: #ffffff;
	margin-bottom: 1.5em;
}


table.product-item td {
	border-width: 1px;
	padding: 1px 1px 1px 5px;
	border-style: solid;
	border-color:#377dc3;
	background-color:#ffffff;
	vertical-align: top;
}

table.product-item td img {
padding: 5px;
}

table.product-item td.noborder {
border-bottom-color: #ffffff;
border-right-color: #ffffff;
border-top-color: #ffffff;
vertical-align:bottom;}
table.product-item td.centred {
text-align:center;
}
table.product-item p {
margin: 5px 0 5px 15px;
}

h3.title {
color:#0066CC;
font-size: 1.4em;
margin: 0;
padding: 3px 3px;
}

.price{
color:#FF0000;
font-size: 1.4em;
font-weight: bold;
text-align: center;
}

/*bottom sub menu*/
#sub-menu {
clear: both;
text-align: center;
font-size: 1em;
padding-top: 0.5em;
color: #00048c;
margin-bottom: 0.2em;
padding-bottom: 0;
}

/* style footer links*/
#sub-menu a, #sub-menu a:visited {
text-decoration: none;
color: #00048c;
}

#sub-menu a:hover {
text-decoration: underline;
}
