html {
    height: 100%;
}

body, html, div, p, h1, h2, h3, h4, a, table, td, tr, ul, ol, li, img, form, input, fieldset, textarea, iframe, label, dl, dt, dd {
    margin: 0;
    padding: 0;
}
img {
    border-width: 0px;
	cursor: pointer;
}

div {
	position:relative;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#777;
	background-color:#E6E6E6;
}
h1,h3,h4,h5{
	font-size:14px;
	
	font-weight:normal;
	padding-bottom:3px;
}
h2{
	color:black;
	font-size:18px;
	font-weight:bold;
	padding-top:4px;
	padding-left:4px;
}
h4{
	color:black;
}
p{
	font-size:13px;
}
.clear{
	clear:both;
	font-size:0px;
}
.wrapper{
	width:900px;
	margin:auto;
}
.mainFrame{
	height:600px;
}

.buttons{
	padding-top:3px;
	float:right;
}




/* Dialog style */
.ui-dialog{
	border:1px solid black;
	/*background-color:#EEEEEE;*/
}
.ui-dialog-titlebar{
	background-color:#BBB;
	padding:3px;
	padding-left:5px;
	padding-right:5px;
}
.ui-dialog-titlebar-close{
	float:right;
}
.ui-dialog-content{
	padding:5px;
}
.ui-dialog-titlebar-close{
	font-weight:bold;
	color:black;
	text-decoration:none;
}
.ui-icon-closethick
{
	
}
/* Dialog style end */






.click-a-block{
	width:40px;
	height:25px;
	float:left; 
	margin: 3px;
	cursor:pointer;
}


.mainFrame{
	width:900px;
	margin:auto;
}
.mainFrame div{
	cursor:pointer;	
}
.topElementsContainer{
	height:300px;
}
.stone{
	width:300px;
	height:300px;
	background-color:#868685;
	float:left;
}
.wallsContainer{
	width:600px;
	height:270px;
	float:left;
}
.wall{
	float:left;
	width:300px;
	height:270px;
}
.wall1{
	background-color:#B3B3B3;
}
.wall2{
	background-color:#A5A5A5;
}
.molding{
	width:600px;
	height:30px;
	float:left;
	background-color:#999999;
}
.floor{
	background-color: #BEBEBE;
	height:300px;
}
