@charset "windows-1251";

/*background: url(../data/back.jpg);*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	text-align: left;
}

body {
	background: url(../menu_files/top.jpg) repeat-x;
	background-color:#ccff99; /* 204;255;153 */
	color: #000;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 15px;
	margin: 0 0 0 0;
	padding: 0 0 0 0; /* top, right, bottom, left */
	text-align: left; /* Centers the page content container in IE 5 browsers. */
}
h1 {
	color: #000;
	text-align:center;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
}
h2 {
	color: #000;
	text-align:center;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}
/* Unvisited links. */
a, a:link {
	color: #0000ff;
	font-weight: normal;
	text-decoration: none;
}
/* Visited links. */
a:visited {
	color: #ff6600;
	font-weight: normal;
	text-decoration: none;
}
/* Links on mouseover. */
a:hover {
	color: #ff0000;
	text-decoration: none;
}
/* Link that has focus. */
a:focus {
	color: #09760d;
}
a:active {
	color: #164619;
}

#pagestyle {
	background-color:#ccff99;
	margin: 0 auto 0 auto; 
	text-align: left;
	width: 1020px;
}

#pagestyle #default #top {
	/* background-color:#ccff99; */
	border-bottom: solid 0px #628152; 
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	padding: 0px 0px 0px 0px; /* top, right, bottom, left */
}

#pagestyle #default #leftcol {
	border-right: solid 0px #8ab573;
	font-size: 14px;
	float: left;
	width: 630px;
	line-height: 15px;
	padding: 0px; /* top, right, bottom, left */
	width: 180px;
	height: auto;
}

#pagestyle #default #main {
	font-size: 14px;
	line-height: 15px;
	margin: 0 200px 0 180px; 
	padding: 10px 0px 0px 0px; /* top, right, bottom, left */
}

#pagestyle #default #rightcol {
	border-left: solid 0px #8ab573; 
	font-size: 14px;
	float: right;
	line-height: 15px;
	padding: 0px; /* top, right, bottom, left */
	width: 200px;
	height: auto;
}

#pagestyle #default .clearall {
	clear: both;
	display: block;
}
#pagestyle #copyright {
	border-top: solid 0px #8ab573;
	margin: 0 200px 0 180px; 
	width: 630px;
	float: center;
	padding: 0px 0px 0px 0px; /* top, right, bottom, left */
}

/* zoom images */

#case {width:555px; height:390px; position:relative;margin:0 auto 50px auto;}
#case p {margin-left:0;}

img#fade {position:absolute; top:0; left:-9999px; z-index:10;}
a img#fade {opacity: 0;}
a:hover {white-space:nowrap;}
a:hover img#fade {border:0; left:0; opacity: 1; cursor:default;}

#bigvertical {
  border: 2px solid #080;
  width:60px; height:80px;
  position:relative; z-index:1;
}
#bighorizontal {
  border: 2px solid #080;
  width:80px; height:60px;
  position:relative; z-index:1;
}
#bigvertical:hover {
  margin-left: 0;
  width: 300px;
  height: 400px;
  border-color: #c00;
  position:relative; z-index:500;
}
#bighorizontal:hover {
  margin-left: 0;
  width: 400px;
  height: 300px;
  border-color: #c00;
  position:relative; z-index:500;
}
