html,body
{
	font-size: 	12px;
	font-family:	"Lucida Grande", Arial, Verdana, sans-serif;
	width:		100%;
	height: 	100%;
	margin: 	0px;
	padding: 	0px;
	zoom: 		100%;
}

img	{	border:	none;		}

map	{	cursor:	pointer;	}

.backgroundPositioner
{
	font-size: 	12px;
	text-align:	center;
	position:	relative;
	width:		723px;
	padding:	0px;
	margin:		0px;
}

.textPositioner
{
	font-size: 	12px;
	position:	absolute;
	left:		48px;
	top:		133px;
	z-index:	2;
	text-align:	left;
	width:		640px;
	padding:	0px;
	margin:		0px;
}

.leftCol
{
/*	font-size: 	12px;
	text-align:	center;
	vertical-align:	top;
	padding-top:	144px;	*/	/*52px;*/
}

.rightCol
{
	font-size: 	12px;
	text-align:	center;
	vertical-align:	top;
	padding-top:	16px;
}

.headMenu
{
	font-size: 	11px;
	position:	relative;
	top:		92px;
/*	position:	absolute;
	left: 		212px;
	top: 		70px;
	z-index: 	3;
*/	font-weight:	bold;
	text-align:	right;
}
.headMenu a:link	
{	
	color:			black;
	text-decoration:	none;
}
.headMenu a:visited
{	
	color:			black;
	text-decoration:	none;
}

.footer
{	
	font-size: 		12px;
	font-weight:		bold;
	background-color:	#DDD;	/*#FFD010;*/
	text-align:		center;
	vertical-align:		top;
}

.footer a:link		{	color:	black;	}
.footer a:visited	{	color:	black;	}

.retailers
{
	width:	128px;
	font-size: 	12px;
	padding-left:	8px;
	padding-right:	8px;
	position: relative;
}

.sidebarIcons
{
	font-size: 	12px;
	display:	none;
	position:	absolute;
	z-index:	3;
	left: 		81px;
}

.mainContainer
{
	font-size: 	12px;
	margin-left:	auto;
	margin-right:	auto;	
	border:		none;
	width:		723px;
	padding:	0px;
	text-align:	center;
}

.safePkgPopups
{
	font-size: 	12px;
	display:	none;
	position:	absolute;
	z-index:	3;
	left:		162px;
	top: 		256px;
	cursor:		pointer;
}

.econoPkgPopups
{
	font-size: 	12px;
	display:	none;
	position:	absolute;
	z-index:	3;
	left:		154px;
	top: 		245px;
	cursor:		pointer;
}

.shoppingCart
{
	font-size: 	12px;
	border:		solid;
	border-width:	1px;
	margin:		0px auto 16px auto;
	width:		195px;
	text-align:	left;
}

.cartHeader
{
	font-size: 		12px;
	border:			solid;
	border-width:		0px 0px 1px 0px;
	width:			100%;
	background-color:	#f7f9fc;	/*FFD010;*/
	font-weight:		bold;
	text-align:		center;
	margin-bottom:		4px;
}

.sectionHeadLg	{	font-size:	18px;	}

.sectionHeadMed	{	font-size:	16px;	}

.sectionHeadSm	{	font-size:	14px;	}

.lmButton 
{
	font-size: 		12px;	
	color:			black;
	font-weight:		bold;
	background-color:	#f7f9fc;	/*FFD010*/;
}

.thumbs {
	font-size: 	12px;
	border:		solid;
	border-width:	1px;
	margin:		8px;
	height:		100px;
}

.BlueDriver
{
	color:		blue;
	font-weight:	bold;
}

.SafeDriver
{
	color:		red;
	font-weight:	bold;
}

.EconoDriver
{
	color:		green;
	font-weight:	bold;
}

.AlertDriver
{
	color:		orange;
	font-weight:	bold;
}

.seaButtons
{
	padding:	0px;
	margin:		0px;
}

.links {
	cursor:			pointer;
	text-decoration: 	underline;
	font-weight:		bold;
	color:			#075BA6;
}
.links:hover {
	color: 			black;
	text-decoration: 	underline;
}

