/* CSS Document */

html {
	width:100%;
	height:100.1%;
}

body,h1,h2,h3,h4,h5,h6,p,form,fieldset,ul,img {
	margin:0;
	padding:0;
}

body{
	background:url(images/bg.jpg) top left repeat-x #eeeeee;
	font-size:100.1%;
	color:#000000;
	font:Arial, Helvetica, sans-serif;
}

#bg{
	background:url(images/waveBg.jpg) top center no-repeat;
}
#container{
	width:850px;
	margin:0 auto;
	position:relative;
}
#advertsContainer{
	width:850px;
	height:720px;
	background:url(images/containerBg.jpg) 0 395px no-repeat;
	margin:0 auto;
	position:relative;
}
*html #advertsContainer{
	/*background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/containerBg.png",sizingMethod="crop");*/
}	
a img{
	border:none;
}
a {
	color:#000000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

#bps{
	position:absolute;
	top:56px;
	left:56px;
}
#ipf{
	position:absolute;
	top:197px;
	left:56px;
}
#puma{
	position:absolute;
	top:395px;
	left:56px;
}
#castrol{
	position:absolute;
	top:56px;
	right:0;
}
#motul{
	position:absolute;
	top:191px;
	right:0;
}
#shell{
	position:absolute;
	top:310px;
	right:0;
}

#info{
	position:absolute;
	bottom:20px;
	left:325px;
	display:block;
	width:220px;
	height:30px;	
}
#info:hover{
	border-bottom:solid 1px #ffffff;
}
#w2b{
	position:absolute;
	right:65px;
	bottom:10px;
	display:block;
	width:90px;
	height:15px;	
}
#w2b:hover{
	border-bottom:solid 1px #000000;
}
#w2b span{
	display:none;
}

#formContainer{
	width:580px;
	height:330px;
	background:url(images/formBg.jpg) top left no-repeat;
	position:relative;
}

#tanieOleje{
	position:absolute;
	right:150px;
	bottom:100px;
	font-weight:bold;
}


/*form*/
#tit{
	width:460px;
	height:20px;
	position:absolute;
	top:31px;
	left:70px;
	background:none;
	border:none;
}

#e{
	width:460px;
	height:20px;
	position:absolute;
	top:79px;
	left:70px;
	background:none;
	border:none;
}	

#content{
	width:460px;
	height:160px;
	position:absolute;
	top:130px;
	left:70px;
	background:none;
	border:none;
	overflow:hidden;
}

#sendBtn{
	display:block;
	width:100px;
	height:25px;
	position:absolute;
	bottom:5px;
	right:69px;
}
#sendBtn:hover{
	border-bottom:solid 1px #ffffff;	
}

#komunikat{
	position:absolute;
	top:400px;
	left:0;
	width:100%;
	height:5em;
	border:solid 4px #ee3677;
	background-color:#eeeeee;
	text-align:center;
	padding:1em;
	visibility:hidden;
}

#mailInfoText{
	padding-top:1em;
	font-weight:bold;
}




