/* CSS Document */

/****************************************************************************************************

* Filename: Main.css

* Purpose: All the main CSS Rules required to design web pages.

****************************************************************************************************/



/*** BODY (GLOBAL SETTING)***/

html {}

body {font:normal 12px Arial, Helvetica, sans-serif; color:#504f4e}



/* GLOBAL RESET (killer :P)

**********************************************************/

body, h1, h2, h3, h4, h5, h6, p { margin:0; line-height:1 }

input[type="radio"], input[type="checkbox"] { margin:0; vertical-align:-2px }

a:link, a:active, a:visited { text-decoration:none }

a:active, a:focus, textarea:focus, input:focus { outline: none }

textarea { overflow:auto; resize:none }

img { border:none }

table { border-collapse:collapse; border-spacing:0; table-layout:fixed}



/* INDIVIDUAL RESETs

**********************************************************/

.reset { list-style:none; padding:0; margin:0 }

.fl {float:left;}

.fr {float:right;}

.fn {float:none}



/* CLEAR FLOAT

**********************************************************/

.clearfix:after { content:"\0020"; display:block; height:0; clear:both; visibility:hidden; overflow:hidden }

.clr { clear:both; overflow:hidden; height:0 }



/*** MAIN WRAPPERS ***/

#wrapper {margin:0 auto; width:100%; position:relative; overflow:hidden}

#wrap img {width:100%}



/*** HEADER ***/

#header {width:100%; height:130px; position:absolute;  top:0px; z-index:999999;

         /* IE9 SVG, needs conditional override of 'filter' to 'none' */

         background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjU1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC41NSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);

         background: -moz-linear-gradient(top,  rgba(0,0,0,0.55) 0%, rgba(0,0,0,0.55) 100%); /* FF3.6+ */

         background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.55)), color-stop(100%,rgba(0,0,0,0.55))); /* Chrome,Safari4+ */

         background: -webkit-linear-gradient(top,  rgba(0,0,0,0.55) 0%,rgba(0,0,0,0.55) 100%); /* Chrome10+,Safari5.1+ */

         background: -o-linear-gradient(top,  rgba(0,0,0,0.55) 0%,rgba(0,0,0,0.55) 100%); /* Opera 11.10+ */

         background: -ms-linear-gradient(top,  rgba(0,0,0,0.55) 0%,rgba(0,0,0,0.55) 100%); /* IE10+ */

         background: linear-gradient(to bottom,  rgba(0,0,0,0.55) 0%,rgba(0,0,0,0.55) 100%); /* W3C */

         filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c000000', endColorstr='#8c000000',GradientType=0 ); /* IE6-8 */

}



#header .head {width:960px; margin:0 auto}



/*** WEBSITE LOGO ***/

#logo a {float:left; padding:14px 0 0 0}



/** MAIN NAV **/

#globalNavbckg {float:left; margin:0px}

ul#globalNav {margin:13px 0 0; padding:0; list-style:none}

ul#globalNav li {display:inline; float:left}

ul#globalNav li a {float:left; display:block; color:#FFFFFF; font-size:22px; font-family:'Conv_HelveticaNeueLTCom-ThCn', 'Economica', sans-serif; font-weight:normal; padding:10px 0 15px 40px; background:url(../images/divided.png) 8px 0 no-repeat;}

ul#globalNav li a.active, ul#globalNav li a:hover {color:#e5d54e; text-decoration:underline; opacity:0.8;}

.first {background:none!important}

.righthead {margin:0; float:right;}

.righthead .tophead {margin:13px 0 0}

.righthead  .icon {float:right}

.righthead .icon li {display:inline; float:left}

.righthead .icon li a{float:left; margin:0 2px}

.righthead .icon li a:hover {opacity:0.6}



.select-box {float:right; margin:0 0 0 40px}

.select-box .golbimg {margin:6px 0 0; float:left}





/*** MAIN CONTENTS (section wise) ***/
#mainconter {width:100%;margin-top: 40px;}
#maincont {width:960px; padding:0; margin:0 auto;}
#maincont h2 {color:#000000; font-size:40px; font-family:'Conv_coolvetica rg',Sans-Serif; font-weight:normal;}
#maincont p {color:#454545; font-size:16px; line-height:24px }
#maincont .content .mainhd {text-align:center; margin:48px 0 40px}
#maincont .content {padding:0px 0 0 10px; display:block}
#maincont .content .txt {text-align:center;}
#maincont .content a {color:#9e9e9e; font-size:14px;}
#maincont .events {margin:0 auto 20px}
#maincont .events .eventhd {text-align:center; margin:40px 0 30px; padding:36px 0 0; background:url(../images/hd_line.png) center 0 no-repeat}
#maincont .events .currEventHD {text-align:left; margin:40px 0 30px;}
#maincont .events .btomsid {background:url(../images/btombg.png) 0 158px repeat-x; padding:0 30px; overflow:hidden }
#maincont .events .btomsid .sild {background:url(../img/2015-b.png) 0 0 no-repeat; width:121px; height:205px; float:left; margin-right:34px;}
#maincont .events .btomsid .sild:hover {background:url(../img/2015-c.png) 0 0 no-repeat}
#maincont .events .btomsid .sild.active {background:url(../img/2015-c.png) 0 0 no-repeat}
#maincont .events .btomsid .sild1 {background:url(../img/2014-b.png) 0 0 no-repeat; width:121px; height:205px; float:left; margin-right:34px;}
#maincont .events .btomsid .sild1:hover {background:url(../img/2014-c.png) 0 0 no-repeat}
#maincont .events .btomsid .sild1.active {background:url(../img/2014-c.png) 0 0 no-repeat}
#maincont .events .btomsid .sild2 {background:url(../img/2013-b.png) 0 0 no-repeat; width:121px; height:205px; float:left; margin-right:34px;}
#maincont .events .btomsid .sild2:hover {background:url(../img/2013-c.png) 0 0 no-repeat}
#maincont .events .btomsid .sild2.active {background:url(../img/2013-c.png) 0 0 no-repeat}
#maincont .events .btomsid .sild3 {background:url(../img/2012-b.png) 0 0 no-repeat; width:121px; height:205px; float:left; margin-right:34px;}
#maincont .events .btomsid .sild3:hover {background:url(../img/2012-c.png) 0 0 no-repeat}
#maincont .events .btomsid .sild3.active {background:url(../img/2012-c.png) 0 0 no-repeat}
#maincont .events .btomsid .sild4 {background:url(../img/2011-b.png) 0 0 no-repeat; width:121px; height:205px; float:left; margin-right:34px;}
#maincont .events .btomsid .sild4:hover {background:url(../img/2011-c.png) 0 0 no-repeat}
#maincont .events .btomsid .sild4.active {background:url(../img/2011-c.png) 0 0 no-repeat}
#maincont .events .btomsid .sild5 {background:url(../img/2010-b.png) 0 0 no-repeat; width:121px; height:205px; float:left; margin-right:34px;}
#maincont .events .btomsid .sild5:hover {background:url(../img/2010-c.png) 0 0 no-repeat}
#maincont .events .btomsid .sild5.active {background:url(../img/2010-c.png) 0 0 no-repeat}
#maincont .events .btomsid .sild6 {background:url(../img/2009-b.png) 0 0 no-repeat; width:121px; height:205px; float:left; }
#maincont .events .btomsid .sild6:hover {background:url(../img/2009-c.png) 0 0 no-repeat}
#maincont .events .btomsid .sild6.active {background:url(../img/2009-c.png) 0 0 no-repeat}

#maincont .logesdiv {margin:0 auto 40px;float:left;}
#maincont .associat {margin:0 auto}
#maincont .associat h3 {color:#000000; font-size:24px; font-family:'Conv_coolvetica rg',Sans-Serif; font-weight:normal;}
#maincont .associat .hdng {text-align:center; background:url(../images/hd_line.png) center center no-repeat; margin:40px auto}
#maincont .associat .hdng span {background:#FFF; padding:0 20px}
#maincont .associat .rtbrd  {border-right:1px solid #dadada}
#maincont .associat .rtbrdHospitality  {border:none}


/*** HOME PAGE BANNER STARTS ***/
.bannermain .jcarousel-skin-tango .jcarousel-clip-horizontal {height:683px}
.bannermain .jcarousel-skin-tango .jcarousel-item {height:100%}
.bannermain .mainarrowDiv {width:960px; margin:0 auto; position:relative}
.bannermain .jcarousel-skin-tango .jcarousel-next-horizontal {position:absolute; bottom:296px; right:-12px; width:39px; height:73px; cursor:pointer; background:url(../images/new_rtA.png) no-repeat 0 0; z-index:99;}
.bannermain .jcarousel-skin-tango .jcarousel-prev-horizontal {position:absolute; bottom:296px; left:35px; width:39px; height:73px; cursor:pointer; background:url(../images/new_leftA.png) 0 0 no-repeat; z-index:99;}
/*** HOME PAGE BANNER ENDS ***/




/*** FOOTER ***/

#footerwrap {width:100%; background:#c0c0c0; float:left}

#footer {width:960px; margin:0 auto}

#footer .footlink {float:left}

#footer .footlink .rightbrd {border-right:1px solid #aeaeae}

#footer .footlink ul {padding:27px 16px 27px 0; margin:0 15px 0 0; float:left; width:75px}

#footer .footlink li{display:block}

#footer .footlink li a {font-size:18px; color:#4b4b4b; line-height:22px; font-family:'Conv_HelveticaNeueLTCom-ThCn', 'Economica', sans-serif;}

#footer .footlink li a:hover {color:#000000}

#footer .subcDiv {width:416px; float:left}

#footer .footlogo {margin:10px 0 0; float:left}

#footer .footlogo span {margin:15px 30px 0 0; float:left}

#footer .copy {font-size:15px; color:#4b4b4b; font-family:'Conv_HelveticaNeueLTCom-ThCn', 'Economica', sans-serif; text-align:right; line-height:22px; border-left: 1px solid #AEAEAE; float:right; padding:26px 0 26px 20px; width:190px;}



/*** input contact ***/

.subtxt {margin:10px 0 15px; float:left}

.subtxt .txt {float:left; margin:10px 0 0 10px; color:#4b4b4b; font-size:14px; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic}

.inputcont {float:left}

.inputtxt {background:#d2d2d2; color:#4a4a4a; font-size:12px; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; padding:10px 16px; border:none; -moz-border-radius:15px;  -webkit-border-radius:15px;  border-radius:15px; margin:0 6px 0 0}

.button {background:#6d6d6d; color:#FFFFFF!important; font-size:12px; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; padding:10px 16px; border:none; -moz-border-radius:15px;  -webkit-border-radius:15px;  border-radius:15px;}



/*** Banner Slider ***/

.mainhead {}

/*.container {min-height:600px;}*/

.container .content {width:100%}



/** About Us **/

#maincont .abtDiv {border-bottom:1px solid #d6d6d6; margin:0 0 50px; }

#maincont .abtDiv .abtLeft {float:left; width:610px; padding:0 40px 40px 0; border-right:1px solid #d6d6d6;}

#maincont .abtDiv .abtLeft p{color:#717171; font-size:14px; line-height:18px; text-align:justify; margin:25px 0 0px}

#maincont .abtDiv .abtLeft span {color:#3f3f3f; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic;}

#maincont .abtDiv .abtLeft .smltxt {color:#676767; font-size:14px; line-height:20px; text-align:justify; margin:25px 0}

#maincont .abtDiv .abtLeft .smltxt .txt1 {background:url(../images/abtdiv.png) 168px 6px no-repeat; padding:0 52px 0 0; float:left; width:168px; min-height:70px}

#maincont .abtDiv .abtRight {float:left; width:300px;}

#maincont .abtDiv .abtRight .abtRtop {padding:0 0 50px 40px; border-bottom:1px solid #d6d6d6}

#maincont .abtDiv .abtRight .abtRtop .title {color:#d7d7d7; font-size:156px; font-family:'Conv_coolvetica rg',Sans-Serif; font-weight:normal; line-height:130px;}

#maincont .abtDiv .abtRight .abtRtop .title p{color:#d7d7d7; font-size:71px; font-family:'Conv_coolvetica rg',Sans-Serif; font-weight:normal}

#maincont .abtDiv .abtRight .abtRtop h3 {color:#676767; font-size:30px; font-family:'Conv_coolvetica rg',Sans-Serif; font-weight:normal; margin:40px 0 0;}

#maincont .abtDiv .abtRight .abtRtop p{color:#676767; font-size:14px; margin:10px 0 0; line-height:20px}

#maincont .abtDiv .abtRight .abtRbtom {padding:34px 0 50px 40px;}

#maincont .abtDiv .abtRight .abtRbtom p {margin:40px 0 0}



#maincont .content p span {color:#3f3f3f; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic;}

/**** EXHIBITIONS  STARTS ***/

#maincont .exibDiv {border-bottom:1px solid #d6d6d6; margin:0 0 50px; }

#maincont .exibDiv .exibLeft {float:left; /*width:640px;*/ padding:0 20px 40px 0;  }

#maincont .exibDiv .exibLeft p {color:#717171; font-size:14px; line-height:18px; text-align:justify; margin:36px 0}

/** TABLE FORMAT **/
table.d-table {
    border:1px solid #F1DD3B; 
}
.d-column{
    cursor: default !important;
}
.d-table ul {
    list-style-type: none;
    margin:0 !important;
    padding: 0 !important;
}

#exib1,#exib2,#exib3,#exib4,#exib5,#exib6,#exib7,#exib8,#exib9,#exib10,#popUp_1,#popUp_2,#popUp_3,#popUp_4,#popUp_5,#popUp_6,#popUp_7{
        cursor: pointer;
}


table tr.d-column th {
    padding: 8px;
    /*display: inline-block;*/
    border-left: 1px solid #9c9c9c; /*#F0F0F0*/ 
    border-right: 1px solid #9c9c9c;
    border-top: 1px solid #9c9c9c;          
    /*border-bottom: 2px solid #F1DD3B;*/
    border-bottom: 1px solid #9c9c9c;
    background: #F1DD3B;
    /*width: 240px;*/
    height: 20px;
    font-weight: bold;
    font-size: 15px;
    font-family: Georgia,"Times New Roman",Times,serif;
    /*color:#676767;*/
    color:#2e2e2e;
    line-height: 18px;
    /*margin: 0 0 0 -4px;*/
}
table tr.d-row td:first-child,table tr.d-row td:last-child{
    text-align: center
}
table tr td#time{
    text-align: center
}
table tr.d-row td {
    padding: 8px;
    /*display: inline-block;*/
    border: 1px solid #9c9c9c;
    /*border: 2px solid #F0F0F0;*/
    /*width: 240px;*/
    height: 20px;
    vertical-align:middle;
    font-size: 14px;
    font-family: Georgia,"Times New Roman",Times,serif;
    /*color:#676767;*/
    color:#2e2e2e;
    line-height: 18px;
    /*margin: 0 0 0 -4px;*/
}

table tr.d-row td ul li {
list-style: disc outside none;
    margin: 5px 0 0 42px;
    padding: 5px 0 0;
}

table tr.d-row td#exib1:hover,table tr.d-row td#exib2:hover,table tr.d-row td#exib3:hover,table tr.d-row td#exib4:hover,table tr.d-row td#exib5:hover,table tr.d-row td#exib6:hover,table tr.d-row td#exib7:hover,table tr.d-row td#exib8:hover,table tr.d-row td#exib9:hover,table tr.d-row td#exib10:hover,table tr.d-row td#popUp_1:hover,table tr.d-row td#popUp_2:hover,table tr.d-row td#popUp_3:hover,table tr.d-row td#popUp_4:hover,table tr.d-row td#popUp_5:hover,table tr.d-row td#popUp_6:hover,table tr.d-row td#popUp_7:hover {
    color: #000;
}

.d-row-odd li {
    padding: 8px;
    display: inline-block;
    border: 1px solid #F0F0F0;
    /*width: 240px;*/
    height: 20px;
    vertical-align:middle;
    /*background: #F0F0F0;*/
    font-size: 14px;
    font-family: Georgia,"Times New Roman",Times,serif;
    color:#676767;
    margin: 0 0 0 -4px;
}

/** TABLE FORMAT **/
/**** EXHIBITIONS ENDS ***/


/** Event Us **/

#maincont .evntDiv {border-bottom:1px solid #d6d6d6; margin:0 0 50px; }

#maincont .evntDiv .evntLeft {float:left; width:640px; padding:0 20px 40px 0; border-right:1px solid #d6d6d6; }

#maincont .evntDiv .evntLeft p {color:#717171; font-size:14px; line-height:18px; text-align:justify; margin:36px 0}

#maincont .evntDiv .evntLeft .schedul {margin:0 0 10px; float:left}

#maincont .evntDiv .evntLeft .schedul .date{float:left}

#maincont .evntDiv .evntLeft .schedul .date p {background:url(../images/data.png) 0 0 no-repeat; color:#505050; font-size:20px; text-shadow:0 1px 1px #fff; width:99px; height:64px; text-align:center; line-height:22px;  font-family:'Conv_coolvetica rg',Sans-Serif; text-transform:uppercase; padding:12px 0 0; margin:0}
#maincont .evntDiv .evntLeft .schedul #tabPopup5{margin:6px 0 0 5px !important;}
#maincont .evntDiv .evntLeft .schedul .time{float:left; margin:15px 0 0 5px; width:530px; font-size:14px; color:#676767;}

#maincont .evntDiv .evntLeft .schedul .spn {float:left; width:105px; font-family:Georgia, "Times New Roman", Times, serif; color:#717171; font-size:16px}

#maincont .evntDiv .evntLeft .schedul .spn2 {float:left;  width:370px; line-height:16px;}

#maincont .evntDiv .evntLeft .schedul .tab1 {background:url(../images/TMSchedul.png) 0 0 no-repeat; font-size:14px; color:#676767; height:30px; padding:10px 0 0 46px; cursor:pointer}

#maincont .evntDiv .evntLeft .schedul .tab1:hover {background:url(../images/TMSchedulHover.png) 0 0 no-repeat}

#maincont .evntDiv .evntLeft .schedul .tab2 {background:url(../images/TMSchedulGn.png) 0 0 no-repeat; font-size:14px; color:#676767; height:30px; padding:10px 0 0 46px; cursor:pointer}

#maincont .evntDiv .evntLeft .schedul .tab2:hover {background:url(../images/TMSchedulGnHover.png) 0 0 no-repeat}

#maincont .evntDiv .evntLeft .schedul .tab3 {background:url(../images/TMSchedulGn2.png) 0 0 no-repeat; font-size:14px; color:#676767; height:49px; padding:10px 0 0 46px; cursor:pointer}

#maincont .evntDiv .evntLeft .schedul .tab3:hover {background:url(../images/TMSchedulGn2hover.png) 0 0 no-repeat}

#maincont .evntDiv .evntLeft .schedul .tab4 {background:url(../images/TMSchedul2.png) 0 0 no-repeat; font-size:14px; color:#676767; height:49px; padding:10px 0 0 46px; cursor:pointer}

#maincont .evntDiv .evntLeft .schedul .tab4:hover {background:url(../images/TMSchedul2hover.png) 0 0 no-repeat}

#maincont .evntDiv .evntRight {float:left; padding:0 0 0 30px; width:265px; text-align:center}

#maincont .evntDiv .evntRight .abtMap {margin:32px  0 42px}

#maincont .evntDiv .evntRight h4 {color:#676767; font-size:21px;}

#maincont .evntDiv .evntRight h5 {color:#626262; font-size:17px; line-height:20px; font-weight:normal; margin:5px 0 25px 0}

.book-ticket, .book-ticket:link,.book-ticket:active, .book-ticket:visited {  color: #000; text-decoration: underline;}

.venue { text-align: left !important;}




/** Event Us **/

#maincont .contDiv {overflow:hidden}

#maincont .contDiv .req {font-size:14px; color:#979797;}

#maincont .contDiv .req span{font-size:22px; color:#676767;}

#maincont .contDiv .contform {margin:32px 0 56px; width:960px; float:left}

#maincont .contDiv .contform .info {float:left}

#maincont .contDiv .contform .info p {margin: 0 0 17px}

#maincont .contDiv .contform .inpubx {background:#efefef; font-size:16px; color:#505050; padding:14px 20px; width:355px; border:0}

#maincont .contDiv .contform .msginfo {float:right}

#maincont .contDiv .contform .msgtxt {background:#efefef; font-size:16px; color:#505050; padding:14px 20px; width:500px; border:0}

#maincont .contDiv .contform .msginfo p {margin: 0 0 12px}

#maincont .contDiv .contform .submit {color:#FFFFFF; font-size:23px; background:#323232 url(../images/subawr.png) 92% 14px no-repeat; border:none; padding:8px 40px 8px 15px; float:right}

#maincont .contDiv .continfo {border-bottom:1px solid #e0e0e0; border-top:1px solid #e0e0e0; padding:42px 0; width:960px; float:left}

#maincont .contDiv .continfo  .map {margin:43px 30px; float:left}

#maincont .contDiv .continfo  .address {margin:70px 0px 0; float:left; background:url(../images/contdidv.png) 210px 0 no-repeat; width:230px; padding:0 90px 0 0}

#maincont .contDiv .continfo  .address h4{color:#676767; font-size:18px;}

#maincont .contDiv .continfo  .address p {color:#626262; font-size:14px; line-height:19px; padding:22px 0}

#maincont .contDiv .continfo  .address2 {margin:70px 0px 0; float:left; width:230px;}

#maincont .contDiv .continfo  .address2 h4{color:#676767; font-size:18px;}

#maincont .contDiv .continfo  .address2 p {color:#626262; font-size:14px; line-height:19px; padding:22px 0}

#maincont .contDiv .continfo .msg {background:url(../images/msg.png) 0 0 no-repeat; color:#000; font-size:13px; padding:0 0 0 50px; width:250px; height:33px; line-height:33px; margin: 0 0 10px; cursor:pointer}

#maincont .contDiv .continfo .call {background:url(../images/call.png) 0 0 no-repeat; color:#504f4e; font-size:13px; padding:0 0 0 50px; width:250px; height:33px; line-height:33px; cursor:pointer}

#maincont .contDiv .continfo .msg a {color:#504F4E}





/** Sponsors **/

#maincont .sponsors {border-bottom:1px solid #dfdfdf; margin: 0 0 42px; padding:0 0 52px; float:left}
#maincont .sponsorsSuport {border-bottom:1px solid #dfdfdf; margin: 0 0 42px; float:left}

#maincont .sponsors p{color:#717171; font-size:14px; line-height:20px; margin:27px 0 34px}

#maincont .sponsors .sponLogo .logobox1 {background:#FFFFFF; border:1px solid #dfdfdf; width:282px; text-align:center; float:left; min-height:170px; padding:60px 0 0;}

#maincont .sponsors .sponLogo .logobox2 {background:#FFFFFF; border:1px solid #dfdfdf; width:282px; text-align:center; float:left; min-height:185px; padding:45px 0 0; margin:0 54px}

#maincont .sponsors .sponLogo .logobox3 {background:#FFFFFF; border:1px solid #dfdfdf; width:282px; text-align:center; float:left; min-height:198px; padding:32px 0 0;}



.valid_box{width:540px;clear:both;background:url(../images/valid.png) no-repeat left #edfce9;

           border:1px #cceac4 solid;background-position:15px 10px;padding:20px 20px 15px 60px;margin:0 0 10px 0;}

.error_box{width:540px;clear:both;background:url(../images/error.png) no-repeat left #fce9e9;

           border:1px #eac7c7 solid;background-position:15px 15px;padding:20px 20px 15px 60px;margin:0 0 10px 0;}



.btomDiv {width:960px; margin:35px auto 65px; float:left}

.btomDiv .btomsid {background:url(../images/btombg.png) 0 158px repeat-x; padding:0 30px; overflow:hidden }

.btomDiv .btomsid .sild1 {background:url(../img/2013-b.png) 0 0 no-repeat; width:121px; height:205px; float:left; margin-right:70px;}

.btomDiv .btomsid .sild1:hover {background:url(../img/2013-c.png) 0 0 no-repeat}

.btomDiv .btomsid .sild1.active {background:url(../img/2013-c.png) 0 0 no-repeat}

.btomDiv .btomsid .sild2 {background:url(../img/2012-b.png) 0 0 no-repeat; width:121px; height:205px; float:left; margin-right:70px;}

.btomDiv .btomsid .sild2:hover {background:url(../img/2012-c.png) 0 0 no-repeat}

.btomDiv .btomsid .sild2.active {background:url(../img/2012-c.png) 0 0 no-repeat}

.btomDiv .btomsid .sild3 {background:url(../img/2011-b.png) 0 0 no-repeat; width:121px; height:205px; float:left; margin-right:70px;}

.btomDiv .btomsid .sild3:hover {background:url(../img/2011-c.png) 0 0 no-repeat}

.btomDiv .btomsid .sild3.active {background:url(../img/2011-c.png) 0 0 no-repeat}

.btomDiv .btomsid .sild4 {background:url(../img/2010-b.png) 0 0 no-repeat; width:121px; height:205px; float:left; margin-right:70px;}

.btomDiv .btomsid .sild4:hover {background:url(../img/2010-c.png) 0 0 no-repeat}

.btomDiv .btomsid .sild4.active {background:url(../img/2010-c.png) 0 0 no-repeat}

.btomDiv .btomsid .sild5 {background:url(../img/2009-b.png) 0 0 no-repeat; width:121px; height:205px; float:left; }

.btomDiv .btomsid .sild5:hover {background:url(../img/2009-c.png) 0 0 no-repeat}

.btomDiv .btomsid .sild5.active {background:url(../img/2009-c.png) 0 0 no-repeat}

.btomsid li a {margin: 3px !important;}

/*** HEADER ***/
#header_new {width:100%; background:url(../images/headbg.png) 0 0 repeat-x; height:75px; position:absolute; z-index:10}
#header_new .head_new {width:960px; margin:0 auto; padding:10px 0}

/*** WEBSITE LOGO ***/
#logo_new {float:left}

/** MAIN NAV **/
.righthead_new {float:right}
.righthead_new .globalNavbckg_new {float:left}
.righthead_new .globalNavbckg_new ul#globalNav_new {}
.righthead_new .globalNavbckg_new ul#globalNav_new li {float:left;}
.righthead_new .globalNavbckg_new ul#globalNav_new li a {float:left; display:block; font-family:'OpenSansRegular'; font-size:14px; color:#7c7c7c; padding:24px 20px}
.righthead_new .globalNavbckg_new ul#globalNav_new li a:hover {color:#bdcd4d; border-bottom:3px solid #e8e8e8; background:url(../images/haedbghover.png) 0 0 repeat-x}
.righthead_new .globalNavbckg_new ul#globalNav_new li a.active {color:#bdcd4d; border-bottom:3px solid #e8e8e8; background:url(../images/haedbghover.png) 0 0 repeat-x}

.righthead_new .tophead_new {margin:13px 0 0; float:left}
.righthead_new .tophead_new .icon_new {float:right}
.righthead_new .select-box_new {float:right; margin:0 0 0 10px; display:none;}
.righthead_new .select-box_new .golbimg {margin:6px 0 0; float:left}


/*** FOOTER ***/
#footerwrap_new {width:100%}
#footerwrap_new #footer_new {width:100%; background:#4c4c4c}
#footerwrap_new #footer_new .foot_new {padding:20px 0; text-align:center}
#footerwrap_new #footer_new .foot_new li {display:inline-block;}
#footerwrap_new #footer_new .foot_new li a {color:#8d8d8d; font-size:14px; padding:0 18px}
#footerwrap_new #footer_new .foot_new li a:hover {color:#ffffff}
#footerwrap_new #footer_new .foot_new li a.active {color:#ffffff}
#footerwrap_new #copyright_new {width:100%; background:#5a5a5a; border-top:1px solid #646464}
#footerwrap_new #copyright_new .copy_new {color:#9c9c9c; text-align:center; font-size:12px; padding:20px 0;}
