/********************************************************************
* Primary stylesheet for Horngren et al -                           *
* Auditing: The Art and Science of Assurance Engagements,           *
* Eleventh Canadian Edition showcase website                        *
*                                                                   *
* version: 1.0                                                      *
* author:  Alexander Drobyshev                                      *
* email:   alexander.drobyshev@pearsoncanada.com                    *
********************************************************************/

@import url("reset.css");

body {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.1em;
	text-align: center;		/* IE6 hack */
	background: #fff url(../images/bg.jpg) repeat-x;
	color: #000;
}

a:link {
	text-decoration: none;
	color: #000;	
}

h1, h2, h3, h4 { font-weight: bold; }
h1 { font-size: 1.7em; }
h2 { text-transform: uppercase; }
h2, h3, h4 {
	font-size: 1.25em;
	margin-bottom: 20px;
}
h3 {
	font-size: 1.2em;
	margin-bottom: 16px;
	margin-top: 26px;
}
h4 {
	font-size: 1em;
	margin-bottom: 14px;
}

p { margin: 15px 0; }
blockquote { margin: 12px 0; }
strong { font-weight: bold; }
em { font-style: italic; }

/*********************************** layout wrapper ***********************************/

#container {
	width: 965px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;		/* IE6 un-hack */
	font-size: .75em;
}

/*************************************** header ***************************************/

#header {
	height: 84px;
	padding-left: 5px;
}

#header #pearson_logo {
	width: 183px;
	float: left;
}

#header #book_title {
	width: 772px;
	float: left;
}

/************************************* navigation *************************************/

#nav {
	margin: 29px 0 70px 460px;
}

/************************************ book cover ************************************/

#book_cover {
	float: left;
	display: block;
	width: 460px;
	height: 609px;
}

/*********************************** page content ***********************************/

#page {
	margin: 40px 0 0 460px;
	font-size: 1.2em;
	padding-left: 10px;
}

#page a:link, #page a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #000;	
}
#page a:hover {
	color: #276c82;
	text-decoration: none;
}

#page img {
	vertical-align: middle;
	margin: 8px 15px 8px 0;
}

#page h2 img { margin: 0 0 -10px 0; }

#page table {
	width: 100%;
}
#page table th, #page table td { padding: 2px 0; }
#page table th { width: 17%; }
#page table td { width: 83%; }

#page ul { margin: 0 0 20px 30px; }
#page ul li {
	margin: 12px 0;
	list-style-type: disc;
}
#page ul li img { margin-top: 18px; }

#page .highlight_txt, #page a:link.highlight_link, #page a:visited.highlight_link { color: #276c82; }
#page .large_text { font-size: 1.2em; }

#page #replink, #page #gtvideo, #page #demolink {
	margin: 0; 
	vertical-align: middle;
}

#page #book_info {
	margin-top: 54px;
}

#page #book_info h3 { text-transform: uppercase; }

#page #book_info img { vertical-align: top; }

/*************************************** footer ***************************************/

#page #footer {
	margin-top: 30px;
	font-size: 0.75em;
}

#page #footer a:link, #page #footer a:visited { font-weight: normal; }

/********************************* fixes, hacks, misc. ********************************/

.hidden {
	position: absolute;
	font-size: 0;
	left: -9999px;
}

.float_left { float: left; }

.clear_floats { clear: both; }