body
{
	padding: 0;
	margin: 0;
	color: #666;
	font: 12pt/14pt Arial;
	background: #fff url(img/gr_body.jpg) repeat-x 0 100%;
}

a
{
	color: #666;
	outline: none;
	font: 12pt Arial;
	text-decoration: none;
}

a:hover
{
	color:#09c;
	/*text-decoration: none;*/
}

img{ border: 0; }

h1, h2, h3, h4, h5, h6
{	
	color: #ddd;
	font-weight: 700;
	text-decoration: none;	
}
h1{font-size: 130%;}
h2{font-size: 120%;}
h3{font-size: 110%;}
h4{font-size: 100%;}
h5{font-size: 90%;}
h6{font-size: 80%;}


/*#outer{	min-width:1002px;}

* html #outer {padding-left:1002px;}
* html #middle {height:0;}
* html #minwidth {margin-left:-1002px;position:relative;height:0;}*/

/* TOP */

#top
{
	height: 140px;
	position: relative;
	display: none;
	background: url(img/gr_top.gif) no-repeat 50% 100%;
}

/* MENU */

#menu
{
	height: 50px;
	display: none;
	background: url(img/gr_menu.gif) repeat-x 0 0;
	
}

/* CONTENT */

#wrapper
{
	padding: 5em;
}

#content
{
	width:100%;
}

#left
{
	float: left;
	width: 198px;
	font-size: 11px;
	display: none;
	padding-bottom: 50px;
}

#right
{
	float: right;
	width: 198px;
	font-size: 11px;
	display: none;
	border-left: solid 1px #e4e4e4;
	padding-bottom: 50px;
	padding-left: 10px;
}

#main
{
	padding: 5em;
}

* html #main
{
	height: 1%;
}
/* MAIN MENU */

#main_menu
{
	width: 100%;
	overflow: auto;
	padding: 20px 0;
}

#main_menu a
{
	float: left;
	display: block;
	width: 130px;
	margin: 0 12px 10px;
	text-decoration: underline;
	background: url(img/gr_main_menu_btm.gif) repeat-x 0 100%;
}

* html #main_menu a
{
	margin: 0 10px 10px;
}

#main_menu span
{
	float: left;
	width: 130px;
	height: 20px;
	display: block;
	text-align: center;
	padding-top: 110px;
}

#main_menu a span.tourist{background: url(img/menu_tourist.jpg) no-repeat 50% 0;}
#main_menu a span.hotels{background: url(img/menu_hotels.jpg) no-repeat 50% 50%;}
#main_menu a span.transport{background: url(img/menu_transport.jpg) no-repeat 50% 50%;}
#main_menu a span.sport{background: url(img/menu_sport.jpg) no-repeat 50% 50%;}
#main_menu a span.cafe{background: url(img/menu_cafe.jpg) no-repeat 50% 50%;}
#main_menu a span.shops{background: url(img/menu_shops.jpg) no-repeat 50% 50%;}
#main_menu a span.maps{background: url(img/menu_maps.jpg) no-repeat 50% 50%;}
#main_menu a span.reserv{background: url(img/menu_reserv.jpg) no-repeat 50% 50%;}
#main_menu a span.services{background: url(img/menu_services.jpg) no-repeat 50% 20%;}
#main_menu a span.help{background: url(img/menu_help.jpg) no-repeat 50% 50%;}
#main_menu a span.business{background: url(img/menu_business.jpg) no-repeat 50% 30%;}



/* banner */

#banner_btm
{
	text-align: center;
}

/* MENU BOTTOM */

#menudub
{
	height: 30px;
	display: none;
	padding-top: 10px;
}

/* FOOTER */

#footer
{
	color: #fff;
	text-align: center;
	padding: 20px;
	display: none;
	border-top: dotted 1px #fff;
}