/* RESETS & BASIC PAGE SETUP */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body { 
}

ul { list-style: none inside; }
p {
	right: -150px;
	position: relative;
	top: 100px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
a { outline: none; }
a img { border: none; }

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	margin-right: 45px;
	margin-top: -60px;
	}
.clear { clear: both; }
/* END TOOLBOX */

/* STRUCTURE AND STUFF */
#page-wrap {
	width: 850px;
	margin: 0 auto;
	}
	
	#header-img {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: relative;
	float: none;
	width: 850px;
	height: 162px;
	}
	
	#companyinfo {
	position: relative;
	left: 700px;
	top: 80px;
	margin: 0 auto;
	}
	
	
	#banner-img {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	}
	
	#menu {
	width: 850px;
	background-image: url(images/menubg.jpg);
	background-repeat: no-repeat;
	height: 184px;
	
	}
		

#extra {
	background-image: url(images/exbg.jpg);
	background-repeat: repeat;
	height: 25px;
	background-position: right;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;

}

#footer {
	min-height: 80;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 850px;
}
#address li
{
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 38px;
}

#counter {

	text-align:center;

}
/* END STRUCTURE */

