html, body, #TableLayout, #AjaxPanel, #frmMain
{
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	overflow: auto;
	font-family: Verdana;
	font-size: 12px;
}
body
{
	background-image: url(Images/Background.jpg);
	background-repeat: repeat-x;
	background-color: #FAFBFE;
}
#TableLayout
{
	text-align: left;
	width: 778px;
	height: 100%;
	margin: 0 auto;
	border-left: solid 1px black;
	border-right: solid 1px black;
	background-color: White;
}
#lower
{
	vertical-align: bottom;
}
#upper
{
	vertical-align: top;
}
#footer
{
	vertical-align: bottom;
	height: 40px;
}
#header
{
}
#menu
{
	height: 20px;
	line-height: 20px;
	background-image: url(Images/mnBackground.jpg);
	background-repeat: repeat-x;
}
#contents
{
	vertical-align: Top;
	margin: auto;
	text-align: left;
}
#contTitle
{
}
#ecmHeader
{
	height: 85px;
}
#ecmBanner
{
	width: 456px;
	height: 80px;
	background-image: url(Images/ecmBanner.jpg);
}
#ecmSearch
{
	width: 320px;
	height: 25px;
	background-image: url(Images/ecmSearch.jpg);
}
#ecmFidelidade
{
	width: 320px;
	height: 55px;
	background-image: url(Images/ecmFidelidade.jpg);
}

#contLeft
{
	width: 165px;
	float: left;
	text-align: center;
	height: 100%;
}
#contextHeader
{
	width: 150px;
	height: 55px;
	line-height: 32px;
	background-image: url(Images/contextHeader.jpg);
	background-repeat: no-repeat;
	color: White;
	font-weight: bold;
	margin: 0 auto;
}
#contextBody
{
	background-color: #EEEEEE;
	border-left: solid 1px #DBDBDB;
	border-right: solid 1px #DBDBDB;
	border-bottom: solid 1px #DBDBDB;
	width: 148px;
	height: 100%;
	vertical-align: top;
	text-align: left;
	margin: 0 auto;
	padding-bottom: 10px;
}

#contRight
{
	float: right;
	text-align: center;
	width: 608px;
}
#contHeader
{
	background-image: url(Images/windowHeader.jpg);
	height: 59px;
	color: White;
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	width: 590px;
	margin: 0 auto;
}
#contBody
{
	border-left: solid 1px #6688E2;
	border-right: solid 1px #6688E2;
	border-bottom: solid 1px #6688E2;
	vertical-align: top;
	width: 588px;
	margin: 0 auto;
	text-align: left;
}

#padBody
{
	margin: 5px;
}

p
{
	color: Black;
	font-size: 12px;
	text-align: justify;
}
a
{
	font-size: 12px;
	color: Blue;
}
a:hover
{
	text-decoration: none;
}
img
{
	display: block;
}
.BlockImage
{
	display: block;
	float: left;
}
.InputInvalid
{
	background-color: #FFFACD;
}

p.instTitle
{
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}
p.instSubTitle
{
	font-weight: bold;
}
p.instCont
{
}

.ecmCategoriesItem
{
	padding-left: 5px;
	padding-right: 5px;
}
.ecmCategoriesItem a
{
	color: Black;
	text-decoration: none;
}
.ecmCategoriesItem a:hover
{
	text-decoration: underline;
}

.ecmSubCategoriesItem
{
	line-height: 20px;
}

.ecmProductListItem
{
	width: 196px;
	height: 200px;
	text-align: center;
	margin: auto;
}
.ecmProductListItem p
{
	margin-bottom: 10px;
	text-align: center;
}
.ecmProductListItemImage
{
	border: solid 1px #6688E2;
}
.ecmProductListTitle
{
	text-align: center;	
	color: Navy;
	font-weight: bold;
	text-decoration: none;
}
.ecmProductListTitle:hover
{
	text-decoration: underline;
}

.prdImage
{
	border: solid 1px Black;
}
.prdManufacturer
{
	font-size: 11px;
	color: #999999;
}
.prdDescription
{
	text-align: justify;
	font-size: 12px;
}

.contactsTable
{
	width: 100%;
}
.contactsCaption
{
	font-weight: bold;
	text-align: right;
	width: 120px;
}
.contactsBox
{
	width: 500px;
}
.contactsBox input
{
	width: 350px;
}
.contactsBox select
{
	width: 356px;
}
.contactsMessage
{
	text-align: center;
}

.blogTitle
{
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 0px;
}
.blogDate
{
	margin-top: 0px;
	font-size: 11px;
	font-style: italic;
}
.blogContents
{
}
.blogSeparator
{
	width: 576px;
}

.promoImage
{
	border: solid 1px #6688E2;
}
.promoSeparator
{
	color: #6688E2;
	width: 576px;
	height: 2px;
}

.modalProgressGreyBackground 
{
    background:#CCCCCC;
	filter:alpha(opacity=60);
	opacity:0.6;
}