Looking at your stylesheet, I find the rule, but there is this just above it which causes an error:
Code:
.languages-wrapper label {
padding: 3px 0;
line-height: 17px !important;
}
/* /Tools section styles */
}
/*The main content classes*/
#contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
vertical-align: top;
}
Delete the stray } and see what happens.