@import url("reset.css");
@import url("lightbox.css");


#box {
	width: 100%;
	background: url(../images/template/box-bg.jpg) no-repeat center 109px;
	height: auto;
}
body {
	background: url(../images/template/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;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display: block;
	margin-top: 25px;
	margin-bottom: 15px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: bold;
	color: #AB1D0F;
}


#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
}
#footer {
	border-top: 1px solid #CCCCCC;
	margin-top: 40px;
	padding-top: 22px;
	margin-bottom: 20px;
}
#footer a {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	text-decoration: none;
}

#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;
}
.clear {
	clear:both;
	}
	
#leftColumn {
	width: 565px;
	float: left;
	margin-top: 175px;
	font: 11px/165% Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: justify;
}
#leftColumn h1, #rightColumn h1 {
	display: block;
	margin-bottom: 23px;
}
#leftColumn a:link, #leftColumn a:visited, #leftColumn a:active {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-decoration: none;
}
#leftColumn a:hover {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #CC0000;
	text-decoration: underline;
}
#leftColumn p {
	display: block;
	margin-bottom: 15px;
}
#rightColumn {
	width: 236px;
	float:right;
	margin-top:175px;
	}
#imagebox {
	width: 236px;
}
#imagebox img {
	border: 1px solid #cdcdcd;
	margin: 1px;
}
#imagebox img:hover {
	border: 1px solid #B92113;
}
.getQuote {
	margin-bottom: 25px;
	border: 1px solid #cdcdcd;
}
.getQuote:hover {
	border: 1px solid #B92113;
}
.imgTable {
	margin-bottom:25px;
}
.formInput {
	display: block;
	width: 400px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 6px;
	margin-bottom: 5px;
}
