


/* Start:/bitrix/templates/gp-ammo.ru/components/bitrix/menu/topmenu/style.css*/
.top_menu {
	margin:0px;
	padding:0;
	list-style:none;
}
.top_menu li {
	float: left;
}
.top_menu li a, .top_menu li span {
	font-size: 14px;
	padding: 0 21px;
	margin: 0;
	display: block;
	position: relative;
	color:#fff;
	text-transform:uppercase;
}
.top_menu li span {
	text-decoration: underline;
}
.top_menu li span:hover {
	color: #79bf1d;
}
.top_menu li a:hover, .top_menu li a.active {
	color: #79bf1d;
	text-decoration:underline;
}
/* End */



/* Start:/bitrix/templates/gp-ammo.ru/styles.css*/
html, body {
	height: 100%;
}
body {
	background: #fff;
	font: 13px/18px Arial, Helvetica, sans-serif;
	color: #3a3a3a;
	vertical-align: top;
	margin:0;
	padding:0;
}
.wrap {
	position: relative;
	width: 993px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	z-index: 1;
	zoom: 1;
	-webkit-box-shadow: #666 0 0 10px;
	-moz-box-shadow: #666 0 0 10px;
	box-shadow: #666 0 0 10px;
}
.clearFooter {
	background: none;
	height: 122px;
	clear: both;
}

/*global*/
h1, .h1 {
	color: #444e59;
	font-size: 30px;
	margin:0 0 22px 0;
	padding:0;
	font-weight:normal;
	line-height:normal;
}
h2, .h2 {
	color: #444e59;
	font-size: 20px;
	margin:0 0 16px 0;
	padding:0;
	font-weight:normal;
}
h3, .h3 {
	color: #444e59;
	font-size: 18px;
	margin:37px 0 14px 0;
	padding:0;
	font-weight:normal;
}
p {
	margin-bottom: 18px;
	line-height: 18px;
}

img
{
border:none;
font-size:0px;
}

a {
	color: #4a8ca6;
}
a:hover {
	text-decoration: none;
}
.hr {
	border-bottom: 1px solid #dde2e7;
	margin: 0 0 25px;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}
.textCenter {
	text-align: center !important;
}
.textLeft {
	text-align: left !important;
}
.textRight {
	text-align: right !important;
}
.floatLeft {
	float: left;
	margin: 0 20px 10px 0;
}
.floatRight {
	float: right;
	margin: 0 0 10px 20px;
}
.clear {
	clear: both;
}
/*header*/
.header {
	background:url(/img/bg_header.gif) repeat-x 0 0;
	height:91px;
	position: relative;
	zoom: 1;
}
.logo {
	background: url(/img/logo_new.png) no-repeat scroll 0 0 transparent;
	display: block;
	float: left;
	position: relative;
	height: 46px;
	width: 190px;
	margin:21px 0 0 19px;
}
.logo.en {
	background: url(/img/logo_new_en.png) no-repeat scroll 0 0 transparent;
}
.lang{
	float:left;
	font-size:11px;
	margin:23px 0 0 5px;
}
.lang span{
	color:#fff;
	margin-left:14px;
}
.lang a{
	color:#79bf1d;
	margin-left:14px;
}

/*top_menu*/
.topmenu_wrapp
{
	position: relative;
	float: right;
	margin: 32px 25px 0 0;
}

/*content*/
.content {
	position: relative;
	zoom: 1;
	padding: 15px 18px 40px;
}
.cols {
	width: 478px;
	float: left;
}
.cols.right{
	width: 428px;
	padding-left:50px;
}
.content ul.ul {
	margin: 0;
padding:0;
}
.content ul.ul li {
	list-style: none outside none;
	background: url(/img/dotted.gif) 0 9px no-repeat;
	padding-left: 17px;
	margin: 0 0 17px 0;
}
.content ol {
	margin: 0 0 0 30px;
}
.content ol li {
	list-style-type: decimal;
	margin: 0 0 6px 0;
}

.content .contact {
	font-size:14px;
}
.content .contact td{
	padding:0 20px 18px 0;
}

/* footer */
.footer {
	position: relative;
	width: 993px;
	height: 60px;
	margin: 0 auto 0 auto;
	text-align: center;
	z-index: 2;
	font-size: 12px;
	color:#2a2a2a
}
.footer .hr{
	margin:0 18px 15px;
}
.copy {
	float: left;
	position: relative;
	text-align: left;
	margin-left:380px;
	margin-top:8px;
}
.pixel {
	position: relative;
	float: right;
	margin-right:20px;
}
.pixel a {
	text-decoration: none;
	color: #2a2a2a;
	padding-bottom: 15px;
}

/* after */
/* чистка потока, чтобы блок не схлопывался если в нем есть плавающие элементы блоку нужно указать position:relative, zoom:1 и прописать :after*/

.wrap:after, .header:after, content:after, .breadcrumbs:after, .news:after, .nav ul:after {
	content: '';
	clear: both;
	display: block;
	overflow: hidden;
	height: 0;
}

.map
{
background:url(/img/mapcountry.jpg);
width:959px;
height:500px;
position:relative;
}

.map .mappoint
{
position:absolute;
display:block;
text-decoration:none;
color:#3A3A3A;
}

.map .mappoint span
{
display:inline-block;
float:left;
}

.map .mappoint_left
{
background:url(/img/mappoint_left.png) no-repeat;
width:17px;
height:17px;
}

.map .mappoint_center
{
background:#fff;
font-size:13px;
height:17px;
line-height:17px;
padding-right:8px;
color:#444e59;
}

.map .mappoint:hover .mappoint_center
{
text-decoration:underline;
}

.map .mappoint_right
{
background:url(/img/mappoint_right.png) no-repeat;
width:6px;
height:17px;
}
/* End */
