/***** Global Settings *****/
* {
	margin: 0;
	} 
html, body {
	border:0;
	margin:0;
	padding:0;
	height: 100%;
	}
 
body {
	font:100%/1.25 Arial, Helvetica, sans-serif;
	background: #bac3b1; /*url('../images/bg_snow.png') no-repeat top center*/
	text-align: center;
	}

/***** Header *****/
#header {
	position: absolute;
	height: 150px;
	width: 1021px;
	background: url('../images/header.png') no-repeat right bottom;
	overflow: hidden;
	}
.noprint { display:none;
}

.tf_upfront_badge img{
	margin-top:-20px;}
a.tf_upfront_badge{
	display:block;
	width:107px;
	height:36px;
	margin-left:100px;
	margin-top:-39px;
}
#logo {
	display: block;
	width: 242px;
	height: 149px;
	z-index: 100;
	position: absolute;
	}
#topmenu {
	display: block;
	float: left;
	margin:68px 0 0 262px;
	}
#search {
	display: block;
	float: left;
	margin:-10px 0 0 15px;
	color: #000;
	font-size: 12px;
	text-align: left;
	}
#searchtext {
	border: 1px solid #fff !important;
	background: #fff;
	color: #000;
	font-size: 12px;
	padding: 2px 10px 2px 2px !important;
	margin: 2px 0 0 0;
	float: left;
	}
#searchgo {
	background: transparent url(../images/go_btn.png) no-repeat top left;
	float: left;
	border: 0;
	color: #fff;
	width: 33px;
	height: 26px;	
	margin:0 0 0 -10px;
	cursor: pointer;
	}
#viewcart {
	text-align: right;
	padding:0 25px 0 0;
	margin: 0;
	width:996px;
	}
#giftcert {
	margin: 0 44px;
	}	
#christmas_shipping {
	margin: 0 0 0 44px;
	}
/***** Top menu *****/
#topmenu .bull {
	display: block;
	float: left;
	height: 26px;
	width: 30px;
	background: url('../images/bull.png') no-repeat top center;
}
#topmenu a,
#topmenu a:hover {
	display: block;
	float: left;
	height: 26px;
	margin: 0;
	text-decoration: none;
	}
#topmenu a span {
	visibility: hidden;
	}	
#topmenu a#home {
	background: url('../images/home.png') no-repeat top center;
	width: 47px;
	}
#topmenu a#home:hover,
#topmenu a#home.active {
	background: url('../images/home_hov.png') no-repeat top center;
	}
#topmenu a#shipping {
	background: url('../images/shipping.png') no-repeat top center;
	width: 109px;
	}
#topmenu a#shipping:hover,
#topmenu a#shipping.active {
	background: url('../images/shipping_hov.png') no-repeat top center;
	}
#topmenu a#about {
	background: url('../images/about.png') no-repeat top center;
	width: 49px;
	}
#topmenu a#about:hover,
#topmenu a#about.active {
	background: url('../images/about_hov.png') no-repeat top center;
	}
#topmenu a#contact {
	background: url('../images/contact.png') no-repeat top center;
	width: 61px;
	}
#topmenu a#contact:hover,
#topmenu a#contact.active {
	background: url('../images/contact_hov.png') no-repeat top center;
	}
#topmenu a#blog {
	background: url('../images/blog.png') no-repeat top center;
	width: 39px;
	}
#topmenu a#blog:hover,
#topmenu a#blog.active {
	background: url('../images/blog_hov.png') no-repeat top center;
	}
#topmenu a#testim {
	background: url('../images/testim.png') no-repeat top center;
	width: 95px;
	}
#topmenu a#testim:hover,
#topmenu a#testim.active {
	background: url('../images/testim_hov.png') no-repeat top center;
	}



/***** Right menu *****/

#navigation {
	float: right;
	width: 225px;
	margin: 0 10px 0 0;
	}
ul.menulist {
	background: url('../images/rightmenu_bg.jpg') no-repeat top left;
	display: block;
	width: 218px;
	height: 775px;
	overflow: hidden;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: left;
	}
.menulist li {
	list-style: none;
	padding: 5px 0 0 0;
	color: #000;
	font-size: 12px;
	}
.menulist li ul {
	padding: 0 0 0 35px;
	}

.menulist li ul li {
	margin: 0;
	padding: 0;
	}
.menulist li a {
	color: #000;
	text-decoration: none;
	}
.menulist li a:hover {
	color: #000;
	text-decoration: underline;
	}
.menulist li a.menulist_mainitem,
.menulist li a.menulist_mainitem:hover {
	display: block;
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: none;
	height: 21px;
}
.menulist li a.menulist_mainitem span {
	visibility: hidden;
}
.menulist li a#wooden_toys {
	background-image: url(../images/toys.png);
	width: 124px;
}
.menulist li a#wooden_toys:hover,
.menulist li a#wooden_toys.active {
	background-image: url(../images/toys_hov.png);
}
.menulist li a#waldorf_dolls {
	background-image: url(../images/dolls.png);
	width: 132px;
}
.menulist li a#waldorf_dolls:hover,
.menulist li a#waldorf_dolls.active {
	background-image: url(../images/dolls_hov.png);
}
.menulist li a#baby_toys {
	background-image: url(../images/baby_toys.png);
	width: 169px;
}
.menulist li a#baby_toys:hover,
.menulist li a#baby_toys.active {
	background-image: url(../images/baby_toys_hov.png);
}
.menulist li a#dress_up {
	background-image: url(../images/dress_up.png);
	width: 186px;
}
.menulist li a#dress_up:hover,
.menulist li a#dress_up.active {
	background-image: url(../images/dress_up_hov.png);
}
.menulist li a#art_supplies {
	background-image: url(../images/supplies.png);
	width: 116px;
}
.menulist li a#art_supplies:hover,
.menulist li a#art_supplies.active {
	background-image: url(../images/supplies_hov.png);
}
.menulist li a#craft_kits {
	background-image: url(../images/craft_kits.png);
	width: 166px;
}
.menulist li a#craft_kits:hover,
.menulist li a#craft_kits.active {
	background-image: url(../images/craft_kits_hov.png);
}
.menulist li a#books_music {
	background-image: url(../images/books.png);
	width: 204px;
}
.menulist li a#books_music:hover,
.menulist li a#books_music.active {
	background-image: url(../images/books_hov.png);
}
.menulist li a#games_item {
	background-image: url(../images/games.png);
	width: 69px;
}
.menulist li a#games_item:hover,
.menulist li a#games_item.active {
	background-image: url(../images/games_hov.png);
}
.menulist li a#decor_item {
	background-image: url(../images/decor.png);
	width: 172px;
}
.menulist li a#decor_item:hover,
.menulist li a#decor_item.active {
	background-image: url(../images/decor_hov.png);
}	
.menulist li a#imaginative_item {
	background-image: url(../images/imaginative.png);
	width: 148px;
}
.menulist li a#imaginative_item:hover,
.menulist li a#imaginative_item.active {
	background-image: url(../images/imaginative_hov.png);
}	
.menulist li a#house_item {
	background-image: url(../images/house.png);
	width: 110px;
}
.menulist li a#house_item:hover,
.menulist li a#house_item.active {
	background-image: url(../images/house_hov.png);
}
.menulist li a#bath_item {
	background-image: url(../images/bath.png);
	width: 136px;
}
.menulist li a#bath_item:hover,
.menulist li a#bath_item.active {
	background-image: url(../images/bath_hov.png);
}
.menulist li a#free_crafts {
	background-image: url(../images/free_crafts.png);
	width: 172px;
}
.menulist li a#free_crafts:hover,
.menulist li a#free_crafts.active {
	background-image: url(../images/free_crafts_hov.png);
}
.menulist li a#shopall {
	background-image: url(../images/shopall.png);
	width: 127px;
}
.menulist li a#shopall:hover,
.menulist li a#shopall.active {
	background-image: url(../images/shopall_hov.png);
}
.menulist li a#whatsnew {
	background-image: url(../images/whatsnew.png);
	width: 127px;
}
.menulist li a#whatsnew:hover,
.menulist li a#whatsnew.active {
	background-image: url(../images/whatsnew_hov.png);
}
.menulist li a#whatson {
	background-image: url(../images/whatson.png);
	width: 152px;
}
.menulist li a#whatson:hover,
.menulist li a#whatson.active {
	background-image: url(../images/whatson_hov.png);
}
	

.emailform {
	background: url('../images/subscribe_bg.jpg') no-repeat top left;
	width: 218px;
	height: 106px;
	margin: 10px 0 0 0;
	color: #fff;
	font-size: 13px;
	font-family: Arial;	
	}
.emailform p {
	color: #fff;
	padding: 15px 0 15px 0;
	margin: 0;
	font-size: 13px;
	font-family: Arial;
	}
#subsctext {
	border: 1px solid #fff !important;
	background: #fff;
	color: #000;
	font-size: 12px;
	padding: 2px 10px 2px 2px !important;
	margin: 4px 0 0 25px;
	float: left;
	}
#subscgo {
	float: left;
	background: transparent url(../images/goblue_btn.png) no-repeat top left;
	width: 36px;
	height: 28px;
	border: 0;
	margin:0 0 0 -10px;
	cursor: pointer;
	padding: 0 !important;
	}



/***** Content *****/
#page {
	position: relative;
	top:130px;
	left: 0;
	width: 1021px;
	}
#page_bg {
	background: url('../images/page_bg.png') repeat-y right bottom;
	}
#content_wrapper {
	float: right;
	width: 755px;
	}

#content_end {
	width: 1021px;
	background: url('../images/content_end_bg.png') no-repeat right top;
	overflow: hidden;
	height: 20px;
	font-size: 1px;
	}

	/*index page*/
#main_indexbanner {
	float: left;
	width: 489px;
	height: 283px;
	margin: 3px 15px 0 10px;
	}
#main_indexbannertxt {
	float: left;
	width: 193px;
	height: 263px;
	background: url('../images/play_text.jpg') no-repeat top left;
	margin: 3px 0 0 0;
	padding: 10px 15px;
	text-align: left;
	}
#main_indexbannertxt p {
	line-height: 20px;
	padding: 0 0 10px 0;
	}
#main_indexbannertxt p,
#main_indexbannertxt p a {
	color: #000;
	font-size: 12px;
	}
#index_prodblock {
	margin: 20px 5px 0 0;
	float: left;
	width: 500px;
	}
#index_quickbanners {
	float: left;
	width: 232px;
	height: 190px;
	border-left: 1px dotted #000;
	padding: 0 0 0 7px;
	margin: 20px 0 0 0;
	}
#index_prodblock .index_banners {
	text-decoration: none;
	float: left;
	display: block;
	margin: 0 5px 5px 0;
	}	
#index_prodblock .irregular {
	margin-left:15px;
	}
#index_textblocks {
	float: left;
	width: 490px;
	height: 194px;
	margin: 10px 15px 0 15px;
	text-align: left;	
	}
#index_toysafety {
	width: 367px;
	height: 87px;
	padding:14px 0 0 124px;
	background: url('../images/toysafety_block.jpg') no-repeat top left;
	text-align: left;
	}
#index_toysafety .img {
	float: right;
	margin: 0 10px;
	}
#blogico {
	float: right;
	margin: 12px 0 0 10px;
	}
/* Old Big Sarah box on index --
#index_sarahblock {
	width: 367px;
	height: 84px;
	padding:16px 0 0 124px;
	margin: 12px 0 0 0;
	background: url('../images/sarah_banner2.jpg') no-repeat top left;
	text-align: left;
	float:left;
	}	*/
/*-- New --*/
#index_sarahblock {
	background:url("../images/sarah_banner.jpg") no-repeat scroll left top transparent;
	float:left;
	height:90px;
	margin:12px 0 0;
	padding:10px 0 0 124px;
	text-align:left;
	width:216px;
}
	
.index_textblock .title {
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 8px 0;
	}
.index_textblock .text {
	font-size: 12px;
	line-height: 14px;
	}
.index_textblock .text a {
	color: #000;
	}
#index_vid {
	float: left;
	width: 222px;
	height: 212px;
	background: url('../images/watch_vid.jpg') no-repeat top left;
	text-align: left;
	margin: 10px 0 0 0;
	}
#index_vid a {
	display: block;
	height:38px;
	margin:136px 0 0 3px;
	width:206px;
	text-decoration: none;
	color: #fff;
	font-size: 13px;
	padding:35px 0 0 10px;
	}
#index_vid a:hover {
	text-decoration: underline;
	}
#index_interesting {
	float: left;
	width: 491px;
	margin: 15px 0 0 15px;
	padding: 0 7px 0 0;
	border-right: 1px dotted #000;
	}
#index_interesting_top {
	background: url('../images/border_top.jpg') no-repeat;
	background-position:top;
	padding-top:7px;
	height:143px;
	}
#index_interesting_bottom{
	background: url('../images/border_bottom.jpg') no-repeat;
	background-position:bottom;
	padding-bottom:7px;
	height:136px;
	}
#index_interesting_content_scroll {
	text-align:left;
	height:110px;
	overflow-y: scroll;
}
#index_interesting_content {
	background: url('../images/border_center.jpg') repeat-y;
	text-align:left;
	height:136px;
	padding:0 10px;
	}
.index_interesting_block {
	text-align: left;
	width: 145px;
	float: left;
	margin: 10px 6px 10px 0;
	}
.index_interesting_block,
.index_interesting_block a {
	font-size: 12px;
	color: #000;
	}
#index_cover {
	text-align: center;
	float: left;
	width: 226px;
	margin: 15px 0 0 0;
	}
#index_cover .title_cover {
	margin-bottom:10px;
	text-align:left;
	width:100px;
	height:21px;
	padding-left:21px;
	}
#index_cover a {
	margin: 0 5px;
	}
	
#index_follow {
	text-align: center;
	width: 218px;
	margin: 10px 0 0 0;
	}
#index_follow .title {
	margin: 15px 0 15px 0;
	}
#index_follow a {
	margin: 0 5px;
	}

.inner_content {
	margin:0 20px;
}
/***** Footer and option for Sticky footer *****/
.wrapper {
	width: 1021px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto; /* the bottom margin is the negative value of the footer's height */
	position: relative;
	z-index: 90;
	margin-bottom: -94px;
	}
#footer {
	text-align: center;
	height: 354px;
	background: url('../images/footer_bg.jpg') repeat-x bottom center;
	}
#footerwrap {
	/*background: url('../images/right_footimg.png') no-repeat top right;*/
	position: relative;
	margin: 0 auto;
	padding: 225px 0 0 0;
	height: 89px;
	/*width:1410px;*/
	width:1006px;
	text-align: center;
}
#left_foot {
	position: absolute;
	left:-158px;
	margin-top: -280px;
	/*background: url('../images/left_footimg.png') no-repeat top left;*/
	width: 219px;
	height: 301px;
	z-index: 1000;
}
#footer table {
	/*width: 935px;
	margin: 0 auto;*/
	margin-left:20px;
	width:986px;	
}
#footer table#index {
	/*width: 960px;
	margin: 0 auto;*/
	margin-left:20px;
	width:986px;
}
#footer table,
#footer table tr td, 
#footer table tr td a {
	font-family: Arial;
	font-size: 12px;
	color: #000;
	padding: 0;
	vertical-align: middle;
	text-decoration: none;
}
#footer table tr td a:hover {
	text-decoration: underline;
}
#footer table tr td p {
	margin: 10px 0 0 0;
}

/***** Headings *****/
 
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
	}
 
h1 {
	padding:30px 0 25px 0;
	letter-spacing:-1px;
	font-size:2em;
	}
 
h2 {
	padding:20px 0;
	letter-spacing:-1px;
	font-size:1.5em;
	}
 
h3 {
	font-size:1em;
	font-weight:bold;
	}
 
/***** Common Formatting *****/
 
p, ul, ol {
	margin:0;
	padding:0 0 1.25em 0;
	}
 
ul, ol {
	padding:0 0 1.25em 2.5em;
	}
 
blockquote {
	margin:1.25em;
	padding:1.25em 1.25em 0 1.25em;
	}
 
small {
	font-size:0.85em;
	}
 
img {
	border:0;
	}
 
sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
	}
 
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
	}
 
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
	}
 
/***** Links *****/
 
a,
a:link,
a:visited,
a:hover {
	text-decoration:underline;
	}
 
/***** Forms *****/
 
form {
	margin:0;
	padding:0;
	display:inline;
	}
 
input, select, textarea {
	font:1em Arial, Helvetica, sans-serif;
	}
 
textarea {
	width:100%;
	line-height:1.25;
	}
 
label {
	cursor:pointer;
	}
 
/***** Tables *****/
 
table {
	border:0;
	margin:0 0 1.25em 0;
	padding:0;
	}
 
table tr td {
	padding:2px;
	}
 
/***** Wrapper *****/
 
#wrap {
	width:960px;
	margin:0 auto;
	}
 
/***** Global Classes *****/
 
.clear         { clear:both; font-size: 1px; height: 1px; overflow: hidden; }
.float-left    { float:left; }
.float-right   { float:right; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
 
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }


/*------------------------ New addition ----------------------------------*/

#announcement { display:none; }

#content {
	text-align:left;
	font-size:12px;
	padding-left:10px;
}
#sectionheader {
	background:url(../_images/bg_star_title.gif) 0px 15px no-repeat;
	padding-left:25px;
	font:normal 20px Georgia,Palatino,'Palatino Linotype','Book Antiqua';
	margin-left:15px;
	padding-top:10px;
}
#sectionheader h2,
#sectionheader h1 { 
	margin:0px;
	padding:0px;
	padding-bottom:20px;
	font:normal 20px Georgia,Palatino,'Palatino Linotype','Book Antiqua',"Times New Roman", Times, serif;
	font-style:normal;
	letter-spacing:normal;
}
#content #sectionheader h1 { font-style:normal; }
#sectionheader h2 a,
#sectionheader h1 a {
	color:#000;
}
#sectionheader h2 a:hover,
#sectionheader h1 a:hover {
	color:#000;
	text-decoration: none;
}

p.invisible { margin:0px; padding-bottom:5px; }

.red { color:#a8392d; 
}
.price { font-size:14px; font-weight:bold; color:#de4a37;
}
.main_text_content {
	padding-left:10px;
}

.left_colmn_sub {
	width:205px;
	float:left;
	margin-right:15px;
	padding-left:10px;
}
.right_colmn_sub {
	width:430px;
	float:left;
}
.right_colmn_sub p {
	line-height:17px;
}

ul.subLeftmenu {
	margin:0px !important; padding:0px;
	padding-top:14px;
	list-style-type:none;
}
ul.subLeftmenu li {
	background:url(../_images/blue_disc.gif) 0px 5px no-repeat;
	padding-left:15px;
	color:#000;
	padding-bottom:7px;
}
ul.subLeftmenu li a.active { color:#000; }
ul.subLeftmenu li a { color:#1f6a9f;
	text-decoration:none;
}
ul.subLeftmenu li a:hover { text-decoration:underline;
}


/*----------- CATEGORY PAGES ----------- */

div.item { 	
	width: 23%;
	float: left;
	text-align: center;
	min-height: 14em;
	margin-bottom: 0; margin-top: 0;
	padding: 5px;
	height: 100px;
}
* html div.item-home { height: 14em; }

div.item-home { 
	width: 23%;
	float: left;
	text-align: center;
	min-height: 10em;
	margin-top: 20px;
	padding: 5px;
}
* html div.item-home { height: 10em; }

div.item img, div.item-home img { 
	float: none;
	border: none;
	margin-bottom: 5px;
}

div.item a, div.item-home a { text-decoration: none; color: #52198D; }

div.item a:active, div.item a:hover, div.item-home a:active, div.item-home a:hover

	{ color: #6D4CA2; text-decoration: underline; }

div.item a:visited, div.item-home a:visited { color: #6D4CA2; }

.category_bg { background:#ffff99;
	min-height:870px;
}
.prod_category_bg { background:#ffff99;
	padding:20px 15px;
	padding-right:37px;
	padding-bottom:60px;
	overflow:hidden;
	min-height:780px;
	
}

div#content .category_bg a { text-decoration:none; }
div#content .category_bg a:hover { text-decoration:underline; }

div#content a { color:#0071c0; text-decoration:underline; }
div#content a:hover { text-decoration:none; }

div#content h1 img { float: left; margin-top: 0px; margin-right: 15px; margin-bottom: 15px; 
}
div#content input { margin-left: 10px; 
}
div#content div#res, div#content table.t { background-color: #ffff99; 
}
p.yellow { color: #FFFF99; margin: 0; padding: 0; 
}
#content h1 {
	font-family:Georgia,Palatino,'Palatino Linotype','Book Antiqua';
	font-size:18px;
	font-style:italic;
	font-weight:normal;
	padding-top:5px;
	letter-spacing:0px;
}
#content div.prod_category_bg h1 {
	color:#330066;
	padding-bottom:10px;
}
div.prod_category_bg p { 
	font-family:'Trebuchet MS',Verdana,sans-serif;
	font-size:13px;
	line-height:18px;
	color:#330066;
}
#content form {
	display:block;
	font-family:'Trebuchet MS',Verdana,sans-serif;
	font-size:13px;
	line-height:18px;
	color:#330066;
}
div#content input {
	margin-left:10px;
}
div#content input.addtocart {
	margin-bottom:-4px;
}

.box_top {
	background: url('../images/box_top.jpg') no-repeat;
	background-position:top;
	padding-top:7px;
	}
.box_bottom{
	background: url('../images/box_bottom.jpg') no-repeat;
	background-position:bottom;
	padding-bottom:7px;
	margin-bottom:10px;
	}
.box_content {
	background: url('../images/box_center.jpg') repeat-y;
	text-align:left;
	padding:0 10px;
	}
	

/*-- Contact --*/
.contct_col1 { width:75px;
	float:left;
}
.contct_col2 {
	width:350px; float:left;
}
/*-- Testimonials --*/
.tpic1 { float:left;
	margin-right:50px;
}
.tpic2 { float: right;
	margin-left:40px;
}
.font12 { font-size:12px !important;
}
.pad_right {
	padding-right:70px; 
	font-size:14px;
}
/*--Shipping and Return Policies page--*/

#block_interesting_top {
	width: 430px;
	background: url('../images/border_top1.jpg') no-repeat;
	background-position:top;
	padding-top:7px;
	/*height:216px;*/
	}
#block_interesting_bottom{
	background: url('../images/border_bottom1.jpg') no-repeat;
	background-position:bottom;
	padding-bottom:7px;
	/*height:209px;*/
	}
#block_interesting_content {
	background: url('../images/border_center1.jpg') repeat-y;
	text-align:left;
	/*height:209px;*/
	padding:0 10px;
	}
	
	/*-- on imdex page --*/
	
#block_text_top {
	width: 722px;
	background: url('../images/topic_bg.gif') no-repeat;
	background-position:top;
	padding-top:7px;
	margin-bottom:10px;
	float:right;
	margin-right:15px;
	margin-top:3px;
	}
#block_text_bottom{
	background: url('../images/botic_bg.gif') no-repeat;
	background-position:bottom;
	padding-bottom:7px;
	}
#block_text_content {
	background: url('../images/space_bg.gif') repeat-y;
	text-align:left;
	padding:5px 12px;
	}

/*-- Products pages --*/
h4.custserv { font-weight:bold; }

div#content img.exclusivenew {
float:right;
margin:0 0 10px 10px;
}

/*-- Whats new --*/
div#column1, div#column2, div#column3 {
	float:left;
	width:30%;
}
div#column2, div#column3 { padding-left:30px; 
}
.banner_block_right { overflow:hidden; float:none; padding-left:20px;}
.banner_block_right img { float:left;
	margin-right:25px;
}

div#content ul.whatsnew li.category a {
	font-family:Georgia,Palatino,'Palatino Linotype','Book Antiqua';
	font-size:13px;
	font-weight:bolder;
	text-decoration:none;
	color: #333333;
}
.crist_banner {
	width:715px;
	height:110px;
	background:url(../_images/christopherus_banner.jpg) left top no-repeat;
}
.crist_banner div.text {
	width:465px;
	padding-left:15px;
	padding-top:20px;
	float:left;
}
#content .crist_banner div.text h3 { font:bolder 15px "Times New Roman", Times, serif !important;
	font-style:italic !important;
	font-family:Georgia, "Times New Roman", Times, serif !important;
}
a.chr_link, a.chr_link2 { display:block; float:left; }
a.chr_link { padding:9px 0 0 9px;}
a.chr_link2 { padding:9px 0 0 10px;}

.colm1 { float:left;
	width:160px;
	text-align:center;
	margin-right:30px;
}
.colm1 img { float:none;
	margin-bottom:5px;
}
#content .colm1 a { color:#000; text-decoration:none; }
#content .colm1 a:hover { color:#000; text-decoration:underline; }

/*-- Left menu --*/
.menulist li a.active { color:#dd4b37; 
}

.noprint { display:none; }

.num_list					{ list-style-type:decimal; margin-right:20px; }
.num_list P					{ margin-top:5px; }
.num_list LI 				{ line-height:15px; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#000000; }
.num_list LI .sub_list		{ list-style-type:lower-alpha; }
.num_list LI .sub_list LI	{ line-height:15px; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#000000; margin-bottom:5px; }
.num_list LI .sub_list_1	{ list-style-type:lower-roman; margin-top:5px; }
.num_list LI .sub_list_1 LI	{ line-height:15px; font-size:12px; font-family:Arial, Helvetica, sans-serif; color:#000000; margin-bottom:5px; }