﻿@charset "UTF-8";
/* CSS Document */


/* page defaults */
body {
	background: #b3b3b3 url('images/BG_Body.gif') no-repeat center top;
	color:#666666;
	line-height:18px;
	padding:0;
	margin:0;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
a img {
	border: none;
}

#wrapper {
	width:910px;
	height: auto;
	margin: 0 auto;
	padding: 0 0 23px 0;
	background: url('images/BG_wrapper.gif') no-repeat center bottom;
}
#testimonial {
	background-position: center;
	padding: -20px 0px 0px 0px;
	margin: 0px;
	background-image: url('new-2.gif');
	background-repeat: no-repeat;
}
iframe {
	border:none;
	background:url(images/loading.gif) top middle no-repeat;
}
.floatRight {
	float:right;
	margin-right:-10px;
}
.clearAll {
 	clear:both;
 }
.divide {
	border-top: 1px dotted #cccccc;
	padding-top: 15px;
}
H1 {
 	font:bold 20px Arial, Helvetica, sans-serif;
	line-height:24px;
}
H2 {
 	font:bold 18px Arial, Helvetica, sans-serif;
	color:#009900;
	line-height:22px;
}
H3 {
 	font:bold 16px Arial, Helvetica, sans-serif;
}
fieldset {
	border:1px dotted silver;
}
.errors {
	color: red;
	font-style:italic;
	font-weight:bold;
}
.notice {
	font-weight:bold;
	padding:0px 10px;
}
.padded {
	padding:10px;
}
/* Header and Navigatin Styles */
#header {
	width: 876px;
	height: 116px;
	margin:35px 17px 0 17px;
	background:url('images/BG_Header.gif') no-repeat center top;
	border-bottom: 1px solid #b3b3b3;
	padding:0;
}
#header ul{
	float: right;
	list-style:none;
	margin:10px 0 0 0;
	padding:0;
}
#header ul li{
	float:left;
	padding:0 15px 0 0;
}
#header ul li a{
	text-decoration:none;
	font:bold 12px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
#header ul li a span:hover {
	color:#99CC33;
}
a.active span{
	color: #009900;
	border-bottom: 1px dotted #009900;
}

/* Ad box Styles */
#adbox {
	height:274px;
	width: 876px;
	margin:0 auto;
	background:url('images/BG_-AdBox.jpg') no-repeat center top;
	border-bottom: 1px solid #b3b3b3;
}
#adbox2 {
	height:192px;
	width: 876px;
	margin:0 auto;
	background:url('images/res_services.jpg') no-repeat center top;
	border-bottom: 1px solid #b3b3b3;
}
#adbox3 {
	height:192px;
	width: 876px;
	margin:0 auto;
	background:url('images/bus_services.jpg') no-repeat center top;
	border-bottom: 1px solid #b3b3b3;
}
#adbox4 {
	height:192px;
	width: 876px;
	margin:0 auto;
	background:url('images/customerService.jpg') no-repeat center top;
	border-bottom: 1px solid #b3b3b3;
}
#adbox5 {
	height:192px;
	width: 876px;
	margin:0 auto;
	background:url('images/contactUs.jpg') no-repeat center top;
	border-bottom: 1px solid #b3b3b3;
}


.infoLink {
	width: 302px;
	height: 31px;
	background: #99CC33;
	position: relative;
	top: 220px;
	left: 548px;
	text-align: center;
	padding-right: 10px;
}

/*Content Styles */
#content {
	width: 881px;
	margin: 0 15px;
	background: #FFFFFF;
}
#mainBlock {
	float: left;
	width: 520px;
	margin: 0;
	padding-left: 25px;
	background: #FFFFFF;
}
#sideBlock {
	width: 335px;
	margin-left: 535px;
	background: url('images/BG_LeftShadow.gif') repeat-y left top;
	margin-top: -20px;
}
.sideWrap {
	min-height:300px;
	padding:0 0 0 25px;
	background:url('images/BG_leftFade.gif') no-repeat left bottom;
	margin:0;
}
#sideBlock p {
	text-align:justify;
}

#invoiceForm {
	margin: 10px;
}
.mailForm {
	background: url('images/stamp.jpg') no-repeat right top;
}

/* services page styles */
.srvcsCategory{
	background: url(../../images/servicesTab.gif) no-repeat;
	height: 18px;
}
.srvcsCategory p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:20px;
	font-weight:bold;
	font-variant: small-caps;
	color:white;
	padding: 0 0 0 10px;
}
.srvcsItem{
	border: 1px dotted #D5DE1B;
	height:auto;
	margin: 5px 0;
	padding: 0;
}
.srvcsWrapper{
	padding:0;
	margin:0;
}
.srvcsTitle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#666666;
	border-bottom: 1px dotted #D5DE1B;
	border-right: 1px dotted #D5DE1B;
	line-height: 18px;
	margin: 0 15% 0 0;
	padding: 0 0 0 10px;
	background: url('images/BG_tableTitle.gif') repeat-x left top;
}
.srvcsPrice{
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#009900;
	border-bottom: 1px dotted #D5DE1B;
	line-height: 18px;
	width:15%;
	margin: 0;
	padding: 0;
	text-align:center;
	background-color: #e4ffcc;
}
.srvcsDescription{
	clear: both;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	margin: 0;
	padding: 5px 10px;
	text-align:justify;
}
	
/*footer styles */
#footer {
	width:880px;
	margin:0 auto;
	text-align:center;
	font:italic 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

span.green{
	color: #006600;
}


