@charset "UTF-8";
@import url("base.css");
@import url("extensions.css");

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 01.wrapper style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#Hwrapper {
	width: 100%;
	height: 78px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/bg_head.gif) repeat-x left top;
}
div#Cwrapper {
	width: 100%;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background: url(../images/background.gif) repeat left top;
}
div#Fwrapper {
	width: 100%;
	height: 100px;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #e3ded1;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 02.header style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#header {
	width: 820px;
	height: 78px;
	text-align: left;
	margin: 0px auto 0px auto;
	background: url(../images/bg_header.gif) no-repeat left top;
}
div#header h1 {
	float: left;
	width: 327px;
	height: 47px!important;
	height/**/: 78px;
	padding: 12px 0px 20px 0px;
	margin: 0px 0px 0px 0px;
}
div#header {
	text-align: left;
	text-indent: -5000px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 04.container style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#container {
	clear: both;
	overflow: hidden;
	width: 820px;
	text-align: left;
	margin: 0px auto 0px auto;
	background: url(../images/bg_container.gif) repeat-y left top;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 05.sidebar style                                                       */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#sidebar {
	float: left;
	width: 170px;
	padding: 0px 0px 0px 0px;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 03.navigation style                                                    */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

ul#navigator {
	clear: both;
	width: 170px;
	height: 416px!important;
	height/**/: 432px;
	padding: 0px 0px 16px 0px;
}
ul#navigator li {
	float: left;
	width: 170px;
}

/* banner */
ul.banner {
	clear: both;
	overflow: hidden;
	width: 150px!important;
	width/**/: 170px;
	padding: 0px 10px 10px 10px;
}
ul.banner li {
	float: left;
	width: 150px;
	height: 80px!important;
	height/**/: 85px;
	padding: 0px 0px 5px 0px;
}

/* address */

div.address {
	width: 150px;
	height: 250px;
	position: relative;
	background: url(../images/bg_address.gif) no-repeat left top;
	margin: 0px 0px 20px 10px;
}
div.address p {
	width: 128px;
	line-height: 18px;
	position: absolute;
	left: 15px;
	top: 34px;
}
div.address p span {
	color: #ba2323;
}
div.address div.map {
	position: absolute;
	left: 25px;
	top: 139px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 06.contents style                                                      */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#contents {
	float: right;
	width: 650px;
	padding: 0px 0px 0px 0px;
}
div#flash {
	width: 650px;
	height: 385px!important;
	height/**/: 400px;
	padding: 0px 0px 15px 0px;
}

div#basket {
	width: 630px!important;
	width/**/: 650px;
	padding: 0px 10px 20px 10px;
}

h3 {
	clear: both;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 07.footer style                                                        */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#footer {
	clear: both;
	overflow: hidden;
	width: 820px;
	height: 50px!important;
	height/**/: 100px;
	text-align: center;
	padding: 50px 8px 0px 8px;
	margin: 0px auto 0px auto;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 08.footermenu style                                                    */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#footer ul#menu {
	clear: both;
	overflow: hidden;
	width: 670px;
	text-align: center;
	padding: 0px 0px 0px 0px;
	margin: 0px auto 0px auto;
}
div#footer ul#menu li {
	font-size: 12px;
	line-height: 1.8em;
	float: left;
	padding: 0px 5px 0px 14px;
	background: url(../images/ic_border.gif) no-repeat left center;
}
div#footer ul#menu li a {
	color: #535353;
}
div#footer ul#menu li a:active,div#footer ul#menu li a:link,div#footer ul#menu li a:visited {
	color: #535353;
}
div#footer ul#menu li a:hover {
	color: #FF9900;
	text-decoration: underline;
}

div#footer ul#menu li.start {
	font-size: 12px;
	line-height: 1.8em;
	float: left;
	padding: 0px 5px 0px 0px;
	background: none;
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 09.copyright style                                                     */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
div#copyright {
	width: 330px;
	height: 18px;
	margin: 0px auto 0px auto;
}
