* {
	margin: 0;
}
html {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-size: 62.5%;
	height:100%;
}
body {
	margin: 0;
	padding: 0;
	color: black;
	text-align:center;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	background-color:#7c6e5b;
	background-image:url(images/background-home.jpg);
	background-position:top;
	background-repeat:repeat-x;
	height:100%;
}
a {
	text-decoration:none;
	}
a img {
	border: none;
	}
a:link, a:visited {
	color:#ff9900;
	}
html body a:hover {
	color:#FFCC00;
	text-decoration:underline;
	}
ol, ul {
	list-style: none;
	margin: auto;
	height: auto;
}

#container {
	width:800px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -100px; /* the bottom margin is the negative value of the footer's height */
/*	background-image:url(images/background-home-verticalbar.gif);
	background-repeat:repeat-y; */
	background-color:#6f614f;
	margin-top:7px;
	text-align:left;
	}

#flag {
	width:800px;
	height:104px;
	background-image:url(images/flag.jpg);
	margin-top:0px;
	}

ul#nav { position:relative; top:64px; left:225px }

ul#nav { background:url(images/navBG.gif) }
ul#nav li { float:left; list-style-type:none }
ul#nav li a { height:27px; display:block; position:absolute; top:0; text-indent:-9999px; outline:none }

li#navHome a, li#navServices a, li#navCompany a, li#navGallery a, li#navContact a { background:url(images/navBG.gif) }

li#navHome a 						{ background-position:0 0; width:60px; left:0 }
li#navHome a:hover					{ background-position:0 -27px }
body#pageHome li#navHome a 			{ background-position:0 -54px }

li#navServices a 						{ background-position:-60px 0; width:97px; left:60px }
li#navServices a:hover					{ background-position:-60px -27px }
body#pageServices li#navServices a 			{ background-position:-60px -54px }

li#navCompany a 					{ background-position:-157px 0; width:210px; left:157px }
li#navCompany a:hover				{ background-position:-157px -27px }
body#pageCompany li#navCompany a 	{ background-position:-157px -54px }

li#navGallery a 						{ background-position:-367px 0; width:93px; left:367px }
li#navGallery a:hover					{ background-position:-367px -27px }
body#pageGallery li#navGallery a 		{ background-position:-367px -54px }

li#navContact a 						{ background-position:-460px 0; width:115px; left:460px }
li#navContact a:hover					{ background-position:-460px -27px }
body#pageContact li#navContact a 		{ background-position:-460px -54px }

#serviceareas {
	height:250px;
	width:800px;
	background-image:url(images/home-yellowback.jpg);
	}
#borderupper {
	width:800px;
	height:8px;
	background-image:url(images/border-upper.gif);
	}
#borderlower {
	width:800px;
	height:8px;
	background-image:url(images/border-lower.gif);
	}

#featured {
	width:240px;
	float:left;
	text-align:left;
	margin-top:36px;
	color:#fff;
	font-size:1.2em;
	line-height:1.6em;
	}

#hpacific {
	width:273px;
	height:100%;
	float:left;
	margin-top:0px;
	color:#fff;
	padding:25px 25px 25px 36px;
	text-align:left;
	font-size:1.5em;
	font-weight:normal;
	line-height:1.6em;
	background:url(images/home-tsquare.gif);
	background-repeat:no-repeat;
	background-position:top;
	}
#hpacific p {
	margin-top:13px;
	}
#gallery {
	float:left;
	text-align:left;
	margin-top:25px;
	padding-left:0px;
	width:426px;
	font-size:1.3em;
	font-weight:normal;
	line-height:1.5em;
	color:#fff;
	}

.push {
	height:100px;
	clear:both;
	}
#footer {
	width:100%;
	height:100px;
	border-top:1px solid #4a3e2f;
	background-color:#5c4e3d;
	text-align:center;
	clear:both;
	color:#c6c1bb;
	}
#footer .footerlinks {
	font-size:1.2em;
	letter-spacing:1px;
	}
#footer p {
	margin-top:20px;
	}