@import url("reset.css");

#box {
	background-image: url(../images/box-bg.jpg);
	background-position: center 114px;
	width: 100%;
	height: 450px;
	background-repeat: no-repeat;
}
body {
	background: url(../images/body-bg.jpg) repeat-x center 114px;
}
#container {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
#header h1 a{
	background: url(../images/new-logo.gif);
	height: 61px;
	width: 159px;
	text-indent: -1000em;
	display: block;
	top: 28px;
	position: relative;
	left: 0px;
}
#header {
	height: 114px;
}
/**** NAV ****/
#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline
}
#nav {
	float: right;
	margin-top: 45px;
	margin-bottom: 45px;
}

#nav a {
	float: left;
	padding: 24px 0 0 0;
	overflow: hidden;
	height: 0px !important;
	height /**/:24px; /* for IE5/Win only */
}
#nav a:hover {
	background-position: right -24px
}
#nav a:active, #nav a.selected {
	background-position: right -24px
}
/*Nav Buttons*/
#nhome a {
	width: 51px;
	background: url(../images/template/nhome.gif) no-repeat right 0
}
#nabout a {
	width: 65px;
	background: url(../images/template/nabout.gif) no-repeat right 0
}
#nvehicles a {
	width: 84px;
	background: url(../images/template/nvehicles.gif) no-repeat right 0
}
#nquote a {
	width: 66px;
	background: url(../images/template/nquote.gif) no-repeat right 0
}
#ncontact a {
	width: 77px;
	background: url(../images/template/ncontact.gif) no-repeat right 0
}
#banner h2 {
	background: url(../images/banner-h2.gif);
	height: 15px;
	width: 172px;
	display: block;
	text-indent: -1000em;
	margin-top: 75px;
	margin-bottom: 24px;
}
#banner p {
	font: 11px/192% Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display:block;
	width: 371px;
	height: 130px;
}
#imagebox {
	width: 500px;
	margin-left: -3px;
	margin-top: 105px;
}
#imagebox img {
	border: 1px solid #cdcdcd;
	margin: 3px;
}
#imagebox img:hover {
	border: 1px solid #B92113;
}
#copybox {
	float: right;
	width: 325px;
	font: 11px/165% Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin-top: 108px;
	text-align: justify;
}#footer {
	border-top: 1px solid #CCCCCC;
	margin-top: 40px;
	padding-top: 22px;
}
#footer p {
	display: block;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #707070;
	background: url(../images/bubbly-logo.gif) no-repeat;
	height: 29px;
	width: 150px;
	padding-left: 74px;
	padding-top: 5px;
}
.contact  {
	display: block;
	background: url(../images/number.gif) repeat;
	height: 24px;
	width: 122px;
	text-indent: -1000em;
	float: right;
	margin-top: 5px;
}
#footer a {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}

strong {
	font-weight:normal;
	}
