html, body, form
{
	padding: 0;
}

html
{
}

body
{
	height:auto !important;
	height:100%;
	min-height:100%;
	text-align:center
}

a img {
border: none;
}


/*Font*/
body
{
	font-size: 80%;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #36393d;
	background:#eeeeee;
        /*background-image:url(bg_body.gif);
        background-repeat:repeat;*/
	background-image:url(/images/background.png);
	background-position:center;
	background-attachment:fixed;
	background-repeat:no-repeat;
	-webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
}

/*Font in table*/
table
{
	font-size:100%;
}

/*Links*/
a:link {color: #356aa0;}
a:visited{color:#356aa0;}
a:active {color: #2775C;}
a:hover{color:#d01f3c;}


small
{
	font-size:85%;
}

hr
{
	width:100%;
	height: 1px;
	border: medium none;
	color: #d1d0d0;
	background-color: #d1d0d0;
	margin:8px 0;
}

#container
{
	width:800px; 
	margin: auto;
	margin-top: 12px;
	margin-bottom: 12px;
	border-radius: 15px;
	padding-bottom: 10px;
	background:#95ACCA url(header_bg.gif) repeat-x;
	text-align:left;
	/*Shadow params*/
	box-shadow: 0 0 20px #000;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 20px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.5);
}

#header
{
	position:relative; /*containing block*/
	height:160px;
	border-top-left-radius: 15px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background:url(header_logo.jpg) no-repeat;
}

#header_logo
{
	position:absolute;
}

#company_logo
{
	width:100px; 
	height:90px; 
	background:url(logo.gif) center right no-repeat; 
	position:absolute; 
	left:6px; 
}

#header_text
{
	position:absolute;
	left:120px;
	top: 20%;
	color:#fff;
	width:490px;
}

#header_text h1
{
	margin:0;
	padding:0;
	font-size:160%;
	border:none;
	color:#fff;
	text-decoration:none;
}

#header_text span
{
	font-size:90%;
	font-weight:bold;
	color:#DFE5ED;
	margin-left:50px;
}


#header_menu a
{
	display:block;
	float:left;
	cursor:pointer; cursor: hand;
	padding:8px 11px;
}
#search
{
	color:#FFFFFF;
	position:absolute;
	right:55px;
	top:6px;
}

#search a {
	color: #FFFFFF;
	text-decoration: none;
}

#login
{
	position:absolute;
	right:75px;
	top:55px;
	color:#DFE6ED;
}

#login a
{
	color:#DFE6ED;
	text-decoration:none;
}
#login a.profile-link
{
	text-decoration:underline;
}



#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: #bbb;
}


.table-border-color
{
	background-color:#95ACCA;
}

.right-shadow
{
	background:url(right_shadow.gif) right top repeat-y;
}

.footer-box
{
	height: 30px;
	border-top:1px solid #D9D9D9;
	padding:10px;
	margin-right:3px;
}

.footer-box span
{
	font-weight:bold;
	color:#1B3552;
}

.table-bottom-corner
{
	background:#95ACCA url(bottom_corner_bg.gif) repeat-x;
}


/*Content table*/
#content
{
	background:#fff;
	height:85%;
	min-height:85%;
	width:100%;
	border-collapse:collapse;
}

/*Left column*/
#content .left-column
{
	vertical-align:top;
	height:100%;
	padding:0;
	/*padding-left:5px;
	padding-right:5px;*/
	padding-top:34px;
	background:#F5F5ED url(left-column-bg.gif) left top repeat-x;
}

/*Main column*/
#content .main-column
{
	width:100%;
	vertical-align:top;
	padding:0 15px;

	background:#fff url(right_shadow.gif) right top repeat-y;
}

#bottom_banner
{
	text-align:center;
	margin:10px;
}

/*Footer*/
#footer
{
	background: #E4E4E4;
	text-align:right;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:40px;
	padding:8px;
	
}

/*Link in footer*/
#footer a
{
	color: #333;
	font-size: 100%;
}


/*Data table*/
table.data-table
{
	border:1px solid #C4C4C3;
	border-collapse:collapse;
}

/*Any cell*/
table.data-table td
{
	border:1px solid #C4C4C3;
	background-color:#FFFFFF;
	color:#333;
	padding:3px 5px;
}

/*Head cell*/
table.data-table thead td, table.data-table th
{
	background-color:#F2F2EA;
	text-align:left;
	font-weight:normal;
	background-image:none;
	border:1px solid #C4C4C3;
	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:#fff;
	padding:4px;
	color:#333;
}

/*Error & OK messages*/
.errortext
{
	color:red;
}

.notetext
{
	color:green;
}

/* Used to draw a "star" near reqired field */
.starrequired
{
	color:red;
}



div.blue-tabs-menu ul a, div.blue-tabs-menu ul a nobr
{
	display:block;
	float: left;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	height:37px;
}

/* Commented backslash hack hides rule from IE5-Mac \*/
div.blue-tabs-menu ul a, div.blue-tabs-menu ul a nobr
{
	float: none;
}
/* End IE5-Mac hack */


div.blue-tabs-menu li:hover, div.blue-tabs-menu li.jshover
{
	background: url("tableft-hover.gif") left bottom no-repeat;
}

div.blue-tabs-menu a:hover
{
	background:url("tabright-hover.gif") right bottom no-repeat;
}

div.blue-tabs-menu a:hover nobr
{
	/*fix*/
	margin-right:3px;
	padding-right:7px;

	background: url("tab_bg_hover.gif") bottom repeat-x;
}

div.blue-tabs-menu li.selected, div.blue-tabs-menu li.selected:hover
{
	background: url("tableft-selected.gif") left bottom no-repeat;
}

div.blue-tabs-menu li.selected a, div.blue-tabs-menu li.selected a:hover
{
	background:url("tabright-selected.gif") right bottom no-repeat;
}

div.blue-tabs-menu li.selected nobr, div.blue-tabs-menu li.selected a:hover nobr
{
	background: url("tab_bg_selected.gif") bottom repeat-x;
}

div.menu-clear-left
{
	clear:left;
}

h1, h2, h3, h4, h5, h6
{
	color:#36393d;
}


h1
{
	margin:0; padding:0;
	font-size:120%;
	margin-bottom:8px;
	padding-bottom:15px;
	padding-top:14px;
	border-bottom:1px dashed #C4C4C3;
}

h2, h3
{
	font-size:120%;
}

h4, h5, h6
{
	font-size:110%;
}

/*Information block*/
.information-block
{
	width:170px;
	padding:0px 5px 10px 10px;
	margin-left:5px;
	margin-right:5px;
	background:#F5F5ED;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-size:90%;
	color:#494947;
}

.information-block-head
{
	font-size:110%;
	color:#335172;
	font-weight:bold;

	margin-bottom:4px;
	padding-bottom:5px;
	background:url(infoblock_line.gif) left bottom no-repeat;
}

.information-block-body
{
	font-size:100%;
	color:#494947;
}

code
{
	font-size:100%;
	font-weight:normal;
	display:block;
	padding:1.5em 1em 1em 1em;
	border-style:solid;
	border-width:1px;
	border-width:1px 0;
	border-color:#C4C4C3;
	margin:1em 0;
	background-color:#F9F9F3;
	font-family:sans-serif;
}

.news-date-time
{
	color:#858585;
}

p.MsoNormal
	{margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family: Tahoma, serif;
	        margin-left: 0cm;
            margin-right: 0cm;
            margin-top: 0cm;
        }
.Apple-style-span a{
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	color: #36393d;
	font-size: 14.0pt;
	text-align: center;
}

#products tr td {
padding-bottom: 30px;
}

.slideshow-fade {
	border: none;
	text-align: center;
}
.slideshow-fade img {
	width: 600px;
	height: 400px;
}