@charset "utf-8";
/* CSS Document */
@import url("reset.css");
@import url("niftyCorners.css");

*.x {
	display: none;
	}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	}
body {
	background: #9ecce9 url(images/bg.jpg) repeat-x fixed;
	margin: 10px;
	}
a:focus {
	outline: none;
	}
a:link {
	color: #2488BD;
	text-decoration: none;
	}
a:visited {
	color: #2488BD;
	text-decoration: none;
	}
a:hover {
	color: #6CBAE3;
	text-decoration: underline;
	}
a:active {
	color: #2488BD;
	text-decoration: none;
	}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	}
h1 {
	font-size: 20px;
	font-weight: bolder;
	margin: 7px;
	}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 4px;
	}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	}

h4 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	}


/* special thanks to http://www.positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}

.clearfix {display: inline-block;}

/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/* ----------------------- */
/* Overall page formatting */
/* ----------------------- */

.main_out {
	width: 792px;
	margin: 0 auto;
	border: 1px solid #FFFFFF;
	}
	.main {
		width: 790px;
		text-align: center;
		background: #FFFFFF url(images/main_bg.gif) repeat-y;
		border: 1px solid #2B7FB9;
		margin: 0;
		}
		.column1 {
			width: 750px;
			text-align: center;
			margin: 0px auto;
			}



/* ----------------------- */
/* Upper & Lower navigation */
/* ----------------------- */

div#nav-center {
	height: 26px;
	padding: 5px 0px 0px;
	margin: 0px;
	background: #3399cc url(images/topnav_bg.gif) repeat-x;
	}

ul#nav-center {
	list-style: none;
	text-align: center;
	padding: 0px;
	}
	ul#nav-center li {
		display: inline;
		color: #FFF;
		padding: 0px 10px;
		}
		ul#nav-center li a {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14px;
			font-weight: bold;
			background: inherit;
			text-decoration: none;
			}
		ul#nav-center li a:link {
			color: #FFFFFF;
			}
		ul#nav-center li a:visited {
			color: #FFFFFF;
			}
		ul#nav-center li a:hover {
			color: #D7F1FE;
			}
		ul#nav-center li a.active {
			color: #FFFFFF;
			}


.bottom_bar {
	background: #3399cc url(images/topnav_bg.gif) repeat-x;
	height: 22px;
	}
	.copyright {
		text-align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		padding-top: 4px;
		color: #FFFFFF;
		}



/* ----------------------- */
/* General site formatting */
/* ----------------------- */

.red {
	color: #FF0000;
	}
.blue {
	color: #0085C9;
	}
.crania {
	color: #4F0075;
	}
.emphasis {
	font-weight: bold;
	color: #006FAA;
	}
.strikeout {
	text-decoration: line-through;
	}
.indent {
	margin-left: 25px;
	}
.bullets {
	list-style:disc;
	}
.bluebullet {
	font-weight: bold;
	color: #0085C9;
	}

.info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	font-weight: normal;
	text-indent: 7px;
	letter-spacing: normal;
	word-spacing: normal;
	margin: 5px auto;
	}


div.pagenav {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	background: #F7FCFF;
	padding: 2px;
	border: 1px solid #CAECFF;
	color: #9D9D9D;
	margin: 4px auto;
	width: 170px;
	}

div.Order_out {
	background-color: #418cc0;
	width: 254px;
	margin: 0px auto;
	padding: 2px;
	}
	div.Order_out div {
		background-color: #F7FCFF;
		color: #418cc0;
		font-weight: bold;
		text-align: center;
		font-size: 14px;
		padding: 5px;
		}
		.OrderNow {
			height: 26;
			padding: 2;
			margin: 12;
			}


/* ----------------------- */
/*        Home Pages       */
/* ----------------------- */

h1#logo {
	background: url(images/FrontSmImg.gif) no-repeat 0 0;
	display: block;
	width: 175px; /* width of logo */
	height: 169px; /* height of logo */
	overflow: hidden;
	line-height: 1000px;
	margin: 0px auto 10px;
	}
.credits {
	font-size: 14px;
	font-variant: small-caps;
	}
#mainbullets {
	margin: 10px auto 5px;
	}
.mainbullets {
	font-size: 13px;
	width: 380px;
	margin: 3px auto 0px;
	font-weight: bold;
	}
.specialbox {
	font-weight:bold;
	vertical-align: middle;
	height: 22px;
	}

/* ----------------------- */
/*      Product Catalog    */
/* ----------------------- */

.catitem {
	border: #caecff solid 1px;
	font-size: 13px;
	}
	.cattitle {
		background: #eef9ff;
		padding: 5px;
		border-bottom : #caecff solid 1px;
		font-size: 16px;
		color: #0052a5;
		font-weight: bold;
		font-family: Arial, Helvetica, sans-serif;
		font-variant: normal;
		}
	.catimg {
		width: 165px;
		height: 135x;
		float: left;
		padding: 5px 0px 0px;
		text-align: center;
		}
	.catdescr {
		float:none;
		padding-top: 25px;
		}
		.catnote {
			font-size: 12px;
			}
		.specialtext {
			font-size: 90%;
			}

.FeaturedSelection {
	border: #caecff solid 1px;
	}
	.FeaturedSelection tr td p {
		padding: 5px;
		}
	
.saleprice {
	color: #FF0000;
	}
.HotItem {
	color: #FF0000;
	font-weight: bold;
	font-size: 12px;
	}
.policy {
	font: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
	padding: 3px;
}


/* ----------------------- */
/*      Sample Pages       */
/* ----------------------- */
.samplepage {
	padding: 10px;
	}
	.samplenav {
		padding: 4px;
		font-size: 110%;
		font-weight: bold;
		}

.arrows {
	margin: 5px;
	width:32;
	height:33;
	}
.page {
	margin: 5px;
	}



/* ----------------------- */
/*      About Authors      */
/* ----------------------- */

.about {
	margin: 20px auto 30px;
	width: 600px;
	}
	.aboutimg {
		width: 112px;
		height: 125px;
		overflow: hidden;
		line-height: 500px;
		margin: 8px auto 0px;
		float: left;
		padding: 5px 0px 0px;
		}
		.abouthart {
			background: url(images/dr_hart_photo-sm.gif) no-repeat 0 0;
			}
		.aboutgrossman {
			background: url(images/mary_photo-sm.gif) no-repeat 0 0;
			}
	.abouttext {
		padding: 5px 0px 0px;
		text-align: justify;
		font-size: 13px;
		}
div.contact {
	}
p.contact {
	text-align: left;
	margin-left: 290px;
	}



/* ------------------------------------- */
/*   Learning Center & About Craniyums   */
/* ------------------------------------- */

#top {
	border: 1px solid #49A8DB;
	border-width: 1px 0px;
	background: #F2FBFF url(images/Nav2bg.gif) repeat-x;
	padding: 3px;
	margin: -2px 0px 15px -20px;
	width: 784px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #0A78AF;
	}
#top ul {
	list-style: none;
	text-align: center;
	padding: 0px;
	}
	#top ul li {
		display: inline;
		padding: 0px 10px;
		}
		#top ul li a {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			font-weight: bold;
			text-decoration: none;
			}
		#top ul li a:link {
			color: #19669B;
			}
		#top ul li a:visited {
			color: #19669B;
			}
		#top ul li a:hover {
			color: #9FCCE9;
			}
		#top ul li a.active {
			color: #19669B;
			}

div.bodytext {
	width: 650px;
	margin: 0px auto;
	text-align: justify;
	}
div.bodytext p {
	padding: 5px;
	text-indent: 5px;
	}
.indent2 {
	margin-left: 200px;
	}

p.topnav  {
	text-align: right;
	font-weight: bold;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}

span.topnav {
	font-size: 12px;
	}

	div.bodytext h1,div.bodytext h2,div.bodytext h3,div.bodytext h4 {
		text-align: center;
		}

.blurbbox {
	background-color: #FFEF00;
	width: 400px;
	margin: 10px auto 20px;
	padding: 2px 2px 4px;
	}
	.blurb {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		background-color: #FFFDCF;
		text-align: justify;
		padding: 8px;
		color: #00334F;
		}


