body { text-align: center;
	background-color: #ffffff;} 

table#main
{
    width: 995px;
    margin-top: 13px;
}
table#main2
{
    width: 995px;
}
table#main td#headerPane {
	height: 178px;
}
table#main td#leftColumn {
	width: 17px;
	background-image: url(../images/leftbar.jpg);
	background-repeat: repeat-y;
}
table#main td#bottomLeftColumn {
	width: 17px;
	background-image: url(../images/leftbottombar.jpg);
	background-repeat: repeat-y;	
}

table#main td#leftPane, table#main td.leftPane {
    width: 229px;
}
table#main td#contentPane, table#main td.contentPane {
	text-align: left;
	width: 748px;	
}
table#main td#bottomMenu {
	background-color: #cccccc;
	height: 25px;
}
div.leftPane {
	/*height: 316px;*/
   width: 229px;
	overflow: hidden;
}
div.mainContent {
	/*height: 100%;*/
	width:743px;
/*	overflow: hidden;*/
}
div.leftPane2 {
   width: 229px;
	overflow-x: hidden;
}
div.secondaryContent {
	float: left;
	text-align: left;
	padding-right: 10px;
	height: 100%;
	width:733px;
	font-size:12px;
	overflow-x: hidden;
}

#viewDetailsButton {
	position: absolute;
	left: 830px;
	top: 550px;
}



div.contentPane {
	width: 748px;		
}
#content {
	padding: 0px 0px 0px 15px;	
}

.TopMenu {
	margin-top: 3px;
	overflow: hidden;
}
.LeftImageMenu {
	width: 100%;
	margin-top:10px;
}
.HelpMenu {
	text-align:left;
	margin: 10px 0px 10px 0px;
}
.HelpMenu ul {
	list-style: none;
	margin: 0;
	padding: 0px 0px 0px 10px;
	width:100%;
	text-align:left;
}
.HelpMenu ul li a {
	text-decoration: none;
	color: black;
	font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
}



.BottomMenu a {
	color: gray;
	font-weight: bold;
	text-decoration: none;
}


.ShoppingCartTitle {
	color: #DC4C78;
	font-size: smaller;
	font-weight:bold;	
}
.ShoppingCartPrice {
	color: #DC4C78;
	font-size: small;
	font-weight:bold;	
	text-align: right;
}
.ShoppingCartMiscText {
	font-size: x-small;
}


#mainMenuWrapper { position: relative; }

.MenuGroup { cursor:default; }

.TopMenuItem {
  color:white; 
  font-family:tahoma; 
  font-weight: bold;
  font-size:12px; 
  cursor:default; 
}
.TopMenuItemHover {
  color: yellow; 
  font-family:tahoma; 
  font-weight: bold;
  font-size:12px; 
  cursor:default; 
}
.MenuItem
{
  background-color: #D4D4D4; 
  color: #00025C; 
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
  width: 100px;
  border: 1px solid #AADAED; 
}

.MenuItemHover 
{
  background-color:#E4F1F7; 
  
  color:#00025C;
  border: 1px solid #AADAED; 
  font-family:tahoma; 
  font-size:11px; 
  cursor:default; 
}

.MenuBreak
{
	background-image:url(../images/TopMenu/break_bg.gif);
	width:100%;
	height:2px;
}

#mainContent {
	text-align: left;
}
