@charset "utf-8";
/*
Light Gray: #6F7674
Medium Gray: #3E4543
Dark Gray: #323836
*/

body {
	margin: 0;
	padding: 0;
	background-color: #323836;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

h1, h2, h3, h4 {
	color: #FFFFFF;
}
h1 {
	font-size: 16px; margin-top: 0px;
}
h2 {
	font-size: 14px;
}

a:link, a:hover, a:active, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

p {
	margin: 8px 0;
}

ul {
	margin-top: 0;
}

form {
	margin-bottom: 0;
}

input.btn {
	height: 28px;
	font-size: 13px;
	margin-bottom: 0;
}

#header {
	margin: 12px auto;
	width: 938px;
}

#logo {
	width: 165px;
	height: 145px;
	float: left;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
}

#gallery {
	width: 752px;
	height: 140px;
	float: right;
	margin-top: 6px;
	margin-bottom: 2px;
	margin-left: 21px;
}

#tagline {
	width: 377px;
	height: 39px;
	margin-top: 10px;
	margin-left: 177px;
	background-image: url(../images/tagline.jpg);
	background-repeat: no-repeat;
}

.clearit {
	clear: both;
	height: 0px;
}

#container {
	margin: 0 auto;
	width: 938px;
	height: 500px;
	display: none;
}

#home {
	background-image: url(../images/home.gif);
	background-repeat: no-repeat;
}
#about {
	background-image: url(../images/about.gif);
	background-repeat: no-repeat;
}
#products {
	background-image: url(../images/products.gif);
	background-repeat: no-repeat;
}
#login {
	background-image: url(../images/login.gif);
	background-repeat: no-repeat;
}
#service {
	background-image: url(../images/service.gif);
	background-repeat: no-repeat;
}
#meter {
	background-image: url(../images/meter.gif);
	background-repeat: no-repeat;
}
#contact {
	background-image: url(../images/contact.gif);
	background-repeat: no-repeat;
}

.toggle {
	margin: 0;
	float: left;
	display: block;
	height: 500px;
	width: 34px;
	outline: none;
	border-right: 3px solid #3E4543;
	background-color: #6F7674;
	cursor: pointer;
}
.accordion {
	margin: 0;
	padding: 0;
	height: 500px;
	width: 679px;
	float: left;
	overflow: hidden;
	background-color: #3E4543;
	color: #FFFFFF;
}
.content {
	margin: 0;
	padding: 18px;
	width: 643px;
	height: 464px;
	text-align: justify;
	overflow: auto;
}
.about_section {
	margin: 0;
	padding: 0;
	height: 500px;
	width: 679px;
	float: left;
	overflow: hidden;
	background-color: #3E4543;
	color: #FFFFFF;
}
#footer {
	clear: both;
	width: 938px;
	margin: 12px auto;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	padding-bottom: 12px;
}
#footer a {
	margin: 0 12px;
}

#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#menu ul ul {
	width: 175px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#menu li {
	float: left;
	width: 175px;
	position: relative;
}
/* style the links for the top level */
#menu a, #menu a:visited {
	display: block;
	font-size: 11px;
	text-decoration: none;
	color:  #FFFFFF;
	width: 164px;
	border: 1px solid #3E4543;
	border-width: 1px 1px 0 0;
	background-color: #6F7674;
	padding-left: 10px;
	line-height: 30px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html #menu a, * html #menu a:visited {
	width: 175px;
	w\idth: 164px;
}
/* style the second level background */
#menu ul ul a.drop, #menu ul ul a.drop:visited {
	background-color: #949e7c;
}
/* style the second level hover */
#menu ul ul a.drop:hover {
	background-color: #c9ba65;
}
#menu ul ul :hover > a.drop {
	background-color: #c9ba65;
}
/* style the third level background */
#menu ul ul ul a, #menu ul ul ul a:visited {
	background-color: #e2dfa8;
}
/* style the third level hover */
#menu ul ul ul a:hover {
	background-color: #b2ab9b;
}
#menu ul ul ul :hover > a {
	background-color: #b2ab9b;
}
/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {
	visibility: hidden;
	position: absolute;
	height: 0;
	top: 31px;
	left: 0;
	width: 175px;
}
/* another hack for IE5.5 */
* html #menu ul ul {
	top: 30px;
	t\op: 31px;
}
/* position the third level flyout menu */
#menu ul ul ul {
	left: 175px;
	top: 0;
	width: 175px;
}
/* position the third level flyout menu for a left flyout */
#menu ul ul ul.left {
	left: -175px;
}
/* style the table so that it takes no part in the layout - required for IE to work */
#menu table {
	position: absolute;
	top: 0;
	left: 0;
}
/* style the second level links */
#menu ul ul a, #menu ul ul a:visited {
	background-color: #d4d8bd;
	color: #000;
	height: auto;
	line-height: 30px;
	padding: 0px 10px;
	width: 154px; /* yet another hack for IE5.5 */
}
* html #menu ul ul a {
	width: 175px;
	w\idth: 154px;
}
/* style the top level hover */
#menu a:hover, #menu ul ul a:hover {
	color: #FFFFFF;
	background-color: #949e7c;
}
#menu :hover > a, #menu ul ul :hover > a {
	color: #FFFFFF;
	background-color: #949e7c;
}
/* make the second level visible when hover on first level list OR link */
#menu ul li:hover ul, #menu ul a:hover ul {
	visibility: visible;
}
/* keep the third level hidden when you hover on first level list OR link */
#menu ul :hover ul ul {
	visibility: hidden;
}
/* keep the fourth level hidden when you hover on second level list OR link */
#menu ul :hover ul :hover ul ul {
	visibility: hidden;
}
/* make the third level visible when you hover over second level list OR link */
#menu ul :hover ul :hover ul {
	visibility: visible;
}
/* make the fourth level visible when you hover over third level list OR link */
#menu ul :hover ul :hover ul :hover ul {
	visibility: visible;
}

#menu ul a.fly {
	display: block;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	width: 154px;
	border: 1px solid #3E4543;
	border-width: 1px 1px 0 0;
	padding-left: 10px;
	line-height: 30px;
	text-align: left;
	background: #d4d8bd url(../images/arrow_b.gif) no-repeat right center;
}
#menu ul a.fly:hover, #menu ul ul :hover > a.fly {
	color: #FFFFFF;
	background: #949e7c url(../images/arrow_w.gif) no-repeat right top;
}