body {
background:url(images/bg.jpg) #009900;
font-family:'Lucida Grande',Verdana, Arial, sans-serif;
font-size:11px;
color:#FF0000;
}

#container{
width:744px;
margin-left:auto; 
margin-right:auto; 
padding:1px;
border:#000000 2px solid;
background:url(images/contentbg.gif) repeat-y #00CCFF;
}

#banner{
border:#000000 2px solid;
height:20px;
width:734px;
margin-left:auto;
margin-right:auto;
margin-top:3px;
padding:6px;
background:#FFFFFF;
text-transform:uppercase;
font-weight:bold;
letter-spacing:-1px;
font-size:14px;
}

#headerbox{
height:125px;
width:746px;
background:url(images/headerbg.gif) no-repeat #000000 top left;
margin-right:auto;
margin-left:auto;
border:#000000 2px solid;
padding:0;
}

#centerbox{
width:440px;
padding:9px;
float:left;
text-align:justify;
font-family:'Lucida Grande', Verdana, Arial, sans-serif;
font-size:12px;
color:#451D09;
margin-left:21px;
}

#redheader{
width:474px;
float:left;
text-align:right;
padding:9px;
background-color:#0000FF;
font-family:'Lucida Grande', Verdana, Arial, sans-serif;
font-size:14px;
font-weight:bold;
color:#000000;
}

#sidebox{
width:160px;
float:right;
border:0px;
margin-right:21px;
font-family:'Lucida Grande', Verdana, Arial, sans-serif;
font-size:10px;
color:#000000;
}

.sideheader{
width:160px;
text-align:right;
padding:3px;
border: none 0; 
border-top: 1px dashed #000000;
border-bottom: 1px dashed #000000;
font-family:'Lucida Grande',Verdana, Arial, sans-serif;
font-size:12px;
font-weight:bold;
color:#FF0000;
}

.sidebox2{
width:160px;
padding:0px;
font-family:'Lucida Grande', Verdana, Arial, sans-serif;
font-size:11px;
color:#FFFFFF;
border:0px;
}

#footer{
clear:both;
padding:5px;
background-color:#FF0000;
text-align:center;
font-family:'Lucida Grande', Verdana, Arial, sans-serif;
font-size:10px;
color:#000000;
}

A:link{color:#0000FF; text-decoration:none;}
A:hover{color:#990000; text-decoration:overline;}
A:active{color:#000000; text-decoration:underline;}
A:active:hover{color:#990000; text-decoration:overline;}
A:visited{color:#000000; text-decoration:none;}
A:visited:hover{color:#0000FF; text-decoration:overline;}

h3 {
font-family:'Lucida Grande', sans-serif, Arial, Helvetica;
font-size:10pt;
font-weight:bold;
color:#0000FF;
}

b {
font-family:'Lucida Grande',Verdana, Arial, sans-serif;
font-size:14px;
font-weight:bold;
color:#FF0000;
}

.ruleheader {
font-family:'Lucida Grande',Verdana, Arial, sans-serif;
font-size:12px;
text-decoration:underline;
font-weight:bold;
color:#FF0000;
}

input,textarea,select {
border:#FF0000 1px solid;
background-color:#FFFFFF;
font-family:'Lucida Grande',Verdana, Arial, sans-serif;
font-size:8pt;
color:#FF0000;
}


.button-order{  background-color:#CBF1CC;
		background-image: url("images/button-order.gif");
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #004400;
		font-size: 8pt;
		cursor:hand;
		height:21px;
		width: 105px;
		margin-top:5px;
		font-weight: bold;
		BORDER: #004400 1px solid; }

.buttonon-order{  background-color:#F1EDC7;
		background-image: url("images/buttonon-order.gif");
		FONT-FAMILY: arial, verdana, helvetica, sans;
		color: #996600;
		font-size: 8pt;
		cursor:hand;
		height:21px;
		width: 105px;
		margin-top:5px;
		font-weight: bold;
		BORDER: #996600 1px solid; }


/* CSS MENU EFFECT */
/* from Listamatic - Eric Meyer */

#navcontainer
{
padding:0px;
width:190px;
height:125px;
margin-left:526px;
color: #0000FF;
background:#000000;
}

#navlist
{
padding: 0px 1px 1px;
margin-left: 0px;
margin-top: 0px;
font: bold 12px Verdana, Helvetica, sans-serif;
color: #0000FF;
background:#FF0000;
width: 190px;
}

#navlist li
{
list-style: none;
margin: 0;
border-top:#FF0000 1px solid #FF0000;
color: #0000FF;
text-align: right;
}

#navlist li a
{
display: block;
width:190px;
padding: 0.25em 0.5em 0.25em 0.75em;
color: #0000FF;
border-left: 1em solid #0000FF;
background: #000000;
text-decoration: none;
}

#navlist li a:link { color: #0000FF; }
#navlist li a:visited { color: #0000FF; }

#navlist li a:hover
{
border-color: #FF0000;
color: #FFFFFF;
background: #0000FF;
}