/*
 * default.css - Proscan
 * 
 * Copyright 2013 Piotr Mrówka <mr0wek@Blaszak>
 * 
 * 6.11.2013 - 18:03
 * 
 * Proszę nie edytować, w razie potrzeby dodać nowy styl
 */

body {
  margin: 0px;
  padding: 0px;
  background: #fff;
  font: 0.8em "Trebuchet MS", sans;
}

#maing {
	 position: relative;
	 margin: auto;
	 width: 1000px;
	 }
	 
#headerg {
	position: relative;
	background: #fff url('images/logo.gif') 20% 25px no-repeat;
	width: 1000px;
	height: 140px;
}

#headerg h1 {
	font: 1.2em "Trebuchet MS", sans;
	color: #2B5377;
	position: absolute;
	top: 20px;
	left: 45%;
	}
#headerg a {
	position: absolute;
	top: 25px;
	left: 20%;
	height: 60px;
	width: 267px;
	text-indent: 2000px;
	}
#headerg .linia {
	width: 800px;
	height: 1.5px;
	margin: auto;
	background: #2b5377;
	color: #000;
	position: absolute;
	top: 110px;
	left: 11%;
}

#header {
	position: relative;
	background: #fff url('images/logo.gif') 20px 25px no-repeat;
	width: 1000px;
	height: 140px;
}

#header h1 {
	font: 1.2em "Trebuchet MS", sans;
	color: #2B5377;
	position: absolute;
	top: 20px;
	left: 350px;
	}
	
#header a {
	position: absolute;
	top: 25px;
	left: 20px;
	height: 60px;
	width: 267px;
	text-indent: 2000px;
	}
	
#header .linia {
	width: 800px;
	height: 1.5px;
	margin: auto;
	background: #2b5377;
	color: #000;
	position: absolute;
	top: 110px;
	left: 2.7%;
}

#footer {
	padding-top: 60px;
	background: #ffffff;
	margin: 0 auto 0 auto;
	text-align: center;
	}
	
#footer ul {
	list-style: none;
	margin: auto;
	width: 700px;
	font: 0.7em;
	color: #5F82AD;
	}
	
#footer li {
	display: inline;
	}
	
#footer a {
	text-decoration:none;
	color: #5F82AD;
}

#footer .info {
	border-bottom: 1px solid #000;
}

#footer .footlink {
	padding-top: 10px;
}

#footer .footlink li {
	padding: 0 20px 0 20px;
	width: 100%;
	}

.jimgMenu {
	width: 1000px;
	background: #ffffff;
	overflow: hidden;
	  position: relative;
	margin: 0px;
	padding: 0px;
	padding-top: 40px;
}

.jimgMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	width: 2000px;
	padding: 0px;
	
	}

.jimgMenu ul li {
	float: left;
}

.jimgMenu ul li a {
	text-indent: -1000px;
	background: none repeat scroll 0%;
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:167px;
	height: 429px;

}

.jimgMenu ul li.hobby a {
	background: url(images/m_hobby.jpg) no-repeat scroll 0%;
	border: none;
}

.jimgMenu ul li.industrial a {
	background: url(images/m_industrial.jpg) no-repeat scroll 0%;
	min-width: 650px;
}

.jimgMenu ul li.security a {
	background: url(images/m_security.jpg) no-repeat scroll 0%;

}

/* default 2 */ 
#menu {
	  position: absolute;
	  top: 0;
	  left: 0;
	  background: #2B5377;
	  width: 120px;
	  height: 100%;
	  font-size: 1.5em;
	  }

#main {
	 position: relative;
	 margin: auto;
	 width: 700px;
	 }


#menu ul{
	height: 24px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%
	}
	
#menu ul li {
	margin: 0;
	padding: 0;
	padding-left: 15px;
	width: 80px;
	}
#menu ul li a {
	text-decoration: none;
	color: #ffffc4;
	height: 24px;
	width: 80px;
	background: #2B5377;
	text-align: justifi;
	margin: 1px;
	display: block;
}

#menu ul li a:hover {
	background: #5E87AC !important;
	text-decoration: none;
	color: #fff;
}

h1 {
	font: 2em "Trebuchet MS", sans-serif;
	color: #333;
	}
	
#content {
background: #fff;
margin: 0;
padding: 15px;
width: 850px;
}
