
@CHARSET "ISO-8859-1";

/* CSS Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

/*
	HCIT Resets
*/
div {
	position: relative;
}

body {
	font-family: "Times New Roman", serif;
	font-size: 14px;
}


/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { 
    margin: 0; 
    padding: 0; 
}

html, body, #bg, #bg table, #bg td, #page {
    height:100%;
    width:100%;
    overflow:hidden;
}

#bg { 
    position: fixed; 
}

#bg div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

#bg td {
    text-align:center;
    vertical-align:middle;
}

#bg img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#page {
    position:absolute;
    top:0;left:0;
    z-index:70;
    overflow:auto;
}

.content { 
    margin: 0 auto; 
    width: 810px;
    padding-left: 95px;
    padding-right: 95px;
}
#focus-stealer      { position: absolute; left: -9999px; }



.top-nav { 
	height: 78px;
	overflow: hidden;
}
.top-nav ul {
	padding-left: 15px; 
}
#contact .top-nav ul {
	padding-left: 110px; 
} 
.top-nav ul li {
	float: left;
	width: 192px;
	height: 78px;
	display: block;
	height: auto;
	overflow: hidden; 
}
.top-nav span {
	display: none;
}
.top-nav a {
	width: 192px;
	height: 78px;
	display: block;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.top-nav a.selected {
	background-position: 0 -78px;
}
.top-nav a:hover {
	background-position: 0 -78px;
}
.top-nav a.home { background-image: url("/images/nav/home.png"); } 
.top-nav a.sample { background-image: url("/images/nav/sample.png"); } 
.top-nav a.order { background-image: url("/images/nav/order.png"); } 
.top-nav a.contact { background-image: url("/images/nav/contact.png"); } 

a.layered-link {
	position: absolute;
	display: block;
	cursor: pointer;
	background-image: url("/images/blank.gif"); /* <- for ie */
}

a.pay-paypal {
	position: absolute;
	display: block;
	width: 155px;
	height: 35px;
	top: 504px;
	left: 530px;
	cursor: pointer;
	background-image: url("/images/paypal.gif"); /* <- for ie */
	text-indent: -9000px;
}

a.direct-debit {
	position: absolute;
	display: block;
	width: 155px;
	height: 35px;
	top: 504px;
	left: 330px;
	cursor: pointer;
	background-image: url("/images/dd.gif"); /* <- for ie */
	text-indent: -9000px;
}

div#advice {
	position: absolute;
	top: 380px;
	left: 250px;
	width:500px;
}

#advice p {
	font-family: Times, sans;
	color:#1d1a1d;
	font-size: 16px;
	text-align: center;
}

a.proceed {
	position: absolute;
	display: block;
	width: 155px;
	height: 35px;
	top: 504px;
	left: 430px;
	cursor: pointer;
	background-image: url("/images/order.gif"); /* <- for ie */
	text-indent: -9000px;
}

a.layered-link:hover {
	background-color: #5e4010;
	opacity: 0.15;
}
a.layered-link span {
	position: absolute; left: -9999px;
}
.bottom-link {
	width: 235px;
	height: 20px;
	top: 524px;
	left: 381px;
}
#sample .dust-jacket,
#sample .sample-page,	
#sample .image-samples,
#sample .book-photos {
	width: 450px;
	height: 45px;
	left: 265px;
}
#sample .dust-jacket { top: 228px; }
#sample .sample-page { top: 278px; }
#sample .image-samples { top: 328px; }
#sample .book-photos { top: 378px; }

#sample .dowload-acrobat {
	top: 460px;
	left: 285px;
	width: 460px;
	height: 32px;
}
	
.no-script-warning {
	position: absolute;
	width: 290px;
	height: 16px;
	top: 524px;
	left: 355px;
	text-align: center;
	background-color: #ffffff;
	color: #660000;
	padding: 5px 0;
}
		

#contact .content {
	padding: 0;
	width: 1000px; 
}
#contact .top-nav {
	height: 62px;
}
#contact .bottom-link {
	top: 540px;
}
#contact .mail-to {
	top: 450px;
	left: 420px;
	height: 16px;
	width: 160px;
}
#contact .more-testimonials {
	top: 328px;
	left: 430px;
	height: 16px;
	width: 140px;
}

#debug {
	color: #000000;
	font-size: 13px;
	font-family: sans-serif;
	position: absolute; 
	top:0; 
	left: 0;
	background-color: #ffffff;
	min-width: 200px;
	min-height: 200px;
	z-index: 100;	
}

.form input {
	border: none;
	height: 15px;
	width: 324px;
	padding: 1px 4px 1px 5px;
	font-size: 9px;
	color: #4F220D;
}
.form  select  {
	width: 165px; 
	height: 17px;
	border: none;
	font-size: 9px;
}
.form label.input-gift input {width: auto;}
.form label.input-postage input {width: 110px;}
.form label.input-postcode input {width: 65px;}
.form label.input-state select,
.form label.input-quantity select {
	text-align: center;
}

.form label.input-quantity select { width: 100px; }
.form label,
#quantity-total {
	position: absolute;
	display: block;
	padding-left: 200px;
	left: 171px;
}
.form label.input-name { top: 241px; }
.form label.input-address { top: 270px; }
.form label.input-suburb { top: 298px; }
.form label.input-suburb input { width: 135px; }
.form label.input-country { top: 299px; left: 522px; padding-left: 75px; }
.form label.input-country select { width: 110px; }
.form label.input-state { top: 327px; display: none; }
.form label.input-state-text { top: 327px;}
.form label.input-state-text input {width: 155px; }
.form label.input-postcode { top: 327px; left: 545px; padding-left: 85px; }
.form label.input-email { top: 357px; }
.form label.input-email-confirm { top: 385px;}
.form label.input-quantity { top: 424px; left: 605px; padding: 0; }

.form label.input-postage { top: 440px; display: none; }

.form label.input-gift { top: 458px; left: 680px; padding: 0 150px 0 0; height: 50px; }
.form label.input-gift input { width: auto; }

.form label.input-postage-express { top: 455px; left: 535px; padding:0 120px 0 0; height: 18px; }
.form label.input-postage-express input { width: auto; } 

.form label.input-postage-platinum { top: 482px; left: 535px; padding:0 120px 0 0; height: 18px; }
.form label.input-postage-platinum input { width: auto; } 

.form label.input-aus-order { top: 212px; left: 245px; padding:0 0 0 130px; height: 16px; }
.form label.input-aus-order input { width: auto; } 

.form label.input-intl-order { top: 212px; left: 410px; padding:0 0 0 145px; height: 16px; }
.form label.input-intl-order input { width: auto; } 

.form label.input-region {  top: 212px; left: 596px; padding:0; height: 16px; }
.form label.input-region select { width: 110px; } 

.form label.input-country select option:disabled,
.form label.input-quantity select option:disabled {
	background-color: #ddd;
	color: #888;
} 

.form label.select-postage-order { top: 455px; left: 485px; padding:0 120px 0 0; height: 18px;}
.form label.select-postage-order select { width:140px; } 

#quantity-total {
	top: 424px;
	left: 515px;
	width: 90px;
	background-color: #ffffff;
	padding-left: 0;
}
#book-cost {
	top: 424px;
	left: 390px;
	width: 35px;
	padding-left: 0;
}
#postage-total {
	top: 455px;
	left: 370px;
	width: 100px;
	padding-left: 0;

}
#grand-total {
	top: 484px;
	left: 370px;
	width: 100px;
	padding-left: 0;
	text-align: center;

}	
.figure {
	padding: 2px 0;
	height: 14px;
	font-size: 11px;
	text-align: center;
}


#order-review {
	position: absolute;
	top: 217px;
	left: 342px;
	width: 290px;
	height: 202px;
	padding: 13px;
	overflow: auto;
	font-size: 9px;
	line-height: 1.35em;
	color: #555;
}
#order-review h2 {
	text-transform: uppercase;
	font-size: 9px;
	font-weight: bold;
	color: #000;
}
#order-review h3 {
	text-transform: uppercase;
	font-size: 9px;
	margin-top: 10px;
	color: #000;
}
#order-review strong {
	color: #000;
	font-weight: bold;
}

	
