body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../images/background.jpg);
	background-color:#C0C3C4;
	background-repeat:repeat-x;
}
.style1 {
	color: #595959;
	font-size: 11px;
	font-family: tahoma;
}
.style2 {
	color: #818181;
	font-size: 11px;
	font-family: tahoma;
}
.style3 {
	color: #4B4B4B;
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
}
.style4 {
	color: #4b4b4b;
	font-size: 11px;
	font-family: tahoma;
}
.style4red {
	color: #c5201e;
	font-size: 11px;
	font-family: tahoma;
}
.style5 {
	color: #FFFFFF;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none;
}
.style6 {
	color: #4B4B4B;
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
}
.red {
	color: #c5201e;
}
.black {
	color: #000000;
}
.bold {
	font-weight: bold;
}



.available{
	color: #009900;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none;
}
.sold{
	color: #c5201e;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:line-through;
	font-style:italic;
}
.call{
	color: #FF6600;
	font-size: 11px;
	font-family: tahoma;
	font-style:italic;
}
.headerLink{
	color: #4b4b4b;
	font-size: 14px;
	font-family: tahoma;
	font-weight:bold;
}
.headerTd{
	text-align:center;
	height:35px;
	padding-top:5px;
	padding-bottom:10px;
}
.headerBrand{
	color: #c5201e;
	font-size: 15px;
	font-family: tahoma;
	font-weight:bold;
	text-align:center;
}
.rightAlign
{
	text-align:right;
}
.centerAlign
{
	text-align:center;
}
.leftAlign
{
	text-align:left;
}
.centerCenterAlign{
	text-align:center;
	vertical-align:middle;
}
.noBorder{
	border-style: none;
}
.blackBorder{
	border:#000000 1px solid;
}
.pointer{
	cursor:pointer
}




/* START SPECS */
.specs
{
	font-size: 11px;
	font-family: tahoma;
	line-height: 24px;	
	border-width: 1px;
	border-style: ridge;
	border-color: #4b778f;
}
.specsth
{
	font-size: 15px;
	background-color:#999999;
	color:111A1F;
	vertical-align:middle;
	padding:0px;
	text-align:center;
}
.specs td
{
	color:#000000;
	height:20px;
}
.specs_body_pale
{
	text-align:left; 
	vertical-align:middle; 
	border-top:1px solid #999999; 
	background-color:#FFFFFF; 
	padding-left:5px;
}
.specs_body_dark
{
	text-align:left; 
	vertical-align:middle; 
	border-top:1px solid #999999; 
	background-color:#efefef; 
	padding-left:5px;
}
/* END SPECS */


.divBackGroundChange
{
	text-decoration:none;
	color:#000000;
}
.divBackGroundChange:hover
{
	background-color:#efefef;
	cursor:pointer;	
	text-decoration:none;	
	color:#000000;
}
.featuredProduct{
	background-image:url(../images/featuredbg.jpg);	
	height:30px;
}
.font13pt{	
	font-size:13pt;
}