/*
Theme Name: Bontragers
Theme URI: http://bontragers.com/
Description: Bontragers Surplus Inc.
Version: 1.0
Author: bugdown
Author URI: http://dopplerinternet.com/
*/


* {
	padding:0;
	margin:0;
}

body {
	background-color:#666;
	color:black;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:17px;
}

#wrapper {
	overflow:hidden;
	width:740px;
	margin:8px auto;
}

#wrapper a,
#wrapper a:link {
	color:#00f;
}

#header {
	height:153px;
	background-image:url(images/header.jpg);
}

#nav {
	height:33px;
	padding:120px 30px 0 30px;
}

#nav ul {
	list-style:none;
	text-indent:-9999%;
}

#nav li {
	float:left;
}

.welcome { display:block; width:80px; height:33px; background-image:url(images/welcome.png); }

.history { display:block; width:80px; height:33px; background-image:url(images/history.png); }

.rv { display:block; width:130px; height:33px; background-image:url(images/rv.png); }

.mobile { display:block; width:120px; height:33px; background-image:url(images/mobile.png); }

.improvement { display:block; width:170px; height:33px; background-image:url(images/improvement.png); }

.contact { display:block; width:100px; height:33px; background-image:url(images/contact.png); }

#main {
	background-color:white;
	padding:48px 32px 24px 32px;
}

#main h1 {
	font-size:28px;
	font-weight:bold;
	line-height:34px;
	margin-bottom:24px;
}

#main p {
	margin-bottom:24px;
}

#bnav {
	width:100%;
	overflow:hidden;
	margin-top:36px;
	text-transform:capitalize;
}

#bnav ul {
	float:left;
	position:relative;
	left:50%;
	list-style:none;
}

#bnav ul li {
	float:left;
	position:relative;
	right:50%;
	margin-right:8px;
	border-right:solid 1px black;
	padding-right:8px;
}

#footer {
	text-align:center;
	color:#00008B;
	font-size:10px;
	line-height:13px;
	margin-bottom: 8px;
}