html {
  height: 100%;
  margin-bottom: 0px; 
}
body {
	
	margin: 0px 0px 0px 0px;
	height: 100%;
	font-size: 12px;
	font-family: arial, verdana, tahoma;
	background-image: url('img/bg2.jpg');
        background-repeat: repeat-x;
	
}

a img { border-width: 0px;}

a:active {  text-decoration: none}
a:link {  text-decoration: none}
a:visited {  text-decoration: none}
a:hover {  text-decoration: underline; cursor:pointer;}


.menutd{
	width:218px;
	/*	background:#F2EDE9;*/
}


div.logoscomp{
	width:850px;
	margin:auto;
	height:24px;
	background-image:url('img/logoscomp.gif'); background-repeat: no-repeat;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.MenuFirstBg{
	height: 15px;
	background:#F2EDE9;
}
div.MenuFirst{
	width: 218px;
	height: 36px;
	background-image: url('img/menunamebg.png');
}
span.MenuFirstSpan{
	position: relative;
	top: 10px;
	left: 10px;
	color: #848483;
}

div.MenuSec{
	width: 218px;
	height: 26px; 
		background:#F2EDE9;
}
span.MenuSecSpan{
	position: relative;
	top: 5px;
	left: 12px;
	color: black;
}
div.MenuSeparator{
	background-color: white;
	margin-top:1px;
}



.menu{
	margin-right: 40px;
	margin-left: 40px;
	border: 0px;
}
.menuUp{
	font-size:12px;
	color: black;
	font-weight:bold;
	text-decoration: none;
	margin-left: 10px;
	font-family: arial;
}

.menuUpOrange{
	font-size:12px;
	color:#FF7F00;
	font-weight:bold;
	text-decoration:none;
	margin-left: 10px;
	font-family: arial;
	
}
.footerMenu{
	padding: 7px;
	font-size: 10px;
	color:gray;
}

#logoscomp{
	background-image: url('img/logoscomp.gif');
	background-repeat: no-repeat;
	width: 850px;
	height: 24px;
	position: relative;
	left: 50%;
	margin-left: -425px;	
}

#tel{
	width: 203px;
	height:71px;
	background-image: url('img/tel.jpg');
	margin: 7px;
}
#dostawy{
	width: 218px;
	height:102px;
	background-image: url('img/dostawy.jpg');
}
#transGratis{
	width: 178px;
	height:61px;
	background-image: url('img/transport.jpg');
	margin: 20px;
}

span.addShopMessage{
	font-size: 10px;
	font-family: tahoma;

}

#baner1{
	margin: auto;
	width: 1000px;
	text-align: center;
}

.button{
	font-size: 11px;
	color:white; width:80px;height:30px;padding-top:7px; text-align: center;
	background:url('../images/graybutton.png');background-repeat:no-repeat;
	cursor: pointer;
}
.buttonG{
	font-size: 11px;
	color:white; width:80px;height:30px;padding-top:7px; text-align: center;
	background:url('../images/graybutton.png');background-repeat:no-repeat;
	cursor: pointer;
	float: left;
}
.buttonR{
	font-size: 11px;
	color:white; width:80px;height:30px;padding-top:7px; text-align: center;
	background:url('../images/redbutton.png');background-repeat:no-repeat;
	cursor: pointer;
	float: left;
}
.tdalert{
	padding: 5px;
	border: 1px solid red;
}
.dash{
	border-bottom:1px dashed gray;
	padding:5px;
}

