body {
	font-family: Arial, Helvetica, sans-serif;
}

#top, #top2, #middle, #bottom {
	position: relative;
	width: 780px;
}

#content, #right {
	background-color: #EEEEEE;
}

#bottom {
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	background-color: #0882D6;
	font-size: 11px;
	color: white;
}

#center_border {
	position: relative;
	float: left;
	width: 1px;
	background-color: #BDBEBD;
	height: 500px;
}

#content {
	position: relative;
	padding: 10px;
	width: 760px;
	overflow: hidden;
}

#right {
	position: relative;
	overflow: hidden;
}

.rtop, .rbottom{display:block;}
.rtop *, .rbottom *{display: block; height: 1px; overflow: hidden;}
.r1{margin: 0 5px; background-color: #EEEEEE;}
.r2{margin: 0 3px; background-color: #EEEEEE;}
.r3{margin: 0 2px; background-color: #EEEEEE;}
.r4{margin: 0 1px; height: 2px; background-color: #EEEEEE;}

.header {
	padding: 2px;
	background-color: #0000CC;
	font-size: 14px;
	font-weight: bold;
}

.main_nav {

	padding: 2px;
	padding-bottom: 3px;
	padding-left: 7px;
	padding-right: 8px;
	font-size: 11px;
	color: white;
	background-color: #7B7D7B;
	cursor: pointer;
	cursor: hand;
}

.products_nav {
	padding-left: 7px;
	padding-right: 8px;
	font-size: 11px;
	font-weight: bold;
	color:white;
	background-color:orange;
	cursor: pointer;
	cursor: hand;

}

.transp {
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}

.products {
	padding: 10px;
	background:#F0D564;
	overflow: hidden;
	font-weight:bold;
	font-size:11px;
	width: 150px;
}

.products2 {
	padding: 10px;
	background:#FAE7C0;
	overflow: hidden;
	font-weight:bold;
	font-size:11px;
	width: 150px;
}

.regularText {font-family: Arial, Helvetica, sans-serif; font-size: 9px; }

.strike {
	font-size: 12px;
	color: #ff0000;
/*	font-weight: bold;*/
	text-decoration: line-through;
}
