@charset "utf-8";
@import "undo.css";
html, body {
	height: 100%;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	height: 100%;
	background: #D2D7DD url(../_images/bg.gif) repeat-x;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	height: 0px;
}
.center {
	margin: 0 auto;
	display: block;
}
#container {
	min-height:100%;
	position:relative;
}
#header {
	margin: 0 auto;
	width: 998px;
}
#content {
	margin: 0 auto;
	padding-bottom: 100px;
	width: 998px;
}
#logo, #logo a {
	width: 154px;
	height: 75px;
	background-image: url(../_images/header_logo.gif);
	overflow: hidden;
	text-indent: -10000px;
	margin-right: 39px;
	float: left;
}



#search {
	padding-top:14px;
	font-size:11px;
}



/*
#search, #search a{
	padding-right:78px;
	font-size:11px;
	color: #07A3D6;
	background:url(../_images/contactButton.jpg);
	background-repeat:no-repeat;
	text-indent: -10000px;
	float:right;
	
}
*/

#nav_main {
	height: 75px;
	width: 621px;
	float: left;
	overflow: hidden;
	margin-right:50px;
}
#nav_main li {
	display: inline;
	float: left;
	margin: 0;
}
#nav_main li a {
	font-size: .5em;
	text-indent: -10000px;
	height: 0 !important;
	height: 75px; /* IE5/Win */
	display: block;
	float: left;
	margin: 0;
	padding: 100px 0 0;
	overflow: hidden;
}
#nav_main li a:hover {
	background-position: 0 -75px;
}
li#nav_main_company, li#nav_main_company a {
	width: 142px;
	background: url(../_images/nav_company.gif) left top no-repeat;
}
li#nav_main_products, li#nav_main_products a {
	width: 116px;
	background: url(../_images/nav_products.gif) left top no-repeat;
}

li#nav_main_support, li#nav_main_support a {
	width: 116px;
	background: url(../_images/nav_support.gif) left top no-repeat;
}

li#nav_main_gallery, li#nav_main_gallery a {
	width: 116px;
	background: url(../_images/nav_gallery.gif) left top no-repeat;
}
li#nav_main_press, li#nav_main_press a {
	width: 115px;
	background: url(../_images/nav_press.gif) left top no-repeat;
}
li#nav_main_press, li#nav_main_media a {
	width: 115px;
	background: url(../_images/nav_media.gif) left top no-repeat;
}
li#nav_main_contact, li#nav_main_contact a {
	width: 132px;
	background: url(../_images/nav_contact.gif) left top no-repeat;
}
li#nav_main_blog, li#nav_main_blog a {
	width: 132px;
	background: url(../_images/nav_blog.gif) left top no-repeat;
}
#footer {
	position:absolute;
	bottom:0;
	width:100%;
	height: 54px;
	background: url(../_images/footer_bg.gif) repeat-x;
}
#footer_inner {
	width: 990px;
	margin: 0 auto;
}
#footer_inner img {
	float: left;
}
#footer_current {
	float: left;
	color: #FFFFFF;
	font-size: 12px;
	padding: 18px 0 0 10px;
}
#nav_footer {
	margin: 20px 0 0 174px;
	float: left;
}

#nav_footer li {
	padding-right: 10px;
	margin-right: 10px;
	font-size: 12px;
	line-height: 12px;
	display: inline;
	float: left;
	border-right: #c5cbd6 1px solid;
}

#nav_footer li.last {
	border-right: 0px;
}

#nav_footer li a {
	color: #c5cbd6;
}

#icon_footer{
    margin: 3px 0 0 0;
    float: right;
}

#icon_footer li {
	margin: 0;
	display: inline;
	float: left;
}
