@charset "UTF-8";
/* CSS Document */

#citiesbg {
    background: url(../_images/layout/citieslist.jpg) no-repeat; 
	height:122px
}

#tabletop { 
	background: url(../_images/products/tabletop.jpg) no-repeat;
} 

#tablemid { 
	background: url(../_images/products/tablemid.jpg) repeat-y;
} 

#tablebottom { 
	background: url(../_images/products/tablebottom.jpg) no-repeat;
} 

#adtableline { 
	background: url(../_images/home/adtableline.jpg) no-repeat;
} 


#featuretop { 
	background: url(../_images/products/featuredtop.jpg) no-repeat;
} 

#featuremid { 
	background: url(../_images/products/featuredmid.jpg) repeat-y;
} 

#featurebottom { 
	background: url(../_images/products/featuredbottom.jpg) no-repeat;
} 

#tablewhite {
	background-color:#ffffff;
}