body {
	background-image: url(../../public/layout/bg.gif);
	margin: 0px;
	background-color: #F5F5F5;
	font-family: Arial, sans-serif;
	font-size: 0.75em;
}
.textStrong {
	font-weight: bold;
}

.mainDiv {
	margin: auto;
	width: 975px;
	margin-top: 10px;
	border:solid 1px #CCC;
	background-color: #FFF;
}
.mainDiv .header {
	background-image: url(../../public/layout/logo.gif);
	background-repeat: no-repeat;
	height: 52px;
	background-position: 0px 10px;
	padding-top: 39px;
	padding-right: 10px;
}
.mainDiv .header .country {
	text-align: right;
}
.mainDiv .subheader {
	background-image: url(../../public/layout/menu_line.jpg);
	background-repeat: no-repeat;
	height: 32px;
}
.mainDiv .subheader .mainmenu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 32px;
	background-image: url(../../public/layout/menu_left.jpg);
	background-repeat: no-repeat;
	padding-left: 4px;
}

.mainDiv .subheader .mainmenu li {
	float: left;
	background-image: url(../../public/layout/menu_background.jpg);
	background-repeat: repeat-x;
	height: 32px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.mainDiv .subheader .mainmenu li a {
	margin-right: 4px;
	margin-left: 4px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	height: 16px;
	display: block;
	padding: 5px 4px 3px 4px;
}
.mainDiv .subheader .mainmenu li .higlighted, .mmenu14 {
	background-color: #F51805;
}

.mainDiv .subheader .mainmenu li .logo, .mmenu16 {
	background-image: url(../../public/layout/menu_logo.gif);
	background-repeat: no-repeat;
	display: block;
	height: 16px;
	width: 106px;
	margin-left: 14px;
	margin-top: 4px;
}
.mainDiv .subheader .mainmenu .right {
	background-image: url(../../public/layout/menu_right.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 32px;
	width: 12px;
}
.mainDiv .subheader .links {
	margin-top: -23px;
	font-size: 0.95em;
}
.mainDiv .subheader .links ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.mainDiv .subheader .links ul li {
	float: right;
	margin-right: 10px;
}
.mainDiv .subheader .links ul li a {
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color: #939393;
}
.mainDiv .path {
	font-weight: bold;
	text-transform: uppercase;
	clear: both;
	margin-left: 10px;
	font-size: 0.95em;
	margin-bottom: 3px;
}
.mainDiv .path a {
	color: #000;
	text-decoration: none;
}
.mainDiv .path .home {
	color: #FF0000;
}
.mainDiv .smallMenu {
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
	margin-right: 30px;
}
.mainDiv .smallMenu a {
	line-height: 24px;
	padding: 4px;
	color: #FFF;
	text-decoration: none;
}
.mainDiv .smallMenu .a3 {
	background-color: #0080A2;
}
.mainDiv .smallMenu .a4 {
	background-color: #007900;
}
.mainDiv .smallMenu .a5 {
	background-color: #BB5F52;
}
.mainDiv .smallMenu .a6 {
	background-color: #D18860;
}
.mainDiv .page {
	padding: 4px 36px 40px 36px;
	min-height: 400px;
}
.mainDiv .page .banner {
	text-align: center;
	margin-left: -4px;
}

.mainDiv .page .halfPage {
	width: 50%;
	float: left;
}
.mainDiv .page h1 {
	font-weight: bold;
	font-size: 1.5em;
	border-bottom:dotted 2px #6e6a67;
	line-height: 35px;
	margin-top: 20px;
	margin-bottom: 25px;
}
.mainDiv .page h2  {
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.mainDiv .page p {
	margin-top: 0px;
}

.mainDiv .page ul  {
	font-weight: bold;
	list-style-type: square;
}
.mainDiv .page ul li  {
	margin-bottom: 10px;
}
.mainDiv .page a img  {
	border: none;
}


.mainDiv .page .pageFooter {
	clear: both;
}
.footer {
	text-align: center;
	margin: 20px;
}
.footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	font-size: 0.8em;
}

.mmenu16 span {
	display: none;
}



.contentConteiner .halfPage {
	width: 40%;
	float: left;
}

.floatl { float: left; }
.floatr { float: left; }
.clearb {clear: both;}
