/*
Theme Name: Wawa Taxi
Theme URI: http://www.wawataxi.pl
Version: 1.0
Author: Altinet.pl Agencja Interaktywna
Author URI: http://www.altinet.pl/


	WAWA TAXI - strona firmowa
	www.wawataxi.pl
	
	Projekt: Altinet.pl Agencja Interaktywna
	         www.altinet.pl

*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

html {
	font-size: 100%;
}

body {
	margin: 0 auto;
	font: normal 11px Arial, Tahoma, Verdana, Sans-serif;
	color: #7f7f6a;
	border-top: 0px solid #403936;
	border-bottom: 3px solid #403936;
	background: #e9e0c2 url('images/bg.png') no-repeat top center;
}

a {
	color: #414244;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #c01611;
	text-decoration: none;
}

h1, h2 {
	font-size: 13px;
	color: #c01611;
	border-bottom: 1px solid #e6e5e0;
	margin: 0 0 8px 0;
}

.left, .alignleft {
	float: left !important;
}

.right, .alignright {
	float: right !important;
}

.altinet {
	color: #384c67;
	font-weight: bold;
}

.altinet-pl {
	color: #23ace0;
	font-weight: bold;
}

.bold {
	font-weight: bold !important;
}

.clear {
	clear: both;
}

.noBorder {
	border: none !important;
}

.red {
	color: #db0b03 !important;
}

.button, button {
	background: #fff;
	padding: 6px;
	border: 1px solid #fff;
	text-decoration: none;
	color: #414845;
	-moz-border-radius: 4px;
}

	a:hover.button, button:hover {
		color: #c01611;
		border: 1px solid #e9e0c2;
	}

	a:active.button, button:active {
		border: 1px solid #bfbaa7;
	}

#wrapper, #navBar {
	margin: 0 auto;
	width: 900px;
}
#wrapper { position:relative; }


#top {
	margin: 0 auto;
	width: 900px;
	height: 156px;
	overflow: hidden;
	/* background: url('images/topbg.jpg') no-repeat center; */
}

	#logo {
		float: left;
		margin: 0 0 0 258px;
	}
	
		#logo a {
			margin: 50px 0 0 22px;
			display: block;
			width: 148px;
			height: 72px;
			text-indent: -9999px;
			background: url('images/logo.png') no-repeat top;
		}
	
		#logo a:hover {
			background-position: 0 -72px;
		}
	
		#logo a:active {
			background-position: 0 0;
		}

	#topInfo {
		float: right;
		width: 204px;
		color: #715c0d;
	}
	
		#topInfo h2 {
			margin: 26px 0 22px 0;
			font-size: 11px;
			font-weight: bold;
			color: #403936;
			border: none !important;
		}
		
		#topInfo p {
			margin: 10px 0 11px 0;
			clear: both;
			padding: 0 0 0 21px !important;
		}
		
			#topInfo a {
				text-decoration: none;
			}
			
			#topInfo a:hover span {
				color: #000;
			}
		
			#topInfo span {
				font-weight: bold;
				color: #c01611;
			}
		
		.tel {
			background: url('images/icotel.png') no-repeat center left;
		}
		
		.mob {
			background: url('images/icomob.png') no-repeat center left;
		}

#menu {
	margin: 0 auto;
	width: 900px;
	height: 105px;
	overflow: hidden;
	background: url('images/menubg.jpg') no-repeat center;
}

	#mainMenu {
		width: 900px;
		overflow: hidden;
		height: 64px;
		font-size: 13px;
	}
	
		#mainMenu ul {
			margin: 0 4px;
		}
	
		#mainMenu li {
			list-style: none;
			float: left;
			height: 61px;
			background: url('images/menuli.png') no-repeat bottom right;
		}
		
			#mainMenu .last {
				background: none !important;
			}
		
		#mainMenu a {
			display: block;
			padding: 21px 21px 19px 20px;
			height: 21px;
			color: #5b5b5b;
			font-weight: bold;
			text-decoration: underline;
		}
		
			#mainMenu a:hover, #mainMenu li:hover a {
				text-decoration: none;
				background: url('images/menuhover.png') repeat-x bottom;
			}
		
			#mainMenu a:active {
				text-decoration: none;
				background: none !important;
			}
			
			#mainMenu .active span, #mainMenu .current_page_item span {
				color: #fff;
			}
			
				#mainMenu li .current_page_item span {
					font-weight: bold;
				}
			
			#mainMenu .active a, #mainMenu .current_page_item a {
				text-decoration: none;
				background: url('images/menuactivea.png') no-repeat bottom center;
			}

			#mainMenu .right a:hover, #mainMenu .home a:hover {
				text-decoration: none;
				background: none !important;
			}

		#mainMenu span {
			color: #b3b3b3;
			text-decoration: none;
		}

			#mainMenu a:hover span {
				color: #fff !important;
			}

				#mainMenu li ul {
					margin: 0 0 0 -3px;
					padding: 8px 0;
					position: absolute;
					visibility: hidden;
					z-index: 9999;
					width: 220px;
					-moz-border-radius: 0 0 10px 10px;
					-webkit-border-radius: 0 0 10px 10px;
					background: url('images/menu-drop-bg.png') no-repeat top !important;
				}

				#mainMenu li ul li {
					float: none;
					display: inline;
				}

				#mainMenu li ul li a {
					padding: 3px 24px;
					font-size: 11px !important;
					font-weight: normal;
					text-decoration: underline !important;
					/* border-bottom: 1px solid #5a5a5a; */
					background: transparent !important;
				}

				#mainMenu li ul li a:hover {
					text-decoration: underline;
					color: #fff;
				}

	#subMenu {
		width: 900px;
		height: 41px;
		overflow: hidden;
		color: #3f3f3f;
	}
	
		#subMenu .left {
			margin: 12px 0 0 20px;
		}
		
		#subMenu strong {
			color: #272727;
			padding: 0 4px;
		}
	
		#subMenu a {
			padding: 4px;
			color: #272727;
			text-decoration: none;
			font-weight: normal;
		}
		
		#subMenu a:hover {
			color: #c01611;
		}
		
		#subMenu a:active {
			background: #fff;
		}
		
		#subMenu .right {
			margin: 12px 20px 0 0;
			color: #b6b6b0;
			font-weight: bold;
		}
		
			#subMenu .right span {
				font-weight: normal;
				color: #92928f;
				padding: 0 8px 0 0 !important;
				float: left;
			}
		
			#subMenu .right a {
				color: #92928f !important;
			}
			
			#subMenu .right a:hover {
				color: #5d5d52 !important;
			}
			
			#subMenu .right a:active {
				color: #92928f !important;
			}
			
				#subMenu .active {
					background: #fff !important;
				}

#container {
	width: 900px;
	overflow: hidden;
	padding: 12px 0;
	color: #64570d;
	line-height: 19px;
}

	#container ul {
		margin: 0;
		padding: 0;
	}

	#container li {
		list-style: square inside;
	}

	#homeAdvants {
		width: 477px;
		float: left;
	}
	
		#homeAdvantsHead {
			padding: 7px 0;
			height: 32px;
		}
	
		#homeAdvants h1 {
			float: left;
			border-bottom: none;
			font-size: 13px;
			margin: 0 18px 0 0;
			color: #272727 !important;
		}
		
			#homeAdvants h1 span {
				color: #bb130e !important;
			}
			
			#homeAdvants .button {
			}
	
		#homeAdvantsBox {
			width: 469px;
			height: 212px;
			padding: 0 0 0 8px;
			background: url('images/homeadvants.png') no-repeat;
		}
		
			#homeAdvantsBox img {
				margin: 0 0 4px 0;
			}
		
			#homeAdvantsBox a {
				display: block;
				text-decoration: none;
				width: 90px;
				height: 87px;
				float: left;
				color: #272727;
				margin: 8px 8px 0 8px;
				padding: 8px 0 0 0;
				overflow: hidden;
				line-height: 12px;
				text-align: center;
			}
			
			#homeAdvants a:hover {
				background: url('images/adv-ico-bg.png') no-repeat;
			}
			
			#homeAdvants a:active {
				background: none;
			}
	
	#homeSlides {
		width: 423px;
		height: 258px;
		float: right;
		position: relative;
	}
	
		#homeSlides ul {
			margin: 0;
			padding: 0;
			list-style: none;
		}
	
		#homeSlides li {
			margin: 0;
			padding: 0;
			list-style: none;
			overflow: hidden;
		}
	
		#homeSlides li {
			width: 423px;
			height: 258px;
			overflow: hidden;
		}
	
		#prevBtn, #nextBtn,
		#slider1next, #slider1prev{
			position: absolute;
			top: 478px;
			z-index:1001;
			text-indent: -9999px;
			}
			
		#prevBtn, #slider1prev{
			width:66px;
			height:53px;
			}			
			
		#nextBtn, #slider1next{
			margin-left: 378px;
			width:45px;
			height:53px;
			}
			
		#prevBtn a, #nextBtn a,
		#slider1next a, #slider1prev a{  
			display:block;
			}
			
		#prevBtn a, #slider1prev a {
				width:66px;
				height:53px;
				background: url('images/prevbtn.png') no-repeat;
			}

		#nextBtn a, #slider1next a {
				width:45px;
				height:53px;
				background: url('images/nextbtn.png') no-repeat;
			}





	#content {
		float: left;
		width: 625px;
	}
	
		#content strong {
			color: #181818;
		}
	
		#content p {
			margin: 0 0 12px;
		}
	
		#contentTop {
			width: 625px;
			height: 10px;
			background: url('images/content-top.png') no-repeat;
		}
	
		#contentMain {
			width: 569px;
			padding: 8px 28px 11px 28px;
			background: url('images/content-bg.png');
		}
		
			#contentMain .alignleft {
				padding: 2px 8px 2px 0;
			}
		
			#contentMain .alignright {
				padding: 2px 0 2px 8px;
			}
	
		#contentBottom {
			width: 625px;
			height: 3px;
			background: url('images/content-bottom.png') no-repeat;
		}

		.entryTop {
			width: 569px;
			overflow: hidden;
			margin: 0 0 12px 0;
			border-bottom: 1px solid #e6e5e0;
		}
		
			.entryTop h1, .entryTop h2 {
				float: left;
				border: none !important;
				margin: 0 !important;
			}
			
			.entryTop .right a {
				padding: 0 8px;
			}
			
			.print {
				display: block;
				float: left;
				margin: 4px 0 0 0;
				width: 16px;
				height: 14px;
				text-indent: -9999px;
				background: url('images/ico-print.png') no-repeat;
			}

			.small {
				padding: 0 2px 0 12px !important;
				font-size: 10px;
			}
			
			.medium {
				padding: 0 2px !important;
				font-size: 12px;
			}
			
			.big {
				padding: 0 2px !important;
				font-size: 14px;
			}

		.entryBot {
			width: 569px;
			overflow: hidden;
			padding: 4px 0 0 0;
			margin: 14px 0 0 0;
			border-top: 1px solid #e6e5e0;
			text-align: right;
			font-size: 10px;
		}
		
			.entryBot a {
				padding: 0 4px;
				color: #a9a490;
				text-decoration: none;
			}
			
			.entryBot a:hover {
				color: #6f6b5a;
			}

		.entryBotNews {
			width: 569px;
			overflow: hidden;
			padding: 0;
			margin: 0 0 18px 0;
			border-bottom: 1px solid #e6e5e0;
			text-align: right;
			font-size: 10px;
		}
		
			.entryBotNews a {
				padding: 0 4px;
				color: #a9a490;
				text-decoration: none;
			}
			
			.entryBotNews a:hover {
				color: #6f6b5a;
			}

	#sider {
		float: right;
		padding: 12px 0 0 28px;
		width: 247px; /* 275px */
	}

#yellowBox {
	width: 100%;
	height: 99px;
	background: url('images/yellowbg.png') repeat-x;
}

	#yellowBoxW {
		margin: 0 auto;
		width: 900px;
		height: 99px;
		overflow: hidden;
		background: url('images/yellow-wbg.png') no-repeat;
	}

	#partnersL {
		float: left;
		width: 690px;
		margin: 20px 0 0 0;
	}
	
		#partnersL a {
			padding: 0 32px 0 0;
		}

	#offerPdf {
		float: left;
	}
	
		#offerPdf a {
			margin: 18px 0 0 0;
			padding: 24px 0 0 70px;
			display: block;
			color: #414845;
			width: 165px;
			height: 75px;
			text-decoration: none;
			background: url('images/offer-pdf.png') no-repeat;
		}
		
		#offerPdf a:hover {
			color: #db0b03;
			background: url('images/offer-pdf-hover.png') no-repeat;
		}
		
		#offerPdf a:active {
			color: #414845;
			background: url('images/offer-pdf.png') no-repeat;
		}
		
		#offerPdf span {
			clear: both;
			color: #9d9565 !important;
		}
		
		#yellowInfo {
			float: left;
			width: 400px;
			line-height: 17px;
			color: #64570d;
			margin: 35px 0 0 28px;
		}
		
		#yellowRed {
			margin: 24px 44px 0 0;
			float: right;
			color: #ffd100;
			text-align: right;
		}
		
			#yellowRed .bold {
				margin: 2px 0 8px 0;
			}
		
			#yellowRed p {
				margin: 2px 0 0 0;
			}

			#yellowRed a {
				color: #fff;
				text-decoration: none;
			}

			#yellowRed a:hover {
				color: #ffd100;
			}

			#yellowRed a:active {
				color: #fff;
			}

#partners {
	width: 100%;
	background: #f2ebd8;
}

	#partnersW {
		margin: 0 auto;
		width: 900px;
		overflow: hidden;
	}

	#partners div {
		padding: 8px 0;
	}

#navBar {
	padding: 16px 0;
	color: #9da5a1;
	font-weight: bold;
}

	#navBar strong {
		color: #414845 !important;
	}

	#navBar span {
		color: #6d7471;
		text-decoration: none;
	}

	#navBar a:hover span {
		color: #414845;
		text-decoration: none;
	}
	
	#navBar a {
		color: #bebfaf;
		padding: 10px 8px;
		font-weight: normal;
		text-decoration: underline;
	}
	
	#navBar a:hover {
		color: #414845;
	}
	
	#navBar a:active {
		background: #f2ebd8;
	}

.cennikTable {
	border-top: 1px solid #bfbba7 !important;
	border-left: 1px solid #bfbba7 !important;
}

.cennikTable tr:hover {
	background: #fff !important;
}

	.cennikTable td {
		padding: 5px;
		border-right: 1px solid #bfbba7 !important;
		border-bottom: 1px solid #bfbba7 !important;
	}

#footer {
	width: 100%;
	overflow: hidden;
	background: #fff url('images/footbg.png') repeat-y center;
}

	#footW {
		margin: 0 auto;
		width: 900px;
		color: #87877c;
	}

		.footContact {
			padding: 0 4px;
			font-weight: normal;
		}

		.footlink {
			font-weight: bold;
			margin: 0 12px 0 0;
			padding: 12px 64px 12px 0;
			background: url('images/logo-small.png') no-repeat center right;
		}

		#footW strong {
			color: #626259;
		}

		#footW a {
			text-decoration: none;
		}

		#footW a:active {
			color: #414244;
		}

		#footW div {
			padding: 24px 0;
		}
		
		#footW .right {
			background: url('images/altinet.png') no-repeat center right;
			padding-right: 22px;
		}
		
		#footW .right a {
			padding: 14px 0;
			color: #656559;
		}
		
			#footW .right a:hover {
				color: #1f1f1b;
			}
			
.grayTxt { color:#555 !important; }

#wishesBg { 
	background-color:#000; 
	position: fixed; 
	height: 100%; 
	width: 100%; 
	display: block; 
	left: 0pt; 
	top: 0pt; 
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 1002;
}

#wishes { 
	background:#fff url('images/newYear.png') no-repeat 5px 50%;  
	position:absolute;
	padding:15px 10px 15px 120px;
	width:220px;
	min-height:128px;
	margin-left:-180px;
	top:250px;
	left:50%;
	z-index:1003;
	font:bold 18px/34px Arial;
	text-align:center;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	box-shadow:0 0 10px #ccc;
	text-shadow:1px 1px 1px #ddd;
}

#wishes strong { color:#C01611; text-shadow:1px 1px 1px #ccc; }
#wishes img { position:absolute; right:5px; top:5px; }
#wishes img:hover { cursor:pointer; }

.onlineTxt { line-height:30px !important; margin:18px 20px 14px 0 !important; }
.onlineTxt a { display:block !important; }

.onlineHolder { position:absolute; top:0; left:0; }
.onlineHolder a { background:url('images/onlineLeftBg.png') no-repeat left top; color:#fff; text-decoration:none; height:48px; padding-left:25px; display:block; font-weight:bold;  }
.onlineHolder a span.innerTxt { background:url('images/onlineRightBg.png') no-repeat right top; color:#fff; height:48px; line-height:47px; display:block; padding-right:25px;  }
.onlineHolder a span.yellowTxt { color:#ffd100; text-decoration:blink; }

.onlineHolder a:hover { background:url('images/onlineLeftBg.png') no-repeat 0 -48px; }
.onlineHolder a:hover span.innerTxt { background:url('images/onlineRightBg.png') no-repeat 100% -48px; }
