@charset "iso-8859-1";

html {
background-image:url('../images/background.jpg');
background-repeat:repeat;
}

a.nav {
display:block;
background-color:#000;
width:158px;
border:2px solid #000;
text-align:center;
text-decoration:none;
font-weight:700;
font-size:16px;
font-family:arial;
color:red;
padding-top:10px;
padding-bottom:10px;
}

a.nav:hover {
border:2px solid red;
color:#FFF;
}

h1 /* headers */ {
text-align:center;
font-family:arial;
color:#C03;
font-size:45px;
font-weight:700;
}

h2 {
text-align:center;
font-family:arial;
color:#C03;
font-size:35px;
font-weight:700;
}

h3 {
font-family:arial;
color:#C03;
font-size:20px;
text-align:left;
font-weight:700;
}

a {
color:#C03;
}

li.news {
margin-left:20px;
font-family:arial;
color:#C03;
font-size:18px;
padding-top:10px;
}

p {
color:#C03;
text-indent:20px;
font-weight:700;
}

p.products {
font-weight:700;
line-height:30px;
font-size:20px;
margin-top:-5px;
margin-left:10px;
}

p.awards {
padding-left:10px;
line-height:20px;
}

p.ordering {
line-height:20px;
font-size:14px;
}

td.awards {
padding:10px;
}

hr.awards {
width:600px;
color:#C03;
background-color:#C03;
height:2px;
text-align:center;
border:0;
margin-top:15px;
margin-bottom:15px;
}

span.price {
font-weight:700;
color:#C03;
font-size:40px;
}