@import url(thickbox.css);

/**************************************************************
	Basic styles
**************************************************************/
* 							{ margin: 0; padding: 0; }
img 						{ border: 0; }

.margin-top			{ margin-top: 25px; }
.margin-bottom	{ margin-bottom: 25px; }
.margin-left		{ margin-left: 50px; }
.margin-right		{ margin-right: 25px; }
.padding-both		{ padding: 17px 0; }
.no-padding 		{ padding: 0; margin: 0; }
.no-border			{ border: 0; }
.no-display 		{ display: none; }
.center					{ margin: 0 auto; }
.left 					{ float: left; }
.right 					{ float: right; }
.clear 					{ clear: both; }
.block 					{ display: block; }
.bold 					{ font-weight: bold; }
.middle					{ vertical-align: middle; }
.text-left 			{ text-align: left; }
.text-right 		{ text-align: right; }
.text-center 		{ text-align: center; }
.auto 					{ margin: auto; }
.big 						{ font-size: 12px; line-height: 180%; }

a								{ color: #ed1c24; text-decoration: underline; outline: none; }
a:hover					{ text-decoration: none; }
:focus					{ -moz-outline-style: none; }

p								{ text-align: left; padding: 10px 0; }

h1 							{ font: normal 18px Tahoma, Arial, Helvetica, sans-serif; } 
h2 							{ font: bold 15px Tahoma, Arial, Helvetica, sans-serif; }
h3 							{ font: bold 13px Tahoma, Arial, Helvetica, sans-serif; } 

ul, ol					{ padding: 0 0 0 35px; line-height: 180%; }
ul li, 
ol li						{ padding: 3px 0; }
sup 						{ line-height: 5px; font-size: 11px; }


/* Table */
table { width: 100%; margin: 15px 0; border-collapse: collapse; }
table tr th { padding: 10px 5px; background-color: #f6f6f6; text-align: center; }
table tr td { padding: 10px 5px; border-bottom: 1px solid #f6f6f6; }

/* Widths */
.px25 		{ width: 25px; }
.px50 		{ width: 50px; }
.px75 		{ width: 75px; }
.px100 		{ width: 100px; }
.px125 		{ width: 125px; }
.px150 		{ width: 150px; }
.px175 		{ width: 175px; }
.px200 		{ width: 200px; }

/* Messages */	
div.message { height: 28px; margin: 0 0 5px; font-weight: bold; color: #fff; background-repeat: repeat-x; }
div.message p { padding-left: 15px; line-height: 28px; background-repeat: no-repeat; background-position: right 0; }
div.message p img { float: left; margin: 6px 5px 0 0; }
	
	div.message.warning { background-image: url(../images/layout/others/messagewarning-left.jpg); }
	div.message.warning p {  }
	
	div.message.info { background-image: url(../images/layout/others/messageinfo-left.jpg); }
	div.message.info p {  }
	
/* More */
.more { font-weight: bold; color: #000; white-space: nowrap; }

/* IMG */
.left.img { margin: 10px 10px 10px 0; }
.right.img { margin: 10px 0 10px 10px; }

/* PNG Fix */	
* html .png,
* html .gallery a b,
* html .gallery a:hover b {
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
			this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
			this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
			this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
			this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}


/**************************************************************
	Layers
**************************************************************/	
html {	
	background: #fff url(../images/layout/html-bg.gif) repeat-x;
	height: 100%;
}
body {	
	height: 100%;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
	color: #58595b;
	text-align: center;	
	line-height: 165%;
}
body.on { background: url(../images/layout/body-bg.jpg) center 0 no-repeat; }
	
	#container { width: 854px; margin: 0 auto; text-align: left; }
	#mainContent { clear: both; width: 854px; position: absolute; background-color: #fff; }
	
	body.on #mainContent { top: 410px; }
	body.off #mainContent { top: 100px; }
	
	/* Fader */
	#fader { position: absolute; top: 0; left: 50%; width: 50px; height: 20px; line-height: 20px; margin-left: 355px; font-size: 10px; text-decoration: none;
					 text-align: left; padding-left: 15px; background-position: left center; background-repeat: no-repeat; }
	body.on #fader { background-image: url(../images/layout/misc/on.gif) }
	body.off #fader { background-image: url(../images/layout/misc/off.gif) }
	
	/* Globals */
	.more { padding: 0 0 0 20px; font-weight: normal; color: #fff; background: url(../images/layout/misc/arr.gif) left center no-repeat; }
	
	.header { height: 40px; background-position: left center; background-repeat: no-repeat; text-indent: -99999px; }
	
	/******************************
		Top
	******************************/	
	
	/* Logo */
	#logo, #logo a { float: left; width: 250px; height: 68px; }
	#logo { padding: 15px 0 0 18px; margin-bottom: 348px; }
	#logo a { background: url(../images/layout/logo.gif); text-indent: -99999px; }
	
	/* Menu */
	#menu { float: right; height: 49px; margin-top: 22px; padding-right: 10px; }
	#menu li { float: left; height: 49px; list-style: none; padding: 0; background: url(../images/layout/misc/menu-li.gif) left center no-repeat; }
	#menu .first { background: none; }
	#menu li a { float: left; height: 49px; padding: 0 12px; background-position: center bottom; background-repeat: no-repeat; text-indent: -99999px; }
	#menu li a:hover, #menu li.current a { background-position: center top; }
		
		#uslugi { width: 35px; background-image: url(../images/layout/menu/uslugi.gif); }
		#firma { width: 34px; background-image: url(../images/layout/menu/firma.gif); }
		#jak_dzialamy { width: 78px; background-image: url(../images/layout/menu/jak_dzialamy.gif); }
		#porady { width: 41px; background-image: url(../images/layout/menu/porady.gif); }
		#zamowienia { width: 70px; background-image: url(../images/layout/menu/zamowienia.gif); }
		#cennik { width: 45px; background-image: url(../images/layout/menu/cennik.gif); }
		#kontakt { width: 47px; background-image: url(../images/layout/menu/kontakt.gif); }
	
	/******************************
		Content
	******************************/	
	#content { float: left; width: 482px; padding-bottom: 25px; }
		
		/* Headers */
		#co_oferujemy { background-image: url(../images/layout/headers/co_oferujemy.gif); }
		#co_zrobic { background-image: url(../images/layout/headers/co_zrobic.gif); }
		#dzialamy { background-image: url(../images/layout/headers/dzialamy.gif); }
		#jak_pomoc { background-image: url(../images/layout/headers/jak_pomoc.gif); }
		#jak_skontaktowac { background-image: url(../images/layout/headers/jak_skontaktowac.gif); }
		#kim_jestesmy { background-image: url(../images/layout/headers/kim_jestesmy.gif); }
		#ile_kosztuje { background-image: url(../images/layout/headers/ile_kosztuje.gif); }
		
		#private h1 { background-image: url(../images/layout/headers/first.gif) }
		#company h1 { background-image: url(../images/layout/headers/second.gif) }
		#transport h1 { background-image: url(../images/layout/headers/fourth.gif) }
		#pack h1 { background-image: url(../images/layout/headers/third.gif) }
		
		/* Contact */
		address.left { width: 200px; margin: 30px 0 0 0; padding-left: 80px; font-style: normal; }
		address.right { width: 120px; margin: 30px 0 0 0; padding-right: 60px; font-style: normal; }
		
		#GoogleMap { float: right; width: 482px; height: 200px; }
		
		/* Orders */
		.tabs { height: 21px; margin-top: 15px; padding: 0 0 0 10px; border-bottom: 1px solid #adadad; }
		.tabs li { float: left; list-style: none; padding: 0; margin: 0; padding-right: 2px; }
		.tabs li a { float: left; height: 20px; background-color: #eee; line-height: 20px; padding: 0 10px; text-decoration: none; color: #a4a3a3; border: 1px solid #dcdcdc; border-bottom: 0; }
		.tabs li a:hover { text-decoration: underline; }
		.tabs li.current a { padding-bottom: 1px; background-color: #fff; border-color: #adadad; color: #4f4f4f; }
		
			div.tab { padding: 10px 15px; }
		
		/* Gallery */
		.gallery {  }
		.gallery a { float: left; width: 110px; margin-right: 8px; }
		.gallery a img { border: 4px solid #f6f6f6; }
		.gallery a b { position: absolute; width: 18px; height: 18px; margin: 45px 0 0 -6px; background: url(../images/layout/misc/dot.png) no-repeat; }
		
		.gallery a:hover img { border-color: #e30017; }
		.gallery a:hover b { background-image: url(../images/layout/misc/dot-red.png); }
		
		/* Others */
    div.msgsent { text-align: center; font-weight: bold; padding: 15px; color: #e30017; } 
		
	/******************************
		Services
	******************************/
	#services { float: right; width: 350px; padding: 0; }
	#services li { list-style: none; padding: 15px 0 10px 40px; margin-bottom: 1px; background: #f6f6f6 url(../images/layout/misc/arr-2.gif) left center no-repeat; cursor: pointer; }
	#services li:hover, #services li.hover { background: #e6e6e6 url(../images/layout/misc/arr-3.gif) left center no-repeat; }
	#services li b { float: left; width: 42px; height: 36px; margin-right: 25px; background-repeat: no-repeat; }
	#services li h3 a { display: block; height: 20px; margin: 0 0 1px 67px; padding: 0; text-indent: -99999px; background-position: left center; background-repeat: no-repeat; }
	#services li h3 a:hover { border-bottom: 1px solid #000; margin-bottom: 0; }
	#services li p { padding: 0; margin: 0 0 0 70px; }
		
		#first b { background-image: url(../images/layout/misc/first.gif); }
		#first h3 a { width: 205px; background-image: url(../images/layout/headers/first.gif); }
		
		#second b { background-image: url(../images/layout/misc/second.gif); }
		#second h3 a { width: 125px; background-image: url(../images/layout/headers/second.gif); }
		
		#third b { background-image: url(../images/layout/misc/third.gif); }
		#third h3 a { width: 115px; background-image: url(../images/layout/headers/third.gif); }
		
		#fourth b { background-image: url(../images/layout/misc/fourth.gif); }
		#fourth h3 a { width: 65px; background-image: url(../images/layout/headers/fourth.gif); }
	
	/******************************
		Footer
	******************************/
	#footer { clear: both; border-top: 4px solid #e50018; text-align: left; padding-bottom: 50px; }
		
		/* Fast contact */
		#footer dl { overflow: hidden; height: 100%; padding-bottom: 10px; border-bottom: 1px solid #f6f6f6; }
		#footer dl dt { width: 410px; height: 55px; margin: 0; background-image: url(../images/layout/headers/szybki_kontakt.gif); }
		#footer dl dd { float: left; width: 180px; height: 25px; line-height: 25px; font-size: 12px; font-weight: bold; border-bottom: 1px solid #f6f6f6; }
		
		#footer dl .gg, #footer dl .skype, #footer dl .mail { margin-left: 50px; font-size: 11px; font-weight: normal; }
		#footer dl .gg { width: 160px; padding-left: 20px; background: url(../images/layout/misc/gg.gif) left center no-repeat; }
		#footer dl .skype { width: 160px; padding-left: 20px; background: url(../images/layout/misc/skype.gif) left center no-repeat; }
		
		#footer dl .mapa { margin-left: 230px; _margin-left: 115px; border: 0; }
		#footer dl .mapa a { float: left; width: 100px; height: 20px; background: url(../images/layout/headers/mapa_dojazdu.gif) left bottom no-repeat; text-indent: -99999px; }
		
		#footer dl .zamowienie, #footer dl .zamowienie a { float: right; width: 409px; height: 190px; border: 0; }
		#footer dl .zamowienie a { background: url(../images/layout/misc/zamowienie.jpg) right bottom no-repeat; text-indent: -99999px; }
		
		/* Footer link and info */
		#footer ul { float: left; padding: 0; }
		#footer ul li { padding: 5px 10px;; list-style: none; display: inline; border-right: 1px solid #f6f6f6; }
		#footer ul li a { color: #7f7f7f; text-decoration: none; }
		#footer ul li a:hover, #footer ul .current a { color: #e50018; text-decoration: none; }
		
		#footer p { float: right; text-align: right; }
		#footer p a { text-decoration: none; }
		#footer p a:hover { text-decoration: underline; }

	
	
	