/* CSS Document */

#bt_home
{
	position:absolute;
	height:21px;
	z-index:300;
}

#general
{
	width:760px;
	background-color:#FFFFFF;
	height:100%;
	/*overflow:visible;*/
	font-family:arial;
	/*position:relative;*/
}

#general[id]
{
	width:760px;
	background-color:#FFFFFF;
	height:100%;
	/*overflow:visible;*/
	font-family:arial;
}

#outer
{
	background-image:url(img/background_top.jpg);
	width:680px;
	height:81px;
	padding:40px;
	/*overflow:visible;*/
	/*position:relative;*/
}

#outer[id]
{
	background-image:url(img/background_top.jpg);
	width:680px;
	height:81px;
	padding:40px;
	display:table;
	/*position:static;*/
}
      
#middle
{
	/*position:absolute;*/
	top:50%;
}

#middle[id]
{
	display:table-cell;
	vertical-align:middle;
	/*position:static;*/
}
      
#inner
{	
	/*position:relative;*/
	top:-50%;
}

#inner[id]
{
	/*position:static;*/
}

#main
{
	width:760px;
}

#space
{
	float:left;
	width:38px;
}

#content
{
	float:left;
}

#left
{	
	float:left;
}

#meio
{
	width:266px;
	float:left;	
}

#right
{
	width:268px;
	float:left;
}

#menu
{
	width:188px;
}

#textmiddle
{
	width:196px;
	padding-top:40px;
	padding-left:35px;
	padding-right:35px;
	padding-bottom:35px;
	font-size:15px;
}

#bar_vert_menu
{
	width:3px;
	height:300px;
	background-color:#DFAF45;
	float:left;
}

.bar_vert_menu
{
	width:3px;
	height:300px;
	background-color:#DFAF45;
	float:left;
}

#space_menu
{
	width:36px;
	height:258px;
	float:left;
}

#array_menu
{
	width:148px;
	float:left;
}

.bt_menu
{
	font-size:14px;
	font-weight:bold;
	height:42px;
	line-height:42px;
	border-bottom:1px solid #DEDEDD;
	display:block;	
	cursor:pointer; cursor:hand;
}

.link
{
	text-decoration:none;
	color:#4A6171;
}

.link:hover
{
	color:#999999;
}


#ask_home
{
	font-size:25px;
	font-weight:bold;
	color:#DFAF45;
}

.car
{
	border-bottom:1px dashed #969594;
	height:75px;
}

.name_car
{
	font-weight:bold;
	font-size:20px;	
}

.year_car
{
	font-size:10px;
}

.href_more
{
	color:#DFAF45;
	text-decoration:underline;
	font-size:12px;
	font-weight:bold;
}

.button
{
	border:1px solid #DFAF45;
	background-color:#006699;
	color:#FFFFFF;
}

.textbox
{
	border:1px solid #DFAF45;
}

#bottom
{
	display:block;
	height:38px;
	background-color:#DFAF45;
	font-size:12px;
	padding-top:5px;
	color:#FFFFFF;
}