/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.7em; 
	color: #000000;
	background: url(images/bg-body.gif) repeat-x;
}


#container-01 {
	width: 780px;
	margin: 0px auto;
	text-align: left;
}

#header {
	width: 780px;
	height: 102px;
	/*background-color: #CCFF00;*/
}

#head-logo {
	width: 416px;
	height: 57px;
	padding: 44px 0 0 0;
	float: left;
}

#head-login {
	width: 300px;
	height: 70px;
	float: right;
	padding: 20px 0 0 0;
}

#nav {
	width: 744px;
	height: 27px;
	clear: both;
	padding: 30px 0 0 36px;
	background: url(images/bg-nav.gif) no-repeat;
}

#content {
	width: 780px;
	background: url(images/bg-content.gif) no-repeat;
	clear: both;
}

#content-pages {
	width: 718px;
	/*height: 373px;*/
	background: url(images/img-03.jpg) no-repeat;
	margin: 0 26px 0 36px;
}

#page-about {
	width: 413px;
	padding: 35px 273px 30px 34px;
	background: url(images/img-09.jpg) no-repeat right top;
}

#page-company {
	width: 413px;
	padding: 35px 273px 30px 34px;
	background: url(images/img-08.jpg) no-repeat right top;
}

#page-management {
	width: 413px;
	padding: 35px 273px 30px 34px;
	background: url(images/img-07.jpg) no-repeat right top;
}

#page-products {
	width: 393px;
	padding: 35px 293px 30px 34px;
	background: url(images/img-05.jpg) no-repeat right top;
}

#page-products ul, li {
	margin-top: 0;
	padding-top: 0;
}

#page-contact {
	width: 413px;
	padding: 35px 273px 30px 34px;
	background: url(images/img-04.jpg) no-repeat right top;
}

#page-careers {
	width: 413px;
	padding: 35px 273px 30px 34px;
	background: url(images/img-06.jpg) no-repeat right top;
}

#content-home {
	width: 718px;
	height: 373px;
	background: url(images/bg-content-home.gif) no-repeat;
	margin: 0 26px 0 36px;
}

#intro {
	width: 286px;
	height: 183px;
	padding: 44px 364px 0 34px;
	background: url(images/img-01.jpg) no-repeat right bottom;
}

#smallpics {
	padding: 30px 0 0 30px;
}

#footer {
	width: 780px;
	text-align: center;
	padding: 35px 0 40px 0;
	color: #918e8e;
}

#footer a {
	color: #918e8e;
}

#footer a:hover {
	color: #067abd;
}

p {
	margin-top: 0;
}

a {
	text-decoration: none;
	color: #067abd;
}

a:hover {
	text-decoration: underline;
	
}

h3 {
	font-size: 14px;
	color: #067abd;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
}






