/* Declare AirTies' official font faces. */
@font-face {
    font-family: 'TondoRegular';
	    src: local('☺'), url('/includes/fonts/tondo/Tondo_Cyr.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/includes/fonts/tondo/Tondo_Cyr.eot')  format('embedded-opentype'), /* IE9 Compat Modes */
		url('/includes/fonts/tondo/Tondo_Cyr.woff')  format('woff'), /* Modern Browsers */
		url('/includes/fonts/tondo/Tondo_Cyr.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
		url('/includes/fonts/tondo/Tondo_Cyr.svg') format('svg'); /* Legacy iOS */
	font-weight: normal;
    font-style: normal;
}

.tondo_reg {
    font-family: TondoRegular;
}

@font-face {
    font-family: 'TondoBold';
    src: url('/includes/fonts/tondo/Tondo_Cyr_Bold.ttf'), 
		url('/includes/fonts/tondo/Tondo_Cyr_Bold.eot') format('embedded-opentype'); 
}


.tondo_bold{
    font-family: TondoBold;
}

@font-face {
    font-family: 'TondoLight';
    src: url('/includes/fonts/tondo/Tondo_Cyr_Light.ttf'), 
		url('/includes/fonts/tondo/Tondo_Cyr_Light.eot') format('embedded-opentype'); 
}

.tondo_light{
    font-family: TondoLight;
}

* { margin:0px; padding: 0px; }
body { font: 13px TondoRegular, serif; }
#page-wrap { width: 940px; margin: 8px auto; }
a { text-decoration: none; }

.tabs { list-style: none; overflow: hidden; padding-left: 1px;padding-top:3px; }
.tabs li { display: inline; }
.tabs li a { display: block; float: left; padding: 4px 7px; color: black; border: 1px solid #ccc;  background: #f5f5f5; margin: 0 0 0 -1px; }
.tabs li a.current { background: white; border-bottom: 0; position: relative; top: 2px; z-index: 2; }

.box-wrapper { -moz-box-shadow:0px 0px 20px black; -webkit-box-shadow:0px 0px 20px black;box-shadow:0px 0px 20px black;padding:20px; background:white; border: 1px solid #ccc; margin: -1px 0 0 0; height: 230px; position: relative; }
.content-box { overflow:hidden; position:absolute; top: 20px; left:20px; width: 898px; height:250px; }

.current { z-index: 21; }
.col-one { width:20%;float:left;position:relative;top:350px; }
.col-two, .col-three { width:37%;float:left;position:relative;top:350px;}
.col-one, .col-two { margin-right: 3%; }
