/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td{
 padding:0;
 margin:0;
}

/*----------------*/


html, body
{
	height: 100%;
	background: #0f1e3e;
}

a
{
	text-decoration: none;
	color: #fff;
}
.color388491
{
	color: #388491;
}
.color0086a3
{
	color: #0086a3;
}
.colore42212
{
	color: #e42212;
}
.font-size-10
{
	font-size: 10px;
}
.font-size-14
{
	font-size: 14px;
}
a:hover
{
	text-decoration: underline;
}
body
{
	width: 100%;
	background: #0f1e3e;
	font-family: Helvetica, Arial;
	font-size: 16px;
}
.home-page
{
	background: url(images/background/home-bkg.jpg) no-repeat -20px top;
}


#content-wrapper
{
	min-height: 100%;
	width: 900px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

* html #content-wrapper
{
	height: 100%;
}

#footer
{
	/*position: absolute;*/
	width: 100%;
	font-size: 11px;
	text-align: center;
	top: 100%;
	/*margin: 150px 0 0 0;*/
}


/* Navigation */
#top-bar
{
	width: 100%;
	position: absolute;
	left: 0;
	height: 34px;
	background: url(images/background/navigation/top-bar-bkg.jpg) repeat-x;
	z-index: 2;
}

#navigation-container
{
	width: 900px;
	margin: 0 auto;
}
#navigation
{
	font-size: 11px;
	width: 1200px;
	margin: 0 0 0 32px;
}

#navigation #home
{
	display: block;
	width: 15px;
	height: 13px;
	background: url(images/icons/home.jpg) no-repeat center;
	padding: 0 12px 0 12px;
	float: left;
	margin: 8px 0 0 0;
}
#navigation #ftp-login
{
	color: #429ea8;
	text-decoration: none;
	background: url(images/icons/arrow.jpg) no-repeat;
	padding: 0 0 0 15px;
	float: left;
	display: inline;
	line-height: 15px;
	margin: 6px 0 0 8px;
}

#navigation #tabs
{
	float: left;
	margin: 0;
	padding: 0;
}

#navigation #tabs li
{
	float: left;
	position: relative;
	display: inline;
}

#navigation .tab, #navigation .tab-active
{
	display: inline;
	width: 118px;
	height: 34px;
	background: url(images/background/navigation/tab.jpg) no-repeat;
	float: left;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 24px;
	margin: 0 4px 0 0;
}

#navigation .tab:hover, #navigation .tab-active
{
	background-position: 0 -34px;
}

#navigation li:hover ul
{
	display: block;
}

#navigation .drop-down
{
	position: absolute;
	width: 118px;
	z-index: 2;
	top: 0;
	left: 0;
	background: #142641 url(images/background/navigation/drop-down/top.jpg) repeat-x;
	padding: 7px 0 0 0;
	margin: 33px 0 0 0;
	font-size: 9px;
	display: none;
}

#navigation .drop-down li
{
	float: left;
	clear: left;
	width: 118px;
}
#navigation .drop-down li a
{
	display: table-cell;
	vertical-align: middle;
	width: 119px;
	float: left;
	padding: 4px 0 4px 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation .drop-down li a:hover
{
	background: #ee1c24;
}
/* end Navigation */

.clear
{
	display: block;
	clear: both;
}

.inner-page
{
	width: 100%;
	background: url(images/bkg.jpg) no-repeat;
}
.inner-header
{
	display: inline;
	margin: 0 0 0 24px;
	width: 851px;
	float: left;
}
.inner-content
{
	width: 900px;
	background: url(images/background/contet.jpg) no-repeat;
	float: left;
	padding: 0 0 0 0;
	min-height: 900px;
	display: inline;
	font-size: 12px;
	color: #12223b;
	line-height: 14px;
}
.inner-content p
{
	margin: 15px 0 10px 0;
}
.inner-content .separator
{
	height: 10px;
}
.inner-content .section-title
{
	margin: 0 0 0 75px;
	float:left;
}
.content-table
{
	clear:left;
	float:left;
	width:650px;
	text-align:left;
}
.inner-content .content-table
{
	margin: 0 0 0 123px;
}
.inner-content
{
}
.inner-content h1
{
	font-size: 18px;
	color: #e42212;
	line-height: 20px;
	margin: 20px 0 0 0;
}
.inner-content .nomargin
{
	margin: 0;
}
.inner-content h4
{
	font-size: 14px;
	color: #e42212;
	line-height: 18px;
}

.licence-states
{
	margin: 0 0 0 10px;
	line-height: 16px;
}
.inner-brochure
{
	width: 224px;
	height: 164px;
	background: url(images/background/brochure.jpg) no-repeat;
}
.inner-brochure .download-arrow
{
	display: block;
	width: 96px;
	height: 97px;
	background: url(images/icons/download-arrow-inactive.jpg) no-repeat;
	position: relative;
	top: 35px;
	left: 128px;
}
.inner-brochure .download-arrow:hover
{
	background: url(images/icons/download-arrow-active.jpg) no-repeat;
}
.info-table
{
	border-top: #5e5f5e solid 1px;
	border-left: #5e5f5e solid 1px;
}
.info-table th
{
	background: #0b87a5;
	height: 16px;
	color: #fff;
	text-indent: 4px;
	font-size: 10px;
	border-right: #5e5f5e solid 1px;
	border-bottom: #5e5f5e solid 1px;
}
.info-table a
{
	color: #0b87a5;
	text-decoration: none;
}
.info-table a:hover
{
	text-decoration: underline;
}
.info-table td
{
	background: #fff;
	font-size: 10px;
	color: #5f5c5b;
	height: 46px;
	border-right: #5e5f5e solid 1px;
	border-bottom: #5e5f5e solid 1px;
	padding: 0 0 0 4px;
}
/* Home Page */
#home-content
{
	min-height: 675px;
}
#home-header
{
	width: 900px;
	height: 382px;
	background: url(images/background/header/home.jpg) no-repeat 38px 0px;
	margin: 0;
	float: left;
	position: relative;
}
#home-header-flash
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 785px;
	height: 266px;
	margin: 0px 0 0 45px;
}


#home-header .about-company
{
	width: 454px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	margin: 265px 0 0 125px;
	float: left;
	display: inline;
	position: relative;
}
#home-header .about-company .f18
{
	font-size: 16px;
}
#home-header .about-company .header
{
	color: #51b1dd;
}
#home-header .news
{
	position: absolute;
	top: 367px;
	left: 71px;
	width: 562px;
	height: 199px;
	background: url(images/background/index/news.jpg) no-repeat;
}
#home-header .news .toolbar-container
{
	width: 125px;
	position: relative;
	float: left;
}
#home-header .news .toolbar
{
	width: 154px;
	height: 161px;
	position: absolute;
	background: url(images/background/index/news-toolbar.png) no-repeat;
	top: 25px;
	left: -15px;
}
#home-header .news .news-list
{
	width: 373px;
	font-size: 11px;
	color: #fff;
	float: left;
	display: inline;
	margin: 68px 0 0 20px;
	line-height: 14px;
}

#home-header .news .news-list li
{
	margin: 0 0 10px 0;
}
#home-header .news .news-list .title
{
	font-size: 13px;
	text-transform: uppercase;
}
#home-header .clients
{
	width: 239px;
	height: 151px;
	position: absolute;
	top: 266px;
	left: 590px;
}

#home-header .hat
{
	width: 236px;
	height: 193px;
	background: url(images/background/index/hat.png) no-repeat;
	position: absolute;
	left: 624px;
	top: 135px;
}
#home-header .brochure
{
	width: 232px;
	height: 150px;
	background: url(images/background/index/download-brochures.png) no-repeat;
	position: absolute;
	left: 608px;
	top: 415px;
}
#home-header .brochure .download
{
	display: block;
	width: 107px;
	height: 97px;
	background: url(images/icons/download-arrow-home-inactive.jpg) no-repeat;
	margin: 24px 0 00 144px;
}

#home-header .brochure .download:hover
{
	background: url(images/icons/download-arrow-home-active.jpg) no-repeat;
}
/* end Home Page */
.safety-logo-1
{
	margin: 10px 0 0 0;
}
.safety-logo-2
{
	margin: 20px 0 0 0;
}
/*----------------*/


.MainMenu_RootNode
{
	cursor:pointer;
	display: inline;
	width: 118px;
	height: 34px;
	background: url(images/background/navigation/tab.jpg) no-repeat;
	float: left;
	color: #fff;
	text-decoration: none;
	text-align: center;
	text-transform:uppercase;
	line-height: 24px;
	margin: 0 4px 0 0;
}

.MainMenu_RootNode.first
{
	display: block;
	width: 15px;
	height: 13px;
	background: url(images/icons/home.jpg) no-repeat center;
	padding: 0 12px 0 12px;
	float: left;
	margin: 8px 0 0 0;
	cursor:pointer;
}

.MainMenu_RootNode.first span
{
	visibility:hidden;
}

.MainMenu_RootNode.last 
{
	cursor:pointer;
	width:55px;
	color: #429ea8;
	text-decoration: none;
	background: url(images/icons/arrow.jpg) no-repeat;
	padding: 0 0 0 15px;
	float: left;
	display: inline;
	line-height: 15px;
	margin: 6px 0 0 8px;

}

.MainMenu_RootContainer
{
	border:1px solid white;
}

.MainMenu_RootNodeHover
{
	background-position: 0 -34px;
}

.MainMenu_NodeContainer
{
	position: absolute;
	width: 118px;
	height:auto;
	z-index: 2;
	top: 0;
	left: 0;
	background: #142641 url(images/background/navigation/drop-down/top.jpg) repeat-x;
	font-family: Helvetica,Arial;
	text-transform:uppercase;
	font-size: 9px;
	margin: 0;
	padding: 2 0 0 0;
}

.MainMenu_Node td
{
	margin:0;
	padding:1px;
	vertical-align: middle;
	width: 118px;
	float: left;
	text-align: center;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}

.MainMenu_NodeHover
{
	background: #ee1c24;
}

#Body
{
	padding:0;
	margin:0;	
}

#Form
{
	position:absolute;
	top:0;
	width:100%;
	text-align:center;
	overflow:hidden;
}

.LeftPane, .RightPane
{
   width:122px;
}

.ContentPane
{
   text-align:center;
}

#home-link-tegg 
{
   display:block;
   height:34px;
   left:100px;
   position:absolute;
   top:380px;
   width:490px;
   z-index:3;
}
.inner-back
{
    width: 900px;
    background: transparent url(images/background/general-content.jpg);
    float: left;
    padding: 0 0 0 0;
    min-height: 900px;
    display: inline;
    font-size: 12px;
    color: #12223b;
    line-height: 14px;
}





















































































