BODY
{
	background-color: #FFFFFF;
	margin: 0;
	font-family: Arial, Tahoma, Verdana, San-Serif;
	font-size: 12px;
	color: #333333;	
}
#Container
{
	background-color: #FFFFFF;
	border: solid 1px #FFFFFF;
	position: relative;
	margin: 0 auto;
	width: 800px;		
}
#ExoloopPower
{
	margin-top: 4px;
	text-align: center;	
}
STRONG 
{ 
	color: #555555; 
}
A 
{ 
	color: #CC0000; 
	text-decoration: underline;
}
A:hover
{ 
	text-decoration: none
}
.Red
{
	color: #CC0000;
}
.Clearer
{
	display: inline;
	clear:both;
	visibility: hidden;
	height: 0;
}
html>body .Clearer
{
	display: block;
}

.Border-T
{
	border-top: solid 1px #E2E2E2;
}
.Border-L
{
	border-left: solid 1px #E2E2E2;
}
.Border-R
{
	border-right: solid 1px #E2E2E2;
}
.Border-B
{
	border-bottom: solid 1px #E2E2E2;
}

.Corner-TL
{
	background: url(../images/website/common/corner_tl.gif) no-repeat top left;
	width: 8px;
	height: 20px;
}
.Corner-TR
{	
	background: url(../images/website/common/corner_tr.gif) no-repeat top right;
	width: 8px;
	height: 20px;
}
.Corner-BL
{	
	background: url(../images/website/common/corner_bl.gif) no-repeat bottom left;
	width: 8px;
	height: 20px;
}
.Corner-BR
{	
	background: url(../images/website/common/corner_br.gif) no-repeat bottom right;	
	width: 8px;
	height: 20px;	
}

/*
--
-- Used with DIV. Compatible only with IE 7 and Firefox.
--

.Corner-TL
{
	background: url(../images/website/common/corner_tl.gif) no-repeat top left;
	width: 8px;
	height: 8px;
	position: absolute;
	top: -1px;
	left: -1px;
}
.Corner-TR
{	
	background: url(../images/website/common/corner_tr.gif) no-repeat top right;
	width: 8px;
	height: 8px;
	position: absolute;
	top: -1px;
	right: -1px;	
}
.Corner-BL
{	
	background: url(../images/website/common/corner_bl.gif) no-repeat bottom left;
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: -1px;
	left: -1px;
}
.Corner-BR
{	
	background: url(../images/website/common/corner_br.gif) no-repeat bottom right;	
	width: 8px;
	height: 8px;
	position: absolute;
	bottom: -1px;
	right: -1px;
}
*/

/*

#Footer
{
	position: relative;
	height: 93px;
}
#Footer .Left
{
	position: absolute;
	left: 498px;
}

#Footer .FreeEstimate
{
	position: absolute;
	left: 653px;	
}
#Footer .Right
{
	position: absolute;
	top: 83px;
	left: 653px;
}
IMG.EstimateBanner
{
	margin-top: 15px; 
	margin-right: 0px
}

.TopMenuItemGroup
{	
	background-image: url(../images/menu_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	font-family: Verdana, Tahoma, Arial, san-serif;
	font-size: 10px;
	font-weight: bold;
	padding-right: 2px
}
.TopMenuItemCursorDefault
{
	cursor: default;
	background-image: url(../images/menu_item_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin-right: 2px
}
.TopMenuItemCursorDefaultHover
{
	color: #ffffff;
	cursor: default;
	background-image: url(../images/menu_item_hover_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin-right: 2px
}
.TopMenuItem
{
	cursor: pointer;
	background-image: url(../images/menu_item_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin-right: 2px
}
.TopMenuItemSelected
{
	cursor: pointer;
	background-image: url(../images/menu_item_selected_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin-right: 2px
}
.TopMenuItemSelectedNoPointer
{
	cursor: default;
	background-image: url(../images/menu_item_selected_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin-right: 2px
}
.TopMenuItemHover
{	
	color: #ffffff;
	cursor: pointer;
	background-image: url(../images/menu_item_hover_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	margin-right: 2px
}
.MenuItemGroup
{
	background-color: Transparent;
	border-left: solid 1px #000000;
	cursor: pointer;
}
.MenuItem
{
	background-color: #009D4E;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #9BC257;
	color: #ffffff;
	font-family: Verdana, Tahoma, Arial, san-serif;
	font-size: 9px;
}
.MenuItemHover
{
	background-color: #FFC700;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #9BC257;
	color: #000000;
	font-family: Verdana, Tahoma, Arial, san-serif;
	font-size: 9px;
}
.MenuItemHoverNoPointer
{
	cursor: default;
	background-color: #FFC700;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #9BC257;
	color: #000000;
	font-family: Verdana, Tahoma, Arial, san-serif;
	font-size: 9px;
}

.LastMenuItem
{
	background-image: url(../images/menu_last_item_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	color: #ffffff;
	font-family: Verdana, Tahoma, Arial, san-serif;
	font-size: 9px;		
}
.LastMenuItemHover
{
	background-image: url(../images/menu_last_item_hover_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	color: #000000;
	font-family: Verdana, Tahoma, Arial, san-serif;
	font-size: 9px;		
}

.PopUpImage
{
	BORDER: solid 3px #e0e0e0;
	margin: 5px 10px 5px 0px;
}
*/