@charset "utf-8";
/* CSS Document */
*
{
margin: 0px;
padding: 0px;
}

a img{
	border:none;
}

a {
	text-decoration:none;
	outline:none;
}

body {
	background:url(images/line.gif) #403e3e repeat-x;
	text-align:center;
}

#content {
	margin: auto;
	top: 0px;
	width: 950px;
	height: 750px;	
}

#head {
	width: 100%;
	height: 185px;	
}

#logo {
	float:left;
	width:678px;
	height:185px;
}

#menu {
	float:right;
	width:172px;
	padding-top:81px;
}

#menu span {
	visibility:hidden;
}

#menu ul {
	list-style:none;
}

#menu li {
	width:172px;
}

#menu a {
	display:block;
	height:20px;
	width:172px;
}

#about {
	background:url(images/about.gif);
}

#about a:hover {
	cursor:pointer;
	background:url(images/about_active.gif);
}

#contacts {
	background:url(images/contacts.gif);
	
}

#contacts a:hover {
	cursor:pointer;
	background:url(images/contacts_active.gif);
}

#gallery {
	background:url(images/gallery.gif);	
}

#gallery a:hover {
	cursor:pointer;
	background:url(images/gallery_active.gif);
}

#row_1 {
	padding-top:70px;
	width: 650px;
	margin: auto;
}

#row_2 {
	width: 650px;
	margin: auto; 
}

#row_1 span, #row_2 span {
	visibility:hidden;
}

#row_1 a, #row_2 a {
	width:254px;
	height:113px;
	display:block;
}

#design {
	float:left;
	width:254px;
	height:113px;
	background:url(images/design.gif);
}

#design a:hover {
	background:url(images/design_active.gif);
}

#garage {
	float:right;
	width:254px;
	height:113px;
	background:url(images/garage.gif);
}

#garage a:hover {
	background:url(images/garage_active.gif);
}

#capital {
	float:left;
	width:254px;
	height:113px;
	background:url(images/capital.gif);
	margin-top:50px;
}

#capital a:hover {
	background:url(images/capital_active.gif);
}

#tours {
	float:right;
	width:254px;
	height:113px;
	background:url(images/tours.gif);
	margin-top:50px;
}

#tours a:hover {
	background:url(images/tours_active.gif);
}


