/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*RESET*/

/*LAYOUT*/
body, html{
	width:100%;
	height:100%;
	color:#5a5a5a;
	font-family:Arial;
	font-size:0.9em;
}
a{
	color:#5a5a5a;
}
a:hover{
	color:#f79646;
}
.container{
	overflow:hidden;
}
.wrapper{
	position:relative;
}
#page-wrapper{
	width:1007px;
	height:100%;
}
#page-wrapper, #footer{
	background:#f79646 url(/i/lt-r-background.gif) 964px 0 repeat-y;
}
#page{
	background:#fff;
}
#page, #footer{
	padding-left:42px;
}
#header{
	position:relative;
	height:110px;
	background:url(/i/lt-r-top-background.gif) 921px 0 no-repeat;
}
#logo{
	position:absolute;
	top:20px;
}
#m-main{
	position:absolute;
	top:70px;
}
#m-main li{
	float:left;
	margin-right:10px;
}
#ct-main{
	text-align:right;
	margin-right:60px;
	padding-top:20px;
}
#ct-main .phone{
	color:#808080;
	font-size:1.8em;
	font-weight:bold;
}
#extra-header{
	width:670px;
	margin:10px 0;
}
#extra-desc-index, #extra-desc-others{
	clear:both;text-align:justify;line-height:1.1em;
}
#extra-desc-index{
	margin-top:10px;
}
#extra-desc-index h2, #extra-desc-index p	{margin:10px 0;}

#extra-desc-others{
	margin-top:30px;
}
#extra-desc-others h2, #extra-desc-others p	{margin:10px 0;}

#content{
	min-height:200px;
	padding-bottom:40px;
	position:relative;
}
#content .text h1, 
#content .text h2, 
#content .text h3, 
#content .text h4, 
#content .text h5, 
#content .text h6, 
#content .text p,
#content .text pre,
#content .text dl,
#content .text ol, 
#content .text ul,
#content .text table{
	margin:15px 0 0 0;
	line-height:1.2em;
}
#content p.header{
	font-size:1.3em;
	font-weight:bold;
	color:#808080;
}
#content .col-left{
	float:left;
	width:670px;
}
#content .col-right{
	margin-left:671px;
}
#buy-button{
	background:url(/i/buy-button.gif) no-repeat;
	width:150px;
	height:79px;
	position:absolute;
	top:0;
	right:0;
}
#buy-button a:hover{
	cursor:pointer;
}
#buy-button .link{
	display:block;
	width:150px;
	height:79px;
	text-decoration:none;
}
#buy-button .text-1{
	position:absolute;
	top:20px;
	right:5px;
	color:#e46d0a;
	font-size:1.5em;
}
#buy-button .text-2{
	position:absolute;
	bottom:2px;
	right:1px;
	color:#000;
}
#categories-list li.act a{
	border:1px solid #7f7f7f;
}
#categories-list{
	margin-top:48px;
}
#categories-list li{
	margin-bottom:7px;	
}
#categories-list li a{
	padding:1px 40px 2px 25px;
	margin-left:17px;
}
#categories-list li.act a{
	margin-left:0;
}
#categories-list a{
	text-decoration:none;
}
#categories-list .h-line{
	width:15px;
	height:7px;
	border-bottom:1px solid #7f7f7f;
	float:left;
}

#bks-bottom{
	clear:both;
	overflow:hidden;
	padding-top:20px;
}
.bk-bottom{
	width:310px;
	float:left;
	color:#808080;
	margin-right:10px;
	line-height:1.2em;
}
.bk-bottom h3{
	text-align:center;
	font-size:1.2em;
	margin-bottom:15px;
	font-weight:normal;
}
.bk-bottom a{
	color:#808080;
}
#footer{
	border-top:1px solid #000;
	color:#000;
	min-height:62px;
	padding-top:5px;
	line-height:1.5em;
}
#bottom_links { float:right; color:#555; margin-right:50px; }
#bottom_links a { color:#555; }
#bottom_links a:hover { color:#555; }

/*LAYOUT*/