* { margin: 0; padding: 0; }

/* font */
html { font-size: 100.01%; }
body { font-size: 62.5%; }
input, select, textarea { font-size: 100%; }

/* layout - general */
img, fieldset { border: none; }
acronym { cursor: help; }
a:link, a:visited { cursor/**/: /**/pointer; }

input.text, .text2, textarea { padding: 1px 2px; }
textarea { overflow: auto; }
select { }
.submit { padding: 1px 2px; cursor/**/: /**/pointer; }

ul, ol { margin: 0 0 1em 1.5em; padding: 0; list-style: disc; }
ul li, ol li { margin: .2em 0; padding: 0; }
select > option { padding: 0 5px 0 3px; }

.ul { margin: 0; padding: 0; list-style-type: none; }
.ul li { margin: 0; padding: 0; list-style: none; list-style-image: none; list-style-type: none; }

#page .flR { float: right; }
#page .flL { float: left; }
#page .alR { text-align: right; }
#page .alC { text-align: center; }

.hide { display: none; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; left: 0; top: 0; text-indent: -1000em; }

a:link, a:visited {
	color: #a28550;
	text-decoration: underline;
}
a:visited {
	color: black;
}
a:link:hover, a:visited:hover {
	color: black;
	text-decoration: none;
}
a.inv:link, a.inv:visited {
	text-decoration: none;
}
a.inv:link:hover, a.inv:visited:hover {
	text-decoration: underline;
}

.cols {
	overflow: hidden;
	margin: 0;
}
.cols .col {
	float: left;
}
body #page .last {
	margin-right: 0;
}

.clear {
	clear: both;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
}

/* Clear Floats Without Structural Markup */
.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearFix { display: inline-block; }
/* \*/
* html .clearFix { height: 1%; }
.clearFix { display: block; }
/* */


/* layout - specific */
body {
	position: relative;
	text-align: center;
	background: #9e9586;
	color: #000000;
	font-family: Arial, sans-serif;
}
#page {
	font-size: 1.35em;
}
body .page {
	width: 745px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

#top {
	position: relative;
	overflow: hidden;
	font-size:	95%;
	background: #000000;
	color: #FFFFFF;
}
	#top .page {
		background: url(img/line-h1.gif) repeat-x 0 79px;
		position: relative;
		height: 114px;
	}

	#logo {
		position: absolute;
		z-index: 100;
		left: 0px;
		top: 28px;
		width: 206px;
	}
		#logo a:link, #logo a:visited {
			display: block;
			width: 206px;
			height: 75px;
			background: url(img/logo-1.png) no-repeat 0 0;
		}
			#logo a:link span, #logo a:visited span {
				text-indent: -1000em;
			}
	#motto1 {
		position: absolute;
		right: 0px;
		top: 41px;
		width: 372px;
		height: 23px;
	}
		#motto1 span {
			background: url(img/motto-1.png) no-repeat 0 0;
		}
	#menu {
		position: absolute;
		right: 0;
		top: 85px;
		overflow: hidden;
		color: #484848;
		font-weight: bold;
		font-size: 12px;
	}
	#menu sup {
		font-size: 85%;
		height: 0;
		line-height: 1;
		vertical-align: baseline;
		_vertical-align: top;
		position: relative;
		bottom: 1ex;
		}
	
		#menu li {
			float: left;
			margin: 0 .5em 0 0;
			line-height: 24px;
		}
		
			#menu li a:link, #menu li a:visited {
				height: 24px;
				display: block;
				float: left;
				color: #FFFFFF;
				margin: 0 .5em 0 0;
				text-decoration: none;
			} 
				#menu li a:link:hover, #menu li a:visited:hover {
					text-decoration: underline;
				}
			#menu li.active a:link, #menu li.active a:visited {
				color: #ed3516;
			}
			

.colWrap {
	overflow: hidden;
	position: relative;
}
	.colMain {
		width: 410px;
		float: left;
	}
	.colSide {
		width: 302px;
		float: right;
	}
	.colSide a:link, .colSide a:visited  {color: #4d340a; font-size: 12px;}


#main {
	border-top: solid 1px #b08e50;
	padding: 45px 0 30px;
}
	#main .colSide {
	}


h1 {
	margin: 0 0 .25em;
	font-size: 150%;
	font-family: Georgia, serif;
	font-weight: normal;
}
h2 {
	color: #ed3516;
	font-size: 100%;
	font-family: Georgia, serif;
	font-weight: normal;
}
h3 {
	font-size: 120%;
}

.colMain {
	line-height: 1.4;
}
	.colMain p {
		margin: 0 0 1em;
	}
	.colMain p.desc {
		font-size: 115%;
		line-height: 1.3;
	}
	.colMain h2 {
		font-size: 95%;
		color: #3e2c0d;
		font-family: Arial, sans-serif;
		font-weight: bold;
		margin: 0 0 1em;
	}
	.colMain a:link {color: black;}

.colSide {
	line-height: 1.4;
}
	.colSide h2 {
	}


#bot {
	background: #000000;
	font-size: 86.66%;
}
	#bot .page {
		color: #a28550;
		padding: 10px 0 50px;
		text-align: left;
	}
	#bot p {
		line-height: 1.4;
	}
	
	#bot span {font-size: 140%; color: white;}
	
	#bot a {color: white;}
		

/*-------
// homepage
//-----*/

body.hp {
	background: #000000;
}

.hp #top {
	height: 90px;
	overflow: visible;
}
	.hp #logo a:link, .hp #logo a:visited {
		height: 82px;
		background: url(img/logo-hp.png) no-repeat 0 0;
	}

.hp #main {
	border: none;
	padding: 0 0 20px;
}

#gallery {
	z-index: 10;
	width: 100%;
	overflow: hidden;
	margin: 0 0 10px;
}
	#imgBig {
		float: right;
		width: 557px;
		height: 465px;
		background-position: 0 0;
		background-repeat: no-repeat;
		position: relative;
	}
		#gallery .bar {
			height: 34px;
			width: 557px;
			position: absolute;
			left: 0;
			top: 0;
			z-index: 10;
			opacity: 0.8;
			-moz-opacity: 0.8;
			background: #dbb678;
		}
		#gallery .title {
			position: relative;
			z-index: 50;
			font-family: Georgia, serif;
			font-style: italic;
			height: 34px;
			line-height: 34px;
			padding: 0 1em;
			text-align: right;
		}

		#gallery .thumbs {
			margin: 354px 0 0;
			position: relative;
			background: url(img/line-h3.gif) no-repeat 0 54px;
		}
			#gallery .thumbs ul {
				width: 536px;
				margin: 0 10px;
				overflow: hidden;
			}
				#gallery .thumbs li {
					float: left;
					margin: 0 2px 0 0;
				}
					#gallery .thumbs li img {
						border: solid 1px #FFFFFF;
					}
			#gallery .thumbs .arrow {	
				position: absolute;
				left: 10px;
				top: 47px;
				width: 14px;
				height: 7px;
				background: url(img/arrow-1.gif) no-repeat 0 0;
			}
			#gallery .thumbs p {
				color: #FFFFFF;
				font-size: 73.33%;
				font-weight: bold;
				margin: 10px 0 0 10px;
			}

	#logo2 {
		position: absolute;
		left: 0;
		top: 348px;
	}
	.box img {align: left; margin-right: 6px; vertical-align: middle;}

	#box1 {
		margin-top: 50px;
		width: 182px;
		height: 134px;
	}
		#box1 a:link, #box1 a:visited {
			float: left;
			display: block;
			width: 182px;
			height: 134px;
		}
			#box1 a:link span, #box1 a:visited span {
				background: url(img/box-1.png) no-repeat 0 0;
			}

#cols {
}
	#cols ul {
		width: 100%;
		overflow: hidden;
	}
		#cols li {
			float: left;
			width: 200px;
			height: 160px;
			margin: 0 5px 0 0;
			background: #1a1a1a;
			padding: 1em 10px;
		}
		#cols li.last {
			margin: 0;
		}
			#cols h2 {
				margin: 0 0 .4em;
				font-size: 14px;
			}
			#cols h2 a {color: #ed3516;}
			
			#cols p.txt {
				color: #959595;
				height: 6em;
				font-size: 90%;
				line-height: 1.3;
			}
			#cols .more {
				width: 100%;
				overflow: hidden;
				position: relative; bottom:-30px;
			}
				#cols .more a:link, #cols .more a:visited {
					float: left;
					display: block;
					width: 97px;
					height: 27px;
				}
					#cols .more a:link span, #cols .more a:visited span {
						background: url(img/but-more.png) no-repeat 0 0;
					}


.hp #bot {
	text-align: center;
	color: #a28550;
	padding: 10px 0 25px;
	border-top: solid 1px #b08e50;
}

/*-------
// page-2
//-----*/

.imgs {
	width: 100%;
	overflow: hidden;
	margin: 0 0 7px;
}
	.imgs li {
		float: left;
	}
	.imgs li.f {
		margin-right: 3px;
	}
		.imgs img {
			border: solid 1px #535353;
		}

.box {
	background: #b1aa9e;
	padding: 10px;
	font-size: 100%;
	line-height: 1.3;
}
	.box p.line2 {
		margin: 10px 0;
		text-align: center;
		background: url(img/line-h2.gif) repeat-x 0 50%;
	}
		.box p.line2 span {
			font-weight: bold;
			color: #FFFFFF;
			padding: 0 5px;
			background: #b1aa9e;
		}
	.box form p {
		/* font-size: 87.5%; */
		line-height: 1.2;
		margin: 0 0 .5em;
	}
		.box form input.text {
			float: left;
			border: solid 1px #000000;
			width: 120px;
			padding: 2px 2px;
			margin: 0 5px 0 0;
		}
		
.box2 {
	background-color: #d8d4cd;
	padding: 10px;
	font-size: 90%;
	line-height: 1.3;
	margin: 20px 0 0 0;
}
.box2 p, .box2 h1 {font-family: Arial, sans-serif;}
.box2 p {line-height: 180%;}



.download {
	width: 100%;
	overflow: hidden;
}
	.download a:link, .download a:visited {
		float: left;
		display: block;
		width: 177px;
		height: 27px;
	}
		.download a:link span, .download a:visited span {
			background: url(img/but-download.png) no-repeat 0 0;
		}
		

sup {font-size: 70%;}

#frmlocatedealer {
	display: block;
	width: 302px;
	}
#frmcontact  {
	display: block;
	width: 360px;
	}
#frmcontact .chk {font-size: 12px; line-height: 20px;}

	
	#frmlocatedealer dt, #frmcontact dt {
		clear: both;
		float: left;
		width: 130px;
		padding: 5px 3px 0 0;
		display: block;
	}
	
	#frmcontact dt {
		text-align: left;
		display: block;
	}
	
	#frmcontact dt span{
		font-size: 70%;
		color: #64440f;
	}
	
	#frmlocatedealer dd, #frmcontact dd {
		width: 220px;
		padding-top: 5px;
		float: right;
		text-align: left;	
	}
	
	#frmcontact dd input {
		margin-right: 3px;
	}
	
	#frmcontact a {
		color: #4d340a;
	}
	
#dealer-res {
	margin-bottom: 20px;
}	
	#dealer-res h2 {
		padding: 0;
		margin: 0;
	}	
	#dealer-res p {
		padding: 0 0 0 15px;
		margin: 0;
	}
	#dealer-res a {color: #4d340a;}


#print-logo {display: none; }
#print-home-gallery {display: none;}


.loadbg {
display:none;
height: 0px;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;} 

.png {behavior: url(iepngfix.htc);}



/* Phase 2 styles */

.phase2 {width:370px; font-size: 95%;}
.phase2 h2 {color: white; margin: 0 0 5px 0; font-family: Arial, sans-serif; font-weight: bold;}
.phase2 p {margin: 0 0 5px; color: #423520;}
.phase2 ul {color: #423520;}
.phase2 li {margin: 2px;}
.phase2 span {margin: 0; color: #fce6c3; font-style: italic; font-size: 90%; line-height: 110%;}
.phase2 img {border: 1px solid #423520; vertical-align: top; margin: 5px 0 10px 0;}

#phase2-interior-left-col {width: 180px; float: left; margin: 0 0 10px 0; display:block;}
#phase2-interior-right-col {width: 180px; float: right; margin: 0 0 10px 0; display:block;}

.clear {
	display:inline-block;
}
.clear:after {
	display:block; 
	visibility:hidden; 
	clear:both; 
	height:0; 
	content: "."; 
}

.phase2 .rule { border-style:none; border-top: 1px dotted #c5bfb6; height: 1px; width: 95%; margin: 8px 0 8px 0;}
.phase2 .rule2 { border-style:none; border-top: 1px dotted #9e9586; height: 1px; width: 95%; margin: 0;}

#phase2-headerbar {background-color: #ece0cb; padding: 10px; margin: 0 0 20px 0;}
#phase2-headerbar h1 {font-size: 200%;}
#phase2-headerbar h2 {font-family: Arial, san-serif; color: #6c3b0f; font-weight: bold; margin: 10px 0 20px 0;}
#phase2-headerbar p {line-height: 145%;}
#phase2-headerbar ul {float: left;}
#phase2-headerbar li {float: left;
  width: 300px;
  margin: 0;
  background-image: url(smileybullet.gif);
  background-position: 0 3px;
  background-repeat: no-repeat;
  padding: 0 0 5px 5px;
  }
  
.phase2 h1 {font-size: 200%;}
.phase2 h3 {font-size: 100%; color: #6c3b0f; text-transform: uppercase; letter-spacing: 1px; margin: 0 0 5px 0;}

#phase2-actionbox {text-align: left; width: 740px; margin: 0 auto; margin-bottom: 30px; background: #b1aa9e; padding: 10px; height: 100px;} 
#phase2-actionbox h1 {font-family: Arial, san-serif; font-size: 16px;}

.phase2-leftalign-box {height: 160px;}
.phase2-leftalign-box img {float: left; margin: 0 10px 0 0;}


