body {
	padding-left: 2%;
	padding-right: 2%;
	font-family: Verdana;
	font-size: 0.8em;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #525252;
	background-color: white;
}
/* Header ///////////////////////////////////////////*/
#header-left {
	background-image : url('../images/deco/logo-full-trans.png');
	background-repeat : no-repeat;
	height: 70px;
	float: left; 
	width: 32.8%;
}
#header-right {
	padding-top: 20px;
	text-align: center;
	margin-left: 33%;
	background-color: #e44035;
	height: 70px;
}
#header-right ul {
	padding: 0;
	margin: 0;
}
#header-right li {
        background-image: url("../images/deco/link-arrow.jpg");
        background-repeat: no-repeat;
        background-position: left;
        padding-left: 15px;
	display: inline;
	margin-left: 20px;
}

#header-right a {
	color: white;
	text-decoration : none;
	font-size: 1.2em;
	font-weight: bold;
}
#header-right a:hover {
	text-decoration: none;
	color : #1a2428;
}
#content {
	margin-top : -20px;
	border-top : 3px solid #1a2428;
	background-color: #1a2428;
}
#spacer {
	clear: both;
}
/* Left /////////////////////////////////////////////*/
#left {
	float:left;
	margin-left: -50.75%;
	width: 45%;
	background-color: #1a2428;
	padding-bottom: 2%;
	font-size: 0.8em;
}
#left-top {
	margin-left: 10px;
}

#left-bottom {
	color: white;
	background-color : #272f38;
	margin-top: 15px;
	padding: 10px;
}
#left-bottom ul {
	list-style-type: none;
	margin: 0;
	padding:0;
}
#left-bottom li {
	margin-bottom: 5px;
}
#left a {
	color: #dd2d1e;
	text-decoration: none;
}
#left a:hover {
	color: #dd2d1e;
	text-decoration: none;
}
#right {
	min-height: 400px; 
	height: auto;
	padding: 10px;
}
#right a {
	text-decoration: none;
	color: #dd2d1e;
}

/* Center  /////////////////////////////////////////////*/
#center {
	background-color: white;
	text-align: left;
	margin-right: 2%;
	margin-left: 33%;
}

/* Footer /////////////////////////////////////////////*/
#footer {
	clear:both;
	height: 70px;
	background-color: #e44035;
}
#footer a {
	color : white;
	text-decoration: none;
}
#footer a:hover {
	color : white;
	text-decoration: none;
}
#footer-cr {
	color : white;
	float : left;
	margin-top: 30px;
	margin-left: 35px;
}
#footer-link {
	background-color : white;
	margin-left : 33%;
	margin-right : 2%;
	height: 50px;
	text-align: center;
	border-top: 1px solid #1a2428;
	}
#footer-link a {
	color : black;
	text-decoration: none;
	font-weight: bold;
}
#footer-link a:hover {
	text-decoration: none;
	color : #dd2d1e;
}
#footer-link ul {
	list-style-type: none;
}
#footer-link li {
	display : inline;
	margin-left : 10px;
}

.title1 {
        color: #dd2d1e;
	font-weight: bold;
	display: block;
	text-align: center;
}

.title2 {
	color: #1a2428;
	font-size: 1.3em;
}
.title3 {
	color: #dd2d1e;
	font-size: 1.4em;
}
.title3 a {
	text-decoration: none;
	color: #dd2d1e;
}
.title4 {
	font-size: 1.8em;
	color: #eae4e6; 
}

.imgFloatLeft {
	float: left;
	margin-right: 15px;
}
.imgFloatRight {
	float: right;
}
/* Luxtrust Reader ////////////////////////////////////////////*/
#reader_table {
	border: 1px solid black;
	border-collapse: collapse;
}
#reader_table th {
	font-size: 0.9em;
	text-align : center;
	border: 1px solid black;
	background-color: #9a342d;
	color: black;
}

#reader_table td {
	border: 1px solid black;
	text-align: center;
	padding: 5px; 
}
.reader_type {
	background-color: #e8847d;
	color: black;
}
.reader_mon {
	font-size: 0.7em;
}
a.reader_pic {
	position: relative;
	text-decoration: none;
}
a.reader_pic span {
	display: none;
}
a.reader_pic:hover {
	background: white;
}
a.reader_pic:hover span {
	display: block;
	position: absolute;
	white-space: nowrap;
	top: 30px;
	left: 20px;
	background: white;
	color: #666666;
	z-index: 3;
}
.lux_reader_home {
	background-image: url("../images/luxtrust_logo_print.gif");
	background-repeat: no-repeat;
	background-position: top left;
	padding-top: 35px;
	padding-left: 60px;
	display: block;
	font-weight: bold;
	font-size: 1em;
}

