/** GLOBAL PAGE STYLING **/
html, body {
	font-size: 9pt;
	font-family: Helvetica, Arial, sans-serif;
}
a {
	text-decoration: none;
	color: #00f;
}
a:hover {
	text-decoration: none;
	color: #f00;
}

/** PAGE LAYOUT **/
body {
	background-color: #dcdcdc;
	margin: 0;
}
div#wrapper {
	width: 923px;
	margin: 0 auto;
	padding: 0;
	background: url("../images/back_main.png") top left repeat-y;
}
div#wrapper1 {
	padding: 0;
	background: url("../images/back_footer.png") bottom left no-repeat;
}
div#wrapper2 {
	padding: 15px 13px 15px 11px;
	background: url("../images/back_header.png") top left no-repeat;
}

/* HEADER */
div#header {
	padding: 10px;
}
div#search {
	float: right;
}
/* MENU */
div#menu {
	clear: both;
	background: url("../images/menu_back.png") top left repeat-x;
}
div#menu ul {
	list-style: none;
	list-style-type: none;
	height: 27px;
	padding: 0 20px;
	margin: 0;
}
div#menu li {
	list-style: none;
	list-style-type: none;
	float: left;
	margin: 0;
}
div#menu li a {
	padding: 6px 10px 6px 10px;
	line-height: 27px;
	height: 27px;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

div#menu li a:hover {
	background: url("../images/menu_back_hover.png") top left repeat-x;
	color: #000;
}
div#menu li a.active {
	background: url("../images/menu_back_active.png") top left repeat-x;
	color: #000;
}

div#content {
	clear: both;
	padding: 20px;
}

/* FOOTER */
div#footer {
	padding: 20px 7px;
}


/* TYPOGRAPHY */
h1, h2, h3 {
	font-family: "Goudy Old Style", "Bookman Old Style", Georgia, Times;
	color: #008600;
	margin: 0;
}
h1 { font-size: 2.3em; }
h2 { font-size: 2.1em; }
h3 { font-size: 1.7em; }








/** FIRST PAGE CONTENT STYLING **/
div#h_services {
	height: 240px;
}
div.h_service {
	width: 263px;
	height: 225px;
	float: left;
}
div#transportation {
	margin-right: 30px;
	background: url("../images/block_transportation.png") top left no-repeat;
}
div#materials {
	background: url("../images/block_materials.png") top left no-repeat;
}
div#furniture {
	background: url("../images/block_furniture.png") top left no-repeat;
	margin-left: 30px;
}
div.h_service p {
	position: relative;
	top: 124px;
	margin: 7px;
}
div.h_service a {
	position: relative;
	top: 117px;
	left: 210px;
	text-decoration: none;
	font-weight: bold;
	color: red;
}
div.h_service a:hover {
	color: blue;
}




