body {
	background-color: #8C8C8C;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/pagebkg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
a:link, a:visited, a:active{
	color: #FE9F2F;
	text-decoration: none;
}
a:hover{
	color: #5C7C89;
	text-decoration: underline;
}
.maincontainer {
	width: 1000px;
}
.fullcontainer {
	background-image: url(images/homecontentbkg.jpg);
	background-repeat: no-repeat;

}
.path {
	color: #FE9F2F;
	background-color: f5f5f5;
	font-size: 10px;
	text-align: right;
	padding: 4px;
}

.pageborder {
	background-color: #666666;
	width: 1px;
}
.menu {
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	width: 100%;
}
.mainmenu{
	background-image: url(images/homemainmenubkg.gif);
	padding-right: 20px;
	vertical-align: middle;
}
.submenu {
	background-image: url(images/homesubmenubkg.gif);
	width: 100%;
	padding-right: 10px;
}
.info {
	height: 270px;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #8C8C8C;
}
.info .infocontainer {
	text-align: right;
	width: 250px;
	padding-right: 20px;
	padding-left: 20px;
	vertical-align: top;
}
.info .separator {
	background-color: #cacaca;
	width: 1px;
}
.info .title {
	font-weight: bold;
	color: #FE9F2F;
}
.info .mas {
	font-size: 10px;
	color: #FE9F2F;
}



.foot {
	height: 20px;
	width: 100%;
	font-size: 10px;
	color: #FFFFFF;
}
.foot .detail {
	background-image: url(images/footdtl.gif);
	width: 20px;
}
.foot .copy {
	background-color: #FE9F2F;
	padding-left: 10px;
}
.foot .language {
	background-color: #C1C1C1;
	padding-right: 10px;
	text-align: right;
}
