/* CSS: style.css */
h1, h2, h3, h4, pre, body, html {
	margin:0;
	padding:0;
	}

p{
	margin-top: 0;
	padding-top: 0;
}
	
a img, :link img, :visited img { border:none; }
ul { }

a{
	outline:none;
}

a:hover
{
	outline:none;
}
/**********************************************/
/* HEADINGS */
h1, h2, h3 { margin-bottom: 3px;
         line-height: 1.5em;
         font-family: Tahoma;
         font-weight: normal; }
h4, h5, h6 { margin-bottom:3px;
                 line-height:1.5em;
                 font-family:Tahoma; }
h1 { font-size:18px; color: #15689a; font-weight: bold; }
h2 { font-size:14px; color: #CA001E; font-weight: bold; }
h3 { font-size:16px; color: #B26419; font-weight: normal; }
h4 { font: normal 16px Tahoma; color: #B26419; }
h5 { font-weight:normal; font-size:1em; }

td {
	font-family: Tahoma;
	font-weight: bold;
	font-size: 12px;
	color: #e8af60;
	padding-top:5px;

}

div{
	font-family: Tahoma;
    font-weight: normal;
    font-size: 12px;
    color: #e8af60;
	text-align:justify;
}

.pTable table tr td
{
	padding-top:10px;
	background:url(../../../graphics/dot.gif) bottom repeat-x; 
}

.pTable table
{
	padding:0px;
	margin:0px;
}

.pTable table tr td b
{
	background:#91303e;
}
/**********************************************/

/* CSS Document */
/* About: Contains all the IDS elements for the structure of the site and other IDS */

/******************************************************
			CONTENT BOXES
******************************************************/

html{ 
	min-width:1000px;	
	background:#91313F url(../../../graphics/bg_repeat.gif) center repeat-y;

}


body{
	margin: 0;
	padding: 0;
	background:  url(../../../graphics/bg.jpg) center top no-repeat;	
	text-align:center;

}
#line
{
	background:  url(../../../graphics/line.gif) center no-repeat;	
	position:absolute;
	top:51px;
	height:82px;
	left:0px;
	width:100%;

}

#a1{
	width: 841px;
	margin: auto;
	text-align: left;
	position:relative;
	z-index: 1;
	min-height:500px;	
	padding:0px 55px;
	overflow:hidden;
}

#footer
{
	padding-top:40px;
	background:url(../../../graphics/footer.gif) center repeat-y;
	width:100%;
	color:#91303E;
	text-align:center;
	padding-bottom:60px;
}

#footer a
{
	color:#91303E;
	text-decoration:none;	
}

#left
{
	width:262px;
	padding-top:105px;
	min-height:275px;
	float:left;
}

.menu,.menu_a
{
	display:block;
	background:url(../../../graphics/point.gif) left 2px no-repeat;
	padding-left:25px;
	font-weight:bold;
	font-family:Tahoma;
	font-size:13px;
	color:#fff;
	text-decoration:none;
	padding-bottom:10px;
}

.menu:hover,.menu_a
{
	color:#e8af60;
	background:url(../../../graphics/point_a.gif) left 2px no-repeat;
}

#top
{
	height:12px;
	width:951px;
	padding-top:40px;
}

#content
{
	min-height:350px;
	width:830px;
}

#polecamy
{
	background:#e8af60 url(../../../graphics/polecamy.gif) no-repeat;
	width:295px;
	padding:50px 25px 10px 10px;
	float:left;
}

#polecamy img
{

}

#polecamy div
{
	color:#91303e;	
}

.head
{
	height:35px;
	background:url(../../../graphics/head.gif) right no-repeat;
	width:730px;
	float:left;
	padding-top:25px;
	color:#91303e;
	font-weight:bold;
	padding-left:10px;
	vertical-align:bottom;
	}

.rightHead
{
	height:20px;
	background:url(../../../graphics/head.gif) no-repeat;
	width:77px;
	float:right;
	padding-top:40px;
	color:#91303e;
	font-weight:bold;
	text-align:right;
	padding-right:10px;
}


.photoDiv
{
	margin:-3px;
	cursor:pointer;
	border:3px solid white;
	float:left;
	margin-left:20px;
	width:115px;
	overflow:hidden;
	height:110px;
	background:black;
}

.photoDiv:hover
{
	border:3px solid #e8af60;
}

#pages a
{
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}
#pages a:hover
{
		color:#e8af60;
}


#pages
{
	text-align:center;
	color:#fff;
}

.photoNews
{
	width:145px;
	heighT:145px;
	overflow:hidden;
	float:left;
	bordeR:5px solid white;
	background:#000;
	cursor:pointer;
	margin-right:10px;
}

.photoNews:hover
{
	bordeR:5px solid #91303e;

}

#polecamy div.newsPrice
{
	margin-top:10px;
	background:#91303e;
	color:#e8af60;
	float:right;
	padding:0px 5px;
}


input.contact,textarea.contact
{
	width:200px;
	border:1px solid #e8af60;
}

label
{
	text-align:left;
	display:block;
}

#right
{
	float:right;
	width:408px;
	padding-top:5px;
	padding-right:18px;
	position:relative;
}

#labelka
{
	position:absolute;
	width:41px;
	height:237px;
	left:-46px;
	bottom:-18px;
}

.form_label
{
	text-align:left;;
}

