
@import "css_forms.php";
@import "css_content.php";

html, body {
	height: 100%;
	width: 100%;
	margin: 0px;
	text-align: center;
	background-image: url(images/bg.gif);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

table#main {
	margin: auto;
	width: 780px;
	height: 100%;
	background-color: #FFFFFF;
	background-image: url(images/border.gif);
	background-position: 179px 300px;
	background-repeat: repeat-y;
}

td#top {
	vertical-align: top;
	background-image: url(../images/white.gif);
	background-position: 179px 0px;
	background-repeat: no-repeat;
}

td#bottom {
	vertical-align: bottom;
	background-color: #FFFFFF;
}

div.top {
	background-image: url(images/bgtop.gif);
	background-position: top;
	background-repeat: repeat-x;
	font-size: 13px;
	height: 60px;
	margin-bottom: 0px;
}

span.lang {
	float: right;
	margin: 37px 30px 0px 0px;
}

span.lang a {
	color: #000000;
	text-decoration: none;
	text-transform: lowercase;
}
span.lang a:hover, span.lang a.hover {
	color: #000000;
	text-decoration: underline;
}

h1.logo {
	padding: 24px 0px 0px 20px;
	font-size: 25px;
}
h1.logo_img {
	padding: 0px;
}
a.logo {
	text-decoration: none;
}

form.search {
	display: inline;
	float: right;
	margin: 33px 30px 0px 0px;
}

div.top2 {
	background-image: url(images/bg2_1.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 90px;
	margin-bottom: 10px;
}
.bg2_1 { background-image: url(images/bg2_1.jpg) !important; }
.bg2_2 { background-image: url(images/bg2_2.jpg) !important; }
.bg2_3 { background-image: url(images/bg2_3.jpg) !important; }
.bg2_4 { background-image: url(images/bg2_4.jpg) !important; }
.bg2_5 { background-image: url(images/bg2_5.jpg) !important; }

img.pic1 {
	float: right;
	width: 99px;
	height: 66px;
	margin: 12px 30px 0px 0px;
}

div.left {
	float: left;
	width: 180px;
}

div.content {
	float: right;
	width: 600px;
}

div.header {
	margin: 0px 0px 15px 20px;
	height: 125px;
}

div.header h1 {
	margin-top: 40px;
}

div.text {
	padding: 0px 0px 0px 20px;
	width: 560px;
	float: left;
}

div.bottom {
	font-weight: bold;
	margin: 20px 0px 5px 0px;
	padding-top: 3px;
	width: 100%;
	text-align: center;
	font-size: 80%;
}

ul.menu {
	list-style-type: none;
	height: 20px;
	width: 100%;
	padding: 0;
	margin: 0;
}

ul.menu li {
	display: inline;
	font-size: 10px;
}

ul.menu a {
	font-weight: bold;
	line-height: 20px;
	margin: 0px 8px 0px 8px;
}

div.menu2 a {
	display: block;
	font-size: 11px;
	font-weight: bold;
	height: 15px;
	letter-spacing: 1px;
	margin: 5px 10px 0px 0px;
	width: 170px;
	overflow: hidden;
}

div.menu2 a span {
	cursor: pointer;
	display: block;
	height: 15px;
	margin: 0px;
	float: right;
	width: 155px;
	overflow: hidden;
}

div.menu2 a span span {
	width: 145px;
}

img.banner {
	vertical-align: bottom;
}

.banner_hidden {
	position: absolute;
	top: 0px;
	left: 0px;
	visibility: hidden;
}

table.gallery {
	border-collapse: collapse;
}
table.gallery div {
	float: left;
	width: 92px;
	margin: 10px 10px 0px 10px;
}
table.gallery div.img {
	width: 92px;
	height: 92px;
	margin: auto;
	float: left;
	cursor: pointer;
}
table.gallery img {
	position: absolute;
}
table.gallery div.txt {
	margin: auto;
	float: left;
	white-space: nowrap;
	overflow: hidden;
}
div.galpicbig {
	position: absolute;
	padding: 10px;
	display: none;
	top: 0px;
	border: 1px solid #DEDEDE;
	background-color: #FFFFFF;
	z-index: 200;
}
div.galpicbig div.back {
	float: left;
	position: absolute;
	width: 50%;
	height: 100%;
	background-image: url(../images/empty.gif);
	cursor: pointer;
}
div.galpicbig div.forward {
	float: right;
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: right;
	background-image: url(../images/empty.gif);
	cursor: pointer;
}

div.galpicbig div.back b, div.galpicbig div.forward b {
	background-color: #FFFFFF;
	font-size: 30px;
}

.opfBannerBottom {
	position: absolute;
	z-index: 100;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.opfBannerBottom img {
	vertical-align: bottom;
	margin: 0px;
	padding: 0px;
	border: 0px;
}

.bottomLeft {
	left: 0px;
}
.bottomRight {
	right: 0px;
}

#questions {
	cursor: pointer;
}

#questionsDiv {
	position: absolute;
	z-index: 101 !important;
	display: none;
	width: 778px;
	margin: auto;
	background-color: #FFFFFF;
	border: 1px solid #DEDEDE !important;
	overflow: auto;
	background-position: center;
	background-repeat: no-repeat;
}
#frmClose {
	display: block;
	position: absolute;
	display: none;
	z-index: 102 !important;
	cursor: pointer;
}
#adsDiv {
	margin-bottom: 20px;
	border: 1px solid #BE0003;
}