/* GENERAL STYLES */
* {
	padding: 0;
	margin: 0;
}

body {
	border: 0;
	text-align: center;
        overflow-x:hidden;
}
html,img {
	border: 0;
}

table {
	width: 100% !important;
	border-collapse: collapse !important;
	text-align: left;
}

table td {
	vertical-align: top;
}

a, a:link, a:hover, a:visited {
	cursor: pointer;
	text-decoration: underline;
}

body {
	background-color: #ebebeb;
	font: 12px/18px Arial, Tahoma;
}

#all {
	width: 1004px !important;
	margin: 0 auto !important;
	border: 1px solid #dedede;
	border-top: 0;
	background: white url(../images/body_bg.gif) repeat-x !important;
}

#main_table {
	background: url(../images/contacts_bg.png) no-repeat right bottom !important;
	text-align: left;
}

div#right_td {
	width: 215px;
	display: block;
	position: relative;
	padding-bottom: 20px;
	text-align: left;
}

div#right_td #mini_menu {
	position: absolute;
	left: 20px;
	top: 10px;
}

div#right_td #mini_menu a {
	display: block;
	float: left;
	width: 50px;
	height: 13px;
}

div#right_td #link_homepage {
	background: url(../images/link_homepage.gif) no-repeat;
}

div#right_td #link_contacts {
	background: url(../images/link_contacts.gif) no-repeat;
}

div#right_td #logo_homepage {
	display: block;
	width: 189px;
	height: 109px;
	position: absolute;
	top: 45px;
	left: -726px;

}

div#right_td #signin {
	display: block;
}

div#right_td form {
	width: 189px;
	height: 362px;
	background: url(../images/auth_form.jpg) no-repeat;
	margin-bottom: 20px;
	position: relative;
	display: none;
}

div#right_td form input {
	color: #92a8b0;
	font-size: 10px;
	width: 130px;
	background: none;
	border: 0;
}

div#right_td form img {
	cursor: pointer;
	position: absolute;
	left: 58px;
	top: 338px;
}

div#right_td form #login {
	position: absolute;
	left: 27px;
	top: 292px;
}

div#right_td form #password {
	position: absolute;
	left: 27px;
	top: 315px;
}

div#right_td #news {
	width: 189px;
	background: url(../images/news_bg_bottom.gif) no-repeat left bottom;
	margin-right: 26px;
	padding-bottom: 15px;
}

div#right_td #news div {
	background: url(../images/news_bg.gif) no-repeat;
	font-size: 11px;
	padding: 15px;
	padding-top: 40px;
	line-height: 16px;
}

div#right_td #news div span {
	line-height: 22px;
}

div#right_td #imgright div {
	background: no-repeat;
}

#contacts {
	font-size: 11px;
	height: 81px;
	text-align: right;
	padding: 26px;
}

div#right_td #top_menu {
	display: none;
	width: 713px;
	height: 28px;
	padding-top: 6px;
	position: absolute;
	right: 238px;
	background: url(../images/bar.jpg) no-repeat;
	padding-right: 20px;
}

div#right_td #top_menu ul {
	float: right;
}

div#right_td #top_menu ul li {
	list-style: none;
	float: left;
	margin-left: 15px;
}

div#right_td #top_menu ul li a {
	font-size: 11px;
	color: black;
	text-decoration: none;
}

div#right_td #top_menu ul li a:hover {
	text-decoration: underline;
}

div#right_td a#signin {
	display: block;
	width: 189px;
	height: 300px;
	background: url(../images/signin.jpg) no-repeat;
	margin-bottom: 20px;
}

td#left_td {
	background: url(../images/top_pic.jpg) no-repeat 20px top !important;
	padding: 280px 30px 30px 0 !important;
	text-align: left;
        width: 752px;
}

td#left_td #menu {
	list-style: none !important;
	padding-bottom: 100px !important;
	width: 215px !important;
	float: left;
	text-align: left;
}

td#left_td #menu li a {
	display: block !important;
	width: 180px !important;
	height: 29px !important;
	margin-top: -1px;
	background: url(../images/menu_bg.gif) no-repeat;
	text-decoration: none;
	color: black;
	font-size: 16px !important;
	line-height: 30px !important;
	font-weight: bold;
	padding-left: 35px;
}

td#left_td #menu li a:hover {
	background: url(../images/menu_bg_hover.gif) no-repeat;
	text-decoration: underline;
}

td#left_td #menu li a span {
	color: red;
}

td#left_td #main_text {
	float: right;
	width: 512px;
}

td#left_td #main_text p {
	margin-top: 10px;
	margin-bottom: 10px;
}

td#left_td #main_text ul {
	margin-left: 30px;
}

td#left_td #main_text h1, td#left_td #main_text h2 {
	background: #EEEEEE;
	padding: 5px;
	margin-top: 7px;
	margin-bottom: 7px;
}

td#left_td #main_text h1 {
	font-size: 16px;
}

td#left_td #main_text h2 {
	font-size: 14px;
}

td#left_td #main_text ul li {
	list-style-position: inside;
	list-style-image: url(../images/bullet.gif);
}

/* EDITOR PROPERTIES */
