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

#header {
	height: 125px;
	width: 800px;
	background-image: url(../images/LAD_header.jpg);
	background-repeat: no-repeat;
	padding-top: 15px;
}
.navRule {
	height: 5px;
	width: 760px;
	margin-left: 20px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #0067a9;
	border-right-color: #0067a9;
	border-left-color: #0067a9;
}
.navMenu {
	width: 650px;
	margin-left:auto;
	margin-right:auto;
}



#menu {
	width: 100%;

	list-style: none;

	margin: 0;

	padding: 0;


}

#menu li {
	width: 130px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
}

#menu a {
	display: block;
	margin: 0;
	text-decoration: none;
}
.orderBtn {
	width: 202px;
	margin-left: 580px;
	margin-top: 65px;
}

.ie7 .orderBtn { margin-top: 45px; }
.ie8 .orderBtn { margin-top: 45px; }
