/* default HTMl components tags */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #FCFCFC;
	font-size: 11px;
	font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
	padding: 0px;
	margin: 0px;
	padding-top: 20px;
	padding-bottom: 20px;
}

h1 {
	font-size: 20px;
	padding-bottom: 10px;
}

h2 {
	font-size: 14px;
}

p {
	padding-bottom: 5px;
}

a, a:visited, a:active {
	color: #B30037;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

ul {
    /*padding-left:1em;
    margin-left:0;*/

    padding-left: 10px;
    margin-left: 10px;
}

img {
	border: none;
}

/* special IE hacks */
*+html .wrap {
	overflow: hidden;
}

* html .tableCell,* html .pageContentSpacer {
	margin-bottom: -10000px;
	padding-bottom: 10000px;
	float: left;
}

*+html .tableCell,*+html .pageContentSpacer {
	margin-bottom: -10000px;
	padding-bottom: 10000px;
	float: left;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 930px;
}

#header {
	overflow: hidden;
}

#mimacomLogo {
	float: left;
	padding-left: 10px;
}

#searchBoxContainer {
	margin-top: 20px;
	float: right;
	margin-right: 10px;
	overflow: hidden;
}

#searchBox {
	text-align: right;
	padding-top: 5px;
}

#searchBox input {
	background-color: #F1F1F1;
	color: #787878;
	border: 1px solid #D5D5D5;
}

#topBar {
	clear: both;
	float: left;
	padding-top: 10px;
}

#countrySelection {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}

#languageSelection {
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}

#languageSelection div {
	float: left;
	padding-left: 5px;
}

#navBackground {
	clear: both;
	margin-top: 30px;
	background-image: url('../images/navbackground.png');
	background-repeat: repeat-x;
	background-position: 0px 15px;
}

#mainNav {
	clear: both;
	height: 31px;
}

.mainNavEntry {
	float: left;
	width: 100px;
	height: 25px;
	color: #FFFFFF;
	background-image: url('../images/mainnav-button.png');
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 6px;
	margin-right: 2px;
}

.mainNavEntrySel {
	background-image: url('../images/mainnav-button-sel.png');
}

.mainNavEntry a, .mainNavEntry a:visited, .mainNavEntry a:active {
	color: #FFFFFF;
}

.mainNavEntry a:hover {
	text-decoration: none;
}

#subNav {
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	padding-right: 10px;
}

#subNav a, #subNav a:visited, #subNav a:active {
	color: #787878;
	font-weight: bold;
}

#countrySelection .sel, #subNav .sel, #leftNav .sel2 {
	color: #000000 !important;
}

#leftNav .sel1, #leftNav .selnosub1 {
	color: #B30037 !important;
}

#pageImage {
	padding: 0px;
	margin: 0px;
	width: 930px;
	height: 273px;
	color: #FFFFFF;
	font-size: 16px;
}

#pageImage h1 {
	font-size: 30px;
}

#pageImage p {
	font-size: 14px;
}

.startPage {
	width: 900px !important;
	height: 203px !important;
	padding-top: 70px !important;
	padding-left: 30px !important;
}

#startPageBackground {
	display: table !important;
	/*height: 256px;*/
	clear: both;
	background-image: url('../images/startpage-background.png');
	background-repeat: no-repeat;
}

#hotLinksHeader {
	width: 295px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

#newsHeader {
	width: 595px;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}

#hotLinksBody {
	width: 295px;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

#newsBody {
	width: 595px;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.normalPage {
	width: 910px !important;
	height: 203px !important;
	padding-top: 70px !important;
	padding-left: 20px !important;
}

.contentWrap {
	display: table;
	margin-top: 18px;
}

.tableWrap {
	display: table;
}

.wrap {
	display: table-row;
}

.tableCell {
	display: table-cell;
	vertical-align: top;
}

.startPageContentBox {
	width: 280px;
	height: 200px;
	padding: 10px;
	background-image: url('../images/startpage-box-background.png');
	background-repeat: no-repeat;
}

.pageContentSpacer {
	width: 15px;
	display: table-cell;
}

.contentHeaderLeft {
	width: 10px;
	height: 10px;
	background-image: url('../images/content-border-header-left.png');
	background-repeat: no-repeat;
}

#leftNavMiddle {
	width: 215px;
}

.contentHeaderMiddle {
	height: 10px;
	background-image: url('../images/content-border-header-middle.png');
	background-repeat: repeat-x;
}

.contentHeadeRright {
	width: 10px;
	height: 10px;
	background-image: url('../images/content-border-header-right.png');
	background-repeat: no-repeat;
}

#pageContentHeader {
	width: 910px;
}

.contentBodyLeft {
	width: 10px;
	background-image: url('../images/content-border-body-left.png');
	background-repeat: repeat-y;
}

#leftNav {
	width: 215px;
	background-image: url('../images/content-background.png');
	background-repeat: repeat;
}

.contentBodyRight {
	width: 10px;
	background-image: url('../images/content-border-body-right.png');
	background-repeat: repeat-y;
	background-position: right;
}

#leftNav ul {
	padding-left: 10px;
	list-style-position: 0;
	margin: 0px;
}

#leftNav li {
	padding-top: 10px;
	list-style: none;
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

#leftNav ul ul {
	padding-top: 10px;
	padding-left: 15px;
	list-style-position: 1;
}

#leftNav li li {
	padding-top: 0px;
	list-style: disc;
	color: #787878;
	font-size: 11px;
	font-weight: normal;
}

#leftNav li a, li #leftNav a:visited, li #leftNav a:active {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
}

#leftNav li li a, li li #leftNav a:visited, li li #leftNav a:active {
	color: #787878;
	font-weight: normal;
	font-size: 11px;
}

.contentWithLeftNav {
	width: 660px;
}

#pageContentBody {
	width: 910px;
}

.pageContentBody {
	background-image: url('../images/content-background.png');
	background-repeat: repeat;
	overflow: hidden;
	word-wrap: break-word; /* IE6 fix for long words */
}

.contentFooterLeft {
	width: 10px;
	height: 10px;
	background-image: url('../images/content-border-footer-left.png');
	background-repeat: no-repeat;
}

.leftNavFooterMiddle {
	width: 215px;
	height: 10px;
}

.contentFooterRight {
	width: 10px;
	height: 10px;
	background-image: url('../images/content-border-footer-right.png');
	background-repeat: no-repeat;
}

#pageContentFooter {
	width: 910px;
}

.pageContentFooter {
	height: 10px;
	background-image: url('../images/content-border-footer-middle.png');
	background-repeat: repeat-x;
}

#pageFooter {
	margin-top: 20px;
	margin-bottom: 10px;
	padding-left: 10px;
	clear: both;
	padding-top: 15px;
	border-top: 1px solid #BBBBBB;
}

.refImg {
	padding: 10px;
	width: 200px;
}
.refText {
	padding: 10px;
	width: 550px;
}
.refLink {
	padding: 10px;
	width: 100px;
}

.rgslideshow {
	margin-left: auto;
	margin-right: auto;
	background: transparent !important;
	border: none !important;
}

.rgsnest {
	width: 280px !important;
}

table.contenttable tr td, table.contenttable tr th {
	vertical-align: middle;
	padding: 5px;
}

table tr td, table tr th {
	border: 1px solid #bbbbbb;
}

table tr td p, table tr th p {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
}

table tr th {
	font-size: 11px;
	color: #B30037;
}