@charset "utf-8";
@import "reset-min.css";

html {
	font-family:Arial;
	font-size:10pt;
	color:#4b4b4b;
	height:100%;	
}

body {
	height:100%;	
}

#flash_intro {
	position:absolute;
	top:50%;
	left:50%;
	width:650px;
	height:650px;
	margin-left:-325px;
	margin-top:-325px;
}

#container {
	width:100%;
	height:100%;
}

#left {
	width:311px;
	vertical-align:top;
}

#left li {
	text-indent:-9999px;
}

#left .btn_catalog a {
	display:block;
	width:311px;
	height:24px;
	background-image: url(../images/menu_01.gif);
	background-repeat: no-repeat;
}


#left .btn_concept a {
	display:block;
	width:311px;
	height:20px;
	background-image: url(../images/menu_02.gif);
	background-repeat: no-repeat;
}


#left .btn_about a {
	display:block;
	width:311px;
	height:20px;
	background-image: url(../images/menu_03.gif);
	background-repeat: no-repeat;
}


#left .btn_contact a {
	display:block;
	width:311px;
	height:20px;
	background-image: url(../images/menu_04.gif);
	background-repeat: no-repeat;
}

#left .btn_dealer a {
	display:block;
	width:311px;
	height:46px;
	background-image: url(../images/menu_06.gif);
	background-repeat: no-repeat;
}

#left .btn_shopping a {
	display:block;
	width:311px;
	height:40px;
	background-image: url(../images/menu_07.gif);
	background-repeat: no-repeat;
}

#left .btn_others a {
	display:block;
	width:311px;
	height:40px;
	background-image: url(../images/menu_08.gif);
	background-repeat: no-repeat;
	margin-bottom:30px;
}


#left .btn_home a {
	display:block;
	width:311px;
	height:35px;
	background-image: url(../images/menu_05.gif);
	background-repeat: no-repeat;
}

#right {
	text-align:center;	
	height:100%;
}

#right .top_margin {
	margin-top:64px;	
}

#right .top_margin_contact{
	margin-top:50px;
}

#right form table td {
	text-align:left;
	width:380px;
	padding:8px;	
}

#right input[type=text] {
	width:340px;
}

#right textarea {
	width:340px;
	height:100px;
}

#alert {
	font-size:8pt;
	color:#ff0000;
	line-height:200%;
	margin:10px 0;	
}

.form_massage {
	font-size:8pt;
	line-height:200%;
	margin:10px 0;	
}

#right .shopping {
	background-image:url(../images/bg_shopping.gif);
	background-repeat:no-repeat;	
}

#right .dealer {
	background-image:url(../images/bg_dealer.gif);
	background-repeat:no-repeat;	
}

#right form {
	text-align:left;	
}

.top {
	vertical-align:top;	
}


.rat_left {
	text-align:left;	
}

