/* CSS Document */
body{
	padding:0;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
#container{
	width:1000px;
	margin:0 auto;
}
#header{
	background-image:url(../images/top-base.jpg);
	background-repeat:repeat-x;
}
#logo{
	float:left;
	width:200px;
	padding:0 24px;
}
#navigation{
	float:right;
	width:570px;
	color:#FFFFFF;
	margin-right:10px;
	padding-top:100px;
}

.clr{
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
}
.clr1{
	clear:both;
	height:1px;
	line-height:1px;
	font-size:1px;
	background-color:#45484c;
}
#subheader{
	clear:both;
	background-image:url(../images/subheader-base.jpg);
	background-repeat:repeat-x;
	height:297px;
}
#insidesubheader{
	clear:both;
	background-image:url(../images/insideheader.jpg);
	background-repeat:repeat-x;
	height:200px;
}
#headerimage{
	background-image:url(../images/header.jpg);
	width:367px;
	height:297px;
	float:left;
}
#slideshow{
	float:right;
	width:556px;
	padding:0 10px;
}
#tabspace{
	background-image:url(../images/iconbase.jpg);
	height:117px;
	background-repeat:repeat-x;
	clear:both;
	padding:0 0 0 20px;
}
.icons{
	margin:0 20px;
}
.testimonials{
	padding-left:48px;

}
#content_part{
	clear:both;
}
#leftpart{
	width:610px;
	float:left;
	padding-top: 10px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
}

.service{
	width:280px;
	float:left;
	height: 175px;
}

.service1{
	width:310px;
	float:right;
	margin-left:20px;
	height: 175px;
}

.spacer{
	padding:10px 0 0 0;
}

#rightpart{
	width:270px;
	padding:10px 20px;
	background-color:#eaeaea;
	float:right;
}
#footer{
	background-image:url(../images/footer-base.jpg);
	background-repeat:repeat-x;
	padding:10px;
	text-align:center;
	color:#FFFFFF;
}
#insideleftpart{
	width:240px;
	float:left;
	padding:0 30px;
}

#insiderightpart{
	width:635px;
	float:left;
	line-height:22px;
	padding:0 30px;

}
#innercontent{
	width:1000px;
	padding:0;
	clear:both;
	background-image:url(../images/contentmiddlestrip_04.jpg);
	background-repeat:repeat-y;
}
#contenttop{
	background-image:url(../images/contenttop.jpg);
	height:36px;
	background-repeat:no-repeat;
	clear:both;
}
#contentbotom{
	background-image:url(../images/conetntbottom.jpg);
	height:43px;
	background-repeat:no-repeat;
	clear:both;
}
#headerinside {
	background-image:url(../images/top-base.jpg);
	background-repeat:repeat-x;
}
.testimonialbox {
	background-color: #EAEAEA;
	margin: auto;
	padding: 10px;
	height: auto;
	width: 460px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	position: relative;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

