@import url("modal.css");

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {	
	margin-top: 0px;
	background-color:#eee;
    background-color: white;
    font-family: Helmet, Freesans, sans-serif;
}
body.theTower {
    background: url('../img/master-bg.png') repeat-x;
}	

#roof {
    background: url('../img/tower-top.png') center no-repeat;
	width:737px;
	margin:0 auto;
	overflow: auto;
	padding:0 46px ;
	height:279px;
}

#tower {
    background: url('../img/tower-bg.png') center repeat-y;
	width:737px;
	margin:0 auto;
	overflow: auto;
	padding: 46px ;
}

#tower .floor {
	padding: 0 0 16px 24px;
	float:left;
}

#big-sponsor {
    padding:12px 0 30px 22px;
    float:left;
}

#big-sponsor a {
    float:left;
    width:154px;
    height:154px;
    margin: 0 23px 0 0;
    
    }


#big-sponsor img {
    border:2px solid black;    
    float:left;
    overflow:hidden;
    padding:0;
    width:154px;
    height:154px;
}

#big-sponsor .last img {
    margin:0;
    float:left;

}

.room {
	width: 114px;
	height: 114px;
	float:right;
	margin: 0 25px 25px 0;	
	overflow: hidden;
	border: 2px solid black;
	background: url('../img/base-window.png');
}

.room p {
    position:relative;
    margin-top:-20px;
    float:right;
    padding:0 15px 0 0;
    font-size:12px;
    font-weight:bold;

}

#tower .floor li:first-child {
	margin-right: 0;
}

#base {
	text-align: center;
	height: 980px;
	width:868px;
	overflow: hidden;
	margin:0 auto;

}




.sales h1 {
	font-size: 18pt;
	line-height: 24pt;
	border-bottom: 1px solid black;
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 10px;
}

#purchase {
	width: 740px;
	margin: 0 auto;
	font-size: 14pt;
	line-height: 18pt;
	padding-bottom: 18pt;
}

#purchase p {
	position: relative;
	padding-left: 3em;
	margin-bottom: 22pt;
}

#purchase p span.step {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 3em;
	height: 36pt;
	font-size: 32pt;
	line-height: 36pt;
}

#purchase .form-button {
    display: block;
    margin: 0 10px 8pt 0;
    padding: 4pt 5px;
    font-size: 16pt;
    line-height: 24pt;
    font-weight: bold;
    background-color: #e8210f;
    border: 1px solid #7a0e09;
    color: white;
	width: 100%;
	text-decoration: none;
	text-align: center;
}

#purchase label {
	display: block;
}

#purchase input, #purchase select {
	display: block;
	width: 100%;
	font-size: 18pt;
	border: 1px solid black;
	margin-bottom: 22pt;
	clear: both;
}

#purchase .errorlist {
	color: red;
	font-size: 12pt;
	line-height: 18pt;
	font-style: italic;
	float: right;
}

#purchase #account-details-form {
	padding-bottom: 220px;
	background: url(../img/write-for-food.jpg) no-repeat right bottom;
}

#purchase #account-details-form .forgot {
	margin-top: 40px;
	text-align: center;
}

#purchase form .cc-extra:after, #purchase form .locality:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#purchase form .cc-extra > div,
#purchase form .locality > div {
    float: left;
}

#purchase form .cc-extra .ccv {
    width: 380px;
    margin-right: 20px;
}

#purchase form .cc-extra .expiry {
    width: 340px;
    margin-right: 0;
    text-align: left;
}

#purchase form .cc-extra .ccv input[type="text"] {
    width: 376px;
}

#purchase form .cc-extra .expiry select {
    width: 160px;
    margin-right: 0;
	display: inline;
}

#purchase form .locality .city {
    width: 300px;
    margin-right: 20px;
}

#purchase form .locality .state {
    width: 200px;
    margin-right: 20px;
	padding: 0;
}

#purchase form .locality .postal {
    width: 200px;
    margin-right: 0;
}

#purchase form .locality .city input[type="text"] {
    width: 296px;
}

#purchase form .locality .state input[type="text"] {
    width: 196px;
}

#purchase form .locality .postal input[type="text"] {
    width: 196px;
}

#purchase legend {
	font-size: 22pt;
	line-height: 24pt;
	margin-bottom: 8pt;
}

#purchase #use-existing:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#purchase #use-existing input, #purchase #use-existing label {
	display: inline;
	width: auto;
}

#purchase #use-existing input {
	float: left;
}

#purchase #share {
	background-color: #d2edd5;
	padding: 10px;
	font-size: 18pt;
	line-height: 24pt;
	margin-bottom: 18pt;
}

#purchase #share:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#purchase #share p {
	float: left;
	margin-bottom: 0;
}

#purchase #share li {
	float: right;
	margin-right: 15px;
}

.sales.complete #purchase h2 {
	font-size: 28pt;
	line-height: 32pt;
	text-align: center;
}

.sales.gazumped #purchase h2 {
	font-size: 28pt;
	line-height: 32pt;
	margin-bottom: 12pt;
}

.sales.gazumped {
	font-weight: bold;
}

.sales.gazumped p.detail {
	font-weight: normal;
}

.sales.complete #purchase p, .sales.gazumped #purchase p {
	padding-left: 0;
}

#purchase i {
	position: absolute;
	left: -9999px;
}

.sales.complete #purchase .form-button {
	margin-top: 30pt;
	border: none;
	color: white;
	background-color: #1176b0;
}

.sales.complete #purchase {
	padding-bottom: 300px;
	background: url(../img/bus.jpg) no-repeat center bottom;
	margin-bottom: 18pt;
}

.sales.gazumped ul {
	border: 1px dashed black;
	padding: 10px;
	background-color: #ccc;
	width: 720px;
}

.sales.gazumped ul li {
	float: left;
	width: 330px;
	margin-right: 30px;
}

.sales.gazumped ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
