@import url(reset.css);
@import url(debug.css);
@import url(form.css);

body
{
	font-family: Verdana, sans-serif;
}
h1
{
	color: #000;
	font-size: 2em;
}
h2
{
	color: #fff;
	font-size: 1.8em;
}
h3
{
	font-size: 1.5em;
	padding-bottom: 1.2em;
}
h4
{
	font-size: 24px;
}
a
{
	color: #ab113f;
}

a:hover
{
	color: #fff;
}

em
{
	font-style: italic;
}
sup
{
	vertical-align: super;
	font-size: .6em;
}

strong
{
	font-weight: bolder;
}

em sup
{
	color: #AB113F;
}

#logo, #auto-cosmetics, #copy { margin-left: 1em;}

#flow
{
	background: #000 url('../img/bg_body.jpg') no-repeat right top;
	color: #999;
	font-family: Arial, Tahoma, sans-serif;
}

#middle
{
	margin-bottom: 90px;
}
/*header***********************************/
#header
{
	color: #fff;
	background: url(/-/img/twist.png) no-repeat left top;
}

#home
{
	margin-left: 300px;
	padding: 0 0 30px 0px;
}

#logo
{
	float: left;
	padding-left: 2.5em;
	
}

#menu
{
	clear: both;
	float: left;
	width: 70%;
	margin-left: 300px;
	padding-bottom: 4em;
}
	#menu a
	{
		color: #eee;
		display: block;
	}
	
	#menu a:hover
	{
		color: #fff;
	}

	
		#menu a.active, #menu a.opened
		{
			text-decoration: none;
			color: #ccc;
		}
		
		#menu a.opened
		{
			text-decoration: underline;
		}
		
	#menu li
	{
		display: inline-block;	
		padding-right: 0;
		vertical-align: top;
	}
		#menu ul li ul li
		{
			display: block;
			padding: 2px 0;			
		}
			#menu ul li ul li a
			{
				color: #ab113f;
				font-size: 1em;
			}
			
			#menu ul li ul li a:hover
			{
				color: #eb2963;
			}
	#menu_about
	{
		width: 45px;
	}	
	#menu_catalog
	{
		width: 210px;
		
	}
	#menu_catalog a
	{
		font-weight: bold;
		margin-top: -3px;
		font-size: 1.3em;		
		white-space: nowrap;
	}
	#menu_catalog ul a
	{
		font-weight: normal;
	}
	
	#menu_repair
	{
		width: 110px;	
	}
	#menu_faq
	{
		width: 80px;
	}
	#menu_contacts
	{
		width: 95px;
	}
	#menu_about, #menu_catalog, #menu_faq, #menu_repair
	{
		margin-right: 5%;
	}
	
	
/*midle******************************************/

#auto-cosmetics
{
	float: left;
	text-align: left;
	font-size: .85em;
	line-height: 1.5em;
	margin-left: 75px;
	padding-bottom: 3em;
}
	#auto-cosmetics a
	{
		color: #fff;
	}
	
	#auto-cosmetics dd a
	{
		color: #ab113f;
	} 
	#auto-cosmetics em
	{
		color: #ab113f;
	}
#about-company
{
	color: #eee;
	width: 70%;
	max-width: 800px;
	margin-left: 300px;
	padding-bottom: 3em;
}

/*Center*******************/	

#brands
{
	float: left;
	width: 250px;	
	text-align: center;
	padding-top:  2em;
}
	
	#brands h1
	{
		color: #fff;
	}
	
	#brands img
	{
		display: block;
		margin: 0 auto 0 auto;
	}

	#brands li
	{
		padding: .5em;
	}

	#brands a
	{
		color: #606366;
		font-size: .8em;
	}
	
	#brands a:hover
	{
		color: #fff;
		font-size: .8em;
	}
	
	#brands p
	{
		margin-top: 2em;
	}

#content
{
	background: #f5f5f5 url(../img/bg_paper.jpg) repeat-y right;
	margin: 0 0 0 250px;	
	padding-bottom: 50px;
}
	
	#content-flow
	{
		background: url(../img/bg_clip.png) no-repeat right center;
	}
	
	#content-logo
	{
		float: left;
		width: 150px;
		margin: 0 25px;
		padding-top: 1.8em;
	}
	
	
	#content-main
	{
		width: auto;
		font-size: .85em;
		margin-left: 200px;
		padding: 2em 0 4em 0;
	}
	
		#content-main h1, #content-main h2, #content-main h3, #content-main h4
		{
			font-family: "Arial Narrow", Arial, sans-serif;
			line-height: 1.2em;		
		}
	
		#content-main h1
		{
			color: #000;
			font-size: 2.6em;
			height: 1.5em;			
		}
		
			#content-main h1 a
			{
				color: #000;
				text-decoration: none;
			}
		
		#content-main h2
		{
			color: #74787c;	
			font-size: 1.8em;
			padding-bottom: .5em;
			height: 1.5em;
		}
			#content-main h2 a
			{
				color: #74787c;
				text-decoration: none;
			}
			
				#content-main h1 a:hover, #content-main h2 a:hover
				{
					text-decoration: underline;
				}
	
		#content-main a
		{
			color: #999;
			clear: both;
		}
		
			#content-main p a:hover
			{
				color: #333;				
			}
		
		#content-main img
		{
			display: block;
			float: left;
			margin-top: 0em;
		}
		
		#content-main p
		{
			color: #000;
			width: 400px;
			line-height: 1.5em;
			float: left;
			padding: 0em 1em 0em 1em;
			
		}	
		
		#content-main small
		{
			font-size: .85em;
			display: block;
			margin-top: 20px;
		}
		
#button_right
{
	position: absolute;
	right: 13px;
}

#astonmartin
{
	position: absolute;
	width: 420px;
	height: 315px;
}
#car-main_glamur
{
	position: relative;	
}

#shade_right
{
	position: relative;
	float: right;
	width: 97px;
	height: 66px;
}
#shade_left
{
	width: 613px;
	position: relative;
	float: right;
	height: 58px;
}
/*background****************************/

#visual-ferari
{

	position: relative;
	top: 2.5em;
	float: left;
	padding-top: 5em;
}	
#visualcar
{
	background: #000 url('../img/bg_visual_car1.jpg') no-repeat bottom left;
	width: 100%;
	float: left;
	position: absolute;
	padding: 1em 0 50px;
}
#visual-ferari img
{
	position: relative;
	float: left;
	top: -35px;
}
	#visualcar a
	{
		display: block;
		color: #606366;
		width: 120px;
		font-size: 0.7em;
		line-height: 1.5em;
		position: absolute;
		top: 33px;
		left: 130px;
	}
	
	#visualcar a:hover
	{
		color: #fff;
	}
	
#line
{
	background: #000 url('../img/line.png') no-repeat;
	position: absolute;
	top: 65px;
	left: 85px;
	width: 61px;
	height: 54px;
}
#visualcar-right
{
	background: #000 url('../img/bg_visual_car_right.jpg') no-repeat bottom right;
	width: 300px;
	position: relative;
	height: 140px;
	bottom: -300px;
	float: right;
}
/*Catalog***********************/
#catalog-news
{
	width: 66%;
	position: absolute; 
	left: 300px;
	float: left;
	margin-top: -45px;
}

	#catalog-news .car
	{
		display: block;
		width: 175px;
	}

	#catalog-news h1
	{
		font-family: "Arial Narrow", Arial, sans-serif;
		color: #fff;
		line-height: 1em;
	}
	#catalog-news .center
	{
		float: none;
		margin: 0 auto;
	}
#scar-ferrari
{
	width: 170px;
	height: 127px;
}
#scar-maybach
{
	width: 170px;
	height: 127px;
}
#scar-mercedes
{
	width: 170px;
	height: 127px;
}
#car-glamur
{
	clear: both;
	float: left;
	width: 100%;
	height: 127px;
	position: relative;
}
/*footer***********************************************/
#footer
{
	width: 100%;
	margin-top: 446px;
	padding-top: 20px;
	color: #606366;
	float: left;
	background: #000;
	position: relative;
}

#copy
{
	float: left;
	padding-right: 1em;
	font-size: 0.7em;
	
}
	#copy span
	{
		color: #f00;
	}
	
#about-retromobile
{
	color: #606366;
	font-size: .7em;
	padding-left: 300px;
	width: 600px;
}	



	#about-retromobile dd
	{
		padding-top: 10px;
	}
	
		#about-retromobile #phone
		{			
			font-size: 3em;
			color: #aa113f;
			font-family: "Arial Narrow", sans-serif;
		}

	#about-retromobile em
	{
		display: block;
		padding: 0 1em 100px 0;
		font-size: 2em;
		float: left;
	}
	
	
		#about-retromobile em sup
		{
			color: #c4d0e0;
		}
#phone
{
	color: #af0841;
	font-size: 2.5em;
	font-family: "Century Gothic";
	padding-top: 0.3em;
}

.retromobile24 a
{
	color: #fff;
	font-size: 1.2em;
	text-decoration: none;
}

.retromobile24
{
	color: #fff;
	font-size: 1.3em;
	font-family: Verdana, Tahoma, sans-serif;
	padding-left: 3em;
}
	
	.retromobile24 sup
	{
		font-size: 0.6em;
		color: #aa113f;
	}
	
	.retromobile24 strong
	{
		font-weight: bold;
	}
	
.car
{
	float: left;
	width: 200px;
	margin-left: 0.8px;
	padding-top: 2em;
}
	.car dd
	{
		padding: 0.5em 0 1em;
	}

		.car dd a
		{
			font-size: .8em;
		}
			
	.car strong
	{
		color: #fff;
		font-size: 1.5em;
		font-weight: normal;
	}
	
	.car em
	{
		font-size: 1.5em;
		font-style: normal;
	}

.clear{clear:both;}
.left{float: left;}
.right{float: right;}

#art
{
	background: url("/-/img/id/ideil-logo.png") no-repeat right bottom;
	height: 70px;
	float: left;
	font-size: 1em;
	padding: 0;
	font-size: 12px;
	margin-top: 40px;
	margin-bottom: 20px;
	line-height: 1.5em;
}

#art em
{
	text-decoration: underline;
	font-style: normal;
}

#art strong
{
	font-size: 1.1em;
}

#art a strong
{
	text-decoration: none;
	font-style: normal;	
	font-weight: normal;		
	color: #fff;
}

#art span a
{
	text-decoration: none;
}