/* #999999 med gray */
/* #333333 dk gray */
/* #996666 light red */
/* #660000 dk red */
/* #ffffff white */
/* #000000 black */
/* wrapper width: 725px*/
/* inner wrapper width: 709px*/
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px;
	font: normal normal 16px/normal Arial, Helvetica, sans-serif;
	color: #333;
	background-color: #666666;	
}

#MainWrapper {
	margin: 0 auto;
	padding: 6px 6px 6px 6px;
	width: 725px;
	border: 1px solid #999;
	background-color: #fff;
}

#wrapper {
	height: 100%;
}

#headerWrapper {
	padding: 0 0 8px 0;
	width: 725px;
	height: 55px;
	border-bottom: 1px solid #333;
	background-color: #fff;
} 

#header {
	width: 725px;
	height: 55px;
	background:#FFF url(../images/logo.jpg) 0 0 no-repeat scroll;		
}

#header h2 {
	float: left;
	width: 223px;
	height: 55px;
}

#header h2 span {
	position: absolute;
	left: -3000px;
}

#header #phoneNumbers {
	width: 250px;
	float: right;
	margin-top: 10px;
	padding-right:30px;
	color: #fff;
	text-align: right;
	color:#000;
}

#header #phoneNumbers span {
	padding: 10px 5px 0 0;
	float: left;
}

#specialOffers {
	position:relative;
	padding: 8px 0 8px 0;
	height: 273px;
	background: #fff url(../images/special_offers.jpg) no-repeat 27px 8px scroll;
	border-bottom: 1px solid #333;
}

#specialOffers p {
	margin-top: 12px;
	font-weight: bold;
}

#specialOffers a:link, #specialOffers a:visited, #specialOffers a:hover, #specialOffers a:active {
	color: #fff;
}

#specialOffers a:hover {
	text-decoration: none;
}

#offer1, #offer2, #offer3 {
	position: absolute;
	padding: 10px 5px 0 5px;
	width: 80px;
	height: 75px;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #fff;
}

#offer1 {
	top: 8px;
	left: 27px;
}

#offer2 {
	top: 100px;
	right: 27px;
}

#offer3 {
	bottom: 8px;
	left: 316px;
}

#navigation {
	margin:10px 0;
	width: 725px;
	height: 25px;
	font-size: 13px;
	background-color: #3F1717;
	text-align:center;
}

#navigation ul {
	list-style: none;	
}

#navigation li {
	float:left;
	display:inline;
	text-align:center;
	color:#FFF;
	display:block;
	padding-left:45px;		
}

#navigation a {
	color:#FFF;
	text-decoration:none;
	line-height:25px;
}


#contentWrapper {
	margin: 0 0 8px 0;
	background: #fff url(../images/content_bg.jpg) repeat-y left top scroll;	
}

#leftColumn {
	position:absolute;
	padding: 0 0 100px 0;
	width:235px;
	padding: 20px 30px;
}

#social {
	position: absolute;
	height: 18px;
	width: 260px;
	top: 30px;
	left: 43px;
}

#social img {
	border: none;
	float: left;
	margin-right: 30px;
	width: 89px;
}


#leftColumn p {
	font-size: 13px;
	line-height: 22px;
	padding-bottom:10px;
	color: #FFF;
}

#leftColumn p.testimonial {
	text-indent: 35px;
	padding-top:15px;
	margin-top:55px;
	background: transparent url(../images/left_quote.jpg) no-repeat left top scroll;
}

#leftColumn p.name {
	width: 235px;
	background: transparent url(../images/right_quote.jpg) no-repeat right top scroll;
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
}

#leftColumn p span.town {
	font-size: 14px;
	color: #996666;	
}

#rightColumn {
	position:relative;
	top:0;
	left:310px;
	padding: 35px 0 100px 20px;
	width:393px;
}

#rightColumn h1 {
	font: normal normal 26px/26px Arial, Helvetica, sans-serif;
	padding-bottom:20px;
}

#rightColumn h2 {
	font: normal bold 16px/16px Arial, Helvetica, sans-serif;
	color: #660000;
	padding:0 0 20px 0;
}

#rightColumn h2.top {
	padding:0 0 16px 0;
}

#rightColumn p {
	padding: 0 20px 25px 0;
	font-size: 15px;
	line-height: 24px;
}

#rightColumn ul {
	padding: 0 20px 15px 15px;
}

#rightColumn ul li {
	margin: 0 0 10px 0;
	font-size: 15px;
	line-height: 25px;
	list-style: url(../images/bullet.jpg) none;	
}

#rightColumn a:link, #rightColumn a:visited, #rightColumn a:hover, #rightColumn a:active {
	color: #670001;
	text-decoration: underline;
}

#rightColumn a:hover {
	text-decoration: none;
}

.linkCompanyName {
	font-size: 14px;
	font-weight: bold;
	color: #660000;
}

.linkDescription {
	font-size: 14px;
	line-height: 28px;
}

#rightColumn p.linkUrl {
	font-size: 12px;
	text-align: right;
}

#rightColumn .linkUrl a:link, #rightColumn .linkUrl a:visited, #rightColumn .linkUrl a:active {
	color: #660000;
	text-decoration: underline;
}

#rightColumn .linkUrl a:hover {
	color: #660000;
	text-decoration: none;
}


/*form*/
fieldset {
	width: 350px;
	border:1px solid #333;
	padding:25px 10px;
	background: #F6EFEF;
}

label {
	margin: 6px 0 2px 0;
	float: left;
	width: 150px;
	font: normal normal 13px/13px Arial, Helvetica, sans-serif;
	color:#333;
	background-color: transparent;
}

input {
	margin: 2px 0 2px 0;
	padding: 1px;
	float: left;
	width: 190px;
	border: solid 1px #333;
	background-color: #fff;
	font: normal normal 14px/16px Arial, Helvetica, sans-serif;
	color: #333;
}

textarea {
	margin: 2px 0 2px 0;
	padding: 1px;
	float: left;
	width: 190px;
	border: solid 1px #333;
	background-color: #fff;
	font: normal normal 14px normal Arial, Helvetica, sans-serif;
	color: #333;
}

.formbutton {
	margin: 10px 0 0 150px;
	clear: both;
	width: 70px;
	font: normal bold 12px normal Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #660000;
	border: solid 1px #999;
	cursor: pointer;
}
/*form*/


#footer {
	position: relative;
	padding: 6px 225px 0 10px;
	height: 31px;
	background-color: #373737;
	color: #fff;
	font: normal normal 10px/14px Arial, Helvetica, sans-serif;
	text-align: left;
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	color: #fff;
	text-decoration: none;	
}

#footer a:hover {
	text-decoration: underline;
}

#tagline {
	position: absolute;
	bottom: 70px;
	left: 20px;
	width: 254px;
	height: 80px;
	background: transparent url(../images/tagline.jpg) no-repeat left top scroll;
}

#limo {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 223px;
	height: 115px;
	background: transparent url(../images/limo.jpg) no-repeat right bottom scroll;
}

* html #limo {
	background: transparent url(../images/limo.jpg) no-repeat right 1px scroll;
}

#gallery, #gallery2 {
	position: relative; 
}

#gallerybox, #gallerybox2 {
	width: 368px;
	height: 276px;
	border: 1px solid #000;
	margin-bottom: 20px;
	overflow: hidden; 
}

.blend img {
opacity: 0;
-moz-opacity: 0;
-khtml-opacity:0;
filter: alpha(opacity=0);
}

#caption {
	display: none;
	width: 328px;
	height: 34px;
	font: normal normal 14px/16px Arial, Helvetica, sans-serif;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	position: absolute;
	left: 15px;
	top: 240px;
	z-index: 200;
	background: #FFF;
	color: #000;
	padding:1px 5px;
	opacity: .6;
	-moz-opacity: .6;
	-khtml-opacity: .6;
	filter: alpha(opacity=60);
}

#caption2 {
	display: none;
	width: 328px;
	height: 34px;
	font: normal normal 14px/16px Arial, Helvetica, sans-serif;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	position: absolute;
	left: 15px;
	top: 0px;
	z-index: 200;
	background: #FFF;
	color: #000;
	padding:1px 5px;
	opacity: .6;
	-moz-opacity: .6;
	-khtml-opacity: .6;
	filter: alpha(opacity=60);
}

#calendarPositioner {
	position: relative;
}

#rightColumn #calendarContainer a {
	text-decoration: none !important;
}

#calendarContainer {
	display: none;
	position: absolute;
	width: 182px;
	height: 182px;
	top: 100px;
	left: 161px;
}

div.cntr {
	text-align: center;
	padding: 60px 0 0 0;
}

div.cntr a img {
	border: 0;
}
