/* GENERAL STYLES */
/* CSS Document */

*
{
	outline: none;
}

body
{
	background: #62a722 url(../img/bg_page.png) repeat-x 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#page
{
	background: url(../img/bg_map.png) no-repeat top center;
	width: 57.5em;
	padding: 20px 0 0 0;
	margin: 0 auto;
}

#logo
{
	background: url(../img/logo.png) no-repeat bottom center;
	width: 318px;
	height:138px;
	margin: 0 auto 10px auto;
}

/* -------------------- COUNTRY SELECT ----------------- */

#countrySelect
{
	width: 33.75em;
	margin: 0 auto 0;
	padding: 0 0 75px 0;
	text-align: center;
	font-size: 14px;
}

#countrySelect .boxContent
{
	padding: 10px 0;
}

#countrySelect select
{
	width: 140px;
}

#countrySelect label
{
	display: block;
	padding: 10px 0;
	width: auto;
	position: relative;
}

#marketSubmit
{
	background: transparent;
	background-image:url(../img/bg_marketSubmit.png);
	width: 31px;
	height: 31px;
	border: none;
	outline: none;
	position: absolute;
	overflow: hidden;
	top: 5px;
}

#noSajtMsg
{
	width: 33.75em;
	margin: 0 auto 75px;
	text-align: center;
	font-size: 14px;
}

#noSajtMsg br {
}

#noSajtMsg #backLink
{
	background: url(../img/bg_marketSubmit.png) no-repeat top right;
	padding: 7px 40px 5px 0;
	line-height: 2.5em;
	color: #3c3c3c;
	text-decoration: none;
}


#imgArea
{
	background:url(../img/bg_imgArea.png) no-repeat 0 0;
	width: 754px;
	height: 152px;
	margin: 0 auto 28px;
}

#footer
{
	background: url(../img/bg_footer.png) repeat-x 0 0;
	width: 754px;
	height: 22px;
	font-size: .7em;
	padding-top: 40px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
}

#footer span
{
}

/* EDITOR PROPERTIES */
