@charset "utf-8";
/* CSS Document */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {

	margin: 0px;
	padding: 0px;
	font: 13px/20px 'Droid Sans', Arial, Helvetica, sans-serif;
	color: #000;
	background: #FFF;
}
a{
	color: #eb290d;
	font-weight: bold;
	text-decoration: none;
}
a:hover{

	color: #000;

}

#content {
    float: left;
    width: 100%;
}

.lft {
    float: left;
    width: 660px;
}

.lft {
    float: left;
    width: 660px;
}
#wapthewrapper{
	background:url(../images/back.png) repeat-x;	
}
#wrapper{
	width: 960px;
	margin: 0px auto;

}
#header{

	height: 168px;
	margin-top: -20px;
}
#logo{
	position: absolute;
}
#loc{ position: absolute; margin-left: 300px; font-weight: 700; padding-top: 60px;font-size: 20px; color: #FFF; line-height: 23px;  }
#sponsors{
	float: right;
	overflow: hidden;
	width:325px;
	height:168px;
}
#menu{
	background: url(../images/diecast-model-expo_02.jpg);
	height: 57px;
}

#bar{
	background:url(../images/diecast-model-expo_03.jpg); height: 98px;
	padding-top: 30px;
}

#bar div + a{margin-left: 15px;}


ul.gal{ margin: 0px; padding: 0px; list-style: none; display: flex; flex-wrap: wrap; justify-content: flex-start; }
ul.gal li{ margin: 0px; padding: 0px; margin: 5px; }

#hotel{
	width: 280px;
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}
#content{
	padding: 30px 0px;
	padding-bottom: 250px;
	/*background: url(../images/gold-coast-footer.png) bottom center no-repeat;*/
}
h1,h2,h3,h4,h5,p,form{
	margin: 0px;
	padding: 0px;
}
h1.home{
	font:bold 35px/37px 'Ubuntu', Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	margin-bottom: 15px;
	color: #000;
}
h1{
	font: bold 49px/51px 'Ubuntu', Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -2px;
	margin-bottom: 15px;
	color: #000;

}		
h2{
	font: bold 22px/26px 'Droid Sans', Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #444;
	margin-bottom: 15px;
	padding:
}
p{
	margin-bottom: 15px;
	text-align: left;

}
a.redButton{
	background: #FF0000;
	color: #FFF;
	text-decoration: none;
	padding: 15px;
	display: block;
	font: bold 16px 'Droid Sans', Arial, Helvetica, sans-serif;
}
a.redButton span{
	font-size: 11px;
}
a:hover.redButton{
	background: #990000;
}
a.button{
	background: #FF0000;
	color: #FFF;
	text-decoration: none;
	padding: 10px;
	font: bold 14px/40px 'Droid Sans', Arial, Helvetica, sans-serif;
	border: 2px solid #666;
}
a:hover.button{
	background: #990000;
}
#purchase{
	float: left;
}
#newsletter{
	float: right;
	width: 360px;
}
#newsletter input{
	padding: 4px;
	border: 3px solid #EEE;
}
.imgLeft{
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}
.imgRight{
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;

}
#content img{
  -moz-box-shadow: 2px 2px 2px #ccc;
  -webkit-box-shadow: 2px 2px 2px #ccc;
  box-shadow: 2px 2px 2px #ccc;
}


#content a:hover img{
filter: alpha(opacity=80);
filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: .8;
opacity:0.8; 
}

#hotel img{
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}	

#content img.noborder{
   box-shadow: none;
   -moz-box-shadow: none;
   -webkit-box-shadow: none;
   
}

hr{
	clear: both;
	size: 1px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.flightLogo img{
	float: left;  width: auto; table-layout:auto; margin-right: 30px;
	margin-bottom: 30px;
}
.clear{
	clear: both;
}	
#map{
	width:500px;
	height: 400px;
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
}
.gallery .left{
	margin-right: 60px;
	margin-bottom: 10px;
}
.gallery .right{	
	margin-bottom: 30px; 
}
#footer{
	clear: both;
	text-align: center;
	font: 11px/80px 'Droid Sans', Arial, Helvetica, sans-serif;
	color: #FFF;
	background: #231f20;
	padding-bottom: 30px;
}
#footer a{
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
}
#footer h2{
	color: #FFF;
	padding-top: 15px;
}
#footer p{
	margin: 0px;
	padding: 0px;
}
.footerWrapper{

	width: 500px;	margin: 0px auto;
    margin-top: 60px;
    
}
div.footerLinks{
	width: 150px;
	font: 11px/18px 'Droid Sans', Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	float: left;
	text-align: left;
	margin-top: -30px;
}
div.footerLinks li{
	list-style: none;
}
div.footerLinks a{
	font-weight: normal;
	text-decoration: none;
	color: #666;
}
div.footerLinks a:hover{
	color: #AAA;
	border-bottom: 1px dotted #AAA;
}
.contactForm{
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	width: 300px;
}
.inputText{
		padding: 4px;
	border: 3px solid #DDD;
	width: 95%;

	}
	#newsletter h2{
		margin-bottom: 4px;
	}

	.caption{
		font-size: 12px;
		font-weight: 600;
		font-style: italic;
		color: #444;
	}
	.caption img{
		margin-bottom: 5px;
	}

	.photoGallery img{
		margin-right: 15px;
		margin-bottom: 15px;
	}
   
#bannermessages div{ margin-top: 10px; padding: 30px; text-align: center; border-radius: 20px; border: 3px solid #FF0000; width: 100%; font-size: 30px; font-weight: 700; line-height: 1.3; /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,e5e5e5+100;White+3D */
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */ 
}