html {
	height: 100%;
	background: #fff;
}

body {
	width: 100%;
	height: 100%;
	background: #fff;
	min-width: 900px;
	_width: expression(( document.documentElement.clientWidth < 900) ? 900 : document.documentElement.clientWidth );
}

.container {
	height: 100%;
	width: 880px;
	margin: 0px auto;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}

body {
	height: 100%;
}

#toolbar2 {
	width: 100%;
	background: transparent;
	color: #fff;
	position: absolute;
	z-index: 1000;
	left: 0px;
	top: 0px;
}

#toolbar2 a {
	color: #999;
	text-decoration: none;
}

#toolbar2 ul {
	color: #999;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#toolbar2 .container {
	text-align: right;
	padding-top: 4px;
	position: relative;
}

#toolbar {
	min-height: 26px;
	width: 100%;
	background: #000 url(http://www.vip.mk/images/newMainImages/top.gif) repeat-x;
	color: #fff;
}

#toolbar a {
	color: #999;
	text-decoration: none;
}

#toolbar ul {
	color: #999;
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: right;
}

#toolbar .container {
	text-align: right;
	padding-top: 4px;
	position: relative;
}

#lang {
	padding-right: 240px !important;
	cursor: default;
}

#lang li {
	floaT: left;
	padding-right: 4px;
	padding-left: 4px;
	border-left: 1px solid #666;
	line-height: 14px;
	overflow: hidden;
	height: 14px;
}

#lang li:first-child {
	border-left: 0px solid #666;
}

#lang li {
	border-left: expression(this.previousSibling == null ? ('0px solid #ccc' ) : '1px solid #666' ) \9;
}

#lang a {
	color: #999;
	font-size: 10px;
	float: left;
}

#lang a:hover {
	color: #fff;
}

#lang .selected {
	color: #fff;
}

#follower {
	font-size: 11px;
	line-height: 14px;
	color: #fff !important;
	cursor: default;
	height: 46px;
	width: 164px;
	line-height: 30px;
	background: url(http://www.vip.mk/images/newMainImages/follower.png) no-repeat;
	position: absolute;
	z-index: 1000;
	right: 16px;
	top: 0px;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader (src = 'http://www.vip.mk/images/newMainImages/follower.png', sizingMethod = 'scale' );
	_background-image: none;
}

#follower ul {
	padding: 0px;
	margin-left: 12px;
	margin-top: 6px;
	color: #fff;
	font-size: 11px;
}

#follower a {
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	line-height: 30px;
	height: 30px;
}

#follower a img {
	width: 16px;
	height: 16px;
	margin-top: 7px;
}

#follower li {
	floaT: left;
	padding-left: 5px;
	line-height: 30px;
	white-space: nowrap;
	min-width: 16px;
}

#menuplace {
	height: 81px;
	width: 100%;
	padding-bottom: 40px;
	background: #fff;
	z-index: 100;
	position: relative;
}

#menuplace .container {
	background: url(http://www.vip.mk/images/newMainImages/tp_bck.gif) repeat-x;
}

#logo_en {
	background: url(http://www.vip.mk/images/newMainImages/logo_en.gif) no-repeat;
	width: 150px;
	height: 65px;
	position: absolute;
	top: 8px;
	left: 0px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#logo_mk {
	background: url(http://www.vip.mk/images/newMainImages/logo_mk.gif) no-repeat;
	width: 150px;
	height: 65px;
	position: absolute;
	top: 8px;
	left: 0px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#logo_al {
	background: url(http://www.vip.mk/images/newMainImages/logo_al.gif) no-repeat;
	width: 150px;
	height: 65px;
	position: absolute;
	top: 8px;
	left: 0px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}


/*e60028*/
#menu {
	padding: 0px;
	margin: 0px;
	list-style: none;
	float: left;
	bottom: 8px;
	left: 210px;
	position: absolute;
	z-index: 100;
}

#menu li {
	float: left;
	font-size: 12px;
	text-align: center;
	padding-left: 12px;
	padding-right: 12px;
	border-left: 1px solid;
	position: relative;
}

#menu li:first-child {
	border-left: 0px;
}

#menu li {
	border-left: expression(this.previousSibling == null ? ( '0px solid #ccc' ) : '1px solid #000' ) \9;
}

#menu li a {
	color: #000;
	text-decoration: none;
	position: relative;
	z-index: 109;
}

#menu li a:hover {
	color: #e60028;
}

#menu li .selected {
	color: #e60028;
}

.rounded_left {
	display: block;
	height: 8px;
	width: 8px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(http://www.vip.mk/images/newMainImages/round.png) 0px 0px no-repeat;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader (	src = 'http://www.vip.mk/images/newMainImages/round.png', sizingMethod = 'scale' );
	_background-image: none;
}

.rounded_right {
	display: block;
	height: 8px;
	width: 8px;
	position: absolute;
	top: 0px;
	right: 0px;
	font-size:1px; 
	line-height:8px;	
	background: url(http://www.vip.mk/images/newMainImages/round.png) -132px 0px no-repeat;
	_filter: progid : DXImageTransform.Microsoft.AlphaImageLoader (	src = 'http://www.vip.mk/images/newMainImages/round.png', sizingMethod = 'scale' );
	_background-image: none;
			
}

.main_links .button {
	position: absolute;
	lefT: 0px;
	top: -10px;
	height: 40px;
	display: none;
	z-index: 100;
	border: none !important;
	background: none !important;
}

.button .rounded {
	height: 8px;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	overflow:hidden;
	padding:0px;
	margin:0px;
	position: absolute\9;
		
}

.rounded a {
	height:8px;
	float: left;
	margin-left: 8px;
	margin-right: 8px;
	padding-left: 6px;	
	padding-right: 6px;
	display: block;
	white-space: nowrap;
	background: #fff;
	border-top: 1px solid #C5C5C5;
	overflow: hidden;
	color: #fff !important;
	z-index: -1 !important;
}

.button .rounded_border {
	background: #fff;
	height: 32px;
	float: left;
	display: block;
	position: relative;
	top: 0px;
	top: 8px\9;
	
	border-left: 1px solid #C5C5C5;
	border-right: 1px solid #C5C5C5;
}

.rounded_border a {
	line-height: 18px;
	float: left;
	padding-left: 13px;
	padding-right: 13px;
	height: 30px !important;
	background: #fff;
	display: block;
	white-space: nowrap;
	color: #fff !important;
	z-index: 101 !important;
}

.rounded_borderfake a {
	line-height: 18px;
	float: left;
	padding-left: 12px;
	padding-right: 12px;
	height: 30px !important;
	background: #fff;
	display: block;
	white-space: nowrap;
	color: #fff !important;
	z-index: 110 !important;
	left: 1px;
}

.submenu_frame {
	position: absolute;
	width: 169px;
	top: 20px;
	left: 0px;
	z-index: 100;
	margin-top: -1px;
}

.submenu_frame .rounded_top {
	display: block;
	height: 8px;
	width: 110px;
	background: #fff;
	border-top: 1px solid #c5c5c5;
	top: 14px;
	z-index: 99;
	right: 30px;
	position: absolute;
}

.submenu_frame .rounded_right {
	width: 30.5px !important;
	background-position: -109px 0px;
	background-position: -110px 0px \9;
	top: 14px;
	z-index: 101;
}

.submenu li {
	width: 150px;
	text-align: left;
	border-left: 0px !important;
	padding: 0px !important;
	margin: 0px 10px;
	border-bottom: 1px solid #d6d6d6;
}

.submenu li a {
	float: left;
	text-align: left;
	width: 100%;
	line-height: 23px;
}

.submenu li a.have_childs{
	background: url( http://www.vip.mk/images/newMainImages/arr.gif) right no-repeat;
}
	

.submenu {
	padding: 0px;
	margin: 0px;
	list-style: none;
	width: 170px;
	top: 20px;
	left: 0px;
	position: absolute;
	background: #fff url( http://www.vip.mk/images/newMainImages/border.gif) repeat-y;
	z-index: 1000;
	border-bottom: 1px solid #c5c5c5;
	padding-bottom: 6px;
	display: none;
}

.submenu .submenu {
	border: 1px solid #d6d6d6 !important;
	position: absolute;
	width: 169px;
	left: 158px;
	top: -1px;
	z-index: 10002 !important;
	display: none;
	background-image: none;
}

.submenu .submenu .submenu {;
	top: -1px;
	background: yellow;
	position: absolute;
	width: 169px;
	border: 1px solid #d6d6d6 !important;
	display: none;
}

.submenu .submenu .submenu .submenu {
	border: 1px solid #d6d6d6 !important;
	position: absolute;
	width: 169px;
	left: 158px;
	top: -1px;
	background: red;
	display: none;
}

#search {
	position: absolute;
	bottom: 10px;
	right: 19px;
	border: 1px solid #d6d6d6;
	height: 18px;
	background: #fff;
	overflow: hidden;
	width: 157px;
}

#search_btn {
	position: relative;
	top: 0px;
	float: left;
	background: transparent url(http://www.vip.mk/images/newMainImages/search_btn.gif) no-repeat;
	width: 16px;
	height: 15px;
	border: 0px solid;
	padding: 0px;
	margin: 1px 0px 0px 0px;
	text-indent: -9999px !important;
	color: transparent;
	cursor: pointer;
}

#search_phrase {
	border: 0px solid;
	height: 18px;
	margin: 0px;
	font-size: 10px !important;
	text-indent: 5px;
	color: #e60028;
	float: left;
	width: 138px;
}

#copyright {
	text-align: center;
	margin: 0px auto;
	font-size: 10px;
	line-height: 12px;
	margin-top: 16px;
}

#copyright p {
	clear: both;
	margin: 5px auto;
	padding: 0px;
	line-height: 12px;
	margin-top: 5px;
	width: 100%;
}

#copyright a {
	font-size: 10px;
	text-decoration: none;
	color: #6e5c50;
}

#copyright a:hover {
	color: #e60028;
}

#fotter_links {
	line-height: 21px;
	height: 21px;
	width: 100%;
	font-size: 10px;
	margin-top: 20px;
	/*padding-left: 100px;*/
}

#fotter_links a {
	float: left;
	line-height: 21px;
	height: 21px;
	font-size: 10px;
	font-size: 8px;
}

#fotter_links p {
	float: left;
	height: 21px;
	font-size: 10px;
	margin-left: 10px;
}

#fotter_links p a {
	height: 16px;
	width: 16px;
	line-height: 12px;
	margin-top: -6px;
	margin-left: 5px;
}

#fotter_links p a img {
	float: left;
	font-size: 10px;
}

#fotter_links span {
	float: left;
	line-height: 15px;
	height: 20px;
	display: block;
	margin-top: -6px;
}

#container {
	text-align:left;
	width:800px;
	margin: 0px auto;
}

a {
	color:#6E5C50;
	text-decoration:none;
}

a:hover {	color: #df0051;}
