
/* Layout Stylesheet */ 

body {
	margin: 0; 
	padding:0;
	color: #000000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
}

.widthFull {
	width:100%;
}
.fontArial {
	font-family: Arial, Helvetica, sans-serif;
}
.sizeSmall {
	font-size:12px;
}

#bar-top {
	height:30px; 
	background: #000000;
	color: #ffffff;
	border: solid #ffffff;
	border-width: 2px 0; 
	padding-top:5px;
	vertical-align:middle;
}

#bar-lang {
	text-align:right; 
	margin:0 auto 0 auto;
	width:850px;
}

input {
	border:1px solid #ffff00;
}

#outer {
	width:850px;
	margin:0 auto 0 auto;
}

#logo-top {
	height: 100px; 
	padding:0;
	margin: 0;
	background: url(images/adamov-main-logo-8501.jpg) no-repeat 0 0;
}
#bar-bottom {
	height: 20px;
	position:relative; 
	background: #000000; 
	border: solid #ffffff; 
	border-width: 1px 0;
	color:#ffffff;
	padding:5px 0 0 0;
	clear:both;
}

#bodydiv {
	position:relative;
	border:1px solid #000000;
	background: #dcdcdc;
	color: #333333;
	padding:0;
	text-align:left;
	float:left;
}

#content { 
	width:650px;
	background: #ffffff;
	margin:0;
	float:left;
}
#contpadd { 
	margin:0;
	margin-left:20px;
	padding:5px;
}

#links_right {
	background-color:#dddddd;
	float:right;
	width:180px;
}

.gen_header {
	border-left:10px solid #ffaa00;
	background-color:#c4d5f5;
	padding:5px;
	
	
}
 
/* Presentation Stylesheet */ 
 
p-:first-letter {
 font-size: 100%; 
 font-weight: bold;
 color:blue;
 }
 
.tableList td {
	background:#eeeeee;
	padding:5px;
}

a.general:link, a.general:visited {
	text-decoration:none;
	color:#22448d;
} 
a.general:hover {
	text-decoration:underline;
	color:#FF9900;
}
a.white:link, a.white:visited {
	text-decoration:none;
	color:#ffffff;
} 
a.white:hover {
	text-decoration:underline;
	color:#FF9900;
}
a.black:link, a.black:visited {
	text-decoration:none;
	color:#ffffff;
} 
a.black:hover {
	text-decoration:underline;
	color:#ffffff;
}
#links_top {
	height:40px;
	background: #ffffff;
	padding:0;
	margin:2px 0 2px 0;
}

div#links_top ul {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style:none;
}
 
div#links_top li {
 	display:inline; 
}
div#links_top- li:hover {
/* 	display:inline; */
	background:#ffdd00;
}

div#links_top a {
	width:121px;
	background:#618ac2;
	margin-left:0px;
	line-height:40px;
	float:left;
	display:list-item;
	text-decoration:none;
	color:#ffffff;
}

div#links_top a:hover {
	text-decoration:none;
	background:#aaee00;
	color:#ffffff;
}

/*---------------------- GALLERY ---*/
.td_gall_out {
	border:1px solid #f5cea0;
	text-align:center;
	padding:3px;
}
.td_gall_on {
	border:3px solid #FF9900;
	text-align:center;
	cursor:pointer;
}

