@charset "utf-8";
#logo {
	height: 130px;

}
#menu li {
	display: inline;
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
#bottom_menu li {
	display: inline;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#bottom_menu a {
	text-decoration: none;
	color: #000000;
}


#menu {
	height: 135px;
	display: block;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li a {
	height: 135px;
	display: block;
	float: left;
	background-image: url(/images/menu_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	cursor: pointer;
}
#menu .prices a {
	background-position: 0px 0px;
	width: 235px;
}
#menu .services a {
	background-position: -235px 0px;
	width: 125px;
}
#menu .about a {
	background-position: -360px 0px;
	width: 115px;
}
#menu .contact a {
	background-position: -475px 0px;
	width: 145px;
}

#menu .prices a:hover {
	background-position: 0px -135px;
}
#menu .services a:hover {
	background-position: -235px -135px;
}
#menu .about a:hover {
	background-position: -360px -135px;
}
#menu .contact a:hover {
	background-position: -475px -135px;
}


#contacts {
	height: 25px;
}
#contacts p {
	font-size: 14px;
	text-align: right;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
}
#top {
	height: 25px;
}

#logo h1 {
	text-indent: -9999px;
	margin: 0px;
	padding: 0px;
}
#logo a {
	background-image: url(/images/zebra_logo_white_mirror.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	height: 135px;
	display: block;
}
#wrapper {
	background-color: #FFFFFF;
	background-image: url(/images/wrapper_bg.gif);
	background-repeat: repeat-x;
}
#contacts a {
	color: #000000;
	text-decoration: none;
}

#header {
	background-color: #000000;
}

body {
	background-color: #000000;
	background-image: url(/images/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
#box {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background:none repeat scroll 0 0 #000000;
	color:#FFFFFF;
	margin-top: 10px;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
#box h3 {
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	background:none repeat scroll 0 0 #FF6600;
	margin-top:0;
	padding:15px;
}
#box p {
	padding:0 15px;
	margin-top:15px;
}
#box a {
	color: #FF6600;
}

#box h4 {
	margin-left: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-right: 15px;
	padding: 0px;
	font-size: 12pt;
}
#box table {
	margin-left: 15px;
	
	
}
#box th {
	padding-bottom: 5px;
	padding-right: 15px;
}
#box td {
	padding-bottom: 5px;
	padding-right: 15px;
}
#box .vbig {
	font-size: 92pt;
	font-weight: bold;
	float: left;
	line-height: 72pt;
}

