body {
	font-family: "Times New Roman", Times, FreeSerif;
	color: #010101;
	background: #FFFFFF url('../img/bg.png') fixed left top repeat-x;
}

section {
	margin-top: 61px;
}

article,
footer {
	position: relative;
	z-index: 5;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}


/* header */

header {
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 64px;
	background: url('../img/h_bg.png') repeat-x;
}
header div {
	position: relative;
	width: 852px;
	margin: 0 auto;
}

header a,
header span {
	display: block;
	text-indent: -10000px;
}

header .logo,
header .fb { position: absolute; }

header .logo {
	width: 46px;
	height: 46px;
	background: url('../img/h_logo.png') no-repeat;
	left: 66px;
	top: 8px;
}

header a.fb {
	width: 38px;
	height: 41px;
	background: url('../img/h_fb.png') no-repeat;
	right: 66px;
	top: 12px;
}

header span.fb {
	width: 143px;
	height: 118px;
	background: url('../img/h_fb_week.png') no-repeat;
	top: 45px;
	right: 94px;
}


/* header nav */

header nav {
	position: absolute;
	left: 126px;
	top: 13px;
}

header nav ul li { float: left; }

header nav a {
	background: url('../img/h_nav.png') no-repeat;
	height: 36px;
}

header nav .start a { width: 70px; background-position: 0 top; margin-right: 13px; }
header nav .start a.active { background-position: 0 bottom; }
header nav .menu a { width: 70px; background-position: -84px top; margin-right: 9px; }
header nav .menu a.active { background-position: -84px bottom; }
header nav .location a { width: 152px; background-position: -160px top; }
header nav .location a.active { background-position: -160px bottom; }


/* start */

article#start {
	overflow: hidden;
	height: 900px;
	min-width: 852px;
}

article#start div { position: absolute; }

article#start div.content {
	width: 852px;
	height: 900px;
	top: 0;
	left: 50%;
	margin-left: -426px;
	background: url('../img/s_bg.png') no-repeat center 42px;
}

article#start h2 {
	font-size: 26px;
	line-height: 32px;
	font-weight: normal;
	margin-bottom: 10px;
}


article#start a.ts {
	display: block;
	width: 220px;
	height: 220px;
	text-indent: -10000px;
	position: absolute;
	left: 50%;
	top: 90px;
	margin-left: 160px;
}

article#start p {
	font-size: 14px;
	line-height: 18px;
}

article#start div.a {
	left: 50%;
	top: 480px;
	width: 400px;
	margin-left: -660px;
}

article#start div.a p { text-align: right; }

article#start div.b {
	left: 50%;
	top: 620px;
	width: 400px;
	margin-left: 38px;
}
article#start div.b p {
	font-size: 18px;
	line-height: 26px;
}


/* menu */

article#menu {
	height: 500px;
	background: #ffffff;
}

article#menu .must {
	background: url('../img/m_must.png') no-repeat center top;
	position: absolute;
	top: -17px;
	left: 50%;
	margin-left: -426px;
	width: 852px;
	height: 17px;
}

article#menu .content {
	position: relative;
	width: 852px;
	margin: 0 auto;
}

article#menu h3,
article#menu a {
	text-indent: -10000px;
	display: block;
}

article#menu h3 {
	width: 216px;
	height: 75px;
	background: url('../img/m_h.png') no-repeat;
	position: absolute;
	left: 85px;
	top: 35px;
}

article#menu a.download {
	width: 98px;
	height: 108px;
	background: url('../img/m_down.png') no-repeat;
	position: absolute;
	top: 20px;
	right: 20px;
}


/* menu categories */

article#menu ul {
	position: absolute;
	top:  25px;
	left: 330px;
}

article#menu ul li {
	float: left;
}

article#menu ul li a {
	background: url('../img/m_cat.png') no-repeat;
	height: 85px;
	width: 96px;
}

article#menu ul li.c1 a { background-position: 0 top;}
article#menu ul li.c1 a.active { background-position: 0 bottom; }
article#menu ul li.c2 a { background-position: -96px top;}
article#menu ul li.c2 a.active { background-position: -96px  bottom; }
article#menu ul li.c3 a { background-position: -192px top;}
article#menu ul li.c3 a.active { background-position: -192px bottom; }
article#menu ul li.c4 a { background-position: right top;}
article#menu ul li.c4 a.active { background-position: right bottom; }


/* menu products */

article#menu .products {
	padding-top: 140px;
}

/* menu products nav */

article#menu .products a.prev,
article#menu .products a.next {
	width: 26px;
	height: 49px;
	background: url('../img/m_p.png') no-repeat;
	position: absolute;
	top: 265px;
	display: none;
}

article#menu .products a.prev { background-position: left 0; left: -5px; }
article#menu .products a.next { background-position: right 0; right: -5px; }

article#menu .products .dots {
	text-align: center;
	padding: 4px;
}

article#menu .products .dots a {
	width: 6px;
	height: 6px;
	background: url('../img/m_dot.png') no-repeat right 0;
	display: inline-block;
	margin: 3px;
}

article#menu .products .dots a.active { background-position: 0 0; }



/* menu products pages */

article#menu .pages {
	overflow: hidden;
	position: relative;
	width: 710px;
	height: 315px;
	margin: 0 auto;
}

article#menu .page {
	clear: both;
	position: absolute;
	top: 0;
	left: 0;
	width: 710px;
	height: 315px;
	background: #FFFFFF;
	display: none;
}

article#menu .page.active {
	display: block;
}

article#menu .page div {
	float: left;
	width: 335px;
	height: 130px;
	padding: 10px 10px;
	color: #211D1E;
}

article#menu .page div h4 {
	font-size: 22px;
	margin-bottom: 10px;
	position: relative;
	border-bottom: 1px dashed #CECECE;
	padding: 0 5px;
	padding-bottom: 5px;
}

article#menu .page div span {
	position: absolute;
	top: 0;
	right: 5px;
}

article#menu .page div p {
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 10px;
	padding: 0 10px;
}


/* location */

article#location {
	background: #FFFFFF;
}

article#location div {
	background: url('../img/l_bg.jpg') no-repeat top center;
	height: 460px;
	min-width: 852px;
}

article#location div a {
	text-indent: -10000px;
	display: block;
	width: 200px;
	height: 40px;
	position: absolute;
	top: 265px;
	left: 50%;
	margin-left: -180px;
}

article#location iframe {
	width: 100%;
	min-width: 852px;
	height: 280px;
}

article#location2 {
	background: #FFFFFF;
}

article#location2 div {
	background: url('../img/l_bg2.jpg') no-repeat top center;
	height: 460px;
	min-width: 852px;
}

article#location2 div a {
	text-indent: -10000px;
	display: block;
	width: 200px;
	height: 40px;
	position: absolute;
	top: 265px;
	left: 50%;
	margin-left: -180px;
}

article#location2 iframe {
	width: 100%;
	min-width: 852px;
	height: 280px;
}

/* footer */

footer {
	min-width: 852px;
	background: #231F20;
	color: #514e4f;
	font-family: Arial;
	font-size: 10px;
}

footer span {
	display: block;
	width: 154px;
	height: 154px;
	position: absolute;
	top: -31px;
	left: 50%;
	margin-left: -77px;
	background: url('../img/f_logo.png') no-repeat;
}

footer p {
	text-align: center;
	padding: 80px;
	padding-top: 125px;
}


/* popups */
.popup {
	position: fixed;
	background: #ffffff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow:  5px 5px 15px 2px #BDBDBD;
	box-shadow:  5px 5px 15px 2px #BDBDBD;
	z-index: 10;
	display: none;
}

.popup .close {
	text-indent: -10000px;
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 26px;
	height: 25px;
	background: url('../img/popup_close.png') no-repeat;
}

.popup-ts {
	width: 760px;
	height: 420px;
	top:  130px;
	left: 50%;
	margin-left: -380px;
	background-image: url('../img/popup_ts_bg.png');
	background-repeat: no-repeat;
	background-position: 30px 60px;
}


.popup-ts div {
	height: 30px;
	margin-top: 210px;
	margin-left: 340px;
	width: 330px;
}

.popup-ts div p {
	color: #211D1E;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 10px;
}