/******************************************************************************/
/*                                                                            */
/*  BASE                                                                      */
/*                                                                            */
/******************************************************************************/



/* RESET **********************************************************************/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { 
	border:0;
}


/* UTILITY ********************************************************************/

.clear{ clear:both; }
.float-right { float:right; }
.float-left { float:left; }
.italic { font-style:italic; }
.text-left { text-align:left; }
.text-right { text-align:right; }


/* STRUCTURE ******************************************************************/

body{
	text-align:center;	
}

.container{
	padding: 0;
	margin: 0;
	text-align: left;
	overflow:hidden; 
	_overflow:visible;
	_zoom:1;
}

.container-column-right{
	float: right;
	width: 200px;
	_margin-left:-3px;
}

.container-column-left{
	float: left;
	width: 200px;
	_margin-right:-3px;
}


/* MODULE *********************************************************************/

.lego {
	margin:0px;
}

.lego .top-left, .lego .top-right, .lego .bottom-left, .lego .bottom-right{
	display:block;
	background-repeat:no-repeat;
	font-size:1%;
	position:relative;
	z-index:10;
	height:10px; 
	width:10px;
	float:left;
}
.lego .top-left{
	background-position: left top;
}
.lego .top-right{
	background-position: right top;
}
.lego .bottom-left{
	background-position: left bottom;
} 
.lego .bottom-right{
	background-position: right bottom;
}
.lego .bottom-right, .lego .top-right{
	float:right;
}
.lego .bottom-left, .lego .bottom-right{
	margin-top:-10px;
}
.lego .top{
	background-position:center top;
}
.lego .bottom{
	background-position:center bottom;
	_zoom:1;
}
.lego .inner{
	position:relative;
}
.lego .header, .lego .body, .lego .footer{
	overflow:hidden;
	_overflow:visible; 
	_zoom:1;
	margin: 0px;
	padding: 0px;
}
