body {
	height: 100%;
	background-color: #000000;
	}
	
#wrapper {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	border-width: 0px;
	color: #e6e6e6;
	width: 760px;
	height: auto;
	margin: 0px auto;
	}
	
table, td, tr {
	border: none;
	border-collapse: collapse;
	}

#header {
	background-image: url(images/header2.jpg);
	float: left;
	width: 760px;
	height: 112px;
	}
	
#header a, #header a:visited {
		text-decoration: none;
		display: block;
		border-width: 0px;
		float: none;
		height: 112px;
		width: 760px;
	}



#navbar {
	clear: both;
	float: none;
	font-size: 0.9em;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	width: 760px;
	height: 41px;
	background-image: url(images/navbarblue.jpg);
	background-repeat: repeat-x;
	}

#navbar ul {
	top: 12px;
	position: relative;
	}
	
#navbar li{
	display: inline;
	}
			
#navbar a, #navbar a:visited {
	border-color: #082133;
	border-style: outset;
	border-width: 2px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	padding-top: 7px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 7px;
	}
				
#navbar a:hover {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 7px;
	padding-top: 7px;
	border-color: #082133;
	border-style: inset;
	border-width: 2px;
	background-image: url(images/navbarblue-inverted.jpg);
	color: #2186d1;
	}	

#navbar .current {
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 7px;
	padding-top: 7px;
	border-color: #082133;
	border-style: inset;
	border-width: 2px;
	background-image: url(images/navbarblue-inverted.jpg);
	color: #2186d1;
	}	

#content {
	padding-top: 20px;
	background-color: #082133;
	padding-left: 55px;
	padding-right: 55px;
	}

	
#box-left {
	margin-bottom: 40px;
	background-color: #082133;
	color: silver;
	}

#box-right {
	padding-left: 15px;
	float: right;	
	}
	

#box-lower {
	clear: both;
	height: 100%;
	border-color: #1b3550;
	border-style: ridge;
	border-width: 5px;
	padding-right: 25px;
	padding-left: 25px;
	padding-bottom: 20px;
	margin-top: 40px;
	color: #cccccc;
	background-color: #1b3550;
	}
	

#footer {
	text-align: left;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 5px;
	clear: both;
	background-color: #082133;
	color: silver;
	}

#footer a, #footer a:visited {
	border-style: none;
	border-width: 0px;
	padding: 0px;
	color: #cccccc;
	text-decoration: none;
	}
	
#footer a:hover, #footer .current {
	border-style: none;
	border-width: 0px;
	padding: 0px;
	color: #2186d1;
	}
		
.small_text {
		font-size: 0.8em;
	}
	
.emphasis {
		margin-right: 2px;
		margin-left: -2px;
		font-style: italic;
		color: #2186d1;
	}

P {
	line-height: 1.3em;
	padding: 0px;
	}
	
H1 {
	color: white;
	text-align: left;
	font-weight: bold;
	font-size: 1.7em;
	font-family: "Georgia", Times, serif; 
}

H2 {
	clear: both;
	float: none;
	margin-bottom: 20px;
	top: -10px;
	position: relative;
	text-align: left;
	font-weight: bold;
	font-size: 1.3em;
	font-family: "Georgia", Times, serif; 
}

.dropcaps {

	line-height: 0.9em;

	margin-right: 2px;
	
	
	margin-left: -2px;
	font-family: sans-serif;
	font-weight: bold;
	color: #2186d1;
	left: 0px;
	font-size: 2.7em;
	text-align: left;
	text-transform: uppercase;
	float: left;
}

.quoteleft {

	float: left;
     height: 25px;
     margin-top: 0px;
     padding-top: 15px;
     margin-bottom: 70px;
     font-size: 400%;
     color: #2186d1;}

.quoteright {

	margin-right: 2px;

	height: 20px;

	top: 30px;

	margin-bottom: 0px;

	float: right;
     margin-top: 0px;
     padding-top: 15px;
     font-size: 400%;
     color: #2186d1;
}

hr {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	width: 75%;
	border-color: #102031;
	border-width: 2px;
	border-style: inset;
}

.allcaps {
	text-transform: uppercase;
}

.quoted {
	left: 0px;
	margin-right: 20px;
	margin-left: 15px;
	border-width: 0px;
	text-align: right;
	top: 0px;
	margin-top: 15px;
	bottom: 0px;
	margin-bottom: 40px;
	position: relative;
	text-transform: uppercase;
	color: #2186d1;
}

.quoteblock {
	color: #cccccc;
	text-align: left;
}

#box-lower ul {
	clear: right;
	color: #2186d1;
	margin-bottom: 40px;
	list-style-type: none;
	margin-left: 5px;
	float: left;
}

#box-lower li {
	
	list-style-type: none;
	padding-top: 0px;
}

#box-lower li.list-small {
  list-style-type: none;
  margin-left: 0px;
  margin-bottom: 4px;
  margin-right: 0px;
  margin-top: 0px;
  padding: 0px;
  font-size: 0.75em;
  color: #cccccc;
}
#samples {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 40px;
}
#samples img {
	border-style: none;
	margin-left: 4px;
	margin-bottom: 0px;
	margin-right: 4px;
	margin-top: 8px;
	border-width: 0px;
	display: inline;
	padding: 0px;
	width: 170px;
}

#samples td {
	padding-right: 8px;
	padding-left: 8px;
	text-align: center;
	font-size: 0.75em;
	vertical-align: top;
}

#absolut {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 40px;
}
#purchase {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 40px;
}
#purchase td {
	border-collapse: collapse;
	border-width: 0px;
	padding: 8px;
	text-align: center;
	font-size: 0.75em;
}

#absolut td {
	padding: 8px;
	text-align: center;
	font-size: 0.75em;
}

.centred {
	text-align: center;
}
h3 {
	font-size: 0.8em;
	margin-top: -25px;
}
#getreader {
	padding: 4px;
	border-color: #082133;
	border-style: inset;
	border-width: 2px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 20px;
	width: 90%;
}
#getreader img {
	border-style: none;
	border-width: 0px;
	padding-left: 15px;
	height: 32px;
	float: right;
}
.linespaced {
	font-size: 10pt;
	line-height: 15pt;
}
.youtube {
	width: 425px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 40px;
}
.movie {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 40px;
}
.banner {
	height: 60px;
	display: block;
	text-decoration: none;
	border-width: 0px;
	width: 468px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 40px;
}
.banner>a {
	height: 60px;
	background-image: url(http://www.absolutvision.com/af/468x60.gif);
	display: block;
	text-decoration: none;
	border-width: 0px;
	width: 468px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	margin-top: 40px;
}
#authors {
	margin-bottom: 25px;
	margin-top: 40px;
	text-align: center;
}
#breadcrumbs {
	text-transform: lowercase;
	font-weight: bold;
	padding-left: 55px;
	clear: both;
	float: left;
}
#breadcrumbs a {
	text-transform: lowercase;
	text-decoration: none;
}
#breadcrumbs a:visited {
	text-transform: lowercase;
	text-decoration: none;
}
#breadcrumbs a:hover {
	text-transform: lowercase;
	text-decoration: none;
	color: #2186d1;
}
#box-left a, #box-lower a, #box-lower a:visited {
	text-decoration: underline;
	color: #b3b3b3;
}
#box-left a:hover, #box-lower a:hover {
	text-decoration: underline;
	color: #2186d1;
}
.image-inset {
	clear: left;
	margin-right: 15px;
	border-color: #082133;
	border-width: 2px;
	border-style: inset;
	float: left;
}
a.booklink {
	height: 250px;
	width: 191px;
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url(images/book-link.gif);
}
a.booklink:hover {
	background-position: -191px 0px;
}

a.pdf1 {
	text-decoration: none;
	height: 111px;
	width: 170px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(images/composure.jpg);
}

a.pdf2 {
	text-decoration: none;
	height: 111px;
	width: 170px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(images/locketandload.jpg);
}

a.pdf3 {
	text-decoration: none;
	height: 111px;
	width: 170px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(images/catchingdrops.jpg);
}

a.pdf4 {
	text-decoration: none;
	height: 111px;
	width: 170px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(images/flashlight.jpg);
}

a.pdf5 {
	text-decoration: none;
	height: 111px;
	width: 170px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(images/oob.jpg);
}

a.pdf6 {
	text-decoration: none;
	height: 111px;
	width: 170px;
	display: block;
	background-repeat: no-repeat;
	background-image: url(images/snow.jpg);
}

a.pdf1:hover {
	background-position: -170px 0px;
}

a.pdf2:hover {
	background-position: -170px 0px;
}

a.pdf3:hover {
	background-position: -170px 0px;
}

a.pdf4:hover {
	background-position: -170px 0px;
}

a.pdf5:hover {
	background-position: -170px 0px;
}

a.pdf6:hover {
	background-position: -170px 0px;
}

a.amazon1 {
	display: block;
	text-decoration: none;
	height: 223px;
	width: 170px;
	background-repeat: no-repeat;
	background-image: url(images/amazonus.jpg);
}
a.amazon2 {
	display: block;
	text-decoration: none;
	height: 223px;
	width: 170px;
	background-repeat: no-repeat;
	background-image: url(images/amazonuk.jpg);
}
a.amazon3 {
	display: block;
	text-decoration: none;
	height: 223px;
	width: 170px;
	background-repeat: no-repeat;
	background-image: url(images/amazonca.jpg);
}
a.amazon1:hover {
	background-position: -170px 0px;
}
a.amazon2:hover {
	background-position: -170px 0px;
}
a.amazon3:hover {
	background-position: -170px 0px;
}
.bold {
	font-weight: bold;
}
.label {
	padding-bottom: 16px;
}

.content-box {
	margin-left: 25px;
	float: left;
	}

img.banner {
		border-width: 0px;
	}

.far-right {
		right: 30px;
		width: 125px;
		position: relative;
		clear: right;
		float: right;
	}

