/*****General styles*****/
*{
	margin:0;
	padding:0;
}

html{overflow:-moz-scrollbars-vertical;} /* Firefox force Scroll Bar */
a {outline:none;}
img {border:none;}

body{
	padding:0 0 0 0;
	font-family:Verdana, arial, helvetica, sans-serif;
	background-image: url(../img/bg_suitcase.gif);
}
#header{
	background:#ffffff;
}
.container{
    margin:81px auto 60px auto;
    overflow:hidden;
    position:relative;
    text-align:left;
    width:816px;
}
#logotype{
	text-indent:-5124px;
	height:70px;
	width:191px;
	background: url(../img/logotype.jpg) center center no-repeat;
	padding:45px;
	float:left;
}
#head_copy{
	text-indent:-5124px;	
	background: transparent url(../img/top_copy.jpg) no-repeat right center;	
	display:block;
	width:500px;
	margin:0 0 0 271px;
	padding:0;
	height:163px;
	font-size:10px;
}
#main{
	clear:both;
}

/*****Horizontal Download section*****/
ul li{
	float:left;
	list-style:none;
}
ul li#download{
	display:block;
	text-indent:-5124px;
	background:url(../img/download_bar.png) no-repeat;
	height:32px;
	width:155px;
}
ul li a#checklist{
	display:block;
	text-indent:-5124px;
	background:url(../img/download_bar.png) -155px 0 no-repeat;
	height:32px;
	width:129px;
}
ul li a#tips{
	display:block;
	text-indent:-5124px;
	background:url(../img/download_bar.png) -284px 0 no-repeat;
	height:32px;
	width:95px;
}
ul li a#mistakes{
	display:block;
	text-indent:-5124px;
	background:url(../img/download_bar.png) -379px 0 no-repeat;
	height:32px;
	width:127px;
}
ul li a#business{
	display:block;
	text-indent:-5124px;
	background:url(../img/download_bar.png) -506px 0 no-repeat;
	height:32px;
	width:133px;
}
ul li a#hotel{
	display:block;
	text-indent:-5124px;
	background:#80be95 url(../img/download_bar.png) -639px 0 no-repeat;
	height:32px;
	width:177px;
}

/***** Main Section *****/
#main{
	background:#ffffff;
	padding:0 0 0 284px;
}
#main p{
	font: 9px/14px Verdana, arial, helvetica, sans-serif;
}
h2#embarrassing{
	background: url(../img/embarrassing.png) center bottom no-repeat;
	text-indent:-5124px;
	height:21px;
	width:222px;
	padding:35px 0 0 0;
}
p.left{
	padding:6px 7px 0 0;
	float:left;
	width:230px;
}
p.right{
	padding:6px 0 0 7px;
	float:left;
	width:230px;
}
img.quotes{
	position:absolute;
	top:249px;
	left:39px;
}

/***** Winner Section *****/
#winners{
    width:400px;
    padding:100px 0 20px 60px;
}

#winners img{
    margin:0;
    padding:0;
    border:none;
    cursor:pointer;
}
#winners a{
    border-bottom:none;
}
#winners div{
    padding: 10px 5px;
    border-bottom:1px solid #6a4c04;
}
#winners div p{
    padding:10px 0 5px 0;
}
#main .instructions{
    text-align:right;
    width:400px;
    padding-bottom:90px;
    padding-left:60px;
}
/***** Form Section *****/
fieldset{
	clear: left;
	width: 400px;
	margin: 0 0 0 0;
	border:none;
}

fieldset ol{
	padding: 1em 1em 0 1em;
	list-style: none;
	zoom: 1;
}

fieldset li{
	float: left;
	clear: left;
	width: 450px;
	padding-bottom: 1em;
}

label{
	position: relative;
	float: left;
	width: 10em;
	margin:3px 1em 0 0;
	text-align:right;
	font-size: 10px;
	color:#666666;
}
label strong{
	font-size:12px;
}
label.checkbox{
	float:none;
}
fieldset li.checkbox{
	padding: 0 0 0 110px;
	width:212px;
}
/* fieldset */

input.required, input.required email{
	padding:4px;
	border:none;
	background: url(../img/textbox.png) no-repeat top left;
	width:308px;
}
textarea{
	width:310px;
	height:58px;
	border:none;
	background: url(../img/textareabox.gif) no-repeat top left;
	padding:4px 4px 0 4px;	
	overflow:hidden;
}
a.submit img{
	border:none;
	margin:0 0 15px 350px;
}

/***** Thank you Section *****/
#thankyou{
    padding-top:50px;
    padding-bottom:137px;
    clear:both;
}
#thankyou h3{
    
}

/***** Footer Section *****/
#footer{
	background:#ffffff url(../img/footerrule.png) no-repeat top center;
	margin:0;
	padding:25px;
	height:60px;
}
p.rules{
	font-size:10px;
	float:left;
}
#footer img.embassy{
	float:right;
}
#footer a img.embassy{
	border:none;
}


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