@charset "utf-8";
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #cccc99  url(images/body_bg.jpg);
	background-attachment: fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
}

a:link, a:visited {
	text-decoration: none;
}

h1 {
	font-size: 20px;
	color: #ff9c00;
	font-weight: normal;
	margin: 0;
	padding: 0;
	margin-bottom: 12px;

}

h2 {
	font-size: 12px;
	font-weight: normal;
	margin: 4px 0;
	padding: 0;
}

p {
	color: #4b4a4a;
	line-height: 16px;
	margin: 0;
	padding: 0;
}

#container { 
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ffffff;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
} 
#header { 
	height: 223px;
	position: relative;
	background:  url(images/header_bg.jpg) no-repeat;
	
} 
#logo {
	width: 160px;
	height: 120px;
	position: absolute;
	
	margin-left: 115px;
}

#hor_nav {
	width: 560px;
	position: absolute;
	margin-left: 320px;
	padding: 20px 0 0 0;
}


#hormenu_div {
	width: 140px;
	float: left;
	text-align: center;
}

#hormenu_div a{
	color: #ffffff;
	padding-left: 10px;
	background:  url(images/white_arrow.gif) no-repeat 0 60%;
}


#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 10px 15px;
}
#mainContent { 
	width: 615px;
	float: left; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer { 
	clear: both;
	height: 77px;
	 /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:  url(images/buildings.gif) no-repeat;
	text-align: center;
} 
#footer p {
	color: #cccccc;
	font-size: 11px;
	padding-top: 55px;
	 /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	 /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}


.top_oferta {
	float: left;
	width: 190px;
	height: 300px;
}

.top_oferta img {
	width: 181px;
	height: 120px;
	overflow: hidden;
	padding: 4px;
	border: 1px solid #cccccc;
}

.top_oferta p {
	font-size: 11px;
	padding-top: 4px;
	height: 140px;
}

.top_oferta_price {
	font-weight: bold;
	font-size: 15px;
	color: #c50505;
}

.top_oferta_plosht {	
	font-weight: bold;
}

.more_button {
	display: block;
	background:  url(images/more_button.jpg) no-repeat;
	padding: 5px 28px 8px 10px;
	width: 58px;
	height: 13px;
	margin-top: 8px;
	font-size: 11px;
}

#imot_button {
	font-family: Arial;
	display: block;
	padding: 21px 0px 0px 90px;
	width: 108px;
	height: 53px;
	color: #4d4d4d;
	font-size: 14px;
	border: 1px solid #c0c0c0;
	margin-bottom: 5px;
}

#imot_button:hover {
	border: 1px solid #ffba4d;
	color: #000000;
}

#imot_button.active{
	border: 1px solid #ffba4d;
	color: #000000;
}

#bank_banner {
	font-family: Arial;
	display: block;
	color: #4d4d4d;
	font-size: 14px;
	border: 1px solid #c0c0c0;
	margin-bottom: 5px;
	width: 198px; 
	height: 241px; 
	padding: 0; 
	background:  url(images/bank_credit.jpg) no-repeat;
}

#bank_banner h1 {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	
	margin: 14px 0 0 30px;
	color: #e6482a;
}

#bank_banner p {
	margin: 22px 0 0 20px;
	font-size: 12px;
}

.search {
						
						padding: 0px 5px 3px 12px;
						margin-bottom: 10px;
						border: 1px solid  #ffa900;
						
						background-color: #fbffd7;
						height: 145px;
}

.search fieldset {
						float: left; 
						width: 180px;
						text-align: center;
						padding: 5px 0;
						border: 1px solid #CCCCCC;
						margin-top: 2px;
						margin-right: 5px;
						}						


.search legend {
						margin-left: 20px;
						margin-bottom:5px;
						font-size: 11px;
						color: #0033CC;
						}



.search label {
						font-size: 11px;
						}	


.search input{
						width: 50px;
						height: 13px;
						 }
						
.search select {
						width: 180px;
					
						}
						
						
.input_div {
						float: left; 
						width: 190px; 
						height: 36px;
						margin-right: 10px;
						
						}
						
#search_button {
						line-height: 40px;
						background: url(images/search_button.gif) no-repeat;
						padding: 5px 17px 10px 27px;
						font-size: 11px;
						text-decoration: none;
						color: #ffffff;
						}		
	

.product {
						border: 1px solid #f5f1e6;
						height: 83px;
						padding: 5px;
						margin-bottom: 5px;
						background:  #ffffff;
						}
						
					
						
.product a {			
						text-decoration: none;
						color: #2f4500;
						}
						
						
.product a:visited {			
						text-decoration: none;
						color: #8a6b01;
						}
						
											
						
.product h1 {
						
						margin: 0;
						margin-left: 115px;
						padding: 0;
						padding-bottom: 5px;
						border-bottom: 1px solid #cccccc;
						font-size: 12px;
						font-weight: bold;
						}						
						

.product p {
						text-indent: 0;
						margin: 0;
						padding: 0;
						margin-top: 4px;
						font-size: 11px;
						line-height: 12px;
						}

.product img {
						float: left;
						width: 98px;
						height: 73px;
						margin-right: 10px;
						padding: 2px;
						border: 1px solid  #CCCCCC;
						background-color: #ffffff;
						}
						
						
.left {
						width: 190px;
						float: left;
						padding: 10px 10px 0 0;
						}
						
						
.values {
						font-weight: bold;
						}
												

						
.right {
						width: 400px;
						
						float: left;
						}


.right img	{
						width: 400px;
						height: 300px;
						margin: 0;
						padding: 5px;
						border: 1px solid  #CCCCCC;
						background-color: #ffffff;
						}


#small_picture {		
						float: left;
						width: 68px;
						height: 50px;
						margin: 3px;
						padding: 2px;
						border: 1px solid  #CCCCCC;
						background-color: #ffffff;
						
						}
						
						
						
#product_details h1 {
						border-bottom: 1px dotted #3a5402;
						padding-bottom: 5px;
						text-align: center;
						color: #3a5402;
						}


						
#product_details h2 {
						margin:0;
						padding:0;
						padding-left: 10px;
						padding-bottom: 5px;
						font-size: 12px;
						font-weight: normal;
						margin-bottom: 4px;
						background: url(images/bullet.gif) no-repeat 0 35%;
						border-bottom: 1px solid  #CCCCCC;
						}
					
#description {
						clear: both; 
						line-height: 16px;
						font-weight: normal;
						border: 1px solid #CCCCCC;
						padding: 10px;
						margin-bottom: 10px;
						margin-top: 20px;
						}
						
#contactForm{
						
						
						margin-bottom:  10px;
						margin-top: 10px;
						padding: 10px;
						border: 1px solid  #CCCCCC;
						
						}

#contactForm input {
						width: 235px;
						margin-bottom: 5px;
						}
						
						
						
#contactForm label {
						font-size: 11px;
						font-weight: normal;
						margin-bottom: 2px;
						}
						
						
#contactForm textarea{
						width: 332px;
						height: 100px;
						margin: 0;
						padding: 0;
						margin-bottom: 5px;
						}
						
#contactForm .button {
						width: 90px;
						margin-left: 70px;
						}
						
#back_button {
						display: block;
						width: 57px;
						height: 25px;
						background: url(images/back_button.gif) no-repeat;
						margin: 0;
						padding: 5px 0 0 35px;
						font-size: 11px;
						text-decoration: none;
						color: #ffffff;
						margin: 0 auto;
						}

.aboutusul {
						width: 520px;
						color: #4b4a4a;
						list-style: none;
						}

.aboutusul li {
						margin-bottom: 5px;
						background: url(images/check_icon.gif) no-repeat 0 1px;
						padding-left: 20px;
						}
						
.aboutususlugi{
						width: 520px;
						color: #4b4a4a;
						list-style: none;
						}						
						
.aboutususlugi li {
						margin-bottom: 5px;
						background: url(images/check_icon.gif) no-repeat 0 1px;
						padding-left: 20px;
						}
						
.pagenav {
						margin-bottom: 10px;
						}
						
						
.link_on {
						color: #000000;
						text-decoration: none;
						padding: 2px;
						}
						
						
.link_on:hover {
						color: red;
						
						}
						
						
.link_off {
						border: 1px solid #ffa900;
						padding: 2px 4px;
						background: #ffffff;
						color: red;
						text-decoration: none;
						}