body, html, p, form, h1, h2, h3, h4 {
	padding:0px;
	margin: 0px;
}

body, html{
	width:100%;
	height:100%;
}

body{
	background-image: url(images/bgr.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

input, select, textarea{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
}

#homeimage{
	position:absolute;
	top:55px;
	left:0px;
	width:960px;
	height:478px;
	z-index:1;
}

#pageimage{
	position:absolute;
	top:155px;
	left:0px;
	width:960px;
	height:321px;
	z-index:1;
}

#container{
	position:absolute;
	left:50%;
	top:0px;
	margin-left:-480px;
	width:960px;
}

#nav{
	width:960px;
	height:25px;
	position:absolute;
	top:0px;
	left:0px;
}

.navcell{
	height:25px;
	text-align:center;
	background-image: url(images/nav-off.jpg);
	background-repeat: repeat-x;
	float:left;
	margin-right:8px;
}

.navcell-on{
	height:25px;
	text-align:center;
	background-image: url(images/nav-on.jpg);
	background-repeat: repeat-x;
	float:left;
	margin-right:8px;
}

a.nav{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding-top:13px;
	line-height:12px;
}

a.nav:hover{
	color:#1B3258;
}

a.nav-on{
	color:#E20A16;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding-top:13px;
	line-height:12px;
}

#logo_bid{
	position:absolute;
	top:35px;
	left:0px;
	width:146px;
	height:110px;
	z-index:10;
}

#logo_jumeirah{
	position:absolute;
	top:35px;
	left:340px;
	width:184px;
	height:104px;
	z-index:10;
}

#right{
	position:absolute;
	top:400px;
	width:250px;
	left:50%;
	margin-left:230px;
	padding-bottom:50px;
	z-index:10;
}

#right p{
	font-size:11px;
}

#content{
	padding:20px;
	margin-top:300px;
	background-color:#FFFFFF;
	width:650px;
	min-height:500px;
}

#content ul{
	font-size:12px;
	margin:20px;
	margin-top:10px;
}

* html #content{
	height:500px;
}

#footer{
	margin-top:5px;
	height:30px;
}

.right_title{
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	background-color:#E20A16;
	height:35px;
	width:240px;
	margin-top:10px;
	padding-left:10px;
	line-height:35px;
}

.right_content{
	padding:10px;
	width:230px;
	background-color:#FFFFFF;
}

.form_title{
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
	background-color:#E20A16;
	width:630px;
	margin-top:20px;
	padding:10px;
	padding-top:7px;
	padding-bottom:7px;
	margin-bottom:5px;
}

.for_divs{
	width:159px;
	height:114px;
	float:left;
	margin-right:50px;
	padding:10px;
	padding-top:50px;
}

h1{
	font-size:16px;
	color:#333333;
	margin-bottom:6px;
	margin-top:15px;
}

h2{
	margin-top:20px;
	font-size:18px;
	font-weight:normal;
	color:#E20A16;
}

h3{
	font-size:13px;
	color:#333333;
	margin-bottom:10px;
	margin-top:4px;
}

p{
	font-size:12px;
	margin-bottom:7px;
	line-height:18px;
}

ul{
list-style: none;
margin:0px;
padding:0px;
margin-bottom:8px;
}

li{
	background-image: url(images/b.jpg);
	background-repeat: no-repeat;
	padding-left: 25px;
	line-height:16px;
	padding-bottom:6px;
	height:auto;	
}

li.news{ 
	background-image: url(images/bullet_news-off.jpg);
}
li.news:hover {
	background-image: url(images/bullet_news-on.jpg);
}

li.pdf {
	background-image: url(images/b_pdf.jpg);
}
li.doc {
	background-image: url(images/b_doc.jpg);
}
li.xls {
	background-image: url(images/b_xls.jpg);
}
li.jpg {
	background-image: url(images/b_jpg.jpg);
}
li.zip {
	background-image: url(images/b_zip.jpg);
}
li.pp {
	background-image: url(images/b_pp.jpg);
}
li.dl {
	background-image: url(images/b_dl.jpg);
}
li.press {
	background-image: url(images/b_press.jpg);
}

#content ul.quick{
	list-style: none;
	margin:0px;
	padding:0px;
	margin-bottom:8px;
	font-size:11px;
}

li.quick {
	background-image: url(images/b_quick.jpg);
}
li.quick:hover{
	background-image: url(images/b_quick-on.jpg);
}

a{
	color:#E20A16;
	text-decoration:none;
	font-weight:bold;
}

a:hover{
	color:#1B3258;
	text-decoration:underline;
}

a.news{
	display:block;
	color:#666666;
	text-decoration:none;
	font-weight:normal;
}

a.news:hover{
	color:#E20A16;
}

a.exp{
	color:#FFFFFF;
	font-family:"Courier New", Courier, monospace;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	line-height:35px;
}

a.exp:hover{
	color:#333333;
}

.submit{
	background-color:#E20A16;
	color:#FFFFFF;
	font-weight:bold;
	border: solid 0px #E20A16;
	padding-top:2px;
	padding-bottom:2px;
}

.bad{
	width:90%;
	padding-left:5%;
	padding-right:5%;
	padding-top:10px;
	padding-bottom:10px;
	color:#D99300;
	border: 2px dashed #F0A300;
	background-color:#FFEABD;
	font-size:13px;
	margin-bottom:5px;
}

.badsecurity{
	border: 2px dashed #F0A300;
	background-color:#FFEABD;
	padding:5px;
}

.newscell{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;	
	width:615px;
}

.newsimg{
	float:left;
	width:150px;
	height:100px;
}

.newstitle{
	float:left;
	margin-left:20px;
	width:440px;
	font-weight:bold;
	font-size:14px;
	color:#333333;
}

.newsintro{
	margin-top:10px;
	float:left;
	margin-left:20px;
	width:440px;
}

#sched td{
	border: solid 1px #E20A16;
}

#sched table {border-collapse: collapse;}

.sched-title{
	background-color:#E20A16;
	color:#FFFFFF;
	font-size:12px;
}
.sched-time{
	background-color:#FFEEEF;
}

.exh-images{
float:left;
width:100px;
margin-right:20px;
}

.exh-title{
	font-size:12px;
	margin-bottom:3px;
	font-weight:bold;
}

.exh-text{
	float:left;
	width:500px;
}

.exh-url{
	margin-top:6px;
}

.exh-bottom{
	clear:both;
	margin-bottom:18px;
	padding-bottom:18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
}

#countdownbgr{
	width:320px;
	height:80px;
	position:absolute;
	top:308px;
	left:633px;
	z-index:1000;
}

#countdown{
	width:320px;
	height:80px;
	position:absolute;
	top:308px;
	left:633px;
	z-index:1100;
}

#regnow{
	width:429px;
	height:72px;
	position:absolute;
	top:393px;
	left:540px;
	z-index:1100;
}

#slideshowbanner{
	position:absolute;
	top:380px;
	left:710px;
	width:230px;
	height:84px;
	z-index:100;
}
