@charset "UTF-8";
/* This CSS File was created by www.pixelateddesign.co.uk */
/* This is free if you have purchased this templete please contact us useign the email */
/* info@pixelateddesign.co.uk along with the amount you payed for your website */

/* This file remains property of www.pixelateddesign.co.uk however this is free to use for personal use */

body {
	margin:0px;
	padding:0px;
	background-attachment: scroll;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#content_container {
	margin-left:auto;
	margin-right:auto;
	width:900px;
	min-height: 900px;
	/*background-attachment: scroll;*/
	/*background-image: url(../images/vagoncenter3.png);;*/
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	/*background-position: right center;*/
	background-position: center center;

	padding-top: 120px;
	padding-bottom: 120px;
}

#logo_container {
	height:90px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#main_container {
	display: block;
	/*нахрен этот div внутри bottom_bar_black*/
	height:90px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

#logo_image {
	display: block;
	width:275px;
	height:95px;
	margin-left:10px;
	margin-top:15px;
	float:left;
	/*background-image: url(../images/logo.png);*/
}

#top_bar_black {
	display: block;
	position: fixed;
	top: 0px;

	width:100%;
	height:120px;
	background-color:#000000;

	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#bottom_bar_black {
	display: block;
	position: fixed;
	bottom: 0px;

	width: 80%;
	background-color:#000000;

	padding-left: 10%;
	padding-right: 10%;

	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#nav_block {
	width: 500px;
	height:90px;
	float:right;
}

.nav_button {
	width: 100px; /*This number you can edit when you need to add more with to fit your text inside the button */
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-left:5px;
	margin-top:35px;
	text-align:center;
	float:left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.nav_button:link {
	text-decoration:none;
}

.nav_button:hover {
	text-decoration:none;
	background-color:#333333;
}

#header {
	width:500px;
	margin-top:100px;
	/*margin-bottom:250px;*/
	margin-bottom:125px;
	float: left;
}

.header_content_mainline {
	font-size:35px;
	color:#000000;
	width:500px;
	font-style: italic;
}

#header_content_tagline {
	font-size:12pt;
	color:#333333;
	width: 100%;
	font-style: italic;
}

#header_content_boxline {
	font-size:35px;
	color:#000000;
	width:400px;
	font-style: italic;
}

#header_content_lowerline {
	font-size:35px;
	color:#FFFFFF;
	font-style: italic;
}

#header_content_boxcontent {
	font-size:12pt;
	color:#333333;
	width:400px;
	font-style: italic;
}

#header_lower_header {
	font-size:35px;
	color:#FFFFFF;
	font-style: italic;
}

#header_lower_text {
	font-size:12px;
	color:#CCCCCC;
	width:400px;
}

#header_lower {
	width: calc(50% - 40px);
	float:left;
	margin-right:40px;
}

/*Warning removing this means you must pay for this templete if you remove this you will be located and this will result in payment being required*/

#copywriteblock {
	margin-left:auto;
	margin-right:auto;
	width: 900px;
	color:#333333;
	font-size:10px;
	margin-top:10px;
	text-align:right;
	text-decoration:none;
	margin-bottom:10px;
}

.form_login {
	margin: 10px;
	height: 30px;
}

	.form_login input {
		border-radius: 10px;
		padding: 5px;
		margin: 10px;
		border: 0pt;
		font-size:10px;
	}

		.form_login input:hover {
			background: lightblue;
		}

.simple_link {
	color: lightblue;
	text-decoration: none;
}

	.simple_link:hover {
		color: white;
	}

.button_pokupka {
	border-radius: 10px;
	padding: 5px;
	border: 0pt;
	font-size:20px;
	background: yellow;
	text-decoration: none;
}
	.button_pokupka:hover {
		background: orange;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	}

.link_warning {
	font-size: 14pt;
	color: blue;
	border-bottom: 1px dashed blue;
	text-decoration: none;
}

.link_help {
	font-size: 10pt;
	color: blue;
	border-bottom: 1px dashed blue;
	text-decoration: none;
}
	.link_help:hover {
		color: red;
		border-bottom: none;
	}

.white_list {
	background: white;
	border-radius: 10px;
}

.img_screenshot {
	width: 128px;
	height: 72px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	margin: 10px;
}

	.img_screenshot:hover {
		cursor: pointer;
	}

.img_screenshot_big {
	width: calc(100% - 20px);
	height: (100% - 20px);
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	margin: 10px;
}