@import "default.css";

/**
 * IDS 
 ****************************/
#container { 
	position: relative; width: 893px; height: 642px; 
	margin: auto;
	background: black;
}

#menublock {
	width: 314px; height: 100%;
	background: transparent url(../img/menublock_bg.png) no-repeat 0 0;
}

#cnt {
	position: absolute; top: 0; right: 0;
	width: 624px; height: 286px;
	background: transparent url(../img/cnt_bg.png) no-repeat 0 0;
}

#logo {
	margin: 309px 0 0 16px;
	border: none;
}

#menu {
	margin: 16px 0 0 50px;
}

#menu li { margin-top: 8px; }


/* gallery styles */
#images { 
	position: absolute; left: 75px; top: 80px;
	width: 474px; height: 110px;
	overflow: hidden;
}
.arrowLeft  { position: absolute; left: 15px; top: 85px; z-index: 100; }
.arrowRight { position: absolute; right: 15px; top: 85px; z-index: 100;  }

/**
 * CLASSES 
 ****************************/
.info {
	position: absolute; left: 9px; top: 8px;
	width: 506px; height: 234px; 
	padding: 35px 40px 0 60px;
	/* padding: 35px 60px;
	margin: 8px 10px; */
	background: white; color: black;
	font-size: 160%; 
}
#agency {
	position: absolute;
	top: 150px;
	left: 60px;
	height: 105px;
	width: 313px;
	z-index: 1000;
}

.about {
	padding-top: 28px;  height: 241px;
}

.contact #menublock .decor { position: absolute; top: 42px; left: 278px; width: 35px; height: 235px; background: #bffc3f; z-index: 10; }



/**
 * TAGS 
 ****************************/
 
html { background: none; }
body { 
	background: black;
	color: white;
}

p { margin-bottom: 12px; font-size: 15px; font-weight: bold; }
