/* CSS Document */

html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/bgr.png) repeat-x top #fbfadc;
	color: #666666;
	font-family: Tahoma, Arial, Helvetica;
	line-height: 1.4;
	font-size:12px;
}

a:link, a:visited {
	color: #2C79B3;
	text-decoration: underline;
}

a:hover, a:focus {
	color: #2C79B3;
	text-decoration: none;
}

a img {
	border: none;
}

p {
	padding:4px 0 4px 0;
	margin:0;	
}

h1 {
	font-size:14px;
	padding:0;
	margin:5px 0 6px 0;
	font-weight:bold;
	letter-spacing:1px;
}

h2 {
	font-size:14px;
	padding:0;
	margin:5px 0 6px 0;
	font-weight:bold;
	letter-spacing:1px;
}

#wrapper {
	padding: 0 0 10px;
	width: 800px;
	margin: 10px auto;
}

#header {
	width:800px;
	height:274px;
	background:url(images/header-bgr.gif) no-repeat top left;
}

#menu {
	font-size:12px;
	font-family:"trebuchet MS", arial, Helvetica, sans-serif;
	height: 200px;
	width:100%;
	margin: 0; 
	padding: 0;
	float: right;
}

#menu ul {
	margin: 50px 0 0 15px; 
	padding: 0;
	list-style: none;
}

#menu li {
	margin: 0; 
	padding: 0;
	float: left;
	background: none;
	cursor: pointer;
	width:145px;
}

#menu li a {
	display: block;
	text-decoration: none;
	line-height: 42px;
	padding: 0 0 0 20px;
	color: #ffffff;
	font-weight: bold;
	outline: none;
	width:100%;
	background:url(images/menu-line.gif) repeat-x top;
}

#menu li a:hover,
#menu li a:focus {
	padding: 0 0 0 22px;
}

#flash {
	width:600px;
	height:250px;
	margin-top:18px;
}

#mainbody {
	width:770px;
	margin:0;
	padding:20px 10px 0 10px;
	background:url(images/main-bgr.gif) repeat-x top #ffffff;
	border-left:5px solid #ffffff;
	border-right:5px solid #ffffff;
	border-top:5px solid #ffffff;
}

.mainbody-bot{
	background:url(images/main-bot.gif) no-repeat bottom;
	margin:0;
	padding:0 0 40px;
	width:800px;
	
}


.search{
	width:100%;
	height:100%;
	float:left;
	background:url(images/vert-line.gif) repeat-y right top;
}

.search h1{
	background:url(images/lupa.png) no-repeat left top;
	padding-left:40px;
	line-height:21px;
}

.content{
	padding:0 0 0 20px;
}

.content b{
	font-weight:normal;
}


#footer {
	font-size:11px;
	float:left;
	margin-top:0;
	width:100%;
	height:40px;
}

.footer-menu {
	text-align:center;
	padding-top:10px;
}

.footer-menu a:link, .footer-menu a:visited {
	padding:0 10px 0 10px;
}



/* FORM  */
form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}
input, select, textarea, .inputbox {
	
}

.inputbox {
	border: 1px solid #CCCCCC;
	padding: 3px;
	background: #FFFFFF;
	width:360px;
}

.button {
	padding: 2px 8px;
	border: 1px outset #A8A8A8;
	background: url(images/grad1.gif) repeat-x;
	font-size: 92%;
	color: #515756;
	font-weight: bold;
}

* html .button { /*IE 6*/
	padding: 1px 5px !important;
}

*+html .button { /*IE 7*/
	padding: 1px 5px !important;
}



.select{
width:120px;
height:20px;
margin:2 auto auto 20px;
}

#offer_row{
  border: 1px solid #cccccc; 
}

a.thumb img {
  border: 1px solid #999999;
  background:#FFFFFF;
  padding:2px;
}

a:hover.thumb img {
  border: 1px solid #999999;
  background:#cccccc;
  padding:2px;
}

/* kipo */

span.kipo {
	padding:13px 0 0 0;
	margin:0;
	width:60px;
	height:16px;
	background: url(../images/kipo.png) no-repeat top;
	float:right;
	line-height:9px;
	white-space:nowrap;
}
span.kipo a {
	font-family:"trebuchet MS", "segoe UI";
	font-size:9px;
	text-decoration:none;
	text-transform:uppercase;
}