@charset "utf-8";
/* DUBAI AIRSHOW CSS MAIN */

*{
margin: 0;
padding: 0;
}
.clearfix{
float:none;
clear:both;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #666666;
	background: #CCCCCC url(../images/bg2.jpg) repeat-x;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	padding: 5px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #660000;
	padding: 0px 0px 5px 0px;
	background: url(/images/h2_dots.gif) bottom repeat-x; 
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	padding: 3px 0px 0px 0px;
}
p {
	color: #000000;
	text-align: justify;
	font-size: 12px;
}
ul#subnav {
	list-style: none;
}
ul#subnav li a{
	display: block;
	width: 181px;
	height: 15px;
	padding: 5px;
	font-size: 12px;
	background: url(../images/subnav_bg.gif) no-repeat;
	font-weight: bold;
	text-indent: 20px;
	padding-bottom: 7px;
}
ul#subnav li a:hover{
	background: url(/images/subnav_bg_over.gif) no-repeat;
	color: #FFFFFF;
	border-bottom: none;
}
img, input {
	border: none;
	position: relative;
}
a {
	color: #FF0000;
	text-decoration: none;
	position: relative;
}
a:link a:visited a:active{
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration:none;
	border-bottom: #990000 dotted 1px;
}
.italic {
	font-style: italic;
}
strong {
	font-weight: bold;
}
blockquote {
	color: #000000;
	background: url(/images/quote_left.png) top left no-repeat;
	font-size: 12px;
	text-indent: 38px;
	padding-top: 15px;
}
blockquote div {
	background: url(/images/quote_right.png) bottom right no-repeat;
	padding-bottom: 15px;
}


#superman {
	position: absolute;
	height: 390px;
	width: 165px;
	background: url(../images/mrfreeze.png);
	margin-left: 140px;
	margin-top: 242px;
	z-index: 1;
}

/***********************TOP ELEMENTS**************************/

#header	{
	width: 900px;
	height: 138px;
	background: url(../images/header_image2.png) repeat;
    elevation:above;
	float:left;
}
#header h1 {
	text-indent: -5000px;
}
#header h2 {
	text-indent: -5000px;
	background: none;
}
#header p {
	text-indent: -5000px;
	height:65px;	
}
#toolbar {
	width: 869px;
	height: 31px;
	background: url(../images/toolbar_bg.jpg) no-repeat top left;
	padding: 2px 0px 0px 31px;
	float:left;
}
#toolbar a{
	color: #999999;
	margin-right: 15px;
	float: left;
	padding-top: 8px;
}
#toolbar a:link a:visited a:active {
	color: #999999;
}
#toolbar a:hover {
	color: #333333;
	border: none;
}
#tools {
	float: right;
	display: block;
}
#tools a {
	margin-top: 3px;
	padding: 5px;
	text-indent: 15px;
}
.tool_item {
	background: url(../images/bullet.gif) left no-repeat;
}
.add_to_calendar {
	background: url(/images/calendar_add.gif) left no-repeat;
}
.rss_icon {
	background: url(../images/feed-icon-14x14.png) left no-repeat;
}
#search {
	float: right;
	display: block;
}
.search_submit {
	margin-right: 16px;
}

.flash {
z-index:1;
elevation:lower;
width: 880px;
height: 182px;
margin-left:10px;
margin-bottom: 3px;
}

/***********************LAYOUT ELEMENTS*********************/
#container_all {
	width: 900px;
	margin: auto;
	text-align: left;
}
#container {
	text-align: left;
	width: 900px;
}

#content {
	width: 900px;
	float: right;
}

#leftcolumn {
	width: 221px;
	float: left;
	padding-left: 5px;
}
#leftcolumn a:hover{
	border: none;
}
#rightcolumn {
	width: 674px;
	float: right;
}
#center {
	width: 500px;
	float: left;
}
#ads_menu {
	width: 174px;
	height: auto;
	float: right;
	margin-top: 5px;
	clear: right;
}
.right_buttons img{
	padding-bottom: 7px;
}
.right_buttons a:hover {
	border: none;
}



/******************** Panels **********************/

/*panel structure*/
.leftpanel {
	width: 221px;
	float: left;
}
.leftpanel_top {
	background: url(../images/leftpanel_top.png);
	width: 221px;
	height: 15px;
}
.leftpanel_content {
	background: url(../images/leftpanel_bg.png);
	width: 191px;
	height: auto;
	padding: 0px 15px;
	float: left;
}
.leftpanel_bottom {
	background: url(../images/leftpanel_bottom.png);
	width: 221px;
	height: 15px;
	float: left;
}

.mainpanel {
	width: 500px;
	float: left;
}
.mainpanel p{
	padding: 5px 0px;
}

.mainpanel_top {
	width: 495px;
	background: url(../images/mainpanel_top.png);
	height: 15px;
	float: left;
}
.mainpanel_content {
	background: url(../images/mainpanel_bg.png);
	width: 380px;
	height: auto;
	float: left;
	padding-left: 100px;
	padding-right: 15px;
}
.mainpanel_subcontent {
	background: url(../images/mainpanel_bg.png);
	width: 465px;
	height: auto;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: bold;
}

.mainpanel_bottom {
	background: url(../images/mainpanel_bottom.png);
	width: 495px;
	height: 15px;
	float: left;
}

.mainpanel_left {
	width: 276px;
	float: left;
}
.mainpanel_left {
	width: 276px;
	float: left;
}
.mainpanel_left2 {
	width: 276px;
	float: left;
	margin-left:5px;
	padding-top:0px;
	margin-top:0px;
}
.mainpanel_left_top {
	background: url(../images/mainpanelLeft_top.png);
	width: 276px;
	height: 15px;
	float: left;
}
.mainpanel_left_content {
	background: url(../images/mainpanelLeft_bg.png);
	width: 240px;
	height: auto;
	padding: 0px 18px;
	float: left;
}
.mainpanel_left_bottom {
	background: url(../images/mainpanelLeft_bottom.png);
	width: 276px;
	height: 15px;
	float: left;
}

.mainpanel_right {
	width: 218px;
	float: left;
}
.mainpanel_right_top {
	background: url(../images/mainpanelRight_top.png);
	width: 218px;
	height: 15px;
	float: left;
}
.mainpanel_right_content {
	background: url(../images/mainpanelRight_bg.png);
	width: 188px;
	height: auto;
	padding: 0px 15px;
	float: left;
}
.mainpanel_right_content div{
	padding: 0px;
	margin: 0px;
}
.mainpanel_right_content #span{

}
.mainpanel_right_bottom {
	background: url(../images/mainpanelRight_bottom.png);
	width: 218px;
	height: 15px;
	float: left;
}
/*panel styles*/
#subnav {
}
#signup {
}
#testimonials {
}
#testimonials blockquote {
margin: 3px 3px 7px 0px;
}

.regbanner a:hover{
	text-decoration: none;
	border-bottom: none;
}
#sponsors {
	background: url(../images/sponsors_bg.gif) no-repeat;
	width: 171px;
	height: 99px;
	text-align: center;
	padding: 10px;
}
.mainpanel_content div {
	width: 193px;
	float: left;
	margin-right: 10px;
	border-bottom: 1px dotted #999999;
	padding-bottom: 15px;
}
.mainpanel_content h1 {
	padding: 17px 5px 10px 5px;
	height: 25px;
	color: #660000;
	background: url(../images/h1_bg_index.gif) no-repeat;
} 
.mainpanel_left a:hover {
	border: none;
}
.main_link {
	float: right;
}
.sub_link a {
	float: left;
	color: #999999;
	margin-top: 10px;
}
.sub_link a:hover {
	color: #666666;
	border: none;
}
div.team {
	width: 374px;
	float: left;
	border:  #999999 1px solid;
	background: #eeeeee;
	padding: 3px;
	margin-right: 0px;
	text-align: left;

}
div.team li {
	list-style: none;
}

div.team span{
	width: 346px;
	padding: 0px;
	margin: 0px;
	float: left;
	display: block;
}
div.team li span a {
	float: none;
}
div.team li a {
	float: left;
}
.twit_live {
	float:right;
	margin-right:1px;
	margin-top:-26px;
	position:relative;
}
a.twit_live:hover{
	border-bottom: none;
}

/*********************FOOTER*************************/
.fande {

}	
.logos {
	height: 102px;
	padding: 8px 15px 0px 15px;
	vertical-align: middle;
}
.logos img {
	margin-right: 23px;
}
.logos a:hover {
	border: none;
}

#footer {
	width: 874px;
	height: 200px;
	float: left;
	background: url(/images/footer_sub_bg-copy.png) no-repeat;
	padding: 0px 8px;
}
#footer ul {
	margin-top: 10px;
}
#footer ul li {
	padding: 0px 0px 0px 3px;
	display: inline;
	list-style: none;
	background: none;
	text-indent: 0px;
}
#footer p {
	padding-left: 2px;
}		


/*********************FORM STYLES********************/
.textinput {
	background: url(../images/textinput.png) no-repeat;
	width: 162px;
	height: 13px;
	padding: 4px;
	font-size: 10px;
	color: #666666;
}
.textinput_long {
	background: url(../images/textinput_long.gif) no-repeat;
	width: 219px;
	height: 13px;
	padding: 4px;
	font-size: 10px;
	color: #666666;
}
#submit {
	background: url(../images/button.png) no-repeat;
	width: 52px;
	height: 20px;
	margin-top: 5px;
	color: #FFFFFF;
	font-size: 9px;
	padding: 2px;
}


.host_sponsor {
	color: #FFFFFF;
	width: 160px;
	border-bottom: 1px dotted #CCCCCC;
	margin-bottom: 2px;
}
.sponsorship_img {
	width: 188px;
	text-align: center;
	background: url(/images/sponsorship_bg.jpg) repeat-y;
}

.sponsor_ticker {
	width:191px;
	height: 96px;
	padding-top: 30px;	
	text-align: center;
	background: url(/images/sponsor_bg.jpg) no-repeat;
}
ul.sponsor_ticker li {
	list-style: none;
	text-align: center;
	margin-left: 25px;
}

#top_tools {
	height: 24px;
	width: 100px;
	float: right;
	padding-left: 11px;
	font-size: 9px;
	background: url(/images/top_tools_L.gif) left no-repeat;
}
#top_tools a {
	height: 24px;
	width: 100%;
	float: left;
	background: url(/images/top_tools_R.gif) right no-repeat;
	line-height: 22px;
}
#top_tools a img {
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}

a.soc_net {
	float: left;
	line-height: 20px;
	display: block;
	margin-top: 5px;
	padding-right: 20px;
	margin-bottom: 5px;
	font-weight: normal;
	height: 24px;
}
a.soc_net img {
	float: left;
	display: block;
	margin-right: 5px;
}
a.soc_net span {
	float: left;
	display: block;
}
a:hover.soc_net {
	border: none;
}
form.timetable fieldset {
	padding: 2px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	padding-top: 10px;
}
form.timetable legend {
	color: #333;
	font-weight: bold;
}
form.timetable table{
	border: 1px solid #a8a8a8;
}
form.timetable table tr {
	text-align: center;
}
form.timetable table th {
	padding: 0 5px;
	text-align: center;
	border: 1px solid #c3c3c3;
}
form.timetable table td {
	border: 1px solid #c3c3c3;
}
form.timetable table td.booked {
	background: #F0FCFF;
}
 a.reg:hover {
background:none;
text-decoration:none;
border-bottom: none;
}
table.exhib_list tr td {
	padding: 3px;
}
table.bus_timetable {
	margin: 8px 0 12px 0;
	padding: 3px;
	border: 1px solid #d3d3d3;
	background: #eeeeee;
}
table.bus_timetable tr th {
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #d3d3d3;
}
table.bus_timetable tr td {
	padding: 3px;
	border-bottom: 1px solid #d3d3d3;
}
#home_mainpanel {
	float: left;
	padding: 0 15px 8px 15px;
	width: 870px;
	height: 264px;
	background: url(/images/home_mainpanel_bg.png) no-repeat;
}
#home_mainpanel #movie {
	float: left;
	width: auto;
}
#home_mainpanel_textbox {
	margin: 10px 0 0 20px;
	float: left;
	width: 375px;
}
#home_mainpanel_textbox a.mainpanel_more {
	margin-left: 3px;
	padding-top: 8px;
}
#home_mainpanel_textbox h1 {
	padding: 7px 10px 10px;
	height: 25px;
	color: #660000;
	background: url(/images/home_mainpanel_h1.gif) no-repeat;
}
#home_mainpanel_textbox p{
	padding: 5px 4px;
} 
div.news_item {
	width: auto;
	margin-bottom: 5px;
	padding-bottom: 10px;
	margin-right: 0px;
}
div.news_item h3 a{
	color: #000000;
}
div.news_item h3 a:hover {
	border-bottom: 0px;
}
div.news_item p {
	margin-right: 0px;
}
