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

body
{
	background: #112a47 url('../img/body_bg.png') repeat-x;
	font-family: Tahoma, sans-serif;
}

h1
{
    line-height: 3.7em;
    color: #393939;
    font-weight: normal;
    font-size: 1.2em;
    margin: -10px 0 -10px 0;
}

ul li
{
    margin: 0.2em 0;
}

ul ul
{
    margin: 0.4em 0;
}

#container
{
	margin: 0;
}

#header
{
    background: url('../img/logo.png') no-repeat top left;
	height: 271px;
}

#page
{
	background: #f6f6f6;
	margin: -126px 32px 0 32px;
	padding: 8px;
}

#h-nav
{
	background: #cbcbcb url('../img/nav_bg.png') repeat-x;
	line-height: 2.5em;
	height: 2.5em;
	padding: 6px 10px;
}

#h-nav ul
{
	float: right;
	margin: 0;
	padding: 0;
}

#h-nav ul li
{
	float: left;
	list-style: none;
	margin: 0 0 0 0;
    padding: 0;
}

#h-nav ul li a, #h-nav span a
{
	display: block;
    padding: 0.4em 0.6em;
    margin: 0 1px;
    line-height: 1.7em;
	color: #2f2f2f;
	text-decoration: none;
}

#h-nav a:hover
{
    margin: -1px 0 0 0;
    background: #e7e7e7;
    border-top: 1px solid #b2b2b2;
    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
    border-bottom: 1px solid #eec;
}

#content
{
	padding: 20px 10px 20px 10px;
	min-height: 400px;
}

#content img
{
	margin: 0 0 10px 10px;
	padding: 5px; 
	border: 1px solid #aaa;
}

#sections-list
{
    background: transparent url('../img/section_logo.png') no-repeat top left;
    padding: 0 0 0 61px;
    margin: 0 auto;
    width: 620px;
    height: 74px;
    line-height: 74px;
}

#sections-list ul
{
    width: 559px;
    height: 74px;
    background: transparent url('../img/section_end.png') no-repeat right;
}

#sections-list ul li
{
    float: left;
    line-height: 74px;
    text-align: center;
    list-style: none;
    margin: 2px 1px 0 0;
    background: transparent url('../img/nav_bg.png') repeat-x left;
    color: #2f2f2f;
}

#list-machining
{
    width: 118px;
}

#list-quality
{
    width: 209px;
}

#list-project
{
    width: 219px;
}

#footer
{
	clear: both;
	height: 2em;
}

#page-bottom
{
	clear: both;
	padding: 10px;
	margin-bottom:10px;
	text-align: center;
	font-size: 0.8em;
	color: #fff;
} body>#page-bottom {margin-bottom:0;}

#page-bottom a
{
	color: #fff;
}

.section
{
    padding: 1em;
    margin-bottom: 1em;
    margin-top: 1.4em;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

.frame 
{ 
	padding: 5px; 
	border: 1px solid #aaa;
}

.fakelink
{
    cursor: pointer;
    cursor: hand;
}

.fakelink:hover, .fakelink_on
{
    filter:Alpha(Opacity=80 );
    opacity:0.8;
    -moz-opacity:0.8;
    color: #030303 !important;
}

.jquery_fix
{
    font-size: 0;
    height: 0;
    line-height: 0;
}
