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

body {
background:#fff;
color:#807f7f;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:28px;
text-align:center;
}

h1 {
font-size:16px;
color:#807f7f;
margin-top:30px;
}

p {
padding-top:10px;
}

  .bold {
  font-weight:bold;
  }
  
  .red {
  color:#bf1c13;
  }
  
a {
text-decoration:none;
color:#666;
}

a:hover {
text-decoration:underline;
color:#807f7f;
}

#wrapper {
width:938px;
margin:0 auto;
padding:0;
}

#header {
height: 87px;
text-align:left;
padding-top:10px;
}

.banner {
height:189px; 
background:url(images/banner.jpg) no-repeat;
}

.bannerAlt {
height:189px; 
background:url(images/banner2.jpg) no-repeat;
}

#nav {
background:#333;
}

#nav ul {
padding:0;
list-style-type:none;
color:#cbcbcb;
background-color:#333;
width:850px;
overflow:hidden;
margin:0 auto;
}

#nav li {
letter-spacing:1px;
float:left;
padding:5px 30px;
background-color:#333;
}

#tick ul {
margin-left:0;
}

#tick li {
background-image:url(images/tick-icon.png);
background-repeat:no-repeat;
list-style:none;
padding-left:20px;
}

#content {
margin-top:23px;
text-align:justify;
line-height:22px;
}

#indexcontent {
margin-top:23px;
text-align:justify;
line-height:22px;
float:left;
width:900px;
}
.testimonial {
width: 810px;
margin-left: 40px;

}

#offer {
background-color:#ff3333;
margin-top:23px;
padding:10px;
float:right;
text-align:left;
line-height:22px;
width:200px;
height:150px;
color:#fff;
font-size:22px;
}

#testimonialcontent {
margin-top:23px;
text-align:left;
line-height:22px;
}



.greyLine {
width:auto;
height:10px;
background:#ebebe9;
}



.columnText {
width:290px;
float:left;
height:auto;
margin:20px 10px 0 0;
}

.ex {
width:550px !important;
}

.columnTextalt {
width:290px;
float:right;
height:auto;
margin:20px 10px 0 0;
}


#footer {
height:100px;
width:auto;
background:#ebebe9;
text-align:center;
margin-top:30px;
margin-bottom:0;
color:#7f7f7d;
}

.dgreyBox {
background-color:#333;
color:#ebebe9;
padding: 15px;
font-size:14px;
}

.dgreyBox li {
float:left;
padding-right:100px;

}

.ticons {
width:50px;
}

/*-------------------- HORIZ-NAV STYLES --------------------*/
#menu {
background-color:#333;
width:938px;
}

#horiz-nav{
	list-style:none;
	padding:0;
	margin:0 auto;
	display:block;
	font-size:12px;
	width:850px;
}
#horiz-nav li{
	float:left;
	text-align:center;
	line-height:28px;
}
#horiz-nav li a{
    font-family:Arial;
	background:#333;
	color:#ccc;
	letter-spacing:1px;
	padding:5px 24px;
	display:block;
	margin-right:0;
	text-decoration:none;
}
#horiz-nav li a:hover, #horiz-nav li a:focus{
	color:#ccc;
}
#horiz-nav li:hover *{
	display:block;
}
#horiz-nav li ul{
	display:none;
	position:absolute;
}
#horiz-nav li ul li{
	float:none!important;
}
#horiz-nav li ul li a{
	color:#666;
	background:#fff;
	display:block;
	text-decoration:none;
	width:150px;
	white-space:normal;
	border-bottom:1px solid #fff;
	background:#e7e7e7;
}
/*END HORIZ-NAV*/



.servicesBox {
background: #FFFFFF;
width: 170px;
height: 170px;
line-height: 20px;


}
.t {background: url(images/dot.gif) 0 0 repeat-x}
.b {background: url(images/dot.gif) 0 100% repeat-x}
.l {background: url(images/dot.gif) 0 0 repeat-y}
.r {background: url(images/dot.gif) 100% 0 repeat-y}
.bl {background: url(images/bl.png) 0 100% no-repeat}
.br {background: url(images/br.png) 100% 100% no-repeat}
.tl {background: url(images/tl.png) 0 0 no-repeat}
.tr {background: url(images/tr.png) 100% 0 no-repeat; padding:10px} 
