body {
	background-color: #fff;
	background-image: url('../img/bg.png');
	background-repeat: repeat-x;
	padding: 0;
	margin: 0;
	width: 1250px;
	height: 100%;
	font-family: Tahoma, Verdana, serif, sans-serif;
	font-size: 12px;
	text-align: left;

}
h1{font-size: 25px; color: #d71c03; font-weight: normal; font-family: tahoma;}
h2{font-size: 11px; color: #10589b; font-weight: bold; font-family: tahoma; margin: 0; padding: 0; float: left;}
h3{font-size: 14px; color: #636363; font-weight: bold; font-family: tahoma; margin: 0; padding: 0; float: left;}
img {
	border: 0px;
}
a:link 
{
	font-weight: normal;
	color: #d71c03;
	text-decoration: underline;
	background: transparent;
}
a:visited 
{
	font-weight: normal;
	color: #d71c03;
	text-decoration: underline;
	background: transparent;
 }
a:hover 
{
	font-weight: normal;
	color: #d71c03;
	text-decoration: underline;
	background: transparent;
}
a:active 
{
	color: #d71c03;
	text-decoration: underline;
}

#top {
	width: 1200px;
	height: 263px;
	margin: 0;
	padding: 0;

}
#topLeft {
	width: 335px;
	height: 190px;
	background-image: url('../img/hipermarkety-logo.jpg');
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	float: left;
}
#topRight {
	width: 589px;
	height: 190px;
	margin: 0;
	padding: 0;
	float: left;
}
#topSlogan{
	width: 335px;
	height: 73px;
	background-image: url('../img/slogan-sklepy.png');
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	float: left;
}
#topSearch{
	width: 589px;
	height: 73px;
	background: #c5c5c5;
	margin: 0;
	padding: 0;
	float: left;
}
#searchContent{
	margin: 23px;
	padding: 0;
	float: left;
}
#main {
	width: 1250px;
	margin: 0;
	padding: 0;
	float: left;
}
#mainLeft {
	width: 335px;
	margin: 0;
	padding: 0;
	float: left;
	font-size: 11px;
}
#mainContent {
	width: 589px;
	margin: 0;
	padding: 0;
	float: left;
	background: #fff;
}
#mainRight {
	width: 250px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: right;
}
#mainContentContener {
	margin: 10px;
	padding: 0;
	float: left;
}
#footer {
	text-align: left;
	width: 600px;
	padding: 10px;
	background-color: #f2f2f2;
}
