@charset "utf-8";
/* CSS Document */

body {
	text-align: center; /*CENTERS IN IE5+*/
}

/*--PAGE SETUP--*/

#container {
	background-color:#5A8FE3;
	padding-top:10px;
	width: 912px;
	text-align:left;
	margin: 0 auto; /* CENTERS IN ALL OTHER BROWSERS*/
/*	padding: 10px;*/
}
#mainContent {
	background: url(../images/rcFill.gif) repeat-y;
	padding:0px 0px 10px 24px;
}

/*--ROUNDED CORNER CONTAINER--*/
#topCorner {
	background:url(../images/rcTop.gif) no-repeat;
	width:912px;
	height:18px;
}

#bottomCorner {
	background:url(../images/rcBottom.gif) no-repeat;
	width:912px;
	height:20px;
}
#breadcrumb {
   background: url(../images/rcFill.gif) repeat-y;
   padding:5px 0px 5px 25px; 
}
#prodNavBar {
   background: url(../images/rcFill.gif) repeat-y;
   padding:25px 0px 5px 25px; 
}
.mainContentBorder {
	/*border-left:#cccccc 1px solid;
	border-right:#cccccc 1px solid;
	border-bottom:#cccccc 1px solid;*/
	width:863px;
}	

