/*
	global styles
*/



* {
	margin: 0;
	padding: 0;
}

form {
	border: none;
	width: 100%;
}

img {
	border: none;
}

select option {
	padding: 0 4px;
}

body {
	background: #afe14e url(images/bg.gif) repeat-y top left;
	text-align: left;
	margin: 0;
	padding: 0;
	color: #000;
}


.clearer {
	clear: both;
}

.high {
	height: 15px !important;
}



#wrapper {
	width: 990px;
	background: #FFF url(images/bg.gif) repeat-y;
}



/*
	header and menu
*/


#header {
	height: 248px;
	position: relative;
	background-image: url(images/menu_shade.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#header .logo {
	display: block;
	width: 445px;
	height: 214px;
	position: absolute;
	top: 0;
	right: 0;
}

#header .picture {
	display: block;
	border-top: 8px solid #c90405;
}

#header .main-menu {
	height: 48px;
	width: 900px;
	background: #920b0c url(images/menu_bg.gif);
}

.main-menu ul {
	list-style: none outside none;
}

.main-menu img {
	/* fix for IE */
	display: block;
}

.main-menu li {
	float: left;
}

.main-menu li.divider {
	 /* adjust this for menu item spacing */
	/* 		find in LANG styles		     */
}




/*
	main content wrapping & common styles
*/

#content-wrapper {
	/* wrapper for two columns - content and banners */
    min-height: 700px;
    height: auto !important;
    height: 700px;
	background-image: url(images/keys_top.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#content-wrapper .content {
	/* main content column */
	width: 703px;
	float: left;
	background-color: #FFFFFF;
	margin: 15px 0 0 0;
	padding: 0 0 0 20px;
}

#content-wrapper .banners {
	/* banners column - half-covers green zone */
	width: 253px;
	float: right;
	padding-bottom: 115px; /* to be sure content never covers the key */
}



a {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

h2 {	/* <h2><span> combination for main titles */
	width: 100%;
	line-height: 100%;
	color: #cb0405;
	background-image: url(images/titles_bg_dot.gif);
	background-repeat: repeat-x;
	background-position: center left;
	font-weight: normal;
	margin-bottom: 15px;
}

h2 span {
	background-color: #FFF;
	background-image: url(images/bullet_green.gif);
	background-repeat: no-repeat;
	background-position: 0 13px;
	padding: 0 10px 0 20px;
}





/*
	language selector bar
*/

ul.langbar {
	list-style: none outside none;
	margin: 5px 0 15px 0;
	font-size: 12px;
}

.langbar li {
	display: inline;
	padding: 0 14px;
	color: #747474;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 100%;
}

.langbar li a {
	color: #b70405;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}





/*
	promo banners list
*/

ul.banner-list {
	list-style: none outside none;
}

.banner-list li {
	text-align: right;
	/* adjust for banners vertical-spacing */
	margin: 70px 0;
}

.banner-list li img {
	/* for fuckin ie */
	display: block;
}









/*
	frontpage styles
*/

.quicksearch {
	width: 306px;
	padding-right: 17px;
	height: 350px;
	float: left;
	background-image: url(images/quicksearch_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.quicksearch form {
	padding: 15px;
}

.quicksearch p {
	margin-bottom: 18px;
	text-align: right;
	margin-right: 33px;
	color: #8c8c8c;
}

.quicksearch p.label {
	margin-bottom: 3px;
	text-align: left;
	background-image: url(images/labels_bg_dot.gif);
	background-repeat: repeat-x;
	background-position: center center;
	color: #000;
}

.quicksearch p.label span {
	background-color: #F7F8F8;
	padding-right: 5px;
}

.quicksearch .text {
	width: 50px;
	border: 1px solid #c3c3c3;
}

.quicksearch select {
	border: 1px solid #c3c3c3;
}

.quicksearch .button {
	width: 96px;
	height: 30px;
	background-image: url(images/quicksearch_button.gif);
	border: 0 none;
	cursor: pointer;
	text-align: left;
	padding-left: 26px;
}

.welcomeblock {
	width: 350px;
	float: right;
}

.welcomeblock strong {
	font-weight: normal;
	color: #cc0405;
}

.welcomeblock p {
	margin-bottom: 20px;
}







/*
	property block style
*/

ul.property-list {
	list-style: none outside none;
}

ul.property-list li {
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #dbdbdb;
}

ul.property-list li .leftblock {
	width: 180px;
	float: left;
	text-align: center;
}

ul.property-list li .rightblock {
	width: 520px;
	float: right;
}


.leftblock strong {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 21px;
	font-weight: normal;
	color: #424242;
	background-image: url(images/coins.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding-left: 40px;
}


.rightblock h3 {
	background: #FFF url(images/bg_dotted_green.gif) repeat-x bottom left;
	position: relative;
	padding: 0 77px 4px 0;
	font-weight: normal;
}

.rightblock h3 a {
	color: #cb0405;
	text-decoration: none;
}
.rightblock h3 a:hover {
	text-decoration: underline;
}

.rightblock h3 span {
	display: block;
	width: 77px;
	color: #000000;
	position: absolute;
	text-align: right;
	top: 4px;
	right: 0;
}

.rightblock em {
	display: block;
	color: #505050;
	text-align: right;
	margin: 3px 0 7px 0;
}

.rightblock p {
}

.rightblock p strong {
	font-weight: normal;
	color: #cb0405;
}


/* thumbnail styling */
/*	   162x109px	 */

div.thumbnail {
	width: 162px;
	height: 109px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}

div.thumbnail img {
	display: block;
}

div.thumbnail span {
	display: block;
	width: 162px;
	height: 109px;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(images/thumb_frame.png);
	background-repeat: no-repeat;
}






/*
	footer and stuff
*/

#footer {
	height: 143px;
	background: #9f0304 url(images/footer_bg.jpg);
}

#footer .small-logo {
	display: block;
	float: left;
	padding: 0 10px 0 155px;
}

#footer .copyright {
	width: 490px;
	float: left;
	margin-top: 18px;
	color: #f3f4f4;
}

#footer .keys {
	display: block;
	float: right;
	width: 253px;
	height: 143px;
}












