
html {
	width: 100%;
	height: 100%;
	background: url('../../images/default/site_bg.jpg') 100% 0% repeat-x;
}
	
body {
	font: normal 76%/14pt tahoma, 'trebuchet MS', helvetica, arial, sans-serif ;
	color: #000000;
	background-color: transparent;
	margin: 0;
}

#wrapper {
	positon: relative;
	width: 1024px;
	margin-right: auto;
	margin-left: auto; 
	background-color: transparent;
	z-index: 1;
}
#header {
	height: 100px;
	background: transparent url('../../images/default/main_banner.png') 0% 50% repeat-x;
	margin-bottom: 0px;
	-webkit-border-radius: 0 0 15px 15px ;
	-moz-border-radius: 0 0 15px 15px ;
	-index: 2;
}

#footer {
	font-size: 85%;
	color: #000;
	text-align: right;
	vertical-align: top;
	padding: 4px 10px 0;
	margin-top: 1.5em;
	background: transparent url('../../images/default/footer_bg.png') 0% 0% repeat-x;
	-webkit-border-radius: 10px ;
	-moz-border-radius: 10px ;
	z-index: 3;
}
#footer img {
	display: inline;
	margin-bottom: -1.5em;
}
#footer a:link, #footer a:visited {
	color: #DAE5E5;
}	

#main {
	display: table;
	border-collapse: collapse;
	background: transparent url('../../images/default/bg_content1.png') 100% 0% no-repeat;
	-webkit-border-radius: 10px ;
	-moz-border-radius: 10px ;
}

.top-row {
	display: table-row;
}
.top-slider {
	display: table-cell;
	width: auto;
	background-color: transparent;
	border: 2px solid #000;
	vertical-align: top;
}

#menubar{
	display: table;
	border-collapse: collapse;
	width: 100%;
}
	
#sidebar {
	display: table-cell;
	width: 184px;
	background: #FFF url('../../images/blue-fade.png') 100% 0% no-repeat;
	padding: 0 1px 5px;
	z-index: 5;
}

#extras {
	display: table-cell;
	width: 210px;
	min-width: 200px;
	padding: 0 10px 10px 20px;
	background-color: transparent;
	z-index: 6;
}

#content {
	display: table-cell;
	width: 100% /* 768px */;
	padding: 10px 0 2em 10px;
	background-color: transparent; 
	z-index: 8;
}

#home_extras {
	display: table-cell;
	width: 410px;
	padding: 0 10px 10px 20px;
	background-color: transparent;
	z-index: 7;
}

#home_content {
	display: table-cell;
	width: auto;
	padding: 10px 0 2em 10px;
	background-color: transparent; 
	z-index: 9;
}
