/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/
@font-face { font-family: 'arrows'; src: url('../fonts/arrows/arrows.eot'); src: url('../fonts/arrows/arrows.eot?#iefix') format('embedded-opentype'), url('../fonts/arrows/arrows.woff') format('woff'), url('../fonts/arrows/arrows.ttf') format('truetype'), url('../fonts/arrows/arrows.svg#arrows') format('svg'); font-weight: normal; font-style: normal; }

* { margin: 0; padding: 0; font-family: 'Droid Sans Arabic'; font-size: 12px; }
a { text-decoration: none; }
html, body { height: 100%; overflow: hidden; background: #eee; direction: rtl; }
/*body { font: 14px Georgia, serif; }*/
#page-wrap { width: 960px; padding: 0 0 0 15px; margin: -30px auto 0; overflow: hidden; height: 100%; z-index: 999999; position: relative; }

.info-col { float: left; width: 132px; height: 100%; padding: 50px 0 0 0; }
 .info-col h2 { text-align: center; font-weight: normal; padding: 25px 0; }

.image { height: 100px; text-indent: -9999px; display: block; border-right: 1px solid white; }

.Conf { background: url(../images/conferences.jpg) center center no-repeat; }
.sound { background: url(../images/sound2.jpg) center center no-repeat; }
.aqust { background: url(../images/aqu.jpg) center center no-repeat; }
.light { background: url(../images/light.jpg) center center no-repeat; }
.chairs { background: url(../pages/usa/Melbourne-B.jpg) center center no-repeat; }

dt { padding: 5px; background: #900; color: white; border-bottom: 1px solid white; border-right: 1px solid white; }
dd { position: absolute; left: -9999px; top: -9999px; width: 299px; background: #900; padding: 10px; color: white; border-right: 1px solid white; }

dt:nth-of-type(1) { background: #b44835; }
dd:nth-of-type(1) { background: #b44835; }

dt:nth-of-type(2) { background: #ff7d3e; }
dd:nth-of-type(2) { background: #ff7d3e; }

dt:nth-of-type(3) { background: #ffb03b; }
dd:nth-of-type(3) { background: #ffb03b; }

dt:nth-of-type(4) { background: #c2a25c; }
dd:nth-of-type(4) { background: #c2a25c; }

dt:nth-of-type(5) { background: #4c443c; }
dd:nth-of-type(5) { background: #4c443c; }

dt:nth-of-type(6) { background: #656b60; }
dd:nth-of-type(6) { background: #656b60; }

.curCol { -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2); z-index: 1; position: relative; }
