
body {
background:url(images/bg.gif);
background-repeat: repeat;
color: #686868;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
}

#main {
color: #505050;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

#nav {
color: #505050;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}

#header_repeat {
background:url(images/header_s.jpg);
background-repeat:repeat-x;
}

#leftborder {
background:url(images/leftborder.gif);
background-repeat: repeat-y;
width:25px;
}

#rightborder {
background:url(images/rightborder.gif);
background-repeat: repeat-y;
width:25px;
}

#flashbanner {
padding-left: 25px;
padding-right: 25px;
}

#supporttbl {
border-width: 1px 1px 1px 1px;
border-spacing: 0px;
border-style: solid;
border-color: #222222;
background:url(images/forum.jpg);
background-color:#0b0b0b;
background-position:top right;
background-repeat: no-repeat;
}

input {
color: #686868;
background: #000000;
border: 1px solid #222222;
padding: 5px;
}

a:link { color: #910707; text-decoration: none; }
a:visited { color: #910707; text-decoration: none; }
a:active { color: #910707; text-decoration: none; }
a:hover { color: #910707; text-decoration: underline; }

h2 { font-weight: normal; font-size: 22px; color: #b3b3b3;}

h4 { font-weight: normal; font-size: 15px; color: #b3b3b3;}

#alert {color: #ff0000;}
#alerth {color: #ff0000;}
#alertm {color: #990000;}
#alertl {color: #330000;}

font#unactive { color: #8a8a8a}
font#unactive a:link { color: #8a8a8a; text-decoration: none; }
font#unactive a:visited { color: #8a8a8a; text-decoration: none; }
font#unactive a:active { color: #8a8a8a; text-decoration: none; }
font#unactive a:hover { color: #8a8a8a; text-decoration: underline; }


.navmenu{
list-style-type: none;
margin: 0px 2px;
padding: 0;
width: 160px;
}

.forummenu{
list-style-type: none;
margin: 0px 2px;
padding: 0;
}

.navmenu li a{
background-color: #000000;
font: 12px Verdana, Helvetica, sans-serif;
color: #bebebe;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}


* html .navmenu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 150px;
}

.navmenu li a:visited, .glossymenu li a:active{
color: bebebe;
}

.navmenu li a:hover{
background:#7e0505;
color:#000000;
font-weight: bold;
}

