﻿body
{
	color: #626262;
	font-family: Arial;
	font-size: 11px;
	background-color: #2f2e30;
	margin: 0px 0px 0px 0px;
}

a
{
	color: #FFF;
}

#container
{
	margin: 0px auto;
	text-align: left;
}

.360SidePanel
{
	background-color:#000;
	border-left: solid 1px #FFF; 
	padding: 10px 5px 5px 5px;
}

.containerTable
{
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: left;
	width:761px;
}

.greyBkg
{
	background-image: url(/img/grey_grad_bkg.gif);
	background-position: top;
	background-repeat: repeat-x;
}

.copyright
{
	color: #FFF;
	float: left;
	padding: 20px 0px 0px 20px;
}

.copyright a
{
	color: #FFF;
	text-decoration: underline;
}

.FooterPhone
{
	font-size: 18px;
	color: #626262;
	padding: 17px 20px 0px 0px;
	font-weight: bold;
}


.FeatureCopy
{
	vertical-align: middle;
	padding:5px 10px 5px 10px;
}

.FeatureCopy a
{
	color: #FFF;
	text-decoration: underline;
}

.ContentArea
{
	background-color: #000;
	border: solid 1px #FFF;
	padding: 10px;
}

h3
{
	color: #FFF;
	font-size:18px;
}

.MainMenu
{
	background-image: url(/img/menu_bkg.jpg);
	background-repeat: repeat-x;
	height: 35px;
}

.MainMenuItem
{
	background-color: Transparent;
	text-align: center;
}


.MainMenuItemSelected
{
	text-decoration: underline;
	color: #000;
	height: 35px;
}

.MainMenuItemOver
{
	background-color: Transparent;
	height: 35px;
	text-decoration: underline;
}

.SpecTable
{
	color: Black;
	width: 100%;
	border-left: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
}

.SpecLabel
{
	color: #626262;
	font-size: 15px;
	border-top: solid 1px #ccc;
	float: left;
	vertical-align: bottom;
	width: 240px;
	padding: 10px 10px 10px 10px;
}

.SpecDetails
{
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-left: solid 1px #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
	width:100%;
}


.SpecDetails ul
{
	list-style-image: url(/img/bullet.png);
}

.BackLink
{
	color:#626262;
	font-weight:bold;
}

