/*-------------begin styles---------------*/
@import url(undo-html.css);

html, body, frameset {
    margin: 0;	
    padding: 0;
    color: #003;
    background: #f5e3c3;    
}
div#container {    
       margin: 0 auto;    
       width: 998px;
       overflow: hidden;   
       font-family:  Georgia, "MS Serif", Arial, serif;
       font-size: 12px;
       color: #003;
       background:#f5e3c3;        
}
#container div#header {
	width: 998px;
        height: 203px;
	color: inherit;
	background: url(images/noras-book-nook-header.jpg) 0 0 no-repeat #f5e3c3;
	margin: 15px auto;	
}

/*-----------------------Navigation------------------------*/

#container div#navigation {
	width: 174px;
	float: left;
	overflow: hidden;
	margin-top: -15px;
	color: #000000;
	background-color: #c7203e;
}
#navigation ul {
	margin: 10px auto 5px 0px;
}
#navigation ul li a {
	display: block;
	width: 174px;
	height: 100px;
}
#navigation ul li {
	display: block;
}
#navigation ul li.home {
	color: inherit;
	background: url(images/noras-book-nook-hover.jpg) no-repeat #c7203e;
}
#navigation ul li.home a:link, li.home a:visited {
	color: inherit;
	background: url(images/noras-book-nook-home.jpg) no-repeat #c7203e;
}
#navigation ul li.home a:hover, li.home a:active {
	color: inherit;
	background: url(images/noras-book-nook-hover.jpg) no-repeat #c7203e;
}
#navigation ul li.turtle {
	color: inherit;
	background: url(images/turtle-hover.jpg) no-repeat #c7203e;
}
#navigation ul li.turtle a:link, li.turtle a:visited {
	color: inherit;
	background: url(images/turtle.jpg) no-repeat #c7203e;
}
#navigation ul li.turtle a:hover, li.turtle a:active {
	color: inherit;
	background: url(images/turtle-hover.jpg) no-repeat #c7203e;
}
#navigation ul li.helium-books {
	color: inherit;
	background: url(images/the-helium-books-hover.jpg) no-repeat #c7203e;
}
#navigation ul li.helium-books a:link, li.helium-books a:visited {
	color: inherit;
	background: url(images/the-helium-books.jpg) no-repeat #c7203e;
}
#navigation ul li.helium-books a:hover, li.helium-books a:active {
	color: inherit;
	background: url(images/the-helium-books-hover.jpg) no-repeat #c7203e;
}
#navigation ul li.author-illustrator {
	color: inherit;
	background: url(images/author-illustrator-hover.jpg) no-repeat #c7203e;
}
#navigation ul li.author-illustrator a:link, li.author-illustrator a:visited {
	color: inherit;
	background: url(images/author-illustrator.jpg) no-repeat #c7203e;
}
#navigation ul li.author-illustrator a:hover, li.author-illustrator a:active {
	color: inherit;
	background: url(images/author-illustrator-hover.jpg) no-repeat #c7203e;
}
#navigation ul li.contact-links {
	color: inherit;
	background: url(images/contact-links-hover.jpg) no-repeat #c7203e;
}
#navigation ul li.contact-links a:link, li.contact-links a:visited {
	color: inherit;
	background: url(images/contact-links.jpg) no-repeat #c7203e;
}
#navigation ul li.contact-links a:hover, li.contact-links a:active {
	color: inherit;
	background: url(images/contact-links-hover.jpg) no-repeat #c7203e;
}

/*------------------------Content/General--------------------------*/

#container div#content {
	float: right;
	margin-top: -124px;	
	width: 804px;
}
#content table {
	margin-right: -1px;
}
#content table,tr,th,td {
	border-collapse: collapse;
}
#content table tr td.leftcol {
	width: 516px;
	vertical-align: top;
}
#content table tr td.leftcol table {
	margin-top: 130px;
	width: 480px;	
}
#content table tr td.rightcol {
	width: 302px;
	vertical-align: top;
}
td.rightcol img.ads {
	float: right;
}

/*--------------------Home Page---------------------------*/

table tr td.leftcol table tr th.home {
	font-size: 22px;
	color: blue;
	background-color: inherit;
	padding: 1px 1px 20px 1px;
}
table tr td p.home {
	float: left;	
	padding:10px 1px 1px 1px;
	width: 440px;
	text-align: justify;
}
span.titles {
	color: #900;
	background-color: inherit;
	font-style: italic;
	font-weight: bold;
}
span.quotes {
	color: blue;
	background-color: inherit;
	font-style: italic;
	font-weight: bold;
}
/*--------------------The Helium Books--------------------*/

table tr td.leftcol table tr th.heliumtitle {
	font-size: 18px;
	padding: 1px 1px 20px 1px;
}
span.booktitle {
	font-size: 16px;
	font-weight: bold;
	color: blue;
	background-color: inherit;
}
span.price {
	font-size: 14px;
	font-weight: bold;
	float: right;
}
table tr td.leftcol table tr td img.table {
	float: left;
	width: 160px;

}
table tr td.leftcol table tr td p.table {
	float: left;
	margin-left: 20px;
	width: 286px;
	text-align: justify;	
}
table tr td.leftcol table tr td p.egg {
	float: left;
	margin-right: 20px;
	padding: 10px 1px 1px 1px;
	width: 286px;
	text-align: justify;	
}
table tr td.leftcol table tr td img.egg {
	float: left;
	width: 160px;
}
table tr td.leftcol table tr td p a {
	text-decoration: underline;
}

/*-----------------Author and Illustrator-----------------*/

table tr td.leftcol table tr th.creators {
	font-size: 18px;
	padding: 1px 1px 20px 1px;
}
table tr td.leftcol table tr td img.nora {
	float: left;
	width: 150px;
	margin-top: 30px;
}
table tr td.leftcol table tr td p.nora {
	float: left;
	margin-left: 20px;
	width: 300px;
	text-align: justify;	
}
table tr td.leftcol table tr td p.dorinda {
	float: left;
	margin-right: 20px;
	padding: 30px 1px 1px 1px;
	width: 300px;
	text-align: justify;	
}
table tr td.leftcol table tr td img.dorinda {
	float: left;
	width: 150px;
}
span.creators {
	font-size: 16px;
	font-weight: bold;
	color: blue;
	background-color: inherit;
}
span.quote {
	font-style: italic;
	color: #900;
	background-color: inherit;
}

/*-----------------Contact and Links-------------------*/

table tr td.leftcol table tr th.contact {
	font-size: 18px;
	padding: 1px 1px 20px 1px;
}
td.leftcol table tr td p.contact {
	padding: 1px 1px 10px 1px;
	text-align: justify;
}
p.contact a {
	color: blue;
	background-color: inherit;
	text-decoration: underline;
}
td.leftcol table tr td img.linkleft {
	float: left;
} 
td.leftcol table tr td img.linkright {
	float: right;
}

/*----------------------Footer-------------------------*/

#container div#footer {
	clear: both;
	width: 998px;
	height: 50px;
	margin-bottom: 10px;
	text-align: center;	
	background-color: #c7203e;
}
#footer ul.top {
	padding-top: 8px;
	margin-left: 174px;
}
#footer ul.bottom {
	padding-top: 5px;
	margin-left: 100px;
	font-style: italic;
}
#footer ul li {
	display: inline;
}
#footer ul.top li {
	padding: 2px 20px 6px 1px;
}
#footer ul.bottom li {
	padding: 2px 20px 2px 1px;
}
#footer ul.top li a {
	padding: 2px 20px 4px 1px;
	font-family: Georgia, "MS Serif", Arial, serif;
	font-size: 12px;
	color: #000;
}
#footer ul li a:link, #footer ul li a:visited {
	color: #000;
	background-color: inherit;
	text-decoration: underline;
}
#footer ul li a:hover {
	color: #fff;
	background-color: inherit;
	text-decoration: underline;
}

