@charset "utf-8";
/* ---------------------------------------------------------------- */
/* -- GENERAL ----------------------------------------------------- */
*
{
	margin: 0px;
	padding: 0px;
}
body
{
	background-image: url(images/layout/bkg.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: fixed;
	background-color: #000000;
	
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #1b1b1b;
	
	margin: 0px 0px 20px 0px;
}
h1,h2,h3,h4
{
	padding: 0px;
}
h1
{
	font-size: 20px;
}
h2
{
	font-size: 18px;
}
h3
{
	font-size: 16px;
}
h4
{
	font-size: 14px;
}
table
{
	border: none;
	border-spacing: 0px;
}
img
{
	border: none;
}
p
{
	padding: 5px 0px 5px 0px;
}
hr
{
	margin: 2px 0px 10px 0px;
	border-color: #333333;
	border-style: dashed;
	border-width: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
}
textarea
{
	font-family: Arial, sans-serif;
	font-size: 16pt;
}
ul
{
	margin-left: 25px;
}
li
{
	list-style-image:url(images/bullet.gif);
}
/* ---------------------------------------------------------------- */
/* -- LINKS ------------------------------------------------------- */
a:link
{
	text-decoration: none;
	color: #1b1b1b;
	font-weight: bold;
}
a:visited
{
	text-decoration: none;
	color: #1b1b1b;
	font-weight: bold;
}
a:hover
{
	text-decoration: underline;
	color: #1b1b1b;
	font-weight: bold;
}
a:active
{
	text-decoration: none;
	color: #1b1b1b;
	font-weight: bold;
}
/* ---------------------------------------------------------------- */
/* -- MENU -------------------------------------------------------- */
#menu
{
	margin: 15px 0px 5px 15px;
}
#menu a
{
	margin: 0px 5px 0px 5px;
	font-size: 15px;
	font-weight: normal;
	text-decoration: none !important;
	text-transform: uppercase;
	color: #ffffff;
	
	/*border-style: solid;
	border-width: 1px;
	border-color: #aaaaaa;
	*/
	padding: 2px 8px 2px 8px;
}
.sub_menu
{
	position: absolute;
	z-index: 3;
	
	background-color: #333333;
	/*
	border-style: solid;
	border-color: #444444;
	border-width: 1px;*/
	display: hidden;
}
.sub_menu a
{
	color: #ffffff;
	text-decoration: none !important;
	display: block;
	padding: 5px 10px 3px 10px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	border-bottom-width: 1px;
	font-weight :normal;
}
.sub_menu a:hover
{
	background-color: #444444;
}
.sub_menu a.title
{
	font-size: 15px;
	font-weight: normal;
	text-decoration: none !important;
	text-transform: uppercase;
	color: #ffffff;
	padding: 2px 8px 2px 8px;
}
/* ---------------------------------------------------------------- */
/* -- LAYOUT ------------------------------------------------------ */
#logo
{
	margin: 25px 0px 0px 25px;
}
#divider
{
	height: 5px;
	background-color: rgba(0, 51, 102, 0.56);
}
#content
{
	position: relative;
	margin-top: 6px;
	padding: 15px;
}
#content div.txt
{
	padding-right: 200px;
}
#images
{
	position: relative;
	margin-top: 15px;
	padding: 15px 8px 15px 8px;
	text-align: center;
}
#images img
{
	margin: 0px 7px 0px 7px;
}
#footer
{
	position: relative;
	color: #ffffff;
	font-size: 14px;
	margin: 15px 0px 0px 55px;
}
#footer h3
{
	font-size: 16px;
	font-weight: normal;
}
#footer a
{
	color: #ffffff;
	font-weight: normal;
}
#footer img
{
	position: absolute;
	top: 5px;
	right: 210px;
}
#sitemap
{
	text-align: center;
	margin-top: 10px;
}
#sitemap a
{
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
	margin: 0px 10px 0px 10px;
}

.pictures
{
	margin:-150px 0px 0px 250px;
}

.boosters
{
	margin:-270px -40px 0px 250px;
	text-align:right;
}
.pipeline
{
	margin:-150px -40px 0px 250px;
	text-align:right;
}
.systema
{
	margin:-300px -40px 0px 250px;
	text-align:right;
}
/* ---------------------------------------------------------------- */
/* -- TABLES ------------------------------------------------------ */
.address
{
	text-align: left;
	font-weight:light;
}
table.tblGallery th, table.tblGallery td
{
	vertical-align: top;
}
table.tblForm
{
	width: 100%;
	border-spacing: 2px;
}
table.tblForm th
{
	width: 100px;
	text-align: left;
	
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: #666666;
	
	padding: 2px 5px 2px 5px;
}
table.tblForm th.missed
{
	border-bottom-color: #333333;
	background-color: #666666;
	color: #eeeeee;
}
table.tblForm td
{
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-bottom-color: transparent;
	padding-left: 10px;
}
table.tblColumns
{
	width: 100%;
	border-spacing: 2px;
}
table.tblColumns td.left, table.tblColumns td.right
{
	width: 50%;
	vertical-align: top;
}
table.tblColumns td.spacer
{
	width: 20px;
}
#gallery
{
	position: relative;
}
#gallery_image
{
	position: relative;
	margin: 0px auto 0px auto;
	height: 350px;
	width: 515px;
	overflow: hidden;
}
#gallery_image img
{
	position: absolute;
	top: 0px;
	left: 0px;
}	
#gallery_images
{
	position: relative;
	margin: 0px auto 0px auto;
	width: 500px;
	height: 40px;
	overflow: hidden;
}
#gallery_images div
{
	position: absolute;
}
img.over
{
	border-color: #ffffff !important;
}
/* ---------------------------------------------------------------- */
/* -- CUSTOM ------------------------------------------------------ */
.content
{
	position: relative;
	z-index: 2;
}
.transBKG
{
	position: absolute;
	top: 0px;
	left: 0px;
	
	z-index: 1;
	width: 100%;
	height: 100%;
}
.transGrey
{
	/*background-color: rgba(255, 255, 255, 0.56);*/
	background-color: #ffffff;
	filter:alpha(opacity=56);
	opacity: 0.56;
	-moz-opacity:0.56;
}
.transBlue
{
	/*background-color: rgba(0, 51, 102, 0.56);*/
	background-color: #003366;
	filter:alpha(opacity=56);
	opacity: 0.56;
	-moz-opacity:0.56;
}
input.btn
{
	padding: 5px 15px 5px 15px;
	text-transform: uppercase;
}
p.error
{
	border-style: solid;
	border-width: 3px;
	border-color: #333333;
	background-color: #666666;
	color: #eeeeee;
	font-weight: bold;
	padding: 8px;
	margin: 10px 0px 10px 0px;
}
/* ---------------------------------------------------------------- */
/* -- Gallery ----------------------------------------------------- */
#image
{
	text-align: center;
}
#gallery
{
}
#gallery img, #image img
{
	border-style: solid;
	border-width: 2px;
	border-color: #333333;
	
	margin: 1px;
}
/* ---------------------------------------------------------------- */