/* CSS Document */
/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 97%;
	line-height: 1.1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
	font-family:Arial, Helvetica, sans-serif;
	color:#231F20;
}


a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

html {
    overflow: auto;
	background: #FFF;
}

html:not(:nth-child(1)) { overflow: visible; }

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
}

body {
    font: 14px/120%;
    position: relative;
    min-width: 1005px;
	width: 100%;
	margin: 0 auto;
}

#header {
    height: 3em;
    /*background: red;*/
    color: #FFF;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1000;
	left: 0;
}

.column {
	padding-top: 45px !important;
}

.max-width-wrap{
	height:100%;
	width:100%;
	margin: 0 auto;	
	max-width:1260px;
}

#container-wrap{
	height:auto !important;
	height:100%;
	min-height: 100%;
	position: relative;
	background:url(../img/container.png) repeat-x;
	background-position:0 100%;	
}
* html #container-wrap { overflow: visible;}

#container {
    padding-left: 280px;
	padding-right: 210px;
	overflow: hidden;
	float: left; /* IE 5.01 */
	float/**/: none;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	/*background:#99CCFF;*/
}

* html #container { overflow: visible;}

#main #container{padding-right:260px;}
#projects-body #container {padding-right:240px;}
#bodycontacts #container {padding-right:200px;}

#left, #right, #content {
    float: left;
    position: relative;
	padding-bottom: 9em !important;
}

/*\*/
#left, #right, #content {
    padding-bottom: 1000em !important;
    margin-bottom: -991em !important;
}
/**/

@media all and (min-width: 0px) {
    #left, #right, #content {
		margin-bottom: 0 !important; 
		padding-bottom: 9em !important;
	}

	#left:before, #right:before, #content:before {
		content: 'EasyClearing';
		display: block;
		background: inherit;
		padding-top: 1000em !important;
		margin-bottom: -1000em !important;
		height: 0;
	}
}

#container:after {
	content: 'EasyClear'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#container { display: inline-block; }
/*\*/
#container { display: block; }
/**/

#left {
    width: 228px;
    /*background: cyan;*/
    margin-left: -100%;
	padding-left:52px;
    right: 280px;
}
#projects-body #left {
	padding-left:42px;
	padding-right:10px;
}

* html #left {left: 210px;}
* html #main #left {left: 260px;}
* html #projects-body #left {left: 240px;}
* html #bodycontacts #left {left: 200px;}

#right {
    width: 210px;
	/*background: yellow;*/
    margin-right: -100%;
	padding-top:70px !important;
}
#main #right{width: 260px;}
#projects-body #right{width: 240px; padding-left:8px; padding-top:100px !important;}
/*#bodycontacts #right{width: 200px; padding-top:90px !important;}*/

#content {
    width: 100%;
	min-width:460px !important;
	padding-top:100px !important;
	/*background:url(../img/verticaldot.png) 98% 0 repeat-y;*/
}
#main #content {min-width:460px !important; padding-top:70px !important;}
#projects-body #content {min-width:460px !important; padding-top:100px !important;}

#content-subwrap {
	max-width:600px;
	/*background-color:#FFCCCC;*/
}

#main #content-subwrap, #projects-body #content-subwrap {
	max-width:460px;
	position:relative;
}

#footer {
    height: 8em;
	position: relative;
	z-index: 1000;
	margin: -8em auto;
	/*background:#990066;*/
	padding-top:1em;
	text-align:right;
}