@charset "utf-8";
/* CSS Document */

html, body {
    height: 100%;
    width: 100%;
	line-height:15px;
	overflow:hidden;
	cursor:crosshair;
	cursor:move;
	padding: 0px;
	margin: 0px;
/*	background-image: url(../img/grib_bg_forHTML.gif);*/
    font-family:Arial, Helvetica, sans-serif;
}    
 
.kill-selection, .kill-selection BODY {
    -moz-user-select: none;
    -khtml-user-select: none;
    -o-user-select:none;
    user-select: none;     
}
h1{
    margin-top: 5px;
    font-family:"Times New Roman", Times, serif;
    font-style:italic;
    font-size: 22px;
    font-weight:100;
}

a{
    color:#000000;
    background:white;
}
a:visited{
text-decoration:line-through;}


.screen-drag-container {
	position: absolute;
	/*	background:url(../grib_bg_forHTML.gif) no-repeat;*/
	width: 2360px;
	border-bottom: 1px dotted #dcdcdc;
	border-right: 1px dotted #dcdcdc;
	height: 1600px;
	overflow:hidden;
	text-align:left;
	top: 0px;
	left: 0px;
	min-height: 1600px;
}


.screen-drag-container.step-one {
	width: 2520px;
}
	
.screen-drag-container.step-one.step-two {
	width: 3240px;
	height: 1600px;
}	
	
.screen-drag-container .squares-holder {
	margin-left:180px;
	margin-top: 10px;
	position: relative;
	line-height:14px;
	height: 1600px;
}

.screen-drag-container.step-one .squares-holder {
	margin-left:340px;
}

.screen-drag-container.step-two .squares-holder {
	min-width: 1200px;
	margin-left:1060px;
}

.squares-holder {


}
.pageNotFound{
	border-bottom: none;
	border-right: none;
}

.squares-holder .square-project {
	width: 220px;
	height:220px;
	border: 1px solid black;
	position:absolute;
	color: #333;
	background-color:#FFFFFF;
	background-image:url(../img/x-bg.gif);
	background-position:center;
	background-repeat:no-repeat;
	text-align:left;
	font-size:11px;
	padding:0px;
}
.square-project.link {
    background: transparent url();
    z-index: 10001;
}
.square-project a {
	text-decoration:none;
	display:block;
	position:relative;
	z-index:10000;
	margin-top:95px;
	color:#333;
}
.square-project p {
	margin: 3px 10px;
	color:#000000;
}
.square-project h2 {
	font-size: 150%;
	padding-left:10px;
	margin-top: 95px;
	color:#000000;
	display:-moz-inline-box;
	display:inline-block;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	margin-bottom: 3px;
}

.design-list, .illustration-list {
    float:left;
    width: 160px;
    font-size:11px;
    display: none;
    padding-top: 50px;

    margin-left: 0px;
}
.design-list-opened .design-list {
    display:block;
}
.design-list ul{
    margin:0;
    padding:0;
}
.design-list ul li{
    margin: 5px 0;
    list-style: none;
}


.illustration-list-opened .illustration-list {
    display:block;
}
.illustration-list UL {
    margin:0;
    padding:0;
}
.illustration-list UL LI {
    margin: 5px 0;
    list-style: none;
}

UL LI a {
    text-decoration:underline;
    cursor: pointer;
}

.left-column {
    float:left;
    width: 180px;
}
.left-column-container {
    width:140px;
    margin: 0 auto;
}
.logo-holder{
	padding-top: 25px;
	height: 53px;
	border-bottom: 1px solid black;
	padding-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
.logo-holder img {
    margin-left: -1px;
}
.main-menu {
    clear:left;
    width:140px;
    font-family:"Times New Roman", Times, serif;
    font-style:italic;
    font-size: 100%;
	line-height:normal;
    height:100px;
    margin: 20px auto;
    z-index:10001;
}
.main-menu a {
    color:#000000;
}.main-menu a:hover {
color:#333;
}
.main-menu ul {
    margin:0;
    padding:0;
}
.main-menu li{
    list-style: none;
}
.main-menu li a{
    cursor: pointer;
    text-decoration:underline;
}

.underMenuLine {
    width:60px;
    border-bottom: 1px solid black;
}
.short-about {
	font-size:11px;
	margin:0 auto 35px auto;
	width: 140px;
	padding-top: 20px;
	background-image: url(../img/shortLine.gif);
	background-repeat: no-repeat;
}
.mini-contacts {
	margin:0 auto;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	font-style:italic;
	width: 140px;
	padding-top: 20px;
	background-image: url(../img/shortLine.gif);
	background-repeat: no-repeat;
}

.project-container {
    display: none;
    float:left;
	
}
.project-container div {margin-bottom: 20px;}

.project-container-opened .project-container {
    display:block;
    width: 700px;
    font-size: 11px;
    float:left;
    padding-top:47px;
}
.project-container-opened .projectContainer img {
    margin-bottom: 20px;
}

a.rolloverImage{
    position:absolute;
    margin:0;
    display:block;
    top:0;
    left:0;
    background: transparent;
}

.project-image {
    padding: 220px 220px 0 0;
}

.design-list-opened .illustration {
    display: block;
}

.illustration-list-opened .design {
    display: block;
}

#drag-hint {
    position:absolute;
    display: none;
    font-size: 10px;
    font-style: italic;
    color: #333;
    z-index: 10000;
    background: #fafafa;
}
#screen-overlay {
    position:absolute;
    z-index: 9000;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    display:none;
}

.selectable-item {
    cursor: text;
}

#context-menu {
    position: absolute;
    background: #fff;
	z-index:10000;
    padding: 0  4px 2px 4px;
    list-style: none;
    font-size: 100%;
	text-decoration:underline;
    display:none;
    cursor: pointer;
	color:#000;
    $cursor: hand;
	font-family: "Times New Roman", Times, serif;
	font-style:italic;
}

#context-menu:hover {
background-color:#000;
color:#fff;}
#context-menu span {
clear:left;
font-size:12px;}

.logo-holder img{
cursor: pointer;}
.keepaPhone{
	background-image: url(../img/keepaPhone.gif);
	background-repeat: no-repeat;
	width:112px;
	height:16px;}


/*.keepaPhone:hover .keepaRealPhone{
display: block;
background-color:#FFFFFF;
font-weight: bold;}*/

.keepaRealPhone{
display: none;
}