body
{
        background-color: black;
        color: white;
        font-family: "verdana";    
}

p
{
        background-color: transparent;
        color: white;
        font-family: "verdana";
        font-size: x-small;
}

p.center
{
        background-color: transparent;
        color: black;
        font-family: "verdana";
        font-size: x-small;
        text-align: center;
}

p.sidebar
{
        background-color: transparent;
        color: #FFFF00;
        font-size: x-small;
}

p.choice
{
        background-color: transparent;
        color: black;
        font-size: medium;
}
p.headline
{
        background-color: transparent;
        color: black;
        font-size: medium;
        font-weight: bold;
}

p.productTitle
{
        background-color: transparent;
        color: white;
        font-size: medium;
        font-weight: bold;
}

p.productHeader
{
        background-color: transparent;
        color: gray;
        font-size: medium;
        font-weight: bold;
}

p.productDetails
{
        background-color :transparent;
        color: white;
        font-size: x-small;
		text-align: center;
}

p.highlight
{
 background-color : transparent;
 color : red;
 font-size: medium;
 font-weight : bold;
}

pre
{
        color: white;
        font-family: "verdana";
        font-size: x-small;
}


a:link 		{color:white; text-decoration:underline}
a:visited 	{color:white; text-decoration:underline}
a:hover 	{color:white; text-decoration:underline}
a:active	{color:white; text-decoration:underline}

td.verticalalign
{
        vertical-align: top;
}

td.sidebar
{
        vertical-align: top;
        padding-right: 10%;
}

td.news
{
        vertical-align: top;

}

tr.content
{
        background-color: black;
}

tr.highlight
{
        background-color: #990000;
}

tr.header
{
        background-color: black;
}

td
{
        font-family: "lucida console";
        font-size: x-small;
	color: white;
 }

td.wheel
{
    font-family: "lucida console";
        font-size: x-small;
        text-align: center;
}
h1
{
        font-family: "lucida console";
        color : gray;
}
h2
{
	font-family: "lucida console";
	color : gray;
}
img
{
        border-style: none;
}

.formlabel
{
    color: white;
    background-color: black;
    font-size: x-small;
    font-family: "verdana";
    letter-spacing: 5px;
}

.forminput
{
    color: white;
    background-color: black;
    font-size: x-small;
    font-family: "verdana";
    letter-spacing: -1px;
}



#blurb
{
 position: relative;
 overflow: auto;
 top: 45px;
 right: -30px;
 width: 740px;
 text-align: left;
}

.wheels 
{
	text-decoration: none; 
	font-family: 'verdana', tahoma, 'courier new'; 
	color: white; 
	font-size: 14px; 
	line-height:15px; 
    text-align:center;
}


/* Specials CSS Code */
table.wheelSpecials
{
	text-align: center;
	position: relative;
	padding: 20px;
	border: 1px solid #FFFFFF;
}

.specialHeader
{
	text-align: center;
	background-color: #990000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 18px;
	border: 4px ridge #FFFFFF;
	padding: 5px;
}

.specialInfo
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border: 2px ridge #FFFFFF;
	padding: 5px;
	background-color: #111111;
}

h1.specialLabel
{
	font-family: Trebuchet MS, Verdana, Arial;
	color: #FFFFFF;
	letter-spacing: 6.5px;
	font-size: 48px;
}

#watermark_box {
	position:relative;
	display:block;
}

img.watermark {
	position: absolute;
	top: 4px;
	left: 4px;
} 

#phone_number_image {
	/* border: 1px solid #323031; */
}

.form-row {
	height: 30px;
	padding-top: 5px;
}

.field-error {
	background-color: red;
	color: white;
	border: 2px solid white !important;
}

.form-section h3 {
	padding: 5px;
}

.form-row label {
	float: left; 
	display: block; 
	width: 130px; 
	text-align: right;
	margin-right: .5em;
	font-weight: normal;
}

.form-row input, select {
	float: left;
	border: 2px solid gray;
	padding: 3px;
}

#correct_errors_message {
	font-size: 1.1em;
	font-weight: bold;
	background-color: red;
	border: 1px solid white;
	padding: 10px;
}

#order_form {
	width: 600px;
	position: relative;
	left: 50%;
	margin-left: -300px;
	font-size: 0.8em;
}

#notice {
	background-color: #2A2A2A;
	padding: 5px;
	border: 1px solid white;
}

#order_form h3 {
	background-color: #990000;
	font-size: 0.9em;
	border: 1px solid white;
}