/*---------------------------------- default start -------------------------------------------*/

/* -- for ie 6 -- */

* html .png {
	behavior: url(css/png.htc);
}
* html body {
	behavior: url(css/csshover.htc);
}

/* -- end --*/

a {
	-moz-outline: none;
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #ffa800;
}

p {
	margin: 0 0 1em;
}

table { 
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0 0;
}
td {
	padding: 0;
	vertical-align: top;
}
body {	
	font-family: Tahoma;
	padding: 0;
	margin: 0;
	font-size: 13px;
	overflow-y:scroll;
}
img {
	margin: 0px;
	border: none;
}

/* -- default classes to use - start-- */

.PRelative {
	position: relative;
}
.FLeft {
	float: left;
}
.FRight {
	float: right;
}
/* -- default classes to use - end -- */

/*---------------------------------- default end -------------------------------------------*/

body {
	height: 100%;
}
html {
	height: 100%;
}
#main {
	min-width: 990px;
	height: 100%;
}
* html #main {
	width: expression((documentElement.clientWidth||document.body.clientWidth)<990?'990px':((documentElement.clientWidth||document.body.clientWidth)<990?'990px':'100%'));
}
#content {
	padding-top: 15px;
}
#first {	
	width: 26%;
}
#second {	
	width: 24%;
}
#third {	
	width: 47%;
}
#fourth {	
	width: 3%;
}
#left {
	height: 358px;
}
.limg1 {
	background: url("../img/left_bg.jpg") left 20px no-repeat;
}
.limg2 {
	background: url("../img/left_bg_2.jpg") left 20px no-repeat;
}
.limg3 {
	background: url("../img/left_bg_3.jpg") left 20px no-repeat;
}
#third .new {
	margin-bottom: 25px;
	font-size: 12px;
}
#third .new  table {
	width: auto;
	margin-bottom: 15px;
}
.title-link{
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
	display: block;
	font-size: 15px;
}
.title-link:hover {
	color: #ffa800;
}
#third .new  .img {
	margin: 0px 15px 15px 0px;
}
#third .new  .comments {
	background: url("../img/komments.gif") left 3px no-repeat;
	color: #adadad;
	font-size: 11px;
	padding-left: 15px;
}
#third .new  .comments  a{
	color: #adadad;
	font-size: 11px;
	text-decoration: none;
}
#third .new  .comments  a:hover{
	color: #000;
}
#third .new  .date{
	color: #fff;
	font-size: 11px;
	background: #ffa800;
	line-height: 18px;
	padding: 0px 3px;
	position: absolute;
	top: -15px;
	left: -5px;
	float: left;
}
#right {
	height: 443px;
}
.w_1024 .rimg1 {
	background: url("../img/main_1.jpg") left top no-repeat;
}
.w_1024 .rimg2 {
	background: url("../img/main_2.jpg") left top no-repeat;
}
.w_1024 .rimg3 {
	background: url("../img/main_3.jpg") left top no-repeat;
}
.w_1280 .rimg1 {
	background: url("../img/main_1_1280.jpg") left top no-repeat;
}
.w_1280 .rimg2 {
	background: url("../img/main_2_1280.jpg") left top no-repeat;
}
.w_1280 .rimg3 {
	background: url("../img/main_3_1280.jpg") left top no-repeat;
}
.w_1400 .rimg1 {
	background: url("../img/main_1_1400.jpg") left top no-repeat;
}
.w_1400 .rimg2 {
	background: url("../img/main_2_1400.jpg") left top no-repeat;
}
.w_1400 .rimg3 {
	background: url("../img/main_3_1400.jpg") left top no-repeat;
}
.w_1600 .rimg1 {
	background: url("../img/main_1_1600.jpg") left top no-repeat;
}
.w_1600 .rimg2 {
	background: url("../img/main_2_1600.jpg") left top no-repeat;
}
.w_1600 .rimg3 {
	background: url("../img/main_3_1600.jpg") left top no-repeat;
}
.w_1920 .rimg1 {
	background: url("../img/main_1_1920.jpg") left top no-repeat;
}
.w_1920 .rimg2 {
	background: url("../img/main_2_1920.jpg") left top no-repeat;
}
.w_1920 .rimg3 {
	background: url("../img/main_3_1920.jpg") left top no-repeat;
}
#logo {
	display: block;
	width: 131px;
	height: 55px;
	margin-bottom: 10px;
}
.left-margin-fixer {
	width: 20%;
}
#menu {
	margin-top: 10px;
	width: 80%;
}
#menu td{	
	text-align: center;
}

#menu td a{
	white-space: nowrap;
	display: block;
	padding: 8px 12px 8px 12px;
	font-size: 14px;
	color: #000;
}
#menu td .active{
	background: #ffa800;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
#menu td a:hover {
	color: #ffa800;
}
#menu td .active:hover {
	color: #fff;
}
#langs {
	float: right;
	padding-top: 20px;
}
#langs a{
	font-size: 11px;
	text-decoration: none;
	padding: 6px 0px;
	width: 25px;
	text-align: center;
	background: #d2d2d2;
	float: right;
	clear: both;
	color: #000;
}
#langs .active{
	color: #fff;
	background: #ffa800;
}
div.title-big {
	font-family: Verdana;
	font-size: 28px;
	margin-bottom: 15px;
	letter-spacing: -1px;
}
div.text {
	font-size: 13px;
	color: #000;
}
#simple-search {
	margin-top: 38px;
}
#simple-search input.text{
	width: 60%;
	border:1px solid #c1c1c1;
	color: #787878;
	font-size: 13px;
	padding: 4px 5px;
}
#simple-search input.submit{
	background: url("../img/find.jpg") center center no-repeat;
	width: 22px;
	height: 22px;
	margin: 0px 0px 0px 5px;
	border: none;
	position: relative;
	top: 0px;
	cursor: pointer;
}
#footer {
	padding-top: 20px;
	vertical-align: bottom;
	background: url("../img/footer_patt.jpg") left bottom repeat-x;
}
#footer  a{
	float: left;
	position: relative;
	top: -20px;
}
#footer-wider {
	width: 74%;
}

.link {
	background: url("../img/arrows_right.gif") left 3px no-repeat;
	padding-left: 20px;
	color: #000;
	font-size: 13px;
}
.link:hover {
	color: #ffa800;
}
#short-text {
	padding: 25px 21px;
	background: #ffecc6 url("../img/tree.gif") right bottom no-repeat;
}
#object {
	margin: 20px 0px;
	padding-left: 35px;
}
#object table {
	width: auto;
}
#object table div{
	white-space: nowrap;
	background: #fff;
	float: left;
	clear: both;
	font-family: Verdana;
	padding-right: 30px;
}
#text-1  {
	font-size: 25px;
}
#text-2 {
	font-size: 59px;
	font-weight: bold;
}
#text-3 {
	font-size: 25px;
}
#text-4 {
	line-height: 30px;
	font-size: 14px;
}
#text-5 {
	line-height: 30px;
	font-size: 14px;
}
#intro {
	margin: 20px 35px;
}
#intro .title-orange{
	font-size: 28px;
	color: #ffa800;
	margin-bottom: 6px;
}
#intro  .text{
	
	width: 80%;
	color: #fff;

}
.white {
	color: #fff;
}
#padder-bg {
	background: #fff;
	position: relative;
	top: -50px;
}
#padder {
	width: 80%;
	padding: 22px 0px 0px 48px;
}
#white-space {
	background: #fff;
	height: 50px;
	position: relative;
	top: -50px;
}
#mib{
	position: absolute;
	top: 395px;
	left: 17px;
	font-family: Verdana;
	font-size: 28px;
	color: #fff;
}


