﻿body {
	background-color: #363434;
}

td {
	font: normal 13px Tahoma, Arial;
	color: #ccc;

}

h1, h2, h3, h4, h5 {

    color: #ffffff;
    margin: 0px;
}


h1 {
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

h3 {
    font-size: 14px;
}


a {

font: normal 13px Tahoma, Arial;
color: #e5e5e5;
text-decoration: underline;
}

a:hover {

font: normal 13px Tahoma, Arial;
color: #fff;
text-decoration: none;

}

a.white-link-underline {	
	text-decoration: underline;
	color: #FFFFFF;
}

.white-text{
	color: #cccccc;
	text-decoration: none;
}


.blye-text-underline {
color: #47beed;
text-decoration: underline;
}

.blye-text-regular {
color: #47beed;
text-decoration: none;
}

.yellow-text-regular {
color: #b3d92e;
text-decoration: none;
}

.yellow-text-underline {
color: #b3d92e;
text-decoration: underline;
}

.orange-text-regular {
color: #f17e22;
text-decoration: none;
}

.orange-text-underline {
color: #f17e22;
text-decoration: underline;
}
.broun-text-regular {
color: #de4e06;
text-decoration: none;
}

.broun-text-underline {
color: #de4e06;
text-decoration: underline;
}

.red-text-regular {
color: #8a3c53;
text-decoration: none;
}

.red-text-underline {
color: #8a3c53;
text-decoration: underline;
}
.black-text-regular {
color: #000000;
text-decoration: none;
}

.black-text-underline {
color: #000000;
text-decoration: underline;
}


.gray-text-underline{
color: #7c7c7c;
text-decoration: underline;
}
.gray-text-regular{
color: #7c7c7c;
text-decoration: none;
}

.green-text{
color: #549b28;
text-decoration: none;
}
.bold-green {
	color: #549b28;
	font-size: medium;
	font-weight: bold;
}
.TOP {
	font-size: 10px;
	font-weight: bold;
	color: #B3D92E;
}
.inventory-txt {
	font-weight: bold;
	text-align: center;
	font-size: 11px;
}
.inventory-button {
	background: url("images/inventory-button.png") no-repeat 0% 0%;
	width: 155px;
	height: 35px;
	padding: 6px 4px 0 0;
	overflow: hidden;
	float: left;
	line-height: 32px;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

.inventory-button a{
	color: black;
	font-size: 12px;
}

.clear {
	clear: both;
	font-size: 0%;
	line-height: 0%;
	height: 0;
}
.find-us {
	font-weight: bold;
	color: #FFFFFF;
	text-align:left;
}
.find-us a{
	border-width:0px;}
.title {
	padding-left: 10px;
}




.glossymenu{
list-style-type: none;
margin: 5px 0;
padding: 0;
width: 170px;
border: 1px solid #9A9A9A;
border-bottom-width: 0;
}

.glossymenu li a{
background: white url(images/glossyback.gif) repeat-x bottom left;
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
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:active{
color: white;
}

.glossymenu li a:hover{
background-image: url(images/glossyback2.gif);
}




.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 825px;
height:62px;
overflow: hidden;
margin-bottom: 1em;
border: 0px solid #625e00;
border-width: 0px 0;
background: black url(images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;

text-decoration: none;
border-right: 1px solid #646363;
width:164px;
height:62px;
text-align:center;
font-weight:bold;
vertical-align:middle;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}

