/* CSS Document */
@import url(elements.css);
@import url(typography.css);
@import url(ie-styles.css);
* {
	paddiing:0;
	margin:0;
}
body {
	background-color:#42644B;/*#DFE2CC*/
	font-family:Arial, Helvetica, sans-serif;
	
}
/*#body-wrapper{
	width:918px;
	background:url(../images/left-shading.gif) repeat-y top left;
	margin:0 auto;
}
#body-wrapper-right{
	width:100%;
	background:url(../images/right-shading.gif) repeat-y top right;
	margin:0 auto;
}*/
#container{
	width:900px;
	background-color:#FFFFFF;
	margin:0 auto;
}
#header{
	width:100%;
	height:117px;
	background:url(../images/orchid-head-pic.jpg) no-repeat top right;
}
#navigation{
	width:100%;
	height:62px;
	background:url(../images/nav-bground.gif) repeat-x top left;
	margin-bottom:10px;
}
#footer {
	clear:both;
	background-color:#42644B;
	width:100%;
	height:40px;
	color:#FFFFFF;
	padding-top:5px;
	padding-bottom:5px;
}
/*--------------home specific---------------------*/
#welcome-intro {
	float:left;
	margin:0 0 10px 10px;
	background-color:#97B898;
	height:320px;
	width:520px;
}
#contact-textarea {
	float:left;
	margin:0 0 10px 10px;
	background-color:#97B898;
	height:550px;
	width:520px;
}
#slideshow {
	float:right;
	margin:0 10px 10px 10px;
	background-color:#ffffff;
	height:320px;
	width:350px;
}
#lead-ins{
	clear:both;
	margin-left:10px;
}
#lead-in1 {
	float:left;
	width:212px;
	height:210px;
	background:#B9D3B9 url(../images/leadin1-bground.gif) no-repeat bottom right;
	margin-bottom:10px;
}
#lead-in2 {
	float:left;
	width:212px;
	height:210px;
	background:#F3FBF3 url(../images/leadin2-bground.gif) no-repeat bottom right;
	margin-left:10px;
	margin-bottom:10px;
}
#lead-in3 {
	float:left;
	width:212px;
	height:210px;
	background:#A2C1A3 url(../images/leadin3-bground.gif) no-repeat bottom right;
	margin-left:10px;
	margin-bottom:10px;
}
#lead-in4 {
	float:left;
	width:212px;
	height:210px;
	background:#9EBD9F url(../images/leadin4-bground.gif) no-repeat bottom right;
	margin-left:10px;
	margin-bottom:10px;
}
/*---------------------------------------products-services------------------------------------*/

.service-wrapper {
	clear:both;
	height:100%;
	padding:0 10px 10px 10px;
}
.service-description {
	float:left;
	width:520px;
	height:130px;
	background-color:#97B898;
	margin-bottom:10px;
}
.service-title{
	height:120px;
	width:160px;
	float:left;
	margin-right:5px;
}
.service-pic{
	float:right;
	width:346px;
	height:130px;
	background-color:#C9E1CA;
	margin-bottom:10px;
}
/*-----------------------------------------------other pages---------------------------*/
#testimonal {
	float:left;
	margin-left:10px;
	background:#97B898 url(../images/client-testimonial-bground.jpg) no-repeat bottom right;
	height:167px;
	width:520px;
}
#small-product-pic-left{
	width:169px;
	height:167px;
	float:left;
	margin:0 10px 10px 10px;
}
#small-product-pic-right{
	width:169px;
	height:167px;
	float:right;
	margin:0 10px 0 0;
}
#gallery {
	float:left;
	margin:0 0 10px 10px;
	background-color:#97B898;
	height:100%;
	width:880px;
}
