@charset "utf-8";
body {
	font: .8em Arial,Verdana, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
a img {
	border:none;
}
 #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 10px auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
}
 #header {
	background:url(../images/ADR-Website_02.jpg) no-repeat top left #FFF;
	height:171px;
	padding:15px 0 0 128px;
	position: relative;
}
#header #navigation {
	position:absolute;
	top:124px;
	left:0;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#midSection {
	padding: 0;
	background: #FFF;
}
#contentWrapper {
	float:right;
	width:474px;
	padding:25px 15px 15px 20px;
}
#contentWrapper.order{
	background:url(../images/order_05.jpg) no-repeat #FFF;
}
#contentWrapper.contact{
	background:url(../images/contact_05.jpg) no-repeat #FFF;
}
#contentWrapper.excerpts{
	background:url(../images/excerpts_05.jpg) no-repeat #666666;
}
#orderNowButton {
	float:right;
	margin:15px 0 0 0;
	text-align:right;
}
#content {
	overflow:auto;
	color:#FFF;
	height:250px;
	padding-right:10px;
}
#content img {
	border:solid 1px #333;
}
#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFF;
	font-size:10px;
	color:#999;
	text-align:center;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	color:#999;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
/* Added by Split Light Designs */
#excerpts {
	border-collapse:collapse;
	border:none;
}
#excerpts .canter{
	text-align:center;
}
#excerpts h2 {
	color:#E4C11B;
	margin:0;
}
#excerpts th {
	font-variant:small-caps;
	text-align:left;
	padding-left:40px;
}
#excerpts td {
	vertical-align:top;
}
#excerpts td ul{
	margin:5px 0 0 10px;
	padding:0;
}
#excerpts td ul li {
	list-style-type:none;
	margin:0 0 5px 10px;
	padding-left:20px;
	background:url(../images/bullet.gif) no-repeat 0px 2px;
}
a {
	color:#FFF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
a img {
	border:none;
}
.fltLeft {
	float:left;
	margin:0 10px 3px 0;
}
