@charset "UTF-8";
body/* CSS Document */

  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}
#container  {
	width: 770px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	top: 100px;
	background-color: #FFFFFF;
} 
.twoColFixLtHdr #header  {
	height: 150px;
	width: 766px;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #FBFBFB;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #630B0D;
	border-left-color: #630B0D;
	background-image: url(images/ColemanHeader2.jpg);
} 
.twoColFixLtHdr #headerhome {
	height: 150px;
	width: 762px;
	padding-top: 0;
	padding-bottom: 0;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #630B0D;
	border-left-color: #630B0D;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#right-top {
	height: 203px;
	width: 567px;
	background-image: url(images/vandenali2.jpg);
	float: right;
	clear: none;
	background-repeat: no-repeat;
	background-position: left top;
}
#right-top-specials {
	height: 203px;
	width: 567px;
	background-image: url(images/specialoffers.jpg);
	float: right;
	clear: none;
	background-repeat: no-repeat;
	background-position: left top;
}
#right-top-downtown {
	height: 203px;
	width: 567px;
	background-image: url(images/cities.jpg);
	float: right;
	clear: none;
	background-repeat: no-repeat;
	background-position: left top;
}
#right-top-tours {
	height: 203px;
	width: 567px;
	background-image: url(images/tulips.jpg);
	float: right;
	clear: none;
	background-repeat: no-repeat;
	background-position: left top;
}
#right-top-airport {
	height: 203px;
	width: 567px;
	background-image: url(images/airport.jpg);
	float: right;
	clear: none;
	background-repeat: no-repeat;
	background-position: left top;
}
#right-top-contact {
	height: 203px;
	width: 567px;
	background-image: url(images/contact.jpg);
	float: right;
	clear: none;
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper {
	width: 766px;
	float: left;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #630000;
	border-right-color: #630000;
	border-bottom-color: #630000;
	border-left-color: #630000;
	border-top-width: 2px;
	border-top-style: solid;
	background-repeat: repeat-y;
	background-image: url(images/leftbackground.gif);
}
#left  {
	width: 199px;
	float: left;
}
#navigation {
	width: 199px;
}

#navigation ul {
	list-style: none;
	text-align: center;
	color: #666666;
	margin: 0;
	padding: 0;
}

#navigation li {
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#navigation a {
	text-transform: uppercase;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	padding: 10px;
}

#navigation a:hover {
	background-color: #FFFFFF;
	color: #670101;
}
#right  {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 40px;
	float: right;
	clear: none;
	width: 504px;
	background-image: url(images/ColemanArrowBW.gif);
	background-position: left top;
	background-repeat: no-repeat;
} 
#center {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 2px;
	float: left;
	clear: none;
	width: 686px;
	height: 100%;
}
#centerfixed {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 2px;
	float: left;
	clear: none;
	width: 686px;
	height: 550px;
}
#centerfixed_repairs {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 2px;
	float: left;
	clear: none;
	width: 686px;
	height: 550px;
}
#centerproducts {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
	border-left-style: solid;
	border-left-color: #000000;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #000000;
	border-left-width: 2px;
	float: left;
	clear: none;
	width: 686px;
	height: 100%;
}
#menu {
	width: 766px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	text-decoration: none;
	background-image: url(images/menubackground.jpg);
	background-repeat: repeat-x;
}
.heading {
	color: #670101;
	font-weight: bold;
}
.readfullarticle {
	font-size: small;
	font-style: italic;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
.wrappicright {
	float: right;
}
.tm {
}
.footertext {
	font-size: small;
	color: #CCCCCC;
}
.twoColFixLtHdr #footer {
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	clear: both;
	padding-top: 0;
	padding-right: 20px;
	padding-left: 20px;
	background-repeat: repeat-x;
	height: 65px;
	text-align: center;
	border-right-width: 2px;
	background-color: #630B0D;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
 
</style>[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 230px; }
</style>
<![endif][if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { padding-top: 30px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]</head>
#right {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 40px;
	border-left-style: solid;
	border-left-color: #FF9900;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FF9900;
	border-left-width: 2px;
	float: right;
	clear: none;
	width: 473px;
	height: 600px;
}
.videobox {
	background-color: #9C0002;
	height: 50px;
	width: 200px;
	padding: 3px;
	text-align: center;
	border: 1px groove #999999;
}
.pic_left {
	float: left;
	margin-right: 5px;
	margin-bottom: 3px;
}
.borderframeleft {
	border: 4px double #670101;
	float: left;
	margin-right: 10px;
	margin-bottom: 2px;
}
.pic_right {
	float: right;
	margin-left: 5px;
}
.copyright {font-size: x-small}

