/* CSS file */

a {
color: rgb(153, 204, 153);
text-decoration: none;
font-family: "Arial", "Helvetica", sans-serif;
font-size: 12px;
font-weight: bold;
}

a:link {
color: rgb(153, 204, 153);
text-decoration: none;
font-family: "Arial", "Helvetica", sans-serif;
font-size: 12px;
font-weight: bold;
}

a:visited  {
color: rgb(153, 204, 153);
text-decoration: none;
font-family: "Arial", "Helvetica", sans-serif;
font-size: 12px;
font-weight: bold;
}

a:link.orange {
color: rgb(222, 117, 19);
text-decoration: none;
font-family: "Arial", "Helvetica", sans-serif;
font-size: 12px;
font-weight: bold;
}

a:link.white {
color: rgb(255, 255, 255);
text-decoration: none;
font-family: "Arial", "Helvetica", sans-serif;
font-size: 12px;
font-weight: normal;
}

big.white {
color: rgb(255, 255, 255);
font-family: "Arial", "Helvetica", sans-serif;
font-size: 14px;
font-weight: normal;
}

body {
margin: 0 0 0 0;
}

small.pumpkin {
color: rgb(222, 117, 19);
font-family: "Arial", "Helvetica", sans-serif;
font-size: 10px;
font-weight: normal;
}

small.white {
color: rgb(255, 255, 255);
font-family: "Arial", "Helvetica", sans-serif;
font-size: 10px;
font-weight: normal;
}

/* menu style for glossy menu */

.glossymenu {
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 100%;
border-width: 0px;
border-style: solid;
border-color: rgb(255, 0, 0);
border-top-width: 0;
border-right-width: 0;
text-align: center;
}

.glossymenu li a {
background-color: rgb(222, 117, 19); 
background: url(./images/bg_clay_03.png);
background-repeat: repeat-x;
font-family: "Arial","Helvetica","sans-serif";
font-weight: normal;
font-size: 13px; 
color: rgb(255, 255, 255);
display: inline;
width: 100px;
padding: 0px 25px 0px 25px;
padding-left: 25px;
text-align: center;
text-decoration: none;
}


* html .glossymenu li a { /*IE only. Actual menu width minus left padding of A element (10px) */
width: 160px;
}

.glossymenu li a:visited, .glossymenu li a:link.active {
color: rgb(255, 255, 255);
}

.glossymenu li a:hover {
background: rgb(255, 255, 255);
color: rgb(51, 0, 0);
font-weight: normal;
}