/*
 *Common
 */
html, body
{
	margin: 0;
	padding: 0;
	height: 100%;
}

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
}

.close
{
	clear: both;
}

ul
{
	margin-left: 15px;
}

ol
{
	margin-left: 20px;
}

a img
{
	border: none 0;
}

img.left
{
	float: left;
	margin: 0 10px 10px 0;
}

img.right
{
	float: right;
	margin: 0 0 10px 10px;
}

/*
 *Main
 */
body
{
	font-size: 62.5%;
	background: url(../media/images/body-bg.gif) top center no-repeat #fff;
}

div#wrapper
{
	position: relative;
	text-align: left;
	margin: 0 auto -190px;
	width: 960px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background-color: #fff;
	font-size: 1.2em;
	line-height: 1.6em;
}

	div#header
	{
		position: relative;
		width: 960px;
		height: 105px;
		text-align: center;
		background: url(../media/images/header-bg.gif) repeat-x #fff;
	}
	
	div#headercontainer
	{
		position: relative;
		width: 960px;
		height: 196px;
		overflow: hidden;
		background: url(../media/images/header-image-bg.gif) repeat-x #fff;
	}
	
	div#menubar
	{
		position: relative;
		width: 960px;
		height: 35px;
		overflow: hidden;
		background: url(../media/images/menubar-bg.gif) repeat-x #fff;
	}
	
	div#main
	{
		position: relative;
		padding: 15px 0;
		width: 960px;
	}
	
		div#left
		{
			position: relative;
			width: 250px;
			float: left;
		}
		
			div.mod
			{
				position: relative;
				width: 250px;
			}
			
				div.modhead
				{
					position: relative;
					padding: 0 10px;
					width: 228px;
					height: 43px;
					border: 1px solid #f09721;
					background: url(../media/images/modhead-bg.gif) left top repeat-x #f09721;
				}
				
				div.modbody
				{
					position: relative;
					padding: 10px;
					width: 228px;
					border: 1px solid #565656;
					background: url(../media/images/modbody-bg.gif) left bottom repeat-x #6D6D6D;
				}
		
		div#center
		{
			position: relative;
			padding: 0 10px 0 20px;
			width: 340px;
			float: left;
		}
		
		div#right
		{
			position: relative;
			padding: 0 10px;
			width: 320px;
			float: left;
		}
		
		div#rightcontainer
		{
			position: relative;
			padding: 0 10px 0 20px;
			width: 680px;
			float: left;
		}
		
			div.object
			{
				position: relative;
				padding: 10px;
				margin: 0 0 10px 0;
				width: 658px;
				height: 102px;
				border: 1px solid #e1e1e0;
				background: url(../media/images/object-bg.gif) left top no-repeat #fff;
				overflow: hidden;
			}
			
				table.objectinfo
				{
					width: 440px;
				}
			
			div#detailimage
			{
				position: relative;
				width: 336px;
				height: 224px;
				text-align: center;
				border: 2px solid #e1e1e0;
				background: url(../media/images/detailimage-bg.gif) left top no-repeat #fff;
				overflow: hidden;
			}

	div#footerspace
	{
		position: relative;
		height: 190px;
	}

div#footer
{
	position: relative;
	width: 100%;
	min-width: 960px;
	height: 190px;
	background: url(../media/images/footer-bg.gif) top center no-repeat #fff;
}

	div#innerfooter
	{
		position: relative;
		padding: 10px 10px 0 10px;
		margin: 0 auto;
		width: 940px;
		height: 180px;
		background: url(../media/images/innerfooter-bg.gif) left top repeat-x #fff;
	}

/*
 *Text
 */	
h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, "Times New Roman", Times, serif;
}

p, a, ul, ol, th, td, form, fieldset, label, input, textarea
{
	font-family: Arial, Helvetica, sans-serif;
	color: #494949;
}

h1
{
	font-size: 2.2em;
	font-weight: normal;
	line-height: .9em;
	color: #f09721;
}

h2
{
	font-size: 1.6em;
	font-weight: normal;
	line-height: 2.2em;
	color: #494949;
}

a
{
	color: #EB9029;
}

div.object h2
{
	line-height: 1.2em;
}

div.object h2 a
{
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1em;
	text-decoration: none;
	color: #494949;
}

	div.object h2 a:hover
	{
		text-decoration: underline;
	}

div.object h2.price
{
	color: #f09721;
}

div#innerfooter p
{
	font-size: 1.2em;
	line-height: 2.6em;
	text-align: center;
	color: #fff;
}

	div#innerfooter a
	{
		text-decoration: none;
		color: #fff;
	}
	
		div#innerfooter a:hover
		{
			text-decoration: underline;
		}
		
div#innerfooter p.copyright, div#innerfooter p.nb
{
	font-size: 1em;
	line-height: normal;
	text-align: left;
	color: #494949;
}

	div#innerfooter p.nb
	{
		float: right;
	}
	
	div#innerfooter p.nb a
	{
		color: #494949;
		text-decoration: underline;
	}
	
/*Pdf*/
a.pdf
{
	display: block;
	height: 30px;
	padding: 2px 0 0 26px;
	text-decoration: none;
	color: #494949;
	background: url(../media/images/icon-pdf.gif) left top no-repeat #fff;
}
	
	a.pdf:hover
	{
		text-decoration: underline;
	}

/*Doc*/
a.doc
{
	display: block;
	height: 30px;
	padding: 2px 0 0 26px;
	text-decoration: none;
	color: #494949;
	background: url(../media/images/icon-doc.gif) left top no-repeat #fff;
}
	
	a.doc:hover
	{
		text-decoration: underline;
	}
	
/*Show map*/
a#showmap
{
	display: block;
	height: 34px;
	padding: 0 0 0 26px;
	text-decoration: none;
	color: #494949;
	background: url(../media/images/icon-map.gif) left center no-repeat #fff;
}

	a#showmap:hover
	{
		text-decoration: underline;
	}

/*Printen*/
a.print
{
	display: block;
	float: right;
	height: 30px;
	padding: 7px 28px 0 0;
	text-decoration: none;
	color: #494949;
	background: url(../media/images/icon-printer.gif) right top no-repeat #fff;
}

	a.print:hover
	{
		text-decoration: underline;
		cursor: pointer;
	}
	
/*Paging*/
p.paging
{
	font-size: 1em;
}

	p.paging a
	{
		display: block;
		width: 20px;
		height: 20px;
		border: 1px solid #999;
		background-color: #494949;
		float: left;
		margin: 0 6px 0 0;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}
	
		p.paging a:hover, p.paging a.current
		{
			border: 1px solid #f0d761;
			background-color: #f09721;
		}

/*Navigation*/
ul#nav
{
	margin: 0;
	list-style: none;
}

	ul#nav li
	{
		float: left;
	}
	
		ul#nav li a
		{
			display: block;
			padding: 0 1em;
			font-size: 1.2em;
			line-height: 2.5em;
			text-decoration: none;
			color: #fff;
			float: left;
		}
		
			ul#nav li a:hover
			{
				color: #faa70f;
				background: url(../media/images/menu-item-hover-bg.gif) top center;
			}

/*Images*/
div#left img, div#right img, div#center img
{
	border: 2px solid #565656;
}

ul#headerimage
{
	margin: 0;
	list-style: none;
}
	
div#offer
{
	height: 110px;
	overflow: hidden;
}

div#offer li
{
	list-style: none;
	float: left;
}

	div#offer li img
	{
		margin-right: 33px;
		border: 2px solid #faa70f;
	}
	
a img.lang
{
	border: 1px solid #808080;
	margin: 8px 1em 0 0;
	float: right;
}

	a:hover img.lang
	{
		border: 1px solid #fff;
	}
	
div#main div.object a.thumb,
div#main div#right a.thumb
{
	display: block;
	width: 146px;
	height: 96px;
	margin: 0 5px 6px 0;
	text-align: center;
	border: 2px solid #e1e1e0;
	background: url(../media/images/thumb-bg.gif) left top no-repeat #fff;
	float: left;
}

	div#main div.object a.thumb:hover,
	div#main div#right a.thumb:hover
	{
		border: 2px solid #494949;
	}
	
		div#main div#right a.thumb img, div#main div#right a.thumb:hover img
		{
			border: none 0;
		}

div#main div#detailimage img
{
	border: none 0;
}

div#main div.object a.moreinfo
{
	position: absolute;
	left: 634px;
	bottom: 0;
	display: block;
	width: 42px;
	height: 42px;
	background: url(../media/images/button-moreinfo.gif) left top no-repeat;
}

	div#main div.object a.moreinfo:hover
	{
		background-position: right top;
	}

	div#main div.object a span
	{
		display: none;
	}
	
/*Forms*/
div.formrow
{
	position: relative;
	padding-bottom: 1em;
}

form, fieldset
{
	border: none 0;
}

legend
{
	display: none;
}

div.mod label
{
	color: #fff;
}

div.mod select
{
	width: 100%;
}

div.mod input#searchsubmit
{
	width: 90px;
	height: 30px;
	color: #494949;
	border: none 0;
	background: url(../media/images/searchsubmit-bg.gif) no-repeat;
	float: right;
}

div#rightcontainer label
{
	width: 200px;
	float: left;
}

div#rightcontainer label.nofloat
{
	width: auto;
	float: none;
}

div#rightcontainer input, div#rightcontainer textarea
{
	padding: 3px;
	width: 400px;
	border: 1px solid #ccc;
}

div#rightcontainer input.medium
{
	width: 200px;
}

div#rightcontainer input.small
{
	width: 66px;
}

div#rightcontainer input.radio, div#rightcontainer input.checkbox
{
	width: auto;
	border: none;
}

div#rightcontainer textarea
{
	font-size: 1em;
	height: 10em;
	overflow: auto;
}

div#rightcontainer input#submit
{
	width: 90px;
	height: 30px;
	color: #494949;
	border: none 0;
	background: url(../media/images/submit-bg.gif) no-repeat;
}

p.remark
{
	font-size: .9em;
	margin-bottom: 10px;
}

p.error
{
	padding: 0 0 46px 46px;
	background: url(../media/images/alert.gif) left top no-repeat #fff;
	font-weight: bold;
	color: #b6020e;
}