body {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 85%;
	color			: #000000;
	background-color: #FFFFFF;
	margin			: 0px;
	padding			: 0px;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#popContainer{
	margin-left:50px;
	padding-bottom:30px;
	margin-right:10px;
}
#leftBar{
	width			: 160px;
	display			: block;
	float			: left;
}
#leftBar ul{
	margin			: 0px;
	padding			: 0px;
	list-style		: none;
	background-image: url(images/nav_bg.gif);
	background-repeat: no-repeat;
	padding-top		: 20px;
	margin-bottom	: 5px;
	margin-top		: -3px;
	height			: 320px;
}
#leftBar ul li{
	padding-left	: 23px;
	margin-bottom	: 4px;
}
#leftBar ul li a{
	color			: #000000;
	text-decoration	: none;
	font-weight		: bold;
	font-size		: 80%;
	width			: 130px;
}
#leftBar ul li a:hover{
	color			: #999999;
}
#contentBar{
	width			: 393px;
	display			: block;
	float			: left;
	padding-left	: 10px;
	padding-right	: 10px;
	line-height		: 20px;
	font-size		: 95%;
}
#RightBar{
	width			: 147px;
	display			: block;
	float			: left;
}


#rightBar ul{
	list-style		: none;
	margin			: 0px;
	padding			: 0px;
}
	#rightBar ul#teaserQuote{
		margin			: 0px;
		padding			: 0px;
		width			: 147px;
		height			: 90px;
		background-image: url(images/gquote.gif);
		background-repeat: no-repeat;
		padding-top		: 18px;
	}
	#rightBar ul#teaserQuote li a{
		text-align		: center;
		width			: 147px;
		
	}
	.curveBox,.curveBoxPurple{
		background-image: url(images/box_bg.gif);
		background-repeat: no-repeat;
		background-position: bottom;
	}
	.curveBoxPurple{
		background-image: url(images/box_purple_bg.gif);
	}
	.curveBox p,.curveBoxPurple p{
		margin-top	: 0px;
		padding-left	: 10px;
		padding-right	: 10px;
		font-size		: 80%;
		line-height		: 95%;
		padding-bottom	: 10px;
	}
	
	a.assistanceBox{
		background-image: url(images/call.gif);
		background-repeat: no-repeat;
		display			: block;
		width			: 147px;
		height			: 103px;
		padding-top		: 25px;
		padding-left	: 8px;
		font-size		: 80%;
		color			: #000000;
		text-decoration	: none;
	}
	a.assistanceBox:hover{
		text-decoration	: underline;
	}
	a.assistanceBox .telNumber{
		font-size		: 140%;
	}
	
/* Text Formatting */
h1{
	font-size			: 170%;
}
table{
	font-size			: 100%;
}
table td{
	vertical-align		: top;
}



/* FORMS */
.selTitle{ width : 40px;}
.formFieldShort{ width : 40px;}


.tableHeader{
	font-weight:bold;
	background-color:#000066;
	color:#FFFFFF;
}
.textTD{
	background-color:#CCCCCC;
}
.priceTD{
	background-color:#CCECFF;
}
.quoteTable{
	border:1px solid #000066;
	font-size:100%;
	margin-top:-3px;
}
.quoteTable2 TD{
	border:1px solid #FFFFFF;
	font-size:100%;
}
.tdYellow{
	background-color:#FFFFCC;
	text-align:center;
}
.price{
	font-size:120%;
}
.btnOrder2{
	width:75px;
}

.sectionTable{
	width:80px;
	float:right;
	border:1px solid #000033;
	margin-right: -70px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.sectionTable td{
	padding:3px;
	width:20px;
	height:20px;
	border:1px solid #000033;
	text-align:center;
	
}
.sectionTable .selected{
	background-color:#000033;
	color:#ffffff;
	font-weight:bold;
}

/* POP UP BOX */

/* Classes used by popup box functionality */

.popupBox {
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	z-index: 200;
	border: 1px #696969 solid;
	background-color: white;
	padding: 5px;
	padding-left: 7px;
}

.popupBoxResponseMessages {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.1em;
  font-weight: bold;
}

/* Definitions for specific implemenations of popup boxes */

#lightboxPopupBox {
	position: absolute;
	visibility: hidden;
	width: 210px;
}



#trailimageid
{
	font-size: 0.75em;
	position: absolute;
	visibility: hidden;
	left: 0px;
	top: 0px;
	width: 200px;
	height: 0px;
	z-index: 200;
}.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 18px;
	color: #000000;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	line-height: normal;
	color: #FF9999;
}
