﻿/*  
Theme Name: AMEC
Theme URI: http://www.amec.pl
Description: Template do strony AMEC stworzony przez firmę EXPROMO.
Version: 1.0
Author: EXPROMO
Author URI: http://www.expromo.pl
*/
body {
	margin: 0;
	padding: 0;
	background: #549dc3;
	font-family: Trebuchet MS;
	font-size: 14px;
}
a {
	color:#585453;
	text-decoration: none;
	outline: none;
}
a:hover {
	color:#4690b7;
}
.clear {
	clear: both;
}
h1 {
	text-transform: uppercase;
}
.content980 {
	width:980px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.content980bottom {
	width: 980px;
	height: 349px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.level1, .level2, .level3, .level4, .level5, .level6, .level7 {
	width: 100%;
	float: left;
	clear: left;
}
.level1 {
	height: 31px;
	background: #d3d4d5 url('images/bg1.jpg') repeat-x;
}
.level2 {
	height: 99px;
	background: #216b92 url('images/bg2.jpg') repeat-x;
}
.level3 {
	height: 175px;
	background: #b4b4b6 url('images/bg3.jpg') repeat-x;
}
.level4 {
	height: 349px;
	background: #3882a9 url('images/bg4-full.jpg') repeat-x;
	background-position: center;
	position: relative;
}
.level4-2 {
	height: 349px;
	width: 50%;
	float: right;
	background: #3882a9 url('images/bg4-right.jpg') repeat-x;
}
.level5 {
	height: auto;
	background: #FFF url('images/bg5.jpg') repeat-x;
	background-position: top center;
}
.level6 {
	height: 354px;
	background: #000 url('images/bg6.jpg') repeat-x;
	color:#FFF;
}
.level7 {
	height: 68px;
	background: #216b92 url('images/bg7.jpg') repeat-x;
}
/* Formatowanie górnego menu */
#searchengine {
	position: absolute;
	top: 0;
	right: 10px;
	
}
#searchengine .text {
	background: #FFF url('images/newsbg.jpg') repeat-x;
	background-position: center center;
	margin-right: 10px;
	border: 1px #747474 solid;
	padding: 3px;
	width: 200px;
	margin-top: 3px;
}
#searchengine input.text:hover, #searchengine input.text:focus {
	background: #FFF url('images/searchbg.jpg') repeat-x;
	background-position: center center;
	margin-right: 10px;
	border: 1px #747474 solid;
	padding: 3px;
	width: 200px;
}

#searchengine .button {
	background: #428cb3 url('images/searchbuttonbg.jpg') repeat-x;
	color:#FFF;
	border: 0px;
	font-weight: bold;
	padding: 3px;
	margin-top: 3px;
}
#submenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
}
#submenu ul li {
	display: inline;
}
#submenu ul li a {
	display: block;
	float: left;
	text-transform:uppercase;
	font-weight: bold;
	color:#4d4948;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	padding-bottom: 12px;
}
#submenu ul li a:hover {
	background: #000 url('images/topmenubg.jpg') repeat-x;
	color:#FFF;
	padding-right: 9px;
	padding-left: 9px;
	border-right: 1px #666666 solid;
	border-left: 1px #666666 solid;
	border-bottom: 1px #666666 solid;
}
/* Formatowanie menu drugiego poziomu */
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	float: left;
	display: block;
	width: 14%;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 41px;
	color:#FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
}
#menu ul li a:hover {
	background: #FFF url('images/menubg.jpg') repeat-x;
	color:#4d4948;
	border-right: 1px #cbcbcc solid;
	border-left: 1px #cbcbcc solid;
	padding-left: 0px;
	padding-right: 0px;
}
/* Formatowanie logo */
#logoimage {
	display: block;
	width: 560px;
	height: 175px;
	position: relative;
}
#logoimage a {
	display: block;
	background: url('images/logo.jpg') no-repeat;
	width: 560px;
	height: 175px;
	position: absolute;
	z-index: 25;
}
#logoimage a:hover {
	background: url('images/logoon.jpg') no-repeat;
}
/* Formatowanie głownego bannera z treścią */
#banner {
	width: 980px;
	height: 163px;
	background: url('images/banner.png') repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-top: 320px;
	z-index: 1;
}
.bannercontent {
	width: 500px;
	color:#FFF;
}
/* Formatowanie czarnego paska z funkcjami */
.functions1, .functions2{
	background: url('images/bottom-border.jpg') no-repeat;
	background-position: 90% center;
	height: 354px;
}
.functions1 h3, .functions2 h3, .functions3 h3 {
	text-transform: uppercase;
	color:#FFF;
}
.functions1 {
	float: left;
	width: 35%;
	color:#747474;
}
.functions1 .textfield {
	background: #FFF url('images/searchbg.jpg') repeat-x;
	border: 1px #747474 solid;
	padding: 3px;
	width: 250px;
	margin-bottom: -10px;
}
.functions1 .textarea {
	background: #FFF url('images/textbg.jpg') repeat-x;
	border: 1px #747474 solid;
	padding: 3px;
	width: 250px;
	height: 70px;
	margin-bottom: 5px;
}
.functions1 .buttonsubmit {
	background: #428cb3 url('images/searchbuttonbg.jpg') repeat-x;
	color:#FFF;
	border: 0px;
	font-weight: bold;
	padding: 3px;
	margin-left: 158px;
	width: 100px;
}
.functions2{
	float: left;
	width: 35%;
}
.functions2 a {
	color:#FFF;
	text-decoration: none;
}
.functions2 a:hover {
	color:#4690b7;
}
.functions3 {
	float: right;
	width: 20%;
}
/* Formatowanie newsów */
.newsbox {
	color:#FFF;
	width: 80%;
	margin-bottom: 20px;
}
.newsbox h2 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
.newsbox .date {
	color:#539cc2;
	font-size: 10px;
	font-weight: bold;
}
.date {
	font-size: 10px;
}
/* Formatowanie wyszukiwarki po prawej */
.bottomsearchinfo {
	display: block;
	font-size: 12px;
	margin-bottom: 10px;
}
.bottomsearchfrom {
	text-align: center;
}
.bottomsearchtxt {
	background: #FFF url('images/searchbg.jpg') repeat-x;
	margin-right: 10px;
	border: 1px #747474 solid;
	padding: 3px;
	width: 200px;
}
.bottomsearchsubmit {
	margin-top: 5px;
	width: 100px;
	background: #428cb3 url('images/searchbuttonbg.jpg') repeat-x;
	color:#FFF;
	border: 0px;
	font-weight: bold;
	padding: 3px;
}
/* Spis kolumn */
.leftcolumn {
	float: left;
	margin-bottom: 20px;
}
.leftcolumn h1 {
	margin: 0;
	padding: 5px;
	border-bottom: 1px #bbbdbf solid;
	font-size: 14px;
	width: 650px;
	color:#585453;
	margin-bottom: 10px;
}
.leftcolumntext {
	width: 650px;
}
.leftcolumntext h2 {
	margin: 0;
	padding: 0;
}
.rightcolumn {
	float: right;
	margin-bottom: 20px;
}
.rightcolumn h2 {
	font-size: 14px;
	margin: 0;
	width: 250px;
	padding: 5px;
	border-bottom: 1px #bbbdbf solid;
	margin-bottom: 10px;
	color:#585453;
	text-transform:uppercase;
}
/* Formatowanie szybkiej nawigacji */
.fastnavi ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
}
.fastnavi ul li {
	float: left;
	clear: left;
}
.fastnavi ul li a {
	width: 150px;
	display: block;
	color:#FFF;
	text-decoration: none;
	background: url('images/right.png') no-repeat;
	background-position: left center;
	padding-left: 12px;
}
.fastnavi ul li a:hover {
	color:#4690b7;
	margin-left: 10px;
}
.rightcolumn .fastnavi ul li a {
	color:#585453;
	font-weight: bold;
}
.rightcolumn .fastnavi ul li a:hover{
	color:#4690b7;
}

/* Formatowanie stopki */
#footermenu {
	float: right;
	padding-top: 23px;
}
#footermenu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#footermenu ul li {
	display: inline;
}
#footermenu ul li a {
	float: left;
	padding-left: 7px;
	padding-right: 7px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	color:#FFF;
}
#footermenu ul li a:hover {
	color:#0f0f0f;
}
#footercopyright {
	float: left;;
	color:#FFF;
	font-weight: bold;
	padding-top: 10px;
}
/* Formatowanie do formularza kontaktowego */
.wpcf7-response-output {
	color:#FFF;
	padding: 0 !important;
	border: none !important;
	position: absolute;
	width: 150px;
	top: 250px;
	left: 270px;
}
wpcf7-form-control-wrap {
	border-color: #121212 !important;
}
/* Formatowanie wyników wyszukiwania */
.searchterm1 {
	background: #519bc0 !important;
	color:#FFF !important;
}
/* Preloading */
.preloading {
	display: none;
}
/* Formatowanie Wordpress */
.alignleft {
	float: left;
	margin-right: 5px;
}
.alignright {
	float: right;
	margin-left: 5px;
}