 /*\*//*/
  @import "ie5.css";
/**/


/* generic */



body {
	font-family: Tahoma, "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Georgia, Verdana, Arial, sans-serif;
	font-size: x-small; /* for IE 5.5 */
	f\ont-size: small;
	color: #9d9b9b;
	text-align: center; /*centred in IE5*/
	background: #D4D4D4;
	margin: 0 auto;
	}
	
p {
	line-height: 18px;
	margin: 0px 10px 10px 10px;
	padding: 0 10px 0 0;
	}
	
a, a:visited {
	color: #3685A7;
	background-color: transparent;
	}
	
a:hover {
	color: #254452;
	background-color: transparent;
	}
	
h1, h2 {
	
	font-family: "Myriad Pro", "Myriad Web", Myriad, Tahoma, "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Georgia, Verdana, Arial, sans-serif;
	color: #9d9b9b;
	font-weight: normal;
	margin: 0 0 5px 8px;
	background-color: transparent;
	}
	
h1 {
	font-size: 170%;
 	}

h2 {
	font-size: 140%;
	margin-top: 0;
	}
	
h3 {
	font-size: 110%;
	margin: 0px 10px 10px 10px;
	color: #f16422;
	}
	
	
	
wobhead {
	display: inline;
	font-family: "Myriad Pro", "Myriad Web", Myriad, Tahoma, "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Georgia, Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 140%;
	margin: 0 0 5px 8px;
	background-color: #CCCCCC;
	}
	
	.crumb1 {
	
	font-size: 9px;
	font-colour: #cccccc;
	padding-left: 0px;
	margin: 0 0 8px 5px;
	list-style: none;
	height: 1%;
	border-bottom: 1px dotted #CCCCCC;
	
	
	height: auto;
margin-bottom: 7px;
	}
	
	
blockquote {
	display: inline;
	float: right;
	width: 174px;
	margin: 15px;
	padding: 10px 5px;
	font-size: 110%;
	background: url(../images/blockquote_bg.gif) 0 0 no-repeat;
	}
	
blockquote#snippet {
	display: block;
	float: none;
	background: none;
	font-style: normal;
	font-size: 85%;
	font-weight: bold;
	color: #3685A7;
	margin: 0 10px 10px 10px;
	padding: 10px 10px 0 0;
	width: auto;
	border-top: 1px solid #3685a7;
	border-bottom: 1px solid #3685a7;
	}
	
blockquote#snippet p {
	margin-left: 0;
	padding: 0;
	}
	
acronym {
	color: #3685a7;
	border-bottom: 1px dotted #3685a7;
	cursor: help;
	}
	
form {
	margin-top: 0;
	}		
	
	/* let battle commence */
	
#wrapper {
	margin: 0 auto;
	margin-top: 0px;
	width: 716px;
	}
	
#top {
	
	margin-top: 0px;
	width: 716px;
	height: 10px;
	background: url(../images/topbg.jpg) repeat-y;
	}
	#top ul {
	clear: both;
	margin: 0 0 15px 15px;
	padding: 0;
	}
	
#top ul li{
	font-size: 85%;
	padding-left: 20px;
	margin: 0 0 8px 0;
	list-style: none;
	height: 1%;
	}
	
#top ul li {
	color: #cccccc;
	}
#top a {
font-size: 85%;
	padding: 5px 15px 20px 10px;
	margin: 0px 0 8px 10px;
	list-style: none;
	height: 1%;
	float: right;
	font-size: 85%;
	text-align: right;
	text-decoration: none;	
	}	
	#top hover {
	
	text-decoration: none;	
	}
	
	#top p {
	font-size: 85%;
	margin-left: 10px;
	padding: 10px 17px 20px 10px;
	background: url(../images/tiny_bullet.gif) 0 6px no-repeat;
	color: #cccccc;
	}
	
	
	
#header {
	width: 716px;
	height: 200px;
	background: url(../images/headerhost.jpg) no-repeat;
	}

#headercp {
	width: 716px;
	height: 200px;
	background: url(../images/cpheader.jpg) no-repeat;
	}
	/* navigation */
	
#navholder {
	float: left;
	width: 716px;
	background: url(../images/navbg.gif) 0 0 repeat-y;
	}
	
#nav {
	float: left;
	width: 716px;
	height: 25px;
	margin: 0;
	padding: 0;
	list-style: none;
	background: #cccccc url(../images/navbg.gif) top left no-repeat;
	text-align: left;
	}
	
#nav li {
	float: left;
	font-size: 85%;	
	}
	
#nav li#homeListItem {
	margin-left: 9px;
	}
	
* html #nav li#homeListItem {
	margin-left: 9px;
	}
	
#nav a {
	float: left;
	display: block;
	padding: 4px 14px 8px 15px;
	color: #fff;
	text-decoration: none;
	}
	
#nav a:hover {
color: #ffff;


	}
	
#nav a#selected {
	background: #6ab6d9;
	}
	
	/* content wrapper */
	
#contentBackground {
	float: left;
	width: 716px;
	background: #fff url(../images/content_bg2.gif) 0 0 repeat;
	overflow: auto; /*  (Netscrape 6) */
	}
	
	#contentBackgroundcp {
	float: left;
	width: 716px;
	background: #fff url(../images/content_bgcp.gif) 0 0 repeat;
	overflow: auto; /*  (Netscrape 6) */
	}
	
#contentWrapper {
	float: left;
	width: 686px;
	margin-left: 16px;
	display: inline; /* removes ie double float margin bug*/
	}	
	
	/* Content column */
	
#leftcolumn {
	float: left;
	width: 490px;
	text-align: left;
	padding-bottom: 10px;
	} 
	
#leftcolumn p {
	font-size: 85%;
	}
	
#leftcolumn img {
	margin: 0 0 6px 1px;
	}
	
#leftcolumn ul li {
	background: url(../images/bullet.gif) 0 2px no-repeat;
	}
	
#leftcolumn ul {
	margin-left: 10px;
	}
	
#leftcolumncp {
	float: left;
	width: 690px;
	text-align: left;
	padding-bottom: 10px;
	} 
	
#leftcolumncp p {
	font-size: 85%;
	}
	
#leftcolumncp img {
	margin: 0 0 6px 1px;
	}
	
#leftcolumncp ul li {
	
	}
	
#leftcolumncp ul {
	margin-left: -4px;
	}
	
body#books img {
	margin: 0 10px 0 -5px;
	float: left;
	}
	
* html body#books img {
	margin: 0 10px 5px -5px;
	}
	
.specialOffer {
	float: left;
	width: 489px;
	min-height: 114px;
	height: auto;
	border-right: 1px solid #fff;
	margin-bottom: 10px;
	}
	
#startup {
	background: #E6F3F3 url(../images/offers.gif) top left no-repeat;
	}	

	
/* for Internet Explorer */
/*\*/
* html .specialOffer {
	height: 114px;
	}
/**/
	
#leftcolumn .specialOffer p {
	font-size: 100%;
	padding: 41px 150px 0 11px;
	margin: 0;
	line-height: 16px;
	}
	
.specialOffer a {
	float: left;
	margin-left: 11px;
	margin-top: 15px;
	font-size: 100%;
	}
	
#leftcolumn .specialOffer a:visited, #rightcolumn #testimonial a:visited {
	background: none;
	padding-right: 0;
	}
	
	
	
.specialOffer a:hover {
	color: #254452;
	}
	
	/* Right column */
	
#rightcolumn {
	float: right;
	width: 196px;
	text-align: left;
	}
	
#rightcolumn a#right_selected {
	color: #254452;
	}
	
#rightcolumn p {
	font-size: 85%;
	margin-left: 10px;
	padding: 0 17px 0 10px;
	background: url(../images/tiny_bullet.gif) 0 6px no-repeat;
	color: #368587;
	}
	
#rightcolumn h3 {
	width: 191px;
	background: #9d9b9b;
	font-size: 70%;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 3px 0 3px 5px;
	color: #fff;
	}
	
#rightcolumn ul, #leftcolumn ul {
	clear: both;
	margin: 0 0 15px 15px;
	padding: 0;
	}
	
#rightcolumn ul li, #leftcolumn ul li {
	font-size: 85%;
	background: url(../images/bullet.gif) 0 2px no-repeat;
	padding-left: 20px;
	margin: 0 0 8px 0;
	list-style: none;
	height: 1%;
	}
	
#rightcolumn ul li {
	color: #368587;
	}
	
#testimonial {
	background: #E6F3F3 url(../images/testimonial_bg.gif) top left no-repeat;
	min-height: 114px;
	height: auto;
	}
	
/* for Internet Explorer */
/*\*/
* html #testimonial {
	height: 114px;
	}
/**/
	
#testimonial p {
	background: url(../images/quotes.gif) 8px 8px no-repeat;
	padding: 24px 10px 0 17px;
	margin: 0;
	line-height: 16px;
	font-size: 85%;
	}
	
#testimonial a {
	float: left;
	margin-top: 16px;
	margin-left: 16px;
	font-size: 100%;
	}
	
li#padright {
	padding-right: 200px;
	}
	
* html #rightcolumn ul li, * html #leftcolumn ul li {
	margin-bottom: 6px;
	}
	
	/* Contact page */
	
 .inputbox {
    border: 1px solid #BDE4F5;
    background-color: #ffffff;
  	font-family: Tahoma, "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Georgia, Verdana, Arial, sans-serif;
    font-size: 100%;
    color: #254452;
	width: 200px;
	padding-left: 3px;
    }
	
.radio {
	margin-right: 5px;
	padding: 0;
	}
	
#comments {
    width: 250px;
  }
  
 .dropdown {
 	padding-left: 0;
	}
  
#submit, #quoteSubmit {
    border: 1px outset #BDE4F5;
    background-color: #ffffff;
    font-family: Tahoma, "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Georgia, Verdana, Arial, sans-serif;
    font-size: 100%;
    color: #254452;
    width: 60px;
    height: 20px;
    margin: 0;
    padding: 0 2px 0 2px;
    }
	
	/* footer */
		
#footer {
	clear: both;
	width: 716px;
	height: 50px;
	color: #fff;
	background: #E6F3F3 url(../images/footer_bg2.gif) bottom left no-repeat;	
	}
	
	#footer a {
	
	color: #fff;
	font-weight: bold;
	 font-size: 10px;
		
	}
	
.ftext {
	font-family: "Myriad Pro", "Myriad Web", Myriad, Tahoma, "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Georgia, Verdana, Arial, sans-serif;
	color: #fff;
	font-weight: bold;
	 font-size: 10px;
	
	}
	


	/* misc */
	
p.date, p.bookdetails {
	color: #3685A7;
	font-size: 75%;
	}
	
p#arrow, p.arrow {
	background: url(../images/bullet.gif) 0 4px no-repeat;
	padding-left: 17px;
	}
	
* html p#arrow, * html p.arrow {
	background: url(../images/bullet.gif) 0 5px no-repeat;
	}	
	
div.codeholder {
	width: 448px;
	float: left;
	display: inline; /* fixes IE double float bug */
	border: 1px solid #f7e4d4;
	background-color: #f7f7f7;
	margin: 0 0 10px 10px;
	padding: 5px 0 5px 0;
	}
	
#leftcolumn div.codeholder p {
	font-family: monospace;
	font-size: 90%;
	margin-bottom: 0;
	}
	
* html #leftcolumn div.codeholder p {
	font-size: 80%;
	}
	
#leftcolumn p.footnote {
	font-size: 75%;
	color: #3685a7;
	}
	
	.white {
	font-size: 70%;
	font-weight: bold;
	float: right;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Tahoma, "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Georgia, Verdana, Arial, sans-serif;
	color: #FFFFFF;
	}
	
		.orange {
	font-size: 70%;
	font-weight: bold;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px
	display: inline;
	font-family: Tahoma, "Lucida Sans Unicode", "Lucida Grande", "Trebuchet MS", Georgia, Verdana, Arial, sans-serif;
	color: #f16422;
	}