@charset "utf-8";

/*container*/

.container {
	background-color: #000000;
	height: auto;
	width: 800px;
	margin: 10px auto 0 auto;
}

.container_w {
	background-color: #ffffff;
	height: auto;
	width: 800px;
	margin: 10px auto 0 auto;
}

/*header*/

.headtitle {
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 80px/*90px*/;
	width: 800px;
}
.choose_e_j {
	margin:0;
	padding:13px 0 0 676px;
	border:none;
	height:10px;
	background-color:#FFFFFF;
}
.choose_e_j p {
	float:right;
	padding:0px;
	margin:0 16px 0 0;
	}

.logo h1{
	clear: both;
	margin:0px auto auto 45px;
	padding:33px 0 0 0;
	height:auto;
	background-color:#FFFFFF;
	font-size:6px;
 	font-weight: normal;
	color: #FFFFFF;
	}

.logo h1 a {
	text-decoration:none;
	color: #FFFFFF;
	}

a img{
	border-style:none;
	}

/* menu */

#menu {
	margin: 0;
	padding: 0px;
	height: 19px;
	width: 800px;
	background-color:#FFFFFF;
}
.menufont {
	display: none
}
#menu ul {
	padding: 0px ; margin: 0px 0px 0px 343px;
}
#menu ul li {
	display: block; float: left; margin: 0px;
}
#menu ul li a {
	background-position: 0px 0px;
	display: block;
	padding: 0px;
	margin: 0px;
	height: 19px;
}
#menu ul li#m-home a  {
	background-image:url(../img/menu/bimg_home_off.gif);
	width: 42px;
	height:19px;
	background-repeat: no-repeat;
}
#menu ul li#m-home a:hover  {
	background-image:url(../img/menu/bimg_home_ro.gif);
	width: 42px;
	height:19px;
	background-repeat: no-repeat;
}
#menu ul li#m-home-current  {
	display: block;
	background-position: 0px 0px;
	background-image:url(../img/menu/bimg_home_on.gif);
	width: 42px;
	height:19px;
	background-repeat: no-repeat;
}
#menu ul li#m-news a  {
	background-image:url(../img/menu/bimg_news_off.gif);
	width: 50px;
	height:19px;
	background-repeat: no-repeat;
}
#menu ul li#m-news a:hover  {
	background-image:url(../img/menu/bimg_news_ro.gif);
	width: 50px;
	height:19px;
	background-repeat: no-repeat;
}
#menu ul li#m-news-current  {
	display: block;
	background-position: 0px 0px;
	background-image:url(../img/menu/bimg_news_on.gif);
	width: 50px;
	height:19px;
	background-repeat: no-repeat;
}
#menu ul li#m-about  a {
	background-image:url(../img/menu/bimg_about_off.gif);
	width: 65px;
	height:19px;
	background-repeat: no-repeat;
}
#menu ul li#m-about a:hover  {
	background-image:url(../img/menu/bimg_about_ro.gif);
	width: 65px;
	height:19px;
	background-repeat: no-repeat;
}
#menu ul li#m-about-current  {
	display: block;
	background-position: 0px 0px;
	background-image:url(../img/menu/bimg_about_on.gif);
	width: 65px;
	height:19px;
	background-repeat: no-repeat;
}
#menu ul li#m-products a  {
	background-image:url(../img/menu/bimg_prod_off.gif);
	width: 67px;
	height:19px;
	background-repeat: no-repeat;
}
#menu ul li#m-products a:hover  {
	background-image:url(../img/menu/bimg_prod_ro.gif);
	width: 67px;
	height:19px;
	background-repeat: no-repeat;
}
#menu ul li#m-products-current  {
	display: block;
	background-position: 0px 0px;
	background-image:url(../img/menu/bimg_prod_on.gif);
	width: 67px;
	height:19px;
	background-repeat: no-repeat;
}
#menu ul li#m-shop  a  {
	background-image:url(../img/menu/bimg_shop_off.gif);
	width: 63px;
	height:19px;
	background-repeat: no-repeat;
}
#menu ul li#m-shop  a:hover {
	background-image:url(../img/menu/bimg_shop_ro.gif);
	width: 63px;
	height:19px;
	background-repeat: no-repeat;
}
#menu ul li#m-shop-current  {
	display: block;
	background-position: 0px 0px;
	background-image:url(../img/menu/bimg_shop_on.gif);
	width: 63px;
	height:19px;
	background-repeat: no-repeat;
}
#menu ul li#m-partner a  {
	background-image:url(../img/menu/bimg_ptner_off.gif);
	width: 89px;
	height:19px;

	background-repeat: no-repeat;
}
#menu ul li#m-partner a:hover  {
	background-image:url(../img/menu/bimg_ptner_ro.gif);
	width: 89px;
	height:19px;
	background-repeat: no-repeat;
}
#menu ul li#m-partner-current  {
	display: block;
	background-position: 0px 0px;
	background-image:url(../img/menu/bimg_ptner_on.gif);
	width: 89px;
	height:19px;
	background-repeat: no-repeat;
}
#menu ul li#m-contact a  {
	background-image:url(../img/menu/bimg_contct_off.gif);
	width: 62px;
	height:19px;
	background-repeat: no-repeat;
}
#menu ul li#m-contact a:hover  {
	background-image:url(../img/menu/bimg_contct_ro.gif);
	width: 62px;
	height:19px;
	background-repeat: no-repeat;
}
#menu ul li#m-contact-current  {
	display: block;
	background-position: 0px 0px;
	background-image:url(../img/menu/bimg_contct_on.gif);
	width: 62px;
	height:19px;
	background-repeat: no-repeat;
}

/*footer-white*/

#footer {
	background: #ffffff;
	width: 800px;
	height: 35px;
	margin:0;
	padding:0px;
	border-style: none;
}
#footer ul {
	padding: 0px ; margin: 0px 0px 0px 400px;
}
#footer ul li {
	display: block; float: left; margin: 0px;
}
#footer ul li a {
	background-position: 0px 0px;
	display: block;
	padding: 0px;
	margin: 10px 0 0 0;
	height: 10px;
}
#footer ul li#m-copy{
	background-image:url(../img/menu/bimg_copyright.gif);
	margin: 10px 0 0 0;
	width: 254px;
	height:10px;
	background-repeat: no-repeat;
}
#footer ul li#m-policy a  {
	background-image:url(../img/menu/bimg_siteplcy.gif);
	width: 75px;
	height:10px;
	background-repeat: no-repeat;
}
#footer ul li#m-map a  {
	background-image:url(../img/menu/bimg_sitemap.gif);
	width: 47px;
	height:10px;
	background-repeat: no-repeat;
}

/*footer-black*/

#footer2 {
	background: #000000;
	width: 800px;
	height: 35px;
	margin:0;
	padding:0px;
	border-style: none;
}
#footer2 ul {
	padding: 0px ; margin: 0px 0px 0px 400px;
}
#footer2 ul li {
	display: block; float: left; margin: 0px;
}
#footer2 ul li a {
	background-position: 0px 0px;
	display: block;
	padding: 0px;
	margin: 10px 0 0 0;
	height: 10px;
}
#footer2 ul li#m-copy  {
	background-image:url(../img/menu/bimg_copyright_b.gif);
	margin: 10px 0 0 0;
	width: 254px;
	height:10px;
	background-repeat: no-repeat;
}
#footer2 ul li#m-policy a  {
	background-image:url(../img/menu/bimg_siteplcy_b.gif);
	width: 75px;
	height:10px;
	background-repeat: no-repeat;
}
#footer2 ul li#m-map a  {
	background-image:url(../img/menu/bimg_sitemap_b.gif);
	width: 47px;
	height:10px;
	background-repeat: no-repeat;
}

.space7em {
	padding-left: 7em;
	}
.space6em {
	padding-left: 6em;
	}
.space5em {
	padding-left: 5em;
}
.space4em {
	padding-left: 4em;
}
.space2em {
	padding-left: 2em;
}
.space1em {
	padding-left: 1em;
}
.space077em {
	padding-left: 0.77em;
}
