/*
*	SKARLUPKA SERVICE INC.
*      ________             ________             ________
*     /\   ____\           /\   ____\           /\_______\  
*     \ \  \___/           \ \  \___/           \/_/\  \_/
*      \ \_____  \          \ \_____  \            \ \  \
*       \/____/\  \     __   \/____/\  \     __     \_\  \__	 __
*         /\_______\   /\_\    /\_______\   /\_\   /\_______\   /\_\
*         \/_______/   \/_/    \/_______/   \/_/   \/_______/   \/_/ 
*
*/
body {
  	/*color: #325050;*/
  	background-image: url("../background/back3.jpg");
	background-color: #202020;
	background-attachment: fixed;
  	font-family: Verdana, Helvetica, Arial, sans-serif;
  	font-size: 70%;
}

a:link {
    text-decoration: none;
	color: white;
}

a:visited {
    text-decoration: none;
	color: white;
}

a:hover {
    text-decoration: underline;
	color: white;
}

a:active {
    text-decoration: underline;
	color: white;
}

#trans {
	background: #101010;
	opacity: 0.5;
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

#trans-top {
	background: #101010;
	opacity: 0.5;
	position: relative;
	z-index: -1;
	top: 0;
	height: 50px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding: 0px 40px;
}

/**************************************************************/
/************************** Nav-Bar ***************************/
/**************************************************************/
#cssmenu {
  width: 70%;
  top: 0;
  left: 15%;
  right: 15%;
  background: #000000;
  padding: 4px 0;
  position: fixed;
  z-index: 9998;
  opacity: 0.9;
  border-radius: 15px;
}

#cssmenu:before {
  content: '';
  display: block;
}

#cssmenu:after {
  content: '';
  display: table;
  clear: both;
}

#cssmenu ul {
  list-style-type: none;
  position: relative;
  display: block;
  font-size: 12px;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #006699;
  border-radius: 15px;
}

#cssmenu ul:before {
  content: '';
  display: block;
}

#cssmenu ul:after {
  content: '';
  display: table;
  clear: both;
}

#cssmenu li {
  display: block;
  float: left;
  margin: 0;
  padding: 4px 2% 0px 2%;
  white-space: nowrap;
}

#cssmenu li a {
  float: left;
  color: #A79787;
  text-decoration: none;
  height: 24px;
  padding: 4px 0px 0px 0px;
  margin-right: 5%;
  font-weight: normal;
}

#cssmenu li:hover,
#cssmenu .active {
  text-decoration: none;
  border-bottom: 2px solid #006699;
  border-right: 2px solid #006699;
  border-radius: 15px;
}

#cssmenu li:hover a {
  color: #fff;
}

#cssmenu .active a {
  color: #fff;
  font-weight: 700;
}

/**************************************************************/
/*************************** HEADER ***************************/
/**************************************************************/
#header {
	position:relative;
	width: 70%;
	margin-left: auto;
	margin-right: auto; 
	padding: 10px 40px;
}

#logo {
	width: 60%;
	min-width: 200px;
	position: relative;
	float: left;
}

#logo img {
	width: 100%;
}

#logoAlt {
	position: absolute;
	left: -999px;
}

#headings {
	text-align: center;
	width: 35%;
	min-width: 200px;
	color: #FFCC00;
	position: relative;
	float: right;
}

#headings hr {
	width: 70%;
}

#headings a {
    color: #FFCC00;
}

/**************************************************************/
/*************************** BREAK ****************************/
/**************************************************************/
#page-break {
	margin-top: 30%;
	position: relative;
	width: 100%;
}

/**************************************************************/
/************************** MAIN PAGE *************************/
/**************************************************************/
#main-page {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 20px 40px;
	font-size: 1.2em;
}

#side-info {
	color: white;
	width: 30%;
	min-width: 250px;
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
	position: relative;
}

#summary {
	border: solid;
	padding: 5px;
	background: #006699;
	position: relative;
	border-radius: 7px;
}

#summary h2 {
	text-align: center;
}

#summary li {
	padding: 5px;
}

#map-container {
	border: solid;
	margin-top: 10px;
	padding: 5px;
	background:  #006699;
	position: relative;
	border-radius: 7px;
}

#map-container h2 {
	text-align: center;
}

#holder {
	border-color: #f39c12;
	float: left;
	width: 65%;
	margin-top: 10px;
	margin-bottom: 20px;
}

#block-holder {
	float: left;
	width: 65%;
	margin-top: 20px;
}

#block {
	color: white;
	border-color: #f39c12;
	text-align: center;
	float: left;
	border: solid;
	width: 29%;
	position: relative;
	background:  #006699;
	min-height: 240px;
	margin-top: 20px;
	margin-left: 1.5%;
	padding: 5px 5px;
	min-width: 150px;
	border-radius: 7px;
}

#block p {
}

#block img {
	width: 70%
}

#under-slide-container {
	clear: both;
	margin-top: 20px;
	border: solid;
	border-color: #006699;
	width: 100%;
	background: white;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border-radius: 7px;
}

#under-slide-container img {
	width: 13%;
	min-width: 100px;
	margin: 10px 1.4% 10px 1.4%;
	float: left;
}

/**************************************************************/
/**************************** FOOTER **************************/
/**************************************************************/
#footer {
	margin-top: 10px;
	color: white;
	position: relative;
	text-align: center;
	padding: 20px 40px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

/**************************************************************/
/************************** MACHINING *************************/
/**************************************************************/
#machine-head {
	text-align: center;
	margin-bottom: 10px;
}

#machine {
	width: 40%; 
	float: left; 
	margin-left: 4%; 
	margin-right: 4%; 
	min-width: 250px;
	font-size: 1.5em;
}

#machine img {
	float: left;
	width: 46%;
	border: solid;
	border-radius: 7px;
	border-color: #006699;
	margin: 1%;
}

/**************************************************************/
/************************** LM-DUTY ***************************/
/**************************************************************/
#lmDuty img {
	width: 90%; 
	margin-left: 5%; 
	margin-right: 5%;
}
	
/**************************************************************/
/************************** PRODUCTS **************************/
/**************************************************************/
#product img {
	width: 90%; 
	margin-left: 5%; 
	margin-right: 5%;
}

#product div {
	width: 90%;
	height: 40px;
	background: white;
	margin-right: auto;
	margin-left: auto;
}

/**************************************************************/
/************************** RACE ******************************/
/**************************************************************/
#race-head {
	text-align: center;
	margin-bottom: 10px;
}

#race {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

#race img {
	float: left;
	width: 30%;
	border: solid;
	border-radius: 7px;
	border-color: #006699;
	margin: 1%;
}

/**************************************************************/
/************************** ABOUT ******************************/
/**************************************************************/
#about-us {
	width: 100%;
	border: solid;
	padding: 20px;
	margin-top: 20px;
	background: #006699;
	position: relative;
	border-radius: 7px;	
}

#about-us h2 {
	text-align: center;
}

#about-us ul {
	list-style: none;
}

#about-img{
	width: 100%;
	margin-top: 10px;
}

#about-img-main {
	width: 100%;
	border: solid;
	border-radius: 7px;
	border-color: #006699;
}

#about-img-sub {
	float: left;
	width: 46%;
	border: solid;
	border-radius: 7px;
	border-color: #006699;
	margin: 1%;
}

#about-side-left {
	color: white;
	width: 45%;
	min-width: 250px;
	float: left;
	margin-top: 10px;
	margin-bottom: 20px;
	position: relative;	
}

#about-side-right {
	color: white;
	width: 45%;
	min-width: 250px;
	float: right;
	margin-top: 10px;
	margin-bottom: 20px;
	position: relative;	
}

#towns{
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border: solid;
	padding: 20px;
	margin-top: 20px;
	background: #006699;
	position: relative;
	border-radius: 7px;	
}

