body {margin:0;padding:0;font-family:Georgia, Times New Roman,Arial;font-size:12px;color:#252525;background:white;}
img {border:0;}

form { margin:0; padding:0; }

td {font-size:12px;color:#252525;}

td.splitter {
	background: url('/img/splitter_line.gif');
	background-position: bottom center;
	background-repeat: repeat-x;
}

p {margin:0;}
p.right-block {color:#a2a2a2;}
p.text-normal {text-indent:30px;text-align:justify;}

a {text-decoration:underline;color:#9d0a0e;}
a {text-decoration:underline;color:saddlebrown;}

a.hover {text-decoration:none;}
a.hover:hover {text-decoration:underline;}

h4 {font-weight:700;font-size:18px;color:#a2a2a2;margin:0;}
h5 {font-weight:700;font-size:16px;color:#a2a2a2;margin:0;}
h6 {font-weight:700;font-size:14px;color:#a2a2a2;margin:0;}

a.bold {font-weight:bold;text-decoration:underline;}
a.billet {color:white;}

a.und {text-decoration:underline;}

.input-normal {width:100%;background:white;border:1px solid #ffd8c9;font-family:Tahoma,Arial;color:black;font-weight: normal;font-size:12px;width:100%;}
.input-normal-gray {width:100%;background:#ffd8c9;border:1px solid #ffd8c9;font-family:Tahoma,Arial;color:black;font-weight: normal;font-size:12px;width:100%;}

.billet2 {background:#dbdcdd;color:#464646;font-size:10px;}

.black {color:black;}

.pointer {cursor:pointer;}

#_general {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	z-index: 1;
}

/* line1 */
#logo {
	position: absolute;
	top: 20px;
	left: 60px;
	width: 262px;
	height: 152px;

	z-index: 15;
}

#banner1 {
	position: absolute;
	min-width: 100%;
	top: 13px;

	z-index: 10;
}

#banner {
	position: absolute;

	top: 72px;
/*	left: 430px; */
/*	width: 380px; */
	height: 80px;
	
/*	right: 200px; */
	
/*	border: 1px solid red; */
	
	left: 0;
/*	right: 200px; */
/*	padding-left: 430px; */
/*	padding-right: 200px; */
	width: 100%;
	
	z-index: 20;
}

#smoke {
	position: absolute;
	width: 100%;
	height: 333px;
	top: 0;
	left: 0;

	z-index: 2;
}

#main-menu {
	position: relative;
	width: 100%;

	z-index: 40;
}

div.main-back {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
/*	height: 100%;*/

	margin: 0;
	padding: 0;
/*	padding-top: 50px;*/

	z-index: 5;
}

#cards {
	position: relative;
	top: 0;
	left: -60px;
	width: 296px;
	height: 201px;

	float: left;
	z-index: 7;
}

#main-curves-bottom {
	position: absolute;
	bottom: 10px;
	right: -40px;

	z-index: 2;
}

#main-back-content {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	padding-top: 50px;

	z-index: 5;
}

#clock {
	position: absolute;
	bottom: -78px;
	right: -131px;
/*	right: -121px;*/
	overflow: hidden;

	z-index: 3;
}

#lens {
	position: absolute;
	top: 15px;
	left: 335px;

	z-index: 3;
}

#copyrights-second {
	position: absolute;

	margin-top: 10px;
	margin-left: -215px;

	z-index: 20;
}

#copyrights-main {
	position: absolute;

	left: 0;
	margin-top: 10px;
	margin-left: 60px;

	z-index: 20;
}

/* menu */

td.menu-billet {
	width: 13px;
}
div.menu-billet {
	position: relative;
	padding-right: 5px;
	padding-bottom: 5px;
	display: none;
}

td.menu-black-line {
	font-size: 1px;
	height: 2px;
}

div.menu-black-line {
	position: relative;
/*	background-color: #4b4747;*/
	font-size: 1px;
	height: 2px;
	width: 100%;
	display: block;
	visibility: hidden;
}

td.menu-yellow-line {
	height: 5px;
	font-size: 1px;
}
div.menu-yellow-line {
	position: relative;
/*	background-color: #d1bd96;*/
	background: url('/img/menu_bg.jpg');
	border-left: 1px solid #a59b87;
	font-size: 1px;
	height: 5px;
	width: 100%;
	display: block;
	visibility: hidden;
}

td.menu-item {
	padding-bottom: 5px;
}

div.menu {
	position: absolute;
	display: none;
	top: 226px;
	width: 250px;

	z-index: 50;
}

td.menu-content-back {
/*	background-color: #cfb98f;*/
	background: url('/img/menu_bg.jpg');
/*	background-position: bottom right;
	background-repeat: no-repeat;*/
	border-left: 1px solid #a59b87;
/*	border-bottom: 1px solid #a59b87;*/
	padding-top: 10px;
/*	padding-left: 5px;*/
	padding-right: 0;
/*	padding-right: 5px;*/
	padding-bottom: 0;
/*	padding-bottom: 15px;*/
}

td.menu-content-back a {
	color: black;
	text-decoration: underline;
}
td.menu-content-back a:hover {
	color: #9d0a0e;
	text-decoration: underline;
}

td.menu-content-back p {
	margin: 0;
	margin-top: 5px;
}

/* news */
a.news {text-decoration:none;color:black;}
a.news:hover {text-decoration:underline;}

/* input controls */
input.text {
	background-color: #ddd2bb;
	font-size: 12px;
	font-family: Georgia, Times, Arial;
	padding: 5px;
	padding-top: 0;
	padding-bottom: 0;

	border-top: 1px solid #d7cbb2;
	border-left: 1px solid #d7cbb2;
	border-bottom: 1px solid #c5b28d;
	border-right: 1px solid #c5b28d;
}

.anket input.text {
	width: 100%;
}

.anket select {
	background-color: #ddd2bb;
	font-size: 12px;
	font-family: Georgia, Times, Arial;
	width: 100%;

	border-top: 1px solid #d7cbb2;
	border-left: 1px solid #d7cbb2;
	border-bottom: 1px solid #c5b28d;
	border-right: 1px solid #c5b28d;
}

select.decorative {
	background-color: #ddd2bb;
	font-size: 12px;
	font-family: Georgia, Times, Arial;
	width: 100%;

	border-top: 1px solid #d7cbb2;
	border-left: 1px solid #d7cbb2;
	border-bottom: 1px solid #c5b28d;
	border-right: 1px solid #c5b28d;
}

/* decorative elements */
#decor1 {
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;

	z-index: 1;
}

/* google search */
.gs-result {
}

.gs-title {
}

input.gsc-input {
	background-color: #ddd2bb;
	font-size: 12px;
	font-family: Georgia, Times, Arial;
	padding: 5px;
	padding-top: 0;
	padding-bottom: 0;

	border-top: 1px solid #d7cbb2;
	border-left: 1px solid #d7cbb2;
	border-bottom: 1px solid #c5b28d;
	border-right: 1px solid #c5b28d;

	height: 19px;
	width: 150px;
}

input.gsc-search-button {
	background-color: #ddd2bb;
	font-size: 12px;
	font-family: Georgia, Times, Arial;
	padding: 5px;
	padding-top: 0;
	padding-bottom: 0;

	border-top: 1px solid #d7cbb2;
	border-left: 1px solid #d7cbb2;
	border-bottom: 1px solid #c5b28d;
	border-right: 1px solid #c5b28d;
}
