html, body, form
{
	margin: 0;
	padding: 0;
}

html, body
{
	height:100%;
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
	min-width:943px;
	max-width:1600px;
	font-size: 80%;
	line-height: 1.2;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #333;
	background-color: #fff;
}

/*Font in table*/
table
{
	font-size:100%;
}

/*Links*/
a:link {color: #486DAA;}
a:visited {color:#8C9AA8;}
a:active {color: #486DAA;}
a:hover{color:#DD0000;}


small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0
}

#header
{
	position:relative; /*containing block*/
	height:450px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background: #fff url(images/header_bg.jpg) no-repeat;
	border: 0;
}

#header_img_cont
{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	width:100%;
	overflow: hidden;
	text-align: left;
}

#header_adv
{
	position: absolute;
	right: 55px;
	top: 55px;
	width: 35%;
	overflow: hidden;
	height: 155px;
	z-index: 10;
	text-align: right;
}

#header_inc
{
	position: absolute;
	right: 0;
	top: 240px;
	width: 120px;
	overflow: hidden;
	height: 122px;
	z-index: 10;
	margin-right: 48px;
}

#header_logo
{
	position:absolute;
}

#header_icons
{
	position:absolute;
	top: 350px;
	right: 55px;
	z-index: 20;
}

#header_icons a
{
	margin-left: 16px;
}

#header_icons a:hover
{
	margin-left: 16px;
}

#sky 
{
	height:225px;
	position: absolute;
	left: 0; top: 0;
	width: 100%;
}

#sky .clouds 
{
	background-position: left top;
	background-repeat: repeat-x;
	height:225px;
	z-index:1;
}

#sky .cu 
{
	background-image: url(/images/cu.png);
	z-index: 2;
}

#company_logo
{
	display:block;
	position:absolute;
	width:285px; 
	height:40px; 
	left:15px;
	top: 40px;
	z-index: 20;
}

#company_logo img
{
	border: 0;
}

#header_text
{
	position:absolute;
	left:265px;
	top: 0;
	width:330px;
	height:106px;
	padding-left:5px;
	padding-top:35px;
	color:#fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#header_text h1
{
	margin:0;
	padding:0;
	font-size:160%;
	border:none;
	text-decoration:none;
}

#header_text span
{
	font-size:80%;
}

/* Header menu: home, search, feedback*/
#header_menu
{

	background:#4B6185;
	position:absolute;
	right:55px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	z-index: 99;
}

#header_sites
{
	position:absolute;
	right:55px;
	top: 60px;
	color:#fff;
	text-align:right;
}

#header_sites a, #header_sites span
{
	color:#fff;
	text-decoration:none;
}

#header_sites span
{
	color: #9dabc0;
}

#header_menu a
{
	display:block;
	float:left;
	cursor:pointer; cursor: hand;
	padding:8px 11px;
}

#header h1
{
	color: #617b83;
	font-size: 22pt;
	font-weight: normal;
	margin: 0 130px 0 60px;
}

#header div.h1  {
	position:absolute;
	width:100%; 
	left:0;
	bottom:15px;
	border: 0;
	margin: 0;
	z-index: 6;
   	background: url('images/title-bg.png') repeat-x;        
}

/*Navigation*/
#navigation
{

}

/*Content table*/
#content
{
	width:100%;
	height:50%;
	border-collapse:collapse;
}

/*Left column*/
#content .left-spacer
{
	width:60px;
	vertical-align:top;
	height:100%;
	padding: 0;
}

#content .left-column
{
	width:180px;
	vertical-align:top;
	height:100%;
	padding:0 40px 0 0;
}

/*Main column*/
#content .main-column
{
	vertical-align:top;
	padding:0 0 10px 0;
}

/*Right column*/
#content .right-column
{
	width:285px;
	vertical-align:top;
	padding: 0 0 0 23px;
}

/*Bottom banner*/
#bottom_banner
{
	padding:5px;
	text-align:center;
}

/*Footer*/
#footer
{
	background: #fff;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:132px;
	padding:8px;
	background:transparent url(images/footer_bg.jpg) center top no-repeat;
}
/*Link in footer*/
#footer a
{
	color: #CFD6E1;
	font-size: 100%;
}

/*Data table*/
table.data-table
{
	border:1px solid #99BAD7;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #99BAD7;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#F1F5FA;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #99BAD7;
	padding:4px;
	color:#333;
}

/*Body cell*/
table.data-table tbody td
{
	background-color:#FFF;
	background-image:none;
	color:#333;
}

/*Foot cell*/
table.data-table tfoot td
{
	background-color:#F1F5FA;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}

/* social network*/
div#sonet_events_ms_message {width:150px;}

#geo_btn
{
	display: block;
	width: 64px;
	height: 64px;
	background: transparent url(/images/geo_lnk_globe.gif) top left no-repeat;
}
#geo_btn:hover
{
	background-position: bottom left;
}

/* Photo frame */
div.photoframe
{
	margin: 0 auto;
	width:100%;
	font-size: 0;
	height: auto;
}
div.photoframe table.photoframe 
{
	border-collapse: collapse;
	margin: 0 auto;
}
/* Photo frame: all cells 
div.photoframe table.photoframe td
{
	padding: 0; margin: 0;
	width: 0; height: 0;
}
/* Photo frame: inline tables */
div.photoframe table.photoframe td.t table, table.photoframe td.m table, table.photoframe td.b table 
{
	padding: 0; margin: 0;
	width: 100%; height: 100%;
}
div.photoframe td.m td.m img {
	border:0;
	background-color: #fff;
}
div.photoframe td.m td.m {
	background-color: #fff;
}

/* Photo frame: blue style */
div.photoframe table.blue td.l, div.photoframe table.blue td.r, div.photoframe table.blue td.m, div.photoframe table.blue td.t td.l div.spacer, div.photoframe table.blue td.b td.l div.spacer { width: 10px; }
div.photoframe table.blue td.t td.r div.spacer { height: 10px;  width: 18px; }
div.photoframe table.blue td.t td.l { width: 10px; background: transparent url(/images/frames/blue/tl.gif) bottom right no-repeat; }
div.photoframe table.blue td.t td.m { width: 100%; background: transparent url(/images/frames/blue/tm.gif) bottom left repeat-x; }
div.photoframe table.blue td.t td.r { width: 10px; background: transparent url(/images/frames/blue/tr.gif) bottom left no-repeat; }
div.photoframe table.blue td.b td.l { width: 10px; background: transparent url(/images/frames/blue/bl.gif) top right no-repeat; }
div.photoframe table.blue td.b td.m { width: 100%; background: transparent url(/images/frames/blue/bm.gif) top left repeat-x; }
div.photoframe table.blue td.b td.r { width: 10px; background: transparent url(/images/frames/blue/br.gif) top left no-repeat; }
div.photoframe table.blue td.m td.l { width: 10px; background: transparent url(/images/frames/blue/ml.gif) bottom right repeat-y; }
div.photoframe table.blue td.m td.l div.spacer { width: 10px; }
div.photoframe table.blue td.m td.r div.spacer { height: 180px; width: 18px; background: transparent url(/images/frames/blue/r.gif) bottom left no-repeat; }
div.photoframe table.blue td.m td.r { background: transparent url(/images/frames/blue/mr.gif) bottom left repeat-y; vertical-align: bottom; }
div.photoframe table.blue td.b td.r div.spacer { height: 18px;  width: 18px; }
div.photoframe table.blue td.b { background: transparent url(/images/frames/blue/b.gif) top right no-repeat; }

/* Photo frame: shadow style */
div.photoframe table.shadow td.l, div.photoframe table.shadow td.r, div.photoframe table.shadow td.m, div.photoframe table.shadow td.t td.l div.spacer, div.photoframe table.shadow td.b td.l div.spacer { width: 3px; }
div.photoframe table.shadow td.t td.r div.spacer { height: 3px;  width: 11px; }
div.photoframe table.shadow td.t td.l { width: 3px; background: transparent url(/images/frames/shadow/tl.gif) bottom right no-repeat; }
div.photoframe table.shadow td.t td.m { width: 100%; background: transparent url(/images/frames/shadow/tm.gif) bottom left repeat-x; }
div.photoframe table.shadow td.t td.r { width: 9px; background: transparent url(/images/frames/shadow/tr.gif) bottom left no-repeat; }
div.photoframe table.shadow td.b td.l { width: 3px; background: transparent url(/images/frames/shadow/bl.gif) top right no-repeat; }
div.photoframe table.shadow td.b td.m { width: 100%; background: transparent url(/images/frames/shadow/b.gif) top right no-repeat; }
div.photoframe table.shadow td.b td.r { width: 9px; background: transparent url(/images/frames/shadow/br.gif) top left no-repeat; }
div.photoframe table.shadow td.m td.l { width: 3px; background: transparent url(/images/frames/shadow/ml.gif) bottom right repeat-y; }
div.photoframe table.shadow td.m td.l div.spacer { height: 100%; width: 3px; }
div.photoframe table.shadow td.m td.m { padding: 8px } 
div.photoframe table.shadow td.m td.r div.spacer { height: 100%; width: 9px; background: transparent url(/images/frames/shadow/mr.gif) bottom left repeat-y; }
div.photoframe table.shadow td.m td.r { background: transparent url(/images/frames/shadow/r.gif) bottom left no-repeat; }
div.photoframe table.shadow td.b td.r div.spacer { height: 11px;  width: 9px; }
div.photoframe table.shadow td.b { background: transparent url(/images/frames/shadow/bm.gif) top right repeat-x; }

/* Photo frame: paper style */
div.photoframe table.paper td.l, div.photoframe table.paper td.r, div.photoframe table.paper td.m, div.photoframe table.paper td.t td.l div.spacer, div.photoframe table.paper td.b td.l div.spacer { width: 3px; }
div.photoframe table.paper td.t td.r div.spacer { height: 3px;  width: 12px; }
div.photoframe table.paper td.t td.l { width: 3px; background: transparent url(/images/frames/paper/tl.gif) bottom right no-repeat; }
div.photoframe table.paper td.t td.m { width: 100%; background: transparent url(/images/frames/paper/tm.gif) bottom left repeat-x; }
div.photoframe table.paper td.t td.r { width: 12px; background: transparent url(/images/frames/paper/tr.gif) bottom left no-repeat; }
div.photoframe table.paper td.b td.l { width: 3px; background: transparent url(/images/frames/paper/bl.gif) top right no-repeat; }
div.photoframe table.paper td.b td.m { width: 100%; background: transparent url(/images/frames/paper/b.gif) top right no-repeat; }
div.photoframe table.paper td.b td.r { width: 12px; background: transparent url(/images/frames/paper/br.gif) top left no-repeat; }
div.photoframe table.paper td.m td.l { width: 3px; background: transparent url(/images/frames/paper/ml.gif) bottom right repeat-y; }
div.photoframe table.paper td.m td.l div.spacer { height: 100%; width: 3px; }
div.photoframe table.paper td.m td.m { padding: 8px } 
div.photoframe table.paper td.m td.r div.spacer { height: 100%; width: 12px; background: transparent url(/images/frames/paper/mr.gif) bottom left repeat-y; }
div.photoframe table.paper td.m td.r { background: transparent url(/images/frames/paper/r.gif) bottom left no-repeat; vertical-align: bottom; }
div.photoframe table.paper td.b td.r div.spacer { height: 16px;  width: 12px; }
div.photoframe table.paper td.b { background: transparent url(/images/frames/paper/bm.gif) top right repeat-x; }

div.descr{
    font-size: 80%;
    font-style: italic;
    text-align: left;    
    position: relative;
    bottom:4px;
    left:20px;    
}

.in-right-col {
	float: right;
	width: 200px;
	position: absolute;
	right: 3px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cooltext {
	/*filter:expression(fixPNG(this));*/
}
.right-objects{
    //width:201px;    
}
.copyright {
    margin: 32px 0 0 56px;
}
