body {
	background: #E1F0FF;
}

div.body  {
	padding: 0;	
}

div.header {
	position: relative;
	height: 140px;
	background: url(/images/brandroads-bgr.gif) 159px 0 no-repeat;
	border-top: 0 none;
}


div.header a.logo {
	margin-left: 0;
	padding-left: 0;
}

div.header a.logo img {
	margin-left: 0;
	margin-bottom: 4px;
	float: left;
}

div.header span.dir {
	position: absolute;
	left: 180px;
	top: 32px;
	font-size: 23px;
	margin: 0;
	padding: 0;
}

ul.top-menu {
	left: 190px;
	top: 70px;
}

ul.top-menu li {
	background: url(../images/br-menu-bullit.gif) left center no-repeat;
	padding: 2px 13px 2px 14px;
}

ul.top-menu li a {
	color: white;
	font-weight: bold;
	text-decoration: none;
}

ul.top-menu li a:hover {
	text-decoration: underline;
}

form.search {
	left: 190px;
	top: 105px;
	padding: 0;
	background: none;
}

form.search input {
	font-size: 13px;
	border: 1px #99CCFF solid;
	width: 200px;
}

html>body form.search input {
	margin-bottom: -1px;
}

form.search button {
	background: Black;
	color: white;
	font-size: 12px;
	font-weight: bold;
}

html>body form.search button {
	padding-top: 1px;
	padding-bottom: 1px;
}

div.footer {
	border-top: 2px #c9c9c9 solid;
}

div.field input, div.field textarea {
	border: 1px black solid;
}