@font-face {
    font-family: 'DaxlineProRegular';
    src: url('../fonts/daxlinepro-regular_1-webfont.eot');
    src: url('../fonts/daxlinepro-regular_1-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/daxlinepro-regular_1-webfont.woff') format('woff'),
         url('../fonts/daxlinepro-regular_1-webfont.otf') format('opentype'),
         url('../fonts/daxlinepro-regular_1-webfont.svg#DaxlineProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DaxlineCyrTFBold';
    src: url('../fonts/daxlinecyrtf-bold-webfont.eot');
    src: url('../fonts/daxlinecyrtf-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/daxlinecyrtf-bold-webfont.woff') format('woff'),
         url('../fonts/daxlinecyrtf-bold-webfont.ttf') format('truetype'),
         url('../fonts/daxlinecyrtf-bold-webfont.svg#DaxlineCyrTFBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'DaxlinePro-Bold';
  src: url('../fonts/daxlinepro-bold-1.eot?#iefix') format('embedded-opentype'),  
  	   url('../fonts/daxlinepro-bold-1.otf')  format('opentype'),
	   url('../fonts/daxlinepro-bold-1.woff') format('woff'), 
	   url('../fonts/daxlinepro-bold-1.ttf')  format('truetype'), 
	   url('../fonts/daxlinepro-bold-1.svg#DaxlinePro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


* {
    margin: 0;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,select,button,sup,sub,a {
	margin: 0;
	padding: 0;
}


html, body {
    height: 100%;
}


html{
	color: #000;
	font: 12px/18px  'Arial',sans-serif;
	background: url(../images/pattern.png) repeat;
}

body{

}

img {
	border: 0;
}

a,button,input,select,textarea {
	outline: none;
}

a{
	color: #056bd1;
	outline: none;
}

a:hover{
	text-decoration:  none;
}

input, textarea {
	font: 12px arial, sans-serif;
	color: #000;
	padding: 4px;
	border: 1px solid #e3e2d0;
}

textarea {
	resize: none;
	height:95px;
}

label {
	vertical-align: middle;
}

table{
	border-collapse: collapse;
	border-spacing: 0;

}

table td{
	vertical-align: center;
}

ul{
	list-style: none;
}

h1{
	font: bold 20px 'DaxlineCyrTFBold', sans-serif;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	color: #000;
	-webkit-text-size-adjust: none !important;
}

h2{
    color: #8B181B;
    font: bold 18px 'DaxlineCyrTFBold', sans-serif;
    margin: 0 0 20px;
	text-transform: uppercase;
	line-height: normal;
}

h4{
	font-size: 12px;
	/*margin:10px 0px 10px 0px;*/
	margin:0px 0px 15px 0px;
	color:#000000;
	font-weight:bold;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px;
	background: url(../images/box_shadow.png) repeat-y center top;
}

.companies_slides {
    overflow: hidden;
}

.home-slide {
	float: left;
    margin-right: 22px;
	margin-bottom: 20px;
}

.companies_slides .home-slide span {
	display: block;
	font-weight: bold;
	text-align: center;
}

.wrapper{
	margin: 0 auto;
	width: 900px;
}

.push {
	clear: both;
    height: 50px;
}

#header{
	position: relative;
}

#wrapper{
	width: 100%;
	overflow: hidden;
}

#content{
	min-height: 1200px;
}

.left_column{
	float: left;
	width: 160px;
	padding: 0 15px 20px 15px;
	overflow: hidden;
}

.title_lc{
	height: 46px;
	background: #1b3f61;;
	margin: 0 -15px 20px -15px;
	padding: 0 15px;
	border-right: 1px solid #000;
}

.title_lc h2{
	font: bold 19px 'DaxlineProRegular', sans-serif;
	line-height: 46px;
	text-transform: uppercase;
	color: #fcd790;
	text-shadow:1px 1px 1px #000;
	margin: 0 0 25px 0;
	text-align: center;
}

.logo {
	text-align: center;
}

.logo li{
	padding: 0 0 20px 0;
}

.right_column{
	float: right;
	width: 650px;
	padding: 0 30px 40px 30px;
	overflow: hidden;
}

/*header_menu*/
.header_menu{
	margin: 0 -30px 25px -30px;
}
.header_menu ul {
	width: 100%;
	overflow: hidden;
	background: url(../images/menu_red.gif) repeat-x 0 0;
}

.header_menu li {
	float: left;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	background: #01588d;
	text-shadow:1px 1px 1px #333333;
	color: #fff;
	height: 46px;
	/*border-right: 1px solid #000;*/
	line-height: 46px;
	padding: 0 42px;
}

.header_menu a {
	display: block;
	color: #fff;
	text-decoration: none;
}

.header_menu li:last-child a {
  border: none;
}

.header_menu a:hover {
	text-decoration: underline;
}

.header_menu  li.red {
	background: url(../images/menu_red.gif) repeat-x 0 0;
	padding: 0 38px;
}

.header_menu  li.active {
	background: #032437;
	/*border-right: 1px solid #000;*/
}

/*header_menu*/

.text_block p {
	/*padding: 0 0 25px 0;
	margin: 0 0 -10px 0;*/
	margin:0 0 10px 0;
	line-height: 18px;
}


#footer {
    height: 50px;
}

#footer .wrapper{
	position: relative;
	background: #000;
	height: 50px;
	color: #fff;
	font-size: 11px;
}

.copyright{
	position: absolute;
	left: 30px;
	top: 17px;
}

.footer_menu{
	position: absolute;
	right: 30px;
	top: 17px;
}

.footer_menu a{
	color: #fff;
	text-decoration: none;
}

.footer_menu a:hover{
	text-decoration: underline;
}

/*         AGENDA page        */
.date{
	font-weight: bold;
	margin: 0 0 15px;
}

.agenda table{
	width: 100%;
	margin: 0 0 30px 0;
}

.agenda td{
	vertical-align: top;
	padding: 10px;
}

.agenda  tr:nth-child(2n +1) td{
	background: #eeeeee;
}

.text_block span, .text_block span a{
	/* color: #d71a1a; */
}

.text_block ul,.text_block ol {
	margin: 0 0 15px 15px;
}

.text_block ul{
	list-style-type: square;
}

.center_column img{
	width: 175px;
}

.text_block strong{
	color: #111111;
	margin-top: 15px;
}
/*         AGENDA page        */

.title {
  margin-bottom: 15px;
}

.title h1 {
    font-size: 20px;
    line-height: 22px;
    margin: 0;
}

.comparison-table {
    border-collapse: collapse;
}

/* slide */
.home-links {
    overflow: hidden;
}

.home-links .links { float: left; }

.home-links .home-slide {
    float: right;
    text-align: center;
    width: 182px;
    margin-top: 40px;
    margin-right: 0;
}

.links {
	margin-bottom: 15px;
}

/* Registration Checklist */
.registration_checklist { margin-bottom: 20px; }
.registration_checklist, .registration_checklist tr { border: 3px solid #314375; }

.registration_checklist th {
	text-align: left;
	width: 27%;
}


.registration_checklist td {
	border: 3px solid #314375;
	text-align: center;
	/*font-size: 15px;*/
	font-weight: bold;
	padding: 3px;
}

.registration_checklist .col-heading td {
	font-weight: bold;
	font-size: 13px;
	padding: 3px;
	width: 84px;
}

.registration_checklist .pricing { background: #021854; }

.pricing td {
	color: #fff;
	font-size: 15px;
	border: 2px solid #fff;
	height: 26px;
}

.company-logo img {
	margin-bottom: 3px;
}

.exhibitors-logo img {
	margin-bottom: 8px;
}

.sponsorship-package {
	margin: 15px 0px;
}

.sponsorship-package h2 {
	font: normal 12px 'Arial',sans-serif;
  	margin: 0px;
  	text-transform: none;
  	color: #000;
}

.sponsorship-package .price {
	font-weight: bold;
	text-decoration: underline;;
}

.sponsorship-package p {
	margin: 10px 0px 0px;
}

.sponsorship-package ul {
 	margin: 5px 0px 10px 12px;
}

.sponsorship-package ul li {
	margin: 5px 0px;
	list-style: square;
  line-height: 14px;
}

.exhibitors-logo img, .company-logo img{
    display:block;
}

p.exhibitor-link {
	margin-bottom:7px;
}

p.exhibitor-link, p.exhibitor-link a{
	line-height:12px;
}

.register {
    background: #018E4A none repeat scroll 0% 0%;
    color: #FFF;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 8px 12px;
}

.register p {
  margin-bottom: 10px;
}
.register a, .register a:hover {
    color: #FFF;
}

.form_table {
    max-width: 700px;
    margin: 0 auto;
	overflow: hidden;
	background-color: #fff;
}
