@charset "utf-8";
/* CSS Document */

body	{
	background-color: #FFFFFF;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
}
#container	{
	width: 1000px;
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
}
html>body	#container	{
	width: 100%;
	min-width: 1024px;
}
#header	{
	background-color: #c0c0c0;
	width: 100%;
	text-align: center;
	float: left;
	min-width: 1000px;
}
#header_logo	{
	width: 88%;
	margin-left: 6%;
	padding-top: 30px;
	padding-left: 30px;
	height: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
	color: #000000;
	text-align: left;
	float: left;
}
.red	{
	color: #FF0000;
}
#menu_container	{
	background-color: #000000;
	width: 1000px;
	height: auto;
	float: left;
}

html>body #menu_container	{
	width: 100%;
	min-width: 1000px;
}
#menu {
	width: 88%;
	margin-left: 6%;
	height: auto;
	text-align: left;
	color: #c0c0c0;
	float: left;
	background-color: #000;
	border-left: 1px solid #c0c0c0;
}
#menu ul {
	float: left;
	position: relative;
	margin: 0;
	list-style: none;
}
#menu ul li	{
	float: left;
	display: block;
	list-style: none;
	position: relative;
	background-image: none;
	margin: 0;
	padding: 0;
}

#menu ul li a:link,
#menu ul li a:visited	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #c0c0c0;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	float: left;
	display: block;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #c0c0c0;
}

#menu ul li a:hover	{
	text-decoration: underline;
}

#main_container	{
	width: 90%;
	margin-left: 4%;
	float: left;
	margin-top: 4%;
}

html>body #main_container	{
	margin-left: 5%;
}

.tab_box	{
	width: 100%;
	float: left;
}

ul.tabs {
	margin: 0px; 
	padding: 0px;
}
ul.tabs li {
	list-style: none;
	display: block;
	width: 122px;
	height: 20px;
	background-image: url(../images/tab_active.gif);
	background-repeat: no-repeat;
	background-position: top left;
	float: left;
}
	

ul.tabs li a {
	color:#666;
	padding-left: 10px;
	padding-top: 3px;
	text-decoration:none;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: left;
}

ul.tabs li a:hover {
	color: #000;
}

ul.tabs li a.active {
	color:#000;
} 

.content	{
	width: 100%;
	border: 1px solid #666;
	background-color: #c0c0c0;
	float: left;
	padding: 15px;
	color: #000;
	font-weight: bold;
}

#content_2, #content_3	{
	display: none;
}

#left_content	{
	width: 57%;
	float: left;
	padding-top: 30px;
	text-align: justify;

}
#right_content	{
	width: 365px;
	margin-left: 5px;
	float: right;
	background-image: url(../images/gallery_bg.gif);
	background-repeat: no-repeat;
	background-position: top right;
	height: 425px;
	text-align: center; 
	padding: 10px 5px 10px 5px;
}

html>body #right_content	{
	width: 355px;
}

.message	{
	width: 100%;
	color: red;
	text-align: center;
	background-color: #c0c0c0;
	border: 1px solid #666;
	font-weight: bold;
	padding: 10px;
}

.patent	{
	font-style: italic;
}

th	{
	text-align: left;
	font-size: medium;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
}

a, a:visited	{
	color: #000;
	text-decoration: none;
}

a:hover	{
	text-decoration: underline;
} 

.box	{
	border: 1px solid red;
	color: #000;
	font-size: 105%;
	padding: 10px;
}

.small	{
	font-size: x-small;
	text-align: center;
	font-weight: normal;
	margin: 0;
}
.Surname {

visibility: hidden;
font-size: 4px;

}