@import url("print.css");

body, li, table, input, select, option, textarea, .menu {

	font-size: 			11px;
	font-family: 		Arial;
	color: 				#000000; 
}

body         {
	scrollbar-face-color: #EE414D;
	scrollbar-shadow-color: #A48688;
	scrollbar-highlight-color: #A48688;
	scrollbar-3dlight-color: #A7000C;
	scrollbar-darkshadow-color: #A7000C;
	scrollbar-track-color: #E80212;
	scrollbar-arrow-color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
 
}

A:link { text-decoration: underline; color: #2E3C89;}
A:visited { text-decoration: underline; color: #2E3C89;}
A:active { text-decoration: none; color:#2E3C89;}
A:hover {text-decoration:none; color:#2E3C89;}


p, h1, h2, h3, h4 	{
	margin-top:			0;
	margin-bottom:			0;
}

h1, h2, h3, h4 	{

}

h1 {
	font-size: 			15px;
	color: 				#E80212;

}
h2 {
	font-size: 			13px;
	color: 				#0451A2;
}

h3 {
	font-size: 			12px;
	color: 				#E80212;
}

h4 {
	font-size: 			11px;
	color: 				#666666;
}


.disthead {
	font-size: 			11px;
	color: 				#746651;
	font-weight:		bold;
}
.disthead2 {
	font-size: 			11px;
	color: 				#000000;
	font-weight:		bold;
}

input, select, textarea {

	font-size: 			12px;
	font-size-adjust:	.58;
	font-family: 		Arial;
	color: 				#000000; 
	border-width :		1px;
	border-style :		solid;
	border-color :		#333333;
	background-color:	#ffffff;

}











/* products database pages */
.category
{
	text-align:left;
    font-size:13px;
}

.category a
{
	text-decoration:none;
    background:#e8ebf9;
    display:block;
    font-weight:bold;
    font-family:Georgia, serif;
}

.category a:hover
{
    background:#d3d8f5;
    text-decoration:none;
}

.category img
{
	margin:5px;
    border:solid 1px #ddd;
    vertical-align:middle;
}

.product
{
	padding-top:20px;
    border-top: solid 1px #666666;
}


.flavour
{
	background: transparent url(/graphics/bullet.gif) 4px 4px no-repeat;
    padding-left:20px;
    margin-top:1em;
}

.weight
{
	margin:1em 20px;
}

.ingredients h3
{
	text-align: center;
}

table.nutritional
{
	width:100%;
    border-collapse:collapse;
	border:solid 1px #666666;
    margin-top:20px;
}

.nutritional .col1
{
	width:40%;
    text-align:left;
    font-weight:bold;
}

.nutritional .col2
{
	width:30%;
    text-align:center;
}
.nutritional .col3
{
	width:30%;
    text-align:center;
}

.nutritional th
{
	border:solid 1px #333333;
}

.nutritional td
{
	border:solid 1px #333333;
	border-width: 0 1px;
}

.ingredients
{
	border:solid 1px #333333;
    margin-top:20px;
    padding:3px;
}

.back
{
	border-top:solid 1px #666666;
	text-align:right;
    font-weight:bold;
    font-size:13px;
    padding-top:20px;
    margin-top:20px;
}

#specialsbox {
  background: url(/images/red-faded-bg.gif) repeat-x; 
  padding: 8px;
}

#specialsmain {
  background: url(/images/red-faded-bg.gif) repeat-x; 
  padding: 8px;
  text-align: justify;
}

#specialsimage {
}

#specialsimage img {
  margin-left: 8px;
	margin-bottom: 8px;
}
