/* Rounded Corners */
/* To create the rounded corners, change the gif to match the border and inner background color. Then put "<div class="top_left"></div><div class="top_right"></div>" on the top, and "<div class="bottom_left"></div><div class="bottom_right"></div>" below where the corners should be. */

/* Slate Blue - used for page header */
.top_left {height: 15px; font-size: 2px; background: transparent url(../images/bg_tl_rounded.gif) no-repeat;}
.top_right {width: 19px; height: 15px; float: right; margin-top: -15px; background: transparent url(../images/bg_tr_rounded.gif) no-repeat; font-size: 2px;}
.bottom_left {height: 15px; font-size: 2px; background : transparent url(../images/bg_bl_rounded.gif) no-repeat;}
.bottom_right {width: 19px; height: 15px; float: right; margin-top: -15px; background : transparent url(../images/bg_br_rounded.gif) no-repeat; font-size: 2px;}


#mainCont {margin: 15px auto; padding: 0; text-align: center; width: 900px;}
#header {background-color: #23619D; text-align: left; border-width: 0 1px; text-align: left; padding: 0 0 5px 5px;}
#newProdContainer {border: 1px solid #23619D; border-width: 0 1px; text-align: left;}





/*




*/











