
HTML {
	
}
BODY {
	color: #666;
}
#nav {
	background-color: #fff100;
}
#nav UL LI A {
	color: #5a5a5a;
	letter-spacing: -1px;
}
#nav UL LI A.open {
	background-color: #5a5a5a;
	color: #fff;
}

A {
	color: #666;
	background-color: transparent;
}
A:hover {
	color: #000;
}
H1 A,
H2 A,
H3 A {
	color: #666;
}
H1 {
	color: #666;
	background-color: transparent;
}
H2 {
	color: #666;
	background-color: transparent;
}
H3 {
	color: #666;
	background-color: transparent;
}
HR {
	color: #666;
	background-color: #666;
}
IMG {
	border-color: #ccc;
}
TABLE {
	border-color: #ccc;
}
TD {
	border-color: #ccc;
}



BODY {
	font: normal .75em Arial, sans-serif;
}
#nav {
	font: bold 16px/20px Arial, sans-serif;
	text-transform: uppercase;
}

A {
	text-decoration: underline;
	outline: none;
}
A:hover {
	text-decoration: none;
}
H1 A,
H2 A,
H3 A {
	text-decoration: none;
}
H1 A:hover,
H2 A:hover,
H3 A:hover {
	text-decoration: underline;
}
H1 {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
	margin: 0;
  	padding: 5px 0;
}
H2 {
	font-size: 1.25em;
	line-height: 1em;
	font-weight: bold;
  	margin: 0;
  	padding: 5px 0;
}
H3 {
	font-size: 1em;
	line-height: 1em;
	font-weight: bold;
  	margin: 0;
  	padding: 5px 0;
}
HR {
	height: 1px;
	border: 0;
}
P {
	padding: 5px 0;
	margin: 0px;
}
INPUT, TEXTAREA, SELECT {
	font: 12px Arial, sans-serif;
}


HTML {
	margin: 0px;
	padding: 0px;
}
BODY {
	margin: 0px;
	padding: 0px;
	background: #fff url(color_white/pics/bg.jpg) no-repeat center top;
}
#wrapper {
	margin: 0 auto;
	width: 893px;
	position: relative;
}

/* Header
===============*/

#header {
	height: 101px;
	position: relative;
}
#logo {
	float: left;
	padding: 14px 22px 0 0;
}
#logo A IMG {
	border: 0;
}
.text {
	float: left;
	padding-top: 14px;
	width: 200px;
	font-size: 11px;
}
.siteInfoZip {
	clear: left;
	float: left;
}
.siteInfoCity {
	float: left;
	padding-left: 5px;
}
.siteInfoPhone {
	clear: left;
}

/* Lang
===============*/

#lang {
	position: absolute;
	top: 18px;
	right: 7px;
	overflow: hidden;
}
#lang IMG {
	display: none;
}
#lang A {
	text-decoration: none;
	font-size: 10px;
	padding: 5px;
	background: url(color_white/pics/langBorder.gif) no-repeat right center;
	position: relative;
	right: -1px; /* hide the last border */
}
#lang A.open {
	display: none;
}

#topLink {
	position: absolute;
	top: 35px;
	right: 0px;
	width: 120px;
	height: 40px;
	overflow: hidden;
}

/* Top Navigation
=========================*/
#nav {
	height: 20px;
	width: 893px;
	overflow: hidden;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
#nav UL {
	margin: 0 auto;
	padding: 0;
}
#nav UL LI {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	height: 20px;
	overflow: hidden;
}
#nav UL LI A {
	display: inline-block;
	padding: 0px 6px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}
#nav UL LI A SPAN {
	display: block;
	height: 20px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
}

#nav UL LI#nav1 {
	display: none;
}
#nav UL LI#nav2 {
	width: 101px;}
#nav UL LI#nav2 A {
	width: 89px;}
#nav UL LI#nav2 A SPAN {
	width: 101px;	background: url(color_white/pics/nav/showroom.jpg) no-repeat left top;
}
#nav UL LI#nav2 A:hover SPAN,
#nav UL LI#nav2 A.open SPAN {
	background: url(color_white/pics/nav/showroom.jpg) no-repeat left -20px;
}
#nav UL LI#nav3 {
	width: 83px;}
#nav UL LI#nav3 A {
	width: 71px;}
#nav UL LI#nav3 A SPAN {
	width: 83px;	background: url(color_white/pics/nav/services.jpg) no-repeat left top;
}
#nav UL LI#nav3 A:hover SPAN,
#nav UL LI#nav3 A.open SPAN {
	background: url(color_white/pics/nav/services.jpg) no-repeat left -20px;
}
#nav UL LI#nav4 {
	width: 102px;}
#nav UL LI#nav4 A {
	width: 90px;}
#nav UL LI#nav4 A SPAN {
	width: 102px;	background: url(color_white/pics/nav/customers.jpg) no-repeat left top;
}
#nav UL LI#nav4 A:hover SPAN,
#nav UL LI#nav4 A.open SPAN {
	background: url(color_white/pics/nav/customers.jpg) no-repeat left -20px;
}
#nav UL LI#nav5 {
	width: 60px;}
#nav UL LI#nav5 A {
	width: 48px;}
#nav UL LI#nav5 A SPAN {
	width: 60px;	background: url(color_white/pics/nav/space.jpg) no-repeat left top;
}
#nav UL LI#nav5 A:hover SPAN,
#nav UL LI#nav5 A.open SPAN {
	background: url(color_white/pics/nav/space.jpg) no-repeat left -20px;
}
#nav UL LI#nav6 {
	width: 80px;}
#nav UL LI#nav6 A {
	width: 68px;}
#nav UL LI#nav6 A SPAN {
	width: 80px;	background: url(color_white/pics/nav/contact.jpg) no-repeat left top;
}
#nav UL LI#nav6 A:hover SPAN,
#nav UL LI#nav6 A.open SPAN {
	background: url(color_white/pics/nav/contact.jpg) no-repeat left -20px;
}
#nav UL LI#nav7 {
	width: 66px;}
#nav UL LI#nav7 A {
	width: 54px;}
#nav UL LI#nav7 A SPAN {
	width: 66px;	background: url(color_white/pics/nav/events.jpg) no-repeat left top;
}
#nav UL LI#nav7 A:hover SPAN,
#nav UL LI#nav7 A.open SPAN {
	background: url(color_white/pics/nav/events.jpg) no-repeat left -20px;
}


/* Sub Navigation
========================*/
#subnav {
	
}
#subnav ul {
	margin: 0;
	padding: 0;
}
#subnav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}
#subnav ul li a {
	display: block;
	padding: 0px 15px;
	text-decoration: none;
}
#subnav ul li a:hover {
	
}
#subnav ul li a.open {
	
}

/* sub */
#subnav ul li ul {
	
}


/* Content
======================*/
#content {
	padding: 0 20px 20px 20px;
}
#main {
	float: left;
	width: 400px;
	padding: 15px;
	height: auto;
	min-height: 650px;
	overflow: hidden;
	position: relative;
	left: 213px;
	background-color: #fff;
}
#column1 {
	float: left;
	width: 200px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
	position: relative;
	left: -410px;
	display: none;
}
#column2 {
	float: right;
	width: 200px;
	height: auto;
	min-height: 200px;
	overflow: hidden;
	display: none;
}
#clearDiv {
	clear: both;
}



/* Sitemap
========================*/

#pageList {
	padding-top: 50px;
}
#pageList UL {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
#pageList UL LI {
	list-style-type: none;
	padding: 1px 0px 1px 10px;
}



/* News
===============*/
/*
.newsBulletinContent {
	padding: 14px 14px 0 14px;
}
.newsBulletinItem {
	padding-bottom: 10px;
}
.newsBulletinTitle {
	display: none;
}
IMG.newsBulletinContent {
	display: block;
}
.newsBulletinContent H2 {
	clear: both;
}
.newsBulletinDetails {
	
}
.newsBulletinToArchive {
	display: none;
}
*/
/* NewsList
===============*/
/*
.newsListItems {
	
}
.newsItem {
	clear: both;
	padding-bottom: 10px;
}
*/
/* NewsListCategories
===============*/
/*
.newsListCategories {
}
#newsCategoriesNav {
	height: 45px;
}
#newsCategoriesNav UL {
	margin: 0;
	padding: 0;
}
#newsCategoriesNav UL LI {
	margin: 0;
	padding: 0 10px 0 0;
	list-style-type: none;
	float: left;
}
#newsCategoriesNav UL LI A {
	display: block;
	float: left;
	padding: 5px 5px 5px 0;
}
#newsCategoriesNav UL LI A.open {
	font-weight: bold;
}
*/
/* News View
===============*/
/*
.newsView {
	clear: both;
}
.newsViewContent {
	padding-bottom: 20px;
}
A.listAllNews {
	clear: both;
}
*/