/* $Id: style.css,v 1.1.2.1 2008/02/14 11:38:36 johnalbin Exp $ */

/*
 * This space intentionally left blank.
 *
 * See template.php to see how Zen styles are added to the page.
 */
 
body {
	padding: 0;
	margin: 0;
	background: #e4e6e5 url("/vertex/img/front_bg.png") repeat-x;
} 
#page {
	width: 999px;
	margin-left: auto;
	margin-right: auto;
}

img {
	border-style: none;
}

body, caption, th, td, input, textarea, select, option, legend, fieldset
{
	font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
}
body
{
    font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
}
#page
{
    font-size: 0.625em;
    line-height: 1.6em;
}

.edit {
	display: none;
}

/* LAYOUT */

#front-main {
	overflow: hidden;
}

#header {
	height: 213px;
	background: url("/vertex/img/header_bg.png") no-repeat;
}

#art {
	float: left;
}

#art {
	float: left;
}

#title {
	padding-top: 75px;
}

#front-footer #block-block-4 {
	float: right;
	text-align: right;
	color: #4c4b4b;
}

#front-footer #block-block-4 a {
	color: #076093;
}

#front-footer #block-block-4 a:hover {
	text-decoration: none;
}

/* MENU */

#primary .links {
	overflow: hidden;
}

#primary ul {
	margin: 0;
	padding: 0;
	text-align: left;
}

#primary li {
	float: left;
	padding: 0 0 0 0;
}

ul.links li {
	display: inline;
	list-style-type: none;
	padding: 0 0.5em;
}

#primary li a {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -10001px;
	height: 29px;
	width: 100px;
}


#primary li#O-KOMPANII a { 
	background-image: url("/vertex/img/O-KOMPANII.png");
	width: 100px;
}
#primary li#USLUGI a { 
	background-image: url("/vertex/img/USLUGI.png");
	width: 78px;
}
#primary li#RABOTY a { 
	background-image: url("/vertex/img/RABOTY.png");
	width: 79px;
}
#primary li#PARTNERY a { 
	background-image: url("/vertex/img/PARTNERY.png");
	width: 88px;
}
#primary li#KONTAKTY a { 
	background-image: url("/vertex/img/KONTAKTY.png");
	width: 91px;
}

#primary li#O-KOMPANII a:hover { 
	background-image: url("/vertex/img/O-KOMPANII_active.png");
	width: 100px;
}
#primary li#USLUGI a:hover { 
	background-image: url("/vertex/img/USLUGI_active.png");
	width: 78px;
}
#primary li#RABOTY a:hover { 
	background-image: url("/vertex/img/RABOTY_active.png");
	width: 79px;
}
#primary li#PARTNERY a:hover { 
	background-image: url("/vertex/img/PARTNERY_active.png");
	width: 88px;
}
#primary li#KONTAKTY a:hover { 
	background-image: url("/vertex/img/KONTAKTY_active.png");
	width: 91px;
}


