/* global divs */

body {
   background: #1A1A1A url(../img/global/body-bg.jpg) repeat-x top;
   text-align: center;
   margin: 0 0 20px 0 ;
   padding: 0;
}

div#header {
	margin: 0 auto;
	width: 930px;
	height: 148px;
}

div#header-top {
   width: 930px;
   height: 20px;
   background: transparent url(../img/global/header-top.jpg) no-repeat top;
   text-align: left;
}

div#shadow-left {
   width: 15px;
   height: 130px;
   float: left;
   background: transparent url(../img/global/header-shadow-left.jpg) repeat-y top;
}

div#shadow-right {
   width: 15px;
   height: 130px;
   float: left;
   background: transparent url(../img/global/header-shadow-right.jpg) repeat-y top;
}

div#header-center {
	width: 900px;
	height: 130px;
	background: transparent url(../img/global/header-center-bg.jpg) no-repeat top;
	float: left;
	text-align: left;
	padding: 0;
	margin: 0;
}

div#header-center img {
   margin: 29px 0px 0px 30px;
}

div#content {
	margin: 0 auto;
	width: 900px;
	padding: 20px 0px 0px 0px;
	background: #FFFFFF url(../img/global/content-bg.jpg) no-repeat top;
	text-align: left;
}

div#content-normal {
	float: left;
	width: 600px;
	margin: 0px 20px 0px 20px;
	padding: 0;
	text-align: left;
	display: inline;
}

div#content-right {
	float: right;
	width: 210px;
	padding: 0px 0px 20px 0px;
	margin: 20px 15px 0px 15px;
	text-align: left;
	display: inline;
}

div#content-right-content {
	width: 200px;
        padding: 0px 0px 0px 10px;
	text-align: left;
}



div#content-border {
        clear: both;
	margin: 0;
	width: 900px;
	padding: 2px 0px 2px 0px;
	border-top: 1px solid #C0C0C0;
	background: #F0F0F0 url(../img/global/content-border-bg.jpg) repeat-x top;
}

div#footer {
        clear: both;
	margin: 0;
	width: 900px;
	padding: 2px 0px 2px 0px;
	background: #F0F0F0;
}

div.clearer {
	clear: both;
	width: 1px;
	height: 1px;
}

/* header styles */

div#header ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


div#header ul li {
	float: left;
}

/* Partners */
div.tx-mkimagelist-pi1 {
   background: #F0F0F0;
}

div.tx-mkimagelist-pi1 .image {
   background-color: #FFFFFF;
   border: 1px solid #C0C0C0;
   height: 60px;
   float: left;
   padding: 5px 10px 5px 10px;
   margin: 2px 5px 2px 5px;
}

div.tx-mkimagelist-pi1 .image img {
}

div.realslide {
   background: #F0F0F0;
   text-align: center;
   margin: 0;
   padding: 0;
}