/* Allways show vertical scrollbar */
html{
	height:100%;
	overflow:-moz-scrollbars-vertical;
	overflow-x:auto;
}

/* General */
body{
	margin:0px; padding:0px;
	height:100%;
	background:#FFF url(/cms/images/body_bg.png) repeat-x left top;
}
img{
	border:0px;
}
img.icon{
	margin-right:2px;
	position:relative; top:3px;
}
hr{
	color:#E0E0E0;
	height:1px;
	background:#E0E0E0; 
	border:0;
}
ul{
	margin-left:0px; padding-left:15px;
}

/* Positioning classes */
.left{
	text-align:left;
}
.right{
	text-align:right;
}
.center{
	text-align:center;
}
.float_left{
	float:left;
}
.float_right{
	float:right;
}
.clear{
	clear:both;
}

/* Structure */
div#container_container_main{
	margin:0px 0px 0px -500px; padding:0px 20px;
	position:relative; top:0px; left:50%;
	width:977px; min-height:100%;
	background:url(/cms/images/content_bg_repeatable.png) repeat-y 8px top;
}
div#container_main{
	width:977px; min-height:100%;
	background:url(/cms/images/content_bg.png) no-repeat -20px -24px;
}
	div#container_header{
		margin:0px; padding:0px;
		position:relative; top:0px; left:0px;
	}
	table#container_middle{
		margin:0px; padding:0px;
	}
		td#content{
			margin:0px; padding:0px;
			vertical-align:top;
			width:709px;
			background:url(/cms/images/box_l_middle.png) repeat-y left top;
			/*background:url(/cms/images/box_bg_wide.png) no-repeat left top;*/
		}
			div#container_content{
				margin:0px; padding:30px 55px 10px 20px;
				min-height:100px;
				background:url(/cms/images/box_l_top.png) no-repeat -7px top;
			}
		td#content_bottom{
			margin:0px; padding:0px;
			vertical-align:top;
			width:709px; height:10px;
			background:url(/cms/images/box_l_bottom.png) repeat-y left top;
			/*background:url(/cms/images/box_bg_wide.png) no-repeat left top;*/
		}

/* Blocks */
div#container_block_top{
	margin:0px; padding:0px;
}
td#block_left{
	margin:0px; padding:0px;
	vertical-align:top;
	width:259px;
	background:url(/cms/images/box_s_middle.png) repeat-y 6px top;
}
	div#container_block_left{
		margin:0px; padding:48px 30px 10px 30px;
		background:url(/cms/images/box_s_top.png) no-repeat 3px top;
	}
		div#container_block_left img{
			margin:1px; padding:0px;
		}
		div#container_block_left h3{
			margin:0px; padding:0px;
		}
td#block_left_bottom{
	margin:0px; padding:0px;
	width:259px; height:10px;
	background:url(/cms/images/box_s_bottom.png) repeat-y 6px top;
	/*background:url(/cms/images/box_bg_wide.png) no-repeat left top;*/
}

td#block_right{
	margin:0px; padding:0px 0px 0px 5px;
	vertical-align:top;
	width:100px;
	border-left:1px dotted #CCC;
}
	div#container_block_right{
		margin:0px; padding:0px;
	}
		div#container_block_right img{
			margin:1px; padding:0px;
		}
		div#container_block_right h3{
			margin:0px; padding:0px;
		}
div#container_block_bottom{
	margin:0px; padding:0px;
}
