html {
	height: 100%;
}

body {
	background: #2f2725;
	margin: 0;
	padding: 0;
	height: 100%;
	position:relative;left:0px;top:0px;z-index:0	
}

body, p, div, td, .normal {
	font-family: Arial, sans-serif;
	color: black;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	line-height: 135%;
}

p, ul, ol {
	margin-top: 0;
	margin-bottom: 1em;
}

ul, ol {
	margin-left: 1.5em;
	padding-left: 0;
}

ol {
	margin-left: 2.2em;
}

ul ul, ol ol {
	margin-top: 0;
}

td {
	padding: 0;
	vertical-align: top;
}

img {
	border: 0;
}

a:link, a:active, a:visited, a:hover {
	color: black;
	text-decoration: underline;
}

a:hover {
	color: #ED7919;
}

#container {
	margin: 0 auto;
	padding:0;
	width: 955px;
}
#header{
	width:955px;
	height:120px;
	margin-bottom:7px;
}
#logo{
	margin:0;
	padding:0;
	width:300px;
	height:120px;
	background:url(/write/62/images/tradiplanlogo.gif) no-repeat left bottom;
	color:#2f2725;
	font-size:8px;
	display:block;
	float:left;
}
#headerMenuCell{
	margin:0;
	padding-top:106px;
	width:655px;
	height:14px;
	display:block;
	float:left;
}
#menuCell{
	margin:0;
	padding:0;
	height:14px;
	display:block;
	float:right;
}

#bodyCell{
	margin:0;
	width:949px;
	height:405px;
	background:#ebebeb;
	border:3px solid white;
	display:block;
}
#bodyFilosofie{
	width:949px;
	height:137px;
	padding-top:268px;
	background:url(/write/62/images/filosofie.jpg) no-repeat left top;
}
#bodyLeft{
	width:242px;
	height:310px;
	display:block;
	float:left;
	position:relative;
}
#bodyImage{
	width:311px;
	height:310px;
	background:white;
	display:block;
	float:left;
}
#bodyRight{
	width:372px;
	height:286px;
	display:block;
	float:left;
	position:relative;	
	margin:12px;
}
#bodyMain{
	margin:0;
	display:block;
	position:absolute;
	left:0px;
	bottom:0px;
}
#bodyRight.scroll{
	width:396px;
	height:310px;
	margin:0px;
	overflow:auto;
}
#bodyRight.scroll #bodyMain{
	position:relative;
	margin:12px;
}
#grayMargin{
	height:42px;
	display:block;
	clear:left;
	background:url(/write/62/images/grayMarginBg.gif) no-repeat;
}

#submenuCell{
	margin:0;
	display:block;
	position:absolute;
	padding-bottom:0;
	left:0;
	bottom:0;	
}

#menu {
	list-style-type: none;
	border:1 px solid blue;
}

#menu li {
	float: left;
	border-left:1px solid white;
	margin:0;
}

#menu li a:link, #menu li a:active, #menu li a:visited, #menu li a:hover {
	display: block;
	height: 14px;
	padding: 0px 4px 0px 4px;
	color: white;
	text-decoration: none;
	cursor: pointer;
	font-size: 10px;
	text-transform: uppercase;
}

#menu li a:hover {
	color:#a47f56;
}

#menu li.first {
	float: left;
	border:0;
}

#menu li.selected {
	color:#a47f56;
}

#menu li.selected a:link, #menu li.selected a:active, #menu li.selected a:visited, #menu li.selected a:hover {
	color:#a47f56;
}


#submenu {
	list-style-image: url(/write/62/images/submenuBullet.gif);
	list-style-position:inside;
}

#submenu li {
	padding-top:5px;
}

#submenu li a:link, #submenu li a:active, #submenu li a:visited, #submenu li a:hover {
	font-family:arial,helvetica;
	height: 14px;
	color: #605a59;
	text-decoration: none;
	cursor: pointer;
	font-size: 11px;
	font-weight:bold;
	text-transform:uppercase;
}

#submenu li a:hover {
	color:#a47f56;
	list-style-image: url(/write/62/images/submenuBulletHover.gif);
}

#submenu li.selected {
	color:#a47f56;
}

#submenu li.selected a:link, #submenu li.selected a:active, #submenu li.selected a:visited, #submenu li.selected a:hover {
	color:#a47f56;
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}
table.form .formField{
	border:1px solid #9F9F9F;
}
table.form td.buttons{
	padding-top:10px;
}
#address{
	vertical-align:bottom;
	padding:10px;
	position:absolute;
	left:0px;
	bottom:0px;
}

.scrollable {
	position:relative;
	overflow:hidden;
	width:945px;
	height:60px;
	margin:0px 0px 0px 0px;
	float: left;
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
	margin-top:5px;
}

.items div {
	float:left;
	width:59px;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:-5px 2px 0px 2px;
	background-color:#fff;
	padding:2px;
	border:1px solid #ccc;
	width:50px;
	height:50px;	
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}


#thumbImg{
	width:60px;
}
