html {
	padding:0px;
	margin:0px;
}
body {
	background-color:#000000;
	color:#FFFFFF;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:10pt;
	margin:0px;
	padding:0px;
}

td {
	color:#FFFFFF;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size:10pt;
}

form {
	margin:0px;
}

img {
	border:0;
}

#igor {
	position:absolute;
	bottom:0px;
	left:0px;
	width:75px;
	height:120px;
	background-image:url("images/powered by igor.jpg");
	background-repeat:no-repeat;
}

#copyright {
	color:#505050;
	position:absolute;
	bottom:0px;
	right:0px;
}

#base {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-350px;
	margin-top:-250px;
	width:700px;
	height:500px;
}

#menu {
	margin:0px;
	padding:0px;
	height:30px;
}

#menu_start_link:link, #menu_start_link:visited {
	display:block;
	float:left;
	width:88px;
	height:20px;
	margin-left:150px;
	background-image:url("images/menu_start.gif");
	background-repeat:no-repeat;
}

#menu_start_link:hover {
	display:block;
	float:left;
	width:88px;
	height:20px;
	margin-left:150px;
	background-image:url("images/menu_start.gif");
	background-repeat:no-repeat;
	background-position:0 -20px;
}

#menu_start_active {
	display:block;
	float:left;
	width:88px;
	height:20px;
	margin-left:150px;
	background-image:url("images/menu_start.gif");
	background-repeat:no-repeat;
	background-position:0 -40px;
}

#menu_showroom_link:link, #menu_showroom_link:visited {
	display:block;
	float:left;
	width:129px;
	height:20px;
	margin-left:24px;
	background-image:url("images/menu_showroom.gif");
	background-repeat:no-repeat;
}

#menu_showroom_link:hover {
	display:block;
	float:left;
	width:129px;
	height:20px;
	margin-left:24px;
	background-image:url("images/menu_showroom.gif");
	background-repeat:no-repeat;
	background-position:0 -20px;
}

#menu_showroom_active {
	display:block;
	float:left;
	width:129px;
	height:20px;
	margin-left:24px;
	background-image:url("images/menu_showroom.gif");
	background-repeat:no-repeat;
	background-position:0 -40px;
}

#menu_contact_link:link, #menu_contact_link:visited {
	display:block;
	float:left;
	width:113px;
	height:20px;
	margin-left:24px;
	background-image:url("images/menu_contact.gif");
	background-repeat:no-repeat;
}

#menu_contact_link:hover {
	display:block;
	float:left;
	width:113px;
	height:20px;
	margin-left:24px;
	background-image:url("images/menu_contact.gif");
	background-repeat:no-repeat;
	background-position:0 -20px;
}

#menu_contact_active {
	display:block;
	float:left;
	width:113px;
	height:20px;
	margin-left:24px;
	background-image:url("images/menu_contact.gif");
	background-repeat:no-repeat;
	background-position:0 -40px;
}

#menu_line {
	width:699px;
	height:1px;
	margin:0px;
	padding:0px;
	font-size:0;
	background-image:url("images/menu_line.gif");
	background-repeat:no-repeat;
	/*border:1px solid red;*/
}

#content {
	padding:20px;
	background-color:#000000;
}

.input_text {
	width:200px;
}

.input_area {
	width:410px;
}

fieldset.contact {
	color:#FFFFFF;
	width:410px;
}

fieldset.contact legend {
	color:#FFFFFF;
	font-weight:bold;
}

#showroom_menu {
	margin-top:16px;
	font-size:13pt;
}

.showroom_menu_link, .showroom_menu_link:visited {
	display:block;
	float:left;
	color:#FFFFFF;
	text-decoration:none;
	width:100px;
}

.showroom_menu_link:hover {
	display:block;
	float:left;
	width:100px;
}

.showroom_menu_link_active {
	display:block;
	float:left;
	width:100px;
	font-weight:bold;
}

