@charset "utf-8";
/* CSS Document */

@import url(navbar.css);
@import url(elements.css);
@import url(homepage.css);
@import url(subpage.css);

body {
	margin:0;
	padding:0;
	background:url(../images/bg.gif) top repeat-x #ecf0f3;
}

img {
   behavior: url("pngbehavior.htc");
}

#wrapper {
	width:960px;
	margin:0 auto;
	padding:0;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	background:url(../images/headerbg.gif) top repeat-x #fff;
}

#header {
	height:90px;
	padding:30px 20px 10px;
	background:;
}
	#header h1 {
		margin:0;
		padding:0;
	}

#graphic-home {
	height:250px;
	background:#69F;
	overflow: hidden;
}
	#graphic-home ul {
		list-style:none;
		margin:0;
		padding:0;
	}
	#graphic-home ul li {
		float:left;
		margin:0;
		padding:0;
	}



.graphic {
	height:210px;
}
	.graphic.g_equipment {background: url(../images/graphic/major-equipment.jpg) top center no-repeat #FFF;}
	.graphic.g_services {background: url(../images/graphic/services.jpg) top center no-repeat #FFF;}
	.graphic.g_sales {background: url(../images/graphic/sales.jpg) top center no-repeat #FFF;}
	.graphic.g_profile {background: url(../images/graphic/profile.jpg) top center no-repeat #FFF;}
	.graphic.g_contact {background: url(../images/graphic/contact.jpg) top center no-repeat #FFF;}


#subgraphic {
	height:50px;
	background:url(../images/graphic/sub-bg.jpg) top repeat-x;
}


#content {
	margin:0;
	padding:20px 0 0;
}

#footer {
	font:normal 10px Verdana, Geneva, sans-serif;
	padding:10px 10px 30px;
}
	#footer .nav {
		float:right;
	}
	#footer .nav ul {
		list-style:none;
		margin:0;
		padding:;
	}
	#footer .nav ul li {
		font:normal 10px Verdana, Geneva, sans-serif;
		float:left;
		margin:0 10px;
	}
	ul.responsibility-links {
		list-style: none;
	}
	ul.responsibility-links li{
		text-decoration: none !important;
		margin-bottom: 12px;
	}