/* CSS stylesheet */

/* navigation panel on left */

#leftNav {
	z-index: 1;
    position: fixed;
    _position: absolute; /* for WinIE - because fixed unsupported */
    left: 0;
    top: 0;
    bottom: 0;
    width: 148px;
    overflow: hidden;
    margin: 0;
    padding: 0;
	border: 1px solid #ccccff;
	border-right: 1px solid #336;
    font: bold small Arial,Helvetica,sans-serif;
    color: black;
    background-color: #FF9;
    text-align: center;
    }

/* strapline in navigation panel */

.strapline {
    margin: 10px 0 0;
    padding: 6px 6px 20px 6px;
    border-bottom: 1px solid #CCF;
    font-size: x-small;
    }                          

.cookies {
    border-bottom-style: none;
    margin-left: 20px;
    margin-bottom: 0;
    margin-right: 20px;
    margin-top: 40px;
    font-style: normal;
    font-weight: normal;
    padding: 6px 6px 20px 6px;
    border-bottom: #CCF;
    font-size: x-small;
    }
    
/* links in navigation panel */

#leftNav a:link, #leftNav a:visited, #leftNav p.linkhere {
    display: block;
    margin: 0;
    padding: 3px 20px;
    border-bottom: 1px solid #CCF;
    text-align: left;
    text-decoration: none;
  	}

#leftNav a.sublink:link, #leftNav a.sublink:visited, #leftNav p.sublink {
    margin: 0;
  	padding-left: 30px;
  	font-size: smaller;
  	}

#leftNav p.linkhere {
    font-weight: bold;
    color: #336;
    background-color: #FF6;
    border-right: 4px solid #336;
  	}

#leftNav p.linkhere.sublink {
    padding-left: 30px;
  	}

#leftNav a:hover {
    color: #FF9;
    background-color: #336;
    text-decoration: underline;
    }

/* lower part of navigation panel */

#leftFoot {
	width: 146px;
    margin: 30px 0 0;
    padding: 0;
    line-height: 1px;
    text-align: center;
    }
    
#leftFoot a:link, #leftFoot a:visited {
	border-width: 0px;
	margin: 0;
	padding: 0;
    text-align: center;
}

#leftFoot a:hover {
    color: black;
    background-color: #FF9;
}

#leftFoot img {
	text-align: center;
	margin: 0 0 15px;
	padding: 0;
    }

                       

                                                                            
/* main page content */

/* width for WinIE and MacIE - because min-width and max-width unsupported*/
#contentBox {
	width: 600px;
}

/* following rules are invisible to WinIE and MacIE \*/
body > #contentBox {
	width: auto;
    min-width: 600px;
    max-width: 850px;
}
/* end MacIE */ 

#contentBox {
	position: absolute;
	top: 0;
	left: 165px;
	margin: 0;
    padding: 12px 12px 30px 12px;
    font: small Arial,Helvetica,sans-serif;
    color: #333;
    background-color: white;
    text-align: left;
    }

p {
	margin: 10px 165px 0 0;
	padding: 0;
    }

/* banner at top of page */

p.banner {
	margin: 0 165px 0 0;
	padding: 10px 0 0;
	font-size: x-small;
    color: #003;
    background: white;
    text-align: center;
    }

h1, h2, h3, h4, h5, h6 {
	padding: 0;
    font-weight: bold;
    }

h1 {
	margin: 0 150px 0 -15px;
	padding: 15px;
	border-top: 2px solid #336;
    color: #336;
    background: #CCF;
    font-size: large;
    font-variant: small-caps;
    text-align: center;
    }

h2 {
	margin: 25px 150px 5px -15px;
	padding: 20px 0 0 10px;
	border-top: 1px solid #900;
	font-size: medium;
    color: #900;
    background-color: white;
    font-variant: small-caps;
    }

h3 {
	clear: left;
	margin: 15px 165px 0 0;
	font-size: small;
    color: #333;
    background-color: white;
    }

h4 {
	margin: 20px 165px 0 0;
	font-size: small;
    color: #900;
    background-color: white;
    }

h5 {
	margin: 15px 0 0 -3px;
	font-size: small;
    color: #630;
    background-color: white;
    }

h6 {
	clear: both;
	margin: 10px 0 0;
	font-size: x-small;
    color: black;
    background-color: #F0F0F0;
    }

/* images */

#contentBox img {
    margin: 10px 0 0 0;
    padding: 0;
    }

#contentBox table img {
    margin: 0;
    padding: 0;
    }

.caption {
	margin: 0;
	padding: 0;
	font: bold small Arial,Helvetica,sans-serif;
    color: #666;
    background-color: white;
    }

.subcaption {
	margin: 0;
	padding: 0;
	font: x-small Arial,Helvetica,sans-serif;
    color: #666;
    background-color: white;
    }


#contentBox .Limage {
	display: block;
    float: left;
    clear: left;
	margin: 15px 20px 15px 0;
	padding: 0;
	}

.clearLimage {
	clear: left;
	}

#contentBox .Rimage {
	display: block;
    float: right;
    clear: right;
	margin: 15px 185px 15px 40px;
	padding: 0;
	}

.clearRimage {
	clear: right;
	}

#contentBox .keyfob {
	margin: 10px 0 0 45px;
	padding: 15px;
	border: 2px solid #999;
	}

/* copyright notice */

.copyright {
	clear: both;
	height: 10px; /* for WinIE - to give hasLayout */
    margin: 30px 150px 0 -15px;
	padding: 25px 0 0;
	border-top: 1px solid #900;
    font-size: xx-small;
    color: black;
    background-color: white;
	text-align: center;
    }

/* quotations */

p.quote {
	clear: left;
    padding: 20px 40px 0;
    font: oblique bold small "Times New Roman",Times,serif;
    color: #660;
    background-color: white;
	_height: 0; /* for WinIE - to give hasLayout */
    }

/* comments on testimonial page */

div.comment {
	margin: 10px 165px 0 0;
	}

div.comment p {
	margin: 5px 0 0;
	}

p.attribution {
	padding-bottom: 10px;
	font-size: smaller;
	text-align: right;
	_height: 0; /* for WinIE - to give hasLayout */
	}

           

p.reference {
	margin-left: 40px;
	padding-bottom: 0px;
	font-size: smaller;
	text-align: left;
	_height: 0; /* for WinIE - to give hasLayout */
	}

/* links */

#contentBox a:link, #contentBox a:visited {
    padding: 0 0 0 10px;
    }

#contentBox a:hover {
	border-left: 6px solid #33F;
    padding: 0 0 0 4px;
    }

#contentBox td a:hover {
	border: none;
    padding: 0 0 0 10px;
    }

.index a, #contentBox ul.linklist a {
	display: block;
	_height: 0; /* for WinIE - to give hasLayout to cure extra space bug */
    margin: 6px 0 0;
    }
    
#rightBox a {
	display: block;
    margin: 10px 0 0;
    text-align: left;
    }
    
#contentBox .Rfloat img {
    margin: 0;
    }
    
#contentBox .Rfloat a img {
	margin: 0;
}

/* lists */

#contentBox ul {
    margin: 10px 165px 0 0;
    padding: 0 70px;
    list-style-type: circle;
    }

#contentBox > ol {
    margin: 10px 165px 0 0;
	}

#contentBox ul li {
	margin: 6px 0 0;
	padding: 0;
    }

#contentBox ol li {
	margin: 3px 0 0;
	padding: 0;
    }
    
/* purchase list */

#contentBox .purchaseList {
	list-style-position: inside;
    margin: 20px 205px 0 0;
	}

#contentBox .purchaseList h3 {
	margin: 0;
	padding: 0;
	}

#contentBox .purchaseList >li {
	margin: 5px 0 0;
	padding: 15px;
	border-top: 2px solid #CCF;
	background-color: white;
	}

#contentBox .purchaseList >li >ul {
	margin: 5px 0 0 30px;
    padding: 0;
	list-style-type: disc;
	font-weight: normal;
	}

#contentBox .purchaseList p {
	margin: 5px 0 0 30px;
    padding: 0;
	font-weight: normal;
	font-size: smaller;
	color: #660;
	background-color: white;
	}

#contentBox .purchaseList >li img {
	float: right;
	clear: both;
	padding: 0 0 5px 15px;
	}

#contentBox .purchaseList a:link, #contentBox .purchaseList a:hover, #contentBox .purchaseList a:visited {
    padding: 0;
	border: none;
	}

/* link list */

#contentBox ul.linklist {
    margin: 15px 205px 0 40px;
    padding: 2px 20px 10px 18px;
	clear: right;
    list-style-type: none;
    color: black;
    background-color: #F0F0F0;
    font-size: x-small;
	}

/* tables */

#contentBox table {
    margin: 10px 165px 0 40px;
    border: 1px solid #CCF;
	}

#contentBox table th {
    border: 1px solid #CCC;
	}

#contentBox table td {
    border: 1px solid #CCC;
	}

#contentBox table.frontpage {
	margin-left: 5%;
	margin-bottom: 0;
	margin-right: 0;
	margin-top: 0;
	width: 70%;
	padding: 0;
	border: none;
	}

#contentBox table.frontpage td {
	padding: 4px 0 0;
	border: 1px solid #CCC;
	text-align: center;
	}

#contentBox table.frontpage td.caption {
	padding: 10px 30px 0 0;
	border: none;
	text-align: left;
	}

#contentBox table.posters, #contentBox table.books, #contentBox table.notes {
	width: 70%;
	margin: 10px 0 0;
	border: none;
	}

#contentBox table.posters td, #contentBox table.books td {
	padding: 0;
	border: none;
	}

#contentBox table.posters td.caption, #contentBox table.books td.caption {
	padding: 0 5px 5px 0;
	border: none;
	}

#contentBox table.books td.subcaption {
	width: 25%;
	padding: 2px 20px 0 0;
	border: none;
	text-align: left;
	vertical-align: baseline;
	}

#contentBox table.books td img {
		width: 80%;
	}

#contentBox table.frontpage td a:link, #contentBox table.posters td a:link, #contentBox table.books td a:link {
	padding: 0;
	}

#contentBox table.frontpage td a:hover, #contentBox table.posters td a:hover,  #contentBox table.books td a:hover {
	padding: 0;
	}

#contentBox table.frontpage td a:visited, #contentBox table.posters td a:visited, #contentBox table.books td a:visited {
	padding: 0;
	}

#contentBox table.notes td {
	padding: 0;
	border: none;
	}

#contentBox table.sample {
	clear: both;
	display: block;
    margin: 15px 205px 0 40px;
	padding: 10px 10px 5px;
	border: 3px double #CCC;
    color: #636;
    background-color: white;
    }
    
#contentBox table.display {
	font-weight: bold;
	clear: both;
	display: block;
    margin: 15px 205px 0 40px;
	padding: 10px 10px 5px;
	border: 3px double #CCC;
    color: #333333;
    background-color: white;
    }
    
#contentBox table.sample td {
	border-width: 2px;
	border-style: double;
	margin: 0;
	padding: 5px 5px;
	}

#contentBox table.display td {
	border-style: none;
	border-width: 0px;
	margin: 0;
	padding: 5px 5px;
	}

#contentBox table.sample p {
    margin: 5px 0;
    font-size: smaller;
	}

#contentBox table.sample .caption {
    font-size: smaller;
	}	

                             

/* floating boxes on right */

#contentBox table.telephone {
	border-collapse: collapse;
	clear: both;
	display: block;
    margin: 15px 205px 0 40px;
	padding: 10px 10px 5px;
	border: 3px double #CCC;
    color: #636;
    background-color: white;
    }
    
#rightBox {
	position: absolute;
	top: 12px;
	right: 12px;
    width: 137px;
	margin: 0;
	padding: 0 0 20px;
	border: 1px solid #CCF;
}

#contentBox .Rfloat ol {
	margin: 0 0 0 15px;
	padding: 0;
	}

#contentBox .Rfloat ol li {
	margin: 10px 0 0;
	padding: 0;
	}

#contentBox .Rfloat ol a {
	margin: 0;
	}


/* table of contents */

#contentBox .index {
    margin: 3px;
	padding: 0 9px 9px;
    color: black;
    background-color: #F0F0F0;
    font-size: x-small;
	}
    
#contentBox .index h6 {
    margin: 0;
    padding: 12px 0 0;
}

#contentBox .index p {
    margin: 0;
	padding: 10px 0 0;
	}

#contentBox .index ul {
    margin: 10px 0 0;
	padding: 0;
    list-style-type: none;
	_height: 0; /* for WinIE - to give hasLayout to cure extra space bug */
    }

#contentBox .Rfloat, #contentBox .testimonial {
	margin: 50px 0 0;
    }
    
#contentBox .Rfloat {
    padding: 0 12px;
    color: #666;
    background-color: white;
	font-size: x-small;
    }

#contentBox .Rfloat p {
    margin: 6px 0 0;
	padding: 0;
    }
    
#contentBox .Rfloat h6 {
    color: black;
    background-color: white;
    }
    
#contentBox .Rfloat p.price {
    margin: 6px 10px 0;
	padding: 5px 6px 5px 12px;
	border: 1px solid #900;
    font-weight: bold;
    color: #000;
    background-color: white;
    text-align: center;
    }

#contentBox .Rfloat ul {
    margin: 5px 0 0;
    padding: 0;
	list-style: square inside;
    }

#contentBox .Rfloat ul li {
	margin: 5px 0 0;
    }

#contentBox .Rbutton {
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 10px;
    padding: 0px;
    text-align: center;
    border-style: none;
    border-width: 0px;
    }

#contentBox .Rbutton a, #contentBox .Rbutton a:hover {
    text-align: center;
    padding: 0px;
    margin: 0px;
    border-style: none;
    border-width: 0px;
    }

#contentBox .Cbutton {
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: right;
    margin-right: 205px;
    padding-left: 0px;
    padding-bottom: 0;
    padding-right: 0;
    padding-top: 0;
    border-style: none;
    border-width: 0px;
    }

#contentBox .Cbutton a, #contentBox .Cbutton a:hover {
    padding: 0px;
    margin: 0px;
    text-align: right;
    border-style: none;
    border-width: 0px;
    }

.testimonial {
    padding: 0 12px;
    color: #660;
    background: white;
    font-size: x-small;
    }

.testimonial p {
	margin: 15px 0 0;
	font: bold oblique small "Times New Roman",Times,serif;
    }

.toc {
    	padding-right: 5px;
    	padding-left: 20px;
    }

