/* CSS Document */

/*  Global definitions */

* { margin:0; padding:0;}
body {	background: #fcfcfc;}

body,table,td,th,tr,form,input,select,textarea,div,p {
	font-family: Arial, Verdana, Times New Roman;
	font-size:12px;
	color: #000000;
} 


a {
	color: #000066;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

div, table, p { position:relative; text-align:left;}
div {display:block;}

.floatsHolder {height:100%;} /* Fix for IE floats bug */
.allclear {clear:both;}

div.ruler {height:1px; background:#333333; overflow:hidden;}

#main {text-align:center;}
#holder {width:1000px; margin-left:auto; margin-right:auto;}
#top_main { background:url(../images/main/header.jpg) no-repeat; height:85px;}
#top_banner {width:468px; height:60px; overflow:hidden; float:right; margin-top:15px; margin-right:15px;}

#menu_holder {height:35px; text-align:center; padding-top:3px;}
#menu_div { width:950px; margin-left:auto; margin-right:auto;}
#menu_left {float:left; width:14px; height:31px; /*background: url(../images/main/menu_left.jpg) no-repeat;*/ overflow:hidden;}
#menu_right {float:right; width:14px; height:31px; /*background: url(../images/main/menu_right.jpg) no-repeat;*/ overflow:hidden;}
#menu_main {margin:0px 14px 0px 14px; /*border-top:1px solid #f0efec;*/ text-align:center; height:26px; padding-top:5px;}
#langs	{position:absolute; height:20px; width:60px; right:20px; top:8px; vertical-align:middle;}


#main_row {width:1000px;}
#left_banners {float:left; width:162px;}
#right_banners {float:right; width:162px;}
#main_content {margin-left:164px; margin-right:164px; text-align:center;}
#tbilisi_map {width:225px; height:143px; position:absolute; left:438px; top:0px;}

#footer_row {margin-top:4px;}
#footer_left {float:left; width:162px;}
#footer_right {float:right; width:162px;}
#footer_center {margin-left:164px; margin-right:164px; margin-top:10px; text-align:center;}
#counter_div { margin-left:auto; margin-right:auto; text-align:center; margin-top:10px;}

.banner {width:160px; height:60px; border:1px solid #ccc; overflow:hidden; margin-bottom:6px;}
/* .npr { position:absolute; left:-5000px; top:300px; } */
