@charset "UTF-8";
/* CSS Document */
body{
	background:#FFFFFF;
	font-family: Verdana, Helvetica, sans-serif;
}
p{
	font-size:12px;
}

a{
	color:#008650;
}
#wrapper img{
	border:2px solid #CCCCCC;
}
#wrapper{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}
#header{
	width:800px;
	height:150px;
}
#head{
	float:left;
	overflow:hidden;
}
#head img{
	border:0px;
}
#navigation {
	margin:0px 0px 0px 0px;
}
#navigation li{
	float:left;
}
#navigation li a{
	height:46px;
	display:block;
	text-indent:-9999em;
	background-position:0 0;
	background-repeat:no-repeat;
}
#navigation li a:hover,#navigation li.selected a{
	background-position:0 -54px;
}
#buttons{
	float:right;
	width:550px;
	height:46px;
	overflow:hidden;
}
#buttons ul{
	display:inline;
	list-style:none;
	width:5500px;
}

#navigation li a:hover,#navigation li.selected a{
	background-position:0 -54px;
}
.nav-home{
	background-image:url('images/btn-home.gif');
	width:122px;
}
.nav-about{
	background-image:url('images/btn-about.gif');
	width:108px;
}
.nav-contact{
	background-image:url('images/btn-contact.gif');
	width:108px;
}
.nav-solutions{
	background-image:url('images/btn-solutions.gif');
	width:212px;
}
.question{
	font-weight:600;
}
.question strong{
	color:#000000;
}
strong{
	color:#008650;
}
#quote{
	float:right;
	font-family:Helvetica, sans-serif;
	font-size:14px;
	width:520px;
	padding:10px;
}
#topping{
	width:800px;
	height:44px;
	background-image:url(images/topping.gif);
}
#container{
	padding-top:5px;
	width:800px;
	background-image:url(images/container_bg.gif);
}
.area{
	font-size:12px;
	width:320px;
	padding-left:10px;
	padding-bottom:5px;
}
.field{
	float:right;
	position:relative;
	right:13px;
	padding-left:10px;
	width:430px;
	border-left:3px solid #AAAAAA;
	font-size:12px;
	font-family:Helvetica, sans-serif;
	line-height:1.em;
}
.green{
	font-size:16px;
	font-weight:600;
	color:#008650;
}
#bottom{
	width:800px;
	height:38px;
	background-image:url(images/bottom.gif);
}
#bottom p{
	float:right;
	position:relative;
	right:10px;
	color:#FFFFFF;
	font-size:14px;
	font-style:italic;
	font-weight:600;
}
#bottom a{
	color:#FFFFFF;
	font-size:14px;
	font-style:italic;
	font-weight:600;
	text-decoration:none;
}
#bottom a:hover{
	text-decoration:underline;
}
#footer{
	padding:5px;
	color:#000000;
	font-size:12px;
	line-height:.98em;
}
/*
h3{
	margin-left:10px;
	color:#008650;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:18px;
}
h4{
	margin:0px;
	color:#008650;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:16px;
}
*/
ul a{
	color:#000000;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	text-decoration:none;
}
ul a:hover{
	color:#000000;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:600;
	text-decoration:underline;
}
/*
ul{
	width:300px;
	list-style:disc;
}
*/
/* LightBox */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(images/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(images/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}
#gallery{
	padding:20px;
}
#gallery img{
	border:solid 1px #999999;
	margin:2px;
}
