

body, html
{
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
	color:#000;
	line-height:150%;

	background-color:#c7c7c7;
	background-image:url('images/body_bg.jpg');
	background-position:top;
	background-repeat:repeat-x;
	
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;

	height:100%;
}


img
{
	border: none;
}


a:link, a:visited
{
	color: #3a407a;
}


a:hover, a:active
{
	color: #3a407a;
	text-decoration: none;
}




h1
{
	color:#000;
	font-size:24px;
	font-family:"Trebuchet MS";

	margin-top:0px;	
	margin-bottom:18px;
}

h2
{
	color:#3a407a;
	font-size:18px;
	font-family:"Trebuchet MS";

	margin-top:0px;	
	margin-bottom:8px;
}

p
{
	margin-top:0px;
}






#center
{
	width:1000px;
	height:100%;

	margin-left:auto;
	margin-right:auto;
}

#top_menu
{
	height:27px;
}


a.top_menu_item
{
	display:block;
	width:auto;
	height:27px;
	
	text-align:center;
	text-decoration:none;

	background-image:url('images/menu_bg.gif');
}
a.green {background-image:url('images/menu_bg_green.gif');}

a.top_menu_item_a
{
	display:block;
	width:auto;
	height:27px;

	text-align:center;
	text-decoration:none;
}

span.top_menu_item2
{
	display:block;
	width:auto;
	height:27px;
	
	background-image:url('images/menu_l.gif');
	background-position:left;
	background-repeat:no-repeat;
}
a.green span.top_menu_item2 {background-image:url('images/menu_l_green.gif');}

span.top_menu_item3
{
	display:block;
	width:auto;
	height:23px;
	
	padding-top:4px;
	padding-left:4px;
	padding-right:4px;

	background-image:url('images/menu_r.gif');
	background-position:right;
	background-repeat:no-repeat;
	
	font-size:10px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	
	cursor:hand;
}
a.green span.top_menu_item3 {background-image:url('images/menu_r_green.gif');}

a.top_menu_item:hover {background-image:url('images/menu_bg_a.gif');}
a.green:hover {background-image:url('images/menu_bg_a_green.gif');}
a.top_menu_item:hover span.top_menu_item2 {background-image:url('images/menu_l_a.gif');}
a.green:hover span.top_menu_item2 {background-image:url('images/menu_l_a_green.gif');}
a.top_menu_item:hover span.top_menu_item3 {background-image:url('images/menu_r_a.gif');}
a.green:hover span.top_menu_item3 {background-image:url('images/menu_r_a_green.gif');}

a.top_menu_item_a {background-image:url('images/menu_bg_a.gif');}
a.top_menu_item_a span.top_menu_item2 {background-image:url('images/menu_l_a.gif');}
a.top_menu_item_a span.top_menu_item3 {background-image:url('images/menu_r_a.gif');}


#under_top_menu
{
	width:auto;
	height:40px;
	
	background-image:url('images/under_menu_bg.jpg');
}



#news_block
{
	padding:0px 8px;
}

td.news_date
{
	font-size:11px;
	color:#898989;
	font-weight:bold;
	line-height:13px;
}
td.news_title
{
	font-size:11px;
	line-height:13px;
	
	padding-bottom:20px;
}



td.index_model
{
	color:#3a407a;
	font-size:14px;
	font-weight:bold;
	
	padding-top:5px;
	width:114px;
	height:139px;
	background:#fff;
	cursor:pointer;
	vertical-align:top;
}
td.index_model * {cursor:pointer;}
td.index_model a {display:none;text-align:center;position:relative;}

td.index_model div {text-align:center;margin-bottom:-2px;}
td.index_model span
{
	width:104px;
	height:11px;
	margin-bottom:10px;
	padding-left:10px;
	font-size:11px;
	color:#ccc;
	display:block;
}
td.index_model img {display:block;margin-bottom:-10px;}

div#model_zoom {position:absolute;}
div#model_zoom a {color:#c00;font-size:18px;font-weight:bold;font-family:"Trebuchet MS", Tahoma, Verdana, Sans-serif;display:block;padding:10px;text-align:center;background:#fff;border:solid 2px #c00;border-bottom:0;}
div#model_zoom img {display:block;margin:auto;border:solid 2px #c00;}
#models-prev, #models-next {cursor:pointer;}


a.bottom_menu
{
	color:#999;
}



