/* CSS Document */

#contentCol {
	float:left;
	margin-left:10px;
	width:582px; min-height:396px; _height:396px;
	background-color:#FFF2E5;
	display:inline;
}

#contentColPadding {
	padding:10px;
}

h1 {
	font:bold 80% arial,helvetica,sans-serif; color:#FF8300;
}

p {
	font:80% arial,helvetica,sans-serif; color:#000000;
	line-height:140%;
}

p.highlight {
	font:bold 80% arial,helvetica,sans-serif; color:#000000;
	line-height:140%;
}

ul {
	padding:0;
	margin-left:20px;
	font:80% arial,helvetica,sans-serif; color:#000000;
}

#menuItemHolder ul {font-size:12px; font-weight:bold;}

a.productMenuOn:link {color: #FF8300; text-decoration:underline;}
a.productMenuOn:visited {color: #FF8300; text-decoration:underline;}
a.productMenuOn:active {color: #FF8300; text-decoration:underline;}
a.productMenuOn:hover {color: #FF8300; text-decoration:none;}

a.productMenuOff:link {color: #FFFFFF; text-decoration:underline;}
a.productMenuOff:visited {color: #FFFFFF; text-decoration:underline;}
a.productMenuOff:active {color: #FFFFFF; text-decoration:underline;}
a.productMenuOff:hover {color: #FFFFFF; text-decoration:none;}

div.productMenuSpacer {
	float:left;
	line-height:0px; 
	font-size:0.5px;
	width:2px; height:28px;
}

div.productMenuItem {
	float:left;
}

span.productMenuText {
	display:block;
	margin-top:4px;
	font:75% arial,helvetica,sans-serif;
}

div.onLeft {
	float:left;
	width:5px; height:28px;
	border:0;
	background-image:url(../images/orangeOnLeft.gif);
	background-repeat:none;
}

div.onMiddle {
	float:left;
	height:24px;
	border-top:2px solid #FF8300;
	/*border-bottom:2px solid #FF8300;*/
}

div.onRight {
	float:left;
	width:5px; height:28px;
	border:0;
	background-image:url(../images/orangeOnRight.gif);
	background-repeat:none;
}

div.offLeft {
	float:left;
	width:5px; height:28px;
	border:0;
	background-image:url(../images/orangeOffLeft.gif);
	background-repeat:none;
}

div.offMiddle {
	float:left;
	height:24px;
	border-top:2px solid #FF8300;
	border-bottom:2px solid #FF8300;
	background-color:#FF8300;
}

div.offRight {
	float:left;
	width:5px; height:28px;
	border:0;
	background-image:url(../images/orangeOffRight.gif);
	background-repeat:none;
}

.iPointerAd {
	width:498px; height:74px;
	border:0;
}

.iPointerDemo {
	float:right;
	width:220px; height:142px;
	border:0;
	margin:0px 0px 10px 10px;
	border:1px solid #FF8300;
}

.iPointer {
	width:498px; height:74px;
	border:0;
}

table.pricesTable {
	width:100%;
	font:70% arial,helvetica,sans-serif;
}

td.tableHeader {
	background-color:#FF8300;
	padding:5px;
	color:#FFFFFF;
}

td.system {
	width:35%;
	background-color:#FEDEBB;
	padding:5px;
	border-left:1px solid #FF8300;
	border-bottom:1px solid #FF8300;
	vertical-align:top;
}

td.package {
	width:50%;
	background-color:#FDE6CD;
	padding:5px;
	color:#000000;
	border-bottom:1px solid #FF8300;
	vertical-align:top;
}

td.price {
	width:15%;
	background-color:#FDF2E6;
	padding:5px;
	color:#FF8300; font-weight:bold;
	border-bottom:1px solid #FF8300;
	border-right:1px solid #FF8300;
	vertical-align:top;
}
