/* --------------------------- Container ------------------ */
	#container{
		width: 750px;
		margin: auto;
		text-align: left;
		position: relative;
		overflow: hidden;
		background: #25492A;
	}
	#container .column{
		position: relative;
		padding-bottom: 20010px;  /* X + padding-bottom */
		margin-bottom: -20000px;  /* X + 10 */
	}
/* --------------------------- C2 --------------------------- */
	#c2{
		float:right;
		width: 591px;
		background-color: #DEC39C;
		border: 1px solid #122c17;
		color: black;
	}
	#c2 p{
		padding-left: 3px;
		padding-right: 3px;
	}
	#c2 p span{
		font-weight: bold;
	}
/* -------------------------- Small Image ------------------- */
		#smallimage img{
			border: 1px solid #E1F3E2;
			margin: 7px 9px 7px 8px;
			float: left;
		}
/* ------------------------- C1 ----------------------------- */
	#c1{
		width: 150px;
		float: left;
		background-color: #ffffff;
		border: 1px solid #122c17;
		position: relative;
		color: black;
	}
	#c1 h2{
		display: block;
		text-align: center;
		font-size: 10pt;
		background-color: #1D7523;
		padding-top: 2px;
		padding-bottom: 2px;
		margin-top: 0px;
		border-bottom: 1px solid #122c17;
		color: white;
	}
	#c1 p{
		padding-left: 3px;
		padding-right: 3px;
	}
/* --------------------------- Brands -------------------------- */
	#brands{
		display: block;
		text-align: center;
		clear: both;
		padding-top: 15px;
	}
	#brands img{
		/* border: 1px solid #122c17; */
		display: block;
		text-align: center;
		margin-top: 4px;
		margin-bottom: 9px;
		margin-right: auto;
		margin-left: auto;
	}
/* ---------------------- Footer ---------------------------------- */
	#footer{
		clear: both;
		background-color: #085510;
		width: 750px;
		position: relative;
		margin: auto;
		padding-top: 3px;
		padding-bottom: 3px;
		border: 1px solid #122c17;
		text-align: center;
		font-size: 8pt;
	}
	#footer a{
		color: white;
	}
	#footer table{
		margin: auto;
		width: 98%;
		padding-bottom: 2px;
	}
	#footer table td{
		font-size: 8pt;
		width: 25%;
		text-align: center;
	}
	#footer table td a{
		color: white;
	}
/* ----------------------------- Header ----------------------- */
	#header{
		width: 750px;
		margin: auto;
		position: relative;
		background: url(images/topbordertwo.gif) repeat-x #25492A;;
		border-right: 1px solid #122c17;
		border-left: 1px solid #122c17;
	}
/* --------------------------- Main Image (In header) --------------- */
	#mainimage img{
		margin-top: 10px;
		border-bottom: 1px solid #000011;
		border-top: 1px solid #000011;
		margin-bottom: 5px;
	}
	
	/* ---- For IE ---- */
	*html #mainimage img{
		margin-bottom: 2px;
	}
/* -------------------------- Logo (in header) --------------- */
	#logo{
		position: absolute;
		top: 0px;
		left: 0px;
	}
	#logo img{
		margin-left: 9px;
		border: 2px solid #0A4411;
		border-top: 0px;	
	}
/* -------------------------- Navigation (in header) ----------------------- */
	#navigation{
		text-align: left;
		text-indent: -9999px;
		height: 58px;
		width: 421px;
		float: right;
	}
	#navigation a{
		display: block;
		float: left;
		height: 58px;
	}
	#homelink a{
		width: 79px;
		background: url(images/homelink.gif);
	}
	#homelink a:hover{
		background: url(images/homeover.gif);
	}
	#showroomlink a{
		background: url(images/showroomlink.gif);
		width: 101px;
	}
	#showroomlink a:hover{
		background: url(images/showroomover.gif);
	}
	#gallerylink a{
		width: 79px;
		background: url(images/gallerylink.gif);
	}
	#gallerylink a:hover{
		background: url(images/galleryover.gif);
	}
	#contactlink a{
		width: 162px;
		background: url(images/contactlink.gif);
	}
	#contactlink a:hover{
		background: url(images/contactover.gif);
	}
/* -------------------------------- General ----------------------- */
	body{
		text-align: center;
		margin-top: 0px;
		background: #25492A;
		color: white;
		font-family: Arial;
		font-size: 10pt;
	}
	.hide {
		display: none;
	}
* { 
	-moz-box-sizing: border-box; 
}
/* ------------------------------------ Gallery ----------------------- */
	#container .gallery{
		text-align: center;
	}
	#container .gallery p span{
		display: block;
		text-align: left;
	}
	#container .gallery table{
		width: 98%;
		margin: auto;
	}
	#container .gallery table td{
		font-size: 10pt;
		color: black;
		text-align: center;
		padding-top: 5px;
	}
	#container .gallery table td img{
		border: 1px solid #E1F3E2;
	}
/* --------------------------------- Gallery Images -------------------------- */
	#galleryimage{
		text-align: center;
	}
	#galleryimage img{
		border: 1px solid #E1F3E2;
		margin-top: 5px;
	}
/* ---------------------------------- Map ------------------------------- */
	#c2 #map{
		float: left;
		width: 100%;
		display: block;
	}
	#c2 #map img{
		border: 1px solid black;
		margin-top: 5px;
		margin-left: 10px;
	}
/* ------------------------ Contact Columns ---------------------- */
	.contact #c1{
		display: none;
	}
	.contact #c2{ 
		width: 750px;
	}
	.contact #c2 p{
		display: block;
		color: black;
		font-size: 10pt;
	}
	.contact #c2 p span{
		display: block;
		color: black;
		font-size: 10pt;
		text-align: center;
	}
	.contact #c2 table{
		width: 98%;
		margin: auto;
	}
	.contact #c2 table td p{
		font-size: 10pt;
		color: black;
	}	

/* ---------------------------- Showroom ------------------------- */
	.showroom #c1{
		display: none;
	}
	.showroom #c2{	
		width: 750px;
		text-align: center;
	}
	.showroom #c2 p{
		display: block;
		text-align: left;
		font-weight: bold;
	}
	.showroom #c2 table{
		margin: auto;
		width: 98%;
	}
	.showroom #c2 table td{
		text-align: center;
	}
	.showroom #c2 table td img{
		margin-bottom: 5px;
		border: 1px solid #E1F3E2;
	}