@charset "UTF-8";
@import url("base.css");
@import url("extensions.css");


div.clear {
	clear: both;
}
div.clear hr {
	display: none;
}


/*++++++++++++++++++++*/
/* 01.wrapper style   */
/*++++++++++++++++++++*/
div#wrapper {
	margin: 0px auto 0px auto;
	text-align: center;
	background: url(../images/tp_leaf.gif) left bottom no-repeat; 
	padding-bottom: 30px;
}
/*++++++++++++++++++++*/


/*++++++++++++++++++++*/
/* 02.header style    */
/*++++++++++++++++++++*/

div#header {
	width: 916px;
	height: 300px;
	margin: 0px auto 0px auto;
	padding-right: 8px;
	overflow: hidden;
	position: relative;
	z-index: 1000;
}
div#header h1 {
	position: absolute;
	background: url(../images/tp_head_logo.gif) no-repeat;
	width: 259px;
	height: 54px;
	top: 24px;
	left: 10px;
	text-indent: -5000px;
}
div#header p {
	display: none;
	height: 0px;
	text-indent: -5000px;
}
div#navigation {
	width: 610px;
	height: 54px;
	background: url(../images/tp_navi_bg.png) no-repeat;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tp_navi_bg.png', sizingMethod='scale');
	padding: 0px 5px;
	position: absolute;
	top: 55px;
	left: 290px;
}
div#navigation li {
	float: left;
}
div#navigation li a {
	display: block;
	width: 120px;
	height: 48px;
	text-indent: -5000px;
}
div#navigation_sub {
	width: 491px;
	height: 41px;
	background: url(../images/tp_navi_sub_bg.png);
	_background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tp_navi_sub_bg.png', sizingMethod='scale');
	background-repeat: no-repeat;
	float: right;
	position:relative;
}
div#navigation_sub ul li {
	float: left;
}
div#navigation_sub ul li a {
	width: 89px;
	height: 34px;
	text-indent: -5000px;
	position: absolute;
}
a#tp_navi_sub_02 {
	display: block;
	left: 219px;
	top: 0px;
}
a#tp_navi_sub_03 {
	display: block;
	left: 308px;
	top: 0px;
}
a#tp_navi_sub_04 {
	display: block;
	left: 397px;
	top: 0px;
}
form#search {
	position: absolute;
	background: url(../images/tp_navi_sub_01.gif) no-repeat;
	width: 214px;
	height: 34px;
	padding: 2px;
	left: 5px;
}
input.searchbox {
	width: 190px;
	height: 18px;
	font-size: 12px;
	margin-top: 3px;
	color: #999;
	padding: 2px;
}

/*+++++++++++++++++++*/




/*+++++++++++++++++++*/
/* 04.container style*/
/*+++++++++++++++++++*/
div#container {
	width: 916px;
	margin: 0px auto;
	text-align: center;
	position: relative;
	z-index: 500;
}

/*+++++++++++++++++++*/

/*+++++++++++++++++++*/
/* 05.tree style */
/*+++++++++++++++++++*/
div#tree_wrapper {
	background: #FFF;
}
ul#tree_top {
	height: 33px;
	background: url(../images/tp_tree_top_bg.gif) no-repeat center;
	padding: 0px 8px;
}
ul#tree_bottom {
	width: 916px;
	height: 19px;
	font-size: 12px;
	padding: 0px 6px 10px 6px;
}
ul#tree_top li,ul#tree_bottom li {
	padding-right: 12px;
	background-repeat: no-repeat;
	background-position: right top;
	overflow: hidden;
	float: left;
}
ul#tree_top li {
	background-image: url(../images/tp_tree_sepalator_top.gif);
	height: 33px;
}
ul#tree_bottom li {
	background-image: url(../images/tp_tree_sepalator_bottom.gif);
	height: 19px;
}
ul#tree_top li span {
	display: block;
	padding: 8px 6px 6px 12px;
	color: #333;
}
ul#tree_bottom li span {
	display: block;
	padding: 2px 8px 8px 12px;
	color: #FFF;
}
/*+++++++++++++++++++*/
/* 05.contents style */
/*+++++++++++++++++++*/
div#contents_wrapper {
	clear: both;
	width: 916px;
	height: auto;
	background: url(../images/tp_contents_bg.png) center repeat-y;
	_background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tp_contents_bg.png', sizingMethod='scale');
	text-align: center;
	margin: 0px auto;
}
div#contents {
	clear: both;
	width: 898px;
	background-color: #FFF;
	text-align: left;
	margin: 0px auto;
	position: relative;
	overflow: visible;
	background: url(../images/tp_contents_right_beige.gif) repeat-y;
}
div#contents_left {
	width: 610px;
	margin: 25px 0px 0px 25px;
	padding-bottom: 15px;
	min-height: 630px;
}

/*+++++++++++++++++++*/
/* 06.sidebar style */
/*+++++++++++++++++++*/
div#sidebar_wrapper {
	position: absolute;
	top: 12px;
	left: 664px;
	width: 246px;
	height: 387px;
	background: url(../images/tp_sidebar_bg.png);
	_background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tp_sidebar_bg.png', sizingMethod='scale');
	text-align: center;
}
div#sidebar {
	width: 228px;
	margin: 5px auto;
}
div#sidebar ul li a {
	display: block;
	width: 228px;
	text-indent: -5000px;
}
div#sidebar ul li a#sidebar_catalogue {
	height: 129px;
}
div#sidebar ul li a#sidebar_seasonal {
	height: 111px;
}
div#sidebar ul li a#sidebar_pdf {
	height: 129px;
}
div#sidebanner {
	position: absolute;
	top: 415px;
	left: 715px;
	width: 165px;
}
div#sidebanner ul li {
	display: block;
	padding-bottom: 12px;
}
div#sidebanner ul li a {
	display: block;
	width: 165px;
	height: 60px;
	background: url(../images/tp_blog.gif) no-repeat;
	text-indent: -5000px;
}
div#sidebanner ul li span {
	display: none;
}
/*+++++++++++++++++++*/



/*+++++++++++++++++++*/
/* 07.footer style   */
/*+++++++++++++++++++*/
div#footer {
	clear: both;
	width: 916px;
	margin: 0px auto 0px auto;
	position: relative;
	text-align: center;
}
div#footer a:active {
	color: #FFF;
	text-decoration: none;
}
div#footer a:link {
	color: #FFF;
	text-decoration: none;
}
div#footer a:visited {
	color: #FFF;
	text-decoration: none;
}
div#footer a:hover {
	color: #448ACA;
	text-decoration: underline;
}
p#pagetop_bg {
	position: absolute;
	top: 0px;
	left: 730px;
	width: 139px;
	height: 38px;
	background: url(../images/tp_pagetop_bg.png) no-repeat;
	_background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tp_pagetop_bg.png', sizingMethod='scale');
	padding: 0px 4px;
}
p#pagetop_bg a#tp_pagetop {
	width: 131px;
	height: 29px;
	display: block;
	text-indent: -5000px;
}

div#contents_bottom {
	width: 916px;
	height: 32px;
	margin: 0px auto;
	background: url(../images/tp_contents_bg_bottom.png) no-repeat;
	_background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/tp_contents_bg_bottom.png', sizingMethod='scale');
}
div#footer_frame {
	clear: both;
	margin: 0px auto;
	background: url(../images/tp_footer_frame.gif)  top center no-repeat;
	text-align: left;
	position: relative;
	padding: 15px 25px 0px;
	width: 850px!important;
	width/**/: 900px;
	height: 166px!important;
	height/**/: 181px;
}
ul#category {
	float: left;
}
ul#category li {
	font-size: 13px;
	font-weight: bolder;
	line-height: 2.4em;
	color: #FFF;
}
ul#category li#catalogue {
	position: absolute;
	left: 170px;
	top: 15px;
}
ul#category li#seasonal {
	position: absolute;
	left: 320px;
	top: 15px;
}	
ul#items {
	position: absolute;
	width: 300px;
	left: 170px;
	top: 60px;
}
ul#items li {
	float: left;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.1em;
	padding: 0px;
	color: #FFF;
}
ul#items li a {
	display: block;
	width: 130px;
	height: 17px;
	margin-right: 20px;
}
div#company {
	width: 369px;
	float: right;
	padding-top: 3px;
	text-align: left;
}
div#company p {
	color: #FFFFFF;
	padding-bottom: 8px;
	font-weight: bold;
}
div#company div#address {
	width: 369px;
	height: 119px;
	text-indent: -5000px;
	background: url(../images/tp_footer_company.gif) no-repeat;
	position: relative;
}
div#address address {
	display: none;
}
div#address p {
	position: absolute;
	top: 56px;
	left: 315px;
	width: 52px;
	height: 16px;
	text-indent: -5000px;
	padding: 0px;
}
a#tp_footer_map {
	display: block;
	width: 52px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 08.copyright style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#copyright {
	width: 900px;
	height: 22px;
	color: #DDD;
	margin: 0px auto;
	text-align: left;
}
div#copyright p {
	padding: 3px 0px 5px;
	float: right;
	color: #DDD;
	font-size: 10px;
}
div#copyright span {
	padding: 3px 0px 5px 5px;
	float: left;
	font-family: "Myriad Pro","Verdana","Arial", "Helvetica", "sans-serif";
	font-size: 12px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
dl.weblogs_headline dt {
	clear: both;
}
dl.weblogs_headline dd {
	height: 65px;
}
dl.weblogs_headline dd a {
	display: block;
	float: left;
	width: 100px;
	height: 60px;
	margin: 0px 10px 0px 0px;
	overflow: hidden;
}
