/* file: _s/01-reset.css */
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/**
 * YUI Reset
 * @module reset
 * @namespace
 * @requires 
 */
html {
	color: #000;
	background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: inherit;
	font-weight: inherit;
}

del,
ins {
	text-decoration: none;
}

li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

/*because legend doesn't inherit in IE */
legend {
	color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea,
select {
	*font-size: 100%;
}




/* file: _s/02-reset-fonts.css */
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}
/* file: _s/03-main.css */
body
{
	text-align:center;
    cursor: hand;
    cursor: pointer;
}
h1 
{
    font-size: 22px;
    margin-bottom: 10px;    
}
#content
{
    width: 990px;
    text-align: left;
    margin: 0px auto;
    cursor: default;
}
#menu
{
    color: blue;
    font-weight: bold;

}
.img_nav
{
    position: absolute;
    visibility: hidden;
    width: 150px;
    cursor: hand;
    cursor: pointer;
}
#prev_img
{
    text-align: left;
    padding-left: 10px;
}
#next_img
{
    text-align: right;
    padding-right: 10px;

}
.img_nav_el
{
    visibility: hidden;
    width: 40px;
    height: 40px;
}
#header
{
    margin-bottom: 0px;
    margin-left: 480px;
    height: 50px;
    position: absolute;
}
#headerimg
{
    margin-top: 3px;    
}
#headerwrap
{
    height: 50px;
    margin-bottom: 5px;
}
a {text-decoration: none;}
a:visited {color: #000;}
a:hover {color: #000;}
a:active {color: #000;}
a:link {color: #000;}
#bt_prevnext
{
    float: right;
    padding-right: 5px;
    font-size: 12px;
    color: #999999;
    cursor: default;
}
#counter
{
    display: inline-block;
    width: 50px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    color: #000;
}
#gimage
{
    text-align: center;
    width: 990px;
    height: 657px;
}
#loading
{
    visibility: hidden;
    position: absolute;
    margin-left: 479px;
    margin-top: 302px;
    
}
#liecr
{
    position:absolute; 
    margin-left:-10px;
}
#riecr
{
    position:absolute; 
}
#page
{
    width: 970px;
    height: 653px;
    overflow-y: auto;
    padding: 10px;
    background-color: #d9d9d9;
    text-align: justify;
}
#gallery_name
{
    padding-left: 5px;    
}
fieldset
{
    border: 1px solid #888;
    padding: 5px;
}
label
{
    display: inline-block;    
}
textarea
{
    width: 100%;
    height: 292px;
    border: 1px solid #888; 
}
input 
{
    width: 100%;
    border: 1px solid #888; 
}
#i_submit
{
    margin-top: 5px;
    width: 100px;
}

#d_i_submit
{
    text-align: right;    
}

#slideshow
{
    display: inline;
    margin-right: 25px;    
}
/*
#debug
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 800px;
    height: 150px;
    border:1px dotted black;
    background: #DDFFDD;
    padding: 3px;  
    font-family: Arial;
    text-align: left;  
}
*/

#cat_info
{
    position: absolute;
    visibility: hidden;
    background-color: #d9d9d9;
    padding: 10px;
    width: 970px;
    height: 637px;
    z-index: 9;
    overflow-y: auto;
}

#cat_info li
{
    padding-left: 10px;
}

#cat_info_link
{
    color: #aaaaaa;
}

.inline_list
{
    list-style-type: none;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
} 
.inline_list li
{
    display: inline;
}
.inline_list li:first-child
{
    padding-left: 0px !important;
}
#close_info
{
    position: absolute;
    margin-left: 915px;
    margin-top:  -7px;
    cursor: hand;
    cursor: pointer;    
}
.offer {line-height:18px; padding-left: 15px;}
.offer ul {padding-left: 15px;}
.offer li {list-style-type: square;}
.offer li li {list-style-type: circle;}
.contact {line-height:18px; padding-left: 15px;}
.contact li {list-style-type: square;}

.lhb {line-height:18px;}
.sks {width:16px; height:16px; vertical-align: top;}
/* file: _s/04-navigation.css */
#nav
{
    list-style-type: none;
    list-style-position: outside;
    position: absolute;
    margin-top: 37px;
}
#nav ul
{
    list-style-type: none;
    list-style-position: outside;
    position:absolute;
    display:none;
    z-index:10;
    top:auto;
    margin-left:0px;
}

#nav>li
{
    padding-left:8px;
}
#nav>li:first-child { padding-left:0px }

#nav ul li
{
    line-height: 1.5em;
}
#nav a
{
    display:block;
    padding:0px 5px;
    text-decoration:none;
}
#nav li li ul a
{
    border:1px solid #777;
    background-color:#777;
}
#nav li ul a
{
    display:block;
    padding:0px 5px;
    border:1px solid #666;
    color:#fff;
    text-decoration:none;
    background-color:#666;
    width:10em;
}
#nav li ul a:hover
{
    background-color:#fff;
    color:#666;
}
#nav li
{
    float:left;
    position:relative;
}
#nav li ul a
{
    width:10em;
    height:auto;
    float:left;
}
#nav ul ul
{
    top:auto;
    z-index:13;
}	
#nav li ul ul 
{
    left:6em;
    margin:0px 0 0 10px;
    z-index:13;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul
{
    display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul
{
    display:block;
}
.apoint
{
    cursor: default;    
}

/* file: _s/simple.css */

