html {
	background-color: #C8E9FA;
}

h1, h2, h3, h4, h5, h6, ul, ol, dl, p {
	margin: 0px;
	padding: 0px;
}

.page {
	width: 960px !important;
	font-size: 16px;
	font: "Helvetica, Arial, sans-serif";	
}

#hd {
	height: 220px;
}

.leftCol {
	background-color: #043883;
	min-height: 600px;	
}

.menu {
	width: 236px;
}

.main {
	margin-left; 0px;
	padding-left: 26px;
	padding-right: 26px;
}

#ft {
	background-color: #043883;	
	color: #C8E9FA;
	padding: 12px 26px;
}

#ft p {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

h1, h2 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin-top: 29px;
	padding-top: 0px;
}

h3 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	margin-top: 29px;
	padding-top: 0px;
	margin-bottom: 1em;
}

p {
	line-height: 1.4em;
	margin: 1.2em 0px;
}

a {
	font-weight: normal;
}

td {
	border: 0px;
	padding-right: 26px;
}

th {
	border: 0px;
	font-weight: bold;
	padding-bottom: 3px;
}

ul.simpleList li {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	line-height: 1.4em;
}

.section {
	padding-top: 24px;
}

.section h2 {
	color: #C8E9FA;	
	display: block;
	margin-left: 0px;
	font-size: 16px;			
	padding-left: 26px;
	padding-bottom: 16px;
	font-weight: bold;	
}

.menu {
	padding-top: 8px;
}

.sidebarmenu a {	
	color: #C8E9FA;	
	text-transform: lowercase;		
	display: block;
	margin-left: 0px;
	font-size: 16px;			
	padding-left: 26px;
	padding-bottom: 8px;
}

.sidebarmenu a:hover {
	background-image: url(/assets/nav_bullet.gif);
	background-repeat: no-repeat;
	background-position: 3px 0px;
	color: #C8E9FA;
	text-decoration: underline;
}

.sidebarmenu a:visited {
	color: #C8E9FA;	
}

.leftCol {
    margin-bottom: -8000px;
    padding-bottom: 8000px;
}

/* Details */

h2.titles {
	border-bottom: 2px solid #000;
}

h2.title, h3.title {
	font-size: 15px;
	color: #043883;
	text-align: center;
}

table.titles {
	margin-bottom: 2em;
}

table.details {
	font-size: 14px;
}

table.details td {
	padding-bottom: 4px;
}

table.details td.label {
	font-weight: bold;
}

table.details td.value {
	
}

.spanned {
	text-align: center;
}

.postcard {
	border: 2px solid #043883;
}

#address {
	font-size: 13px;
	text-align: center;
}

/* order form */

.placeholder, span.placeholder {
	border-bottom: 1px solid #000;
}

#signature td {
	height: 2em;
	vertical-align: bottom;
}

#products td {
	height: 1.7em;
	padding-bottom: 4px;
}

#signature td.label {
	width: 5em;
}

td.label {
	font-weight: bold;
}

table.address td {
	height: 1.5em;
	vertical-align: bottom;	
}

table.address td.value {
	width: 300px;
}

#products td.qty {
	width: 4em;
}

input[type="text"] {
	width: 100%;
	line-height: 1em;
	padding-top: 2px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;	
	/* border: 1px inset; */
	border: 0px;
}

.example {
	color: #777;
}

#help {

}

.qty {
	text-align: right;
}

.dup {
	text-align: center;
}

#postage td {
	padding-right: 0px;
	border-right: 12px solid #C8E9FA;
}

#order table {
	margin-top: 10px;
}

#ness_logo {
	padding: 0px;
	margin: 0px auto;
	margin-top: 29px;
	background-image: url("/assets/ness_publishing_blue.gif");
	width: 373px;
	height: 86px;
}

#bd:after
	{
	content: '[DO NOT LEAVE IT IS NOT REAL]'; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* > #ft
{
    position: relative;
    z-index: 1000;
    clear: both;
}

/* Book pages */

.pages {
	text-align: center;
	width: 100%;
	margin: 0 auto;
}

.pages img {
	margin-left: 10px;
	margin-right: 10px;
}

@media print {
	html {
		margin: 0;
		background-color: #FFF;
	}
	
	#hd {
		display: none;
	}

	.leftCol {
		display: none;
	}
	
	#ft {
		display: none;
	}
	
	/* Variations from screen */
	#ness_logo {
		padding: 0px;
		margin: 0px auto;
		margin-top: 29px;
		background-image: url("/assets/ness_publishing_white.gif");
		width: 373px;
		height: 86px;
	}
	
	.placeholder {
		border-bottom: 1px solid #000;
	}

	#signature td {
		height: 2.5em;
		vertical-align: bottom;
	}

	#products td {
		height: 2.1em;
		padding-bottom: 6px;
	}

	#signature td.label {
		width: 5em;
	}

	td.label {
		font-weight: bold;
	}

	table.address td {
		height: 1.5em;
		vertical-align: bottom;	
	}

	table.address td.value {
		width: 400px;
	}

	#products td.qty {
		width: 7em;
	}

	.qty {
		text-align: right;
	}
	
	.dup {
		text-align: center;
	}

	#order table {
		margin-top: 10px;
	}	
	
	#help {
		display: none;
	}	
	
	input[type="text"] {
		width: 100%;
		line-height: 1em;
		padding-top: 2px;
		padding-bottom: 0px;
		margin-top: 0px;
		margin-bottom: 0px;	
		/* border: 1px inset; */
		border: 1px solid #CCC;
	}	

}
