html {
	width: 100%;
	height: 100%;
}

body {
	background: #ebebeb;
	margin: 0px;
	width: 100%;
	height: 100%;
}

body, input, select, textarea {
	font-family: 'Arial', 'Helvetica', 'Sans-serif';
	color: #000000;
}

select, textarea, input {
	font-size: 100%;
}

img {
	border: none;
}

hr {
    display: block;
    position: relative;
    padding: 0;
    margin: 8px auto;
    width: 100%;
    clear: both;
    border: none;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #FFFFFF;
    font-size: 1px;
    line-height: 0;
    overflow: visible;
}

.canvas {
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
	min-height: 100%;
}

html>body .canvas {
	height: auto;
}

.break {
	clear: both;
}

.hidden {
	display: none;
}


.bottom {
	position: absolute;
	bottom: -1px;
}

.block0 {
	position: absolute;
	left: 50%;
	overflow: visible;
}

.block1 {
	position: absolute;
	left: -480px;
	width: 960px;
	overflow: hidden;
}

.header {
	float: left;
	width: 960px;
	height: 138px;
	overflow: hidden;
	background: url(/site-layout/gfx/bg-header.png) no-repeat transparent;
}

#container {
    float: left;
    width: 950px;
    height: auto;
    background: url(/site-layout/gfx/bg-container.png) repeat-y transparent;
    padding: 0 0 0 10px;	
}

.column0 {
	float: left;
	width: 310px;
	height: auto;
	overflow: hidden;
	background: transparent;
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
}

.column1 {
	float: left;
	width: 310px;
	height: auto;
	overflow: hidden;
	background: transparent;
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
}

.column2 {
	float: left;
	width: 310px;
	height: auto;
	overflow: hidden;
	background: transparent;
	color: #FFF;
	font-size: 12px;
	line-height: 16px;
}

.brands {
	float: left;
	width: 960px;
	height: 70px;
	overflow: hidden;
	background: url(/site-layout/gfx/bg-brands.png) repeat-y transparent;
	text-align: center;
}

.footer {
	float: left;
	width: 960px;
	height: 60px;
	overflow: hidden;
	background: url(/site-layout/gfx/bg-footer.png) no-repeat transparent;
}
