@charset "utf-8";
/* SHORTHAND CSS GUIDE
   	 
	  padding: 0px 15px 0px 15px;
      
	  top padding is 0px
      right padding is 15px
      bottom padding is 0px
      left padding is 15px

*/

/* //////////////////////////////////////////////////
MAIN BODY, LINK, H1, H2 AND WRAPPER STYLES 
///////////////////////////////////////////////// */

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #FFF;
	background-image: url(../images/headerBack.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #069;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #069;
}
a:hover {
	text-decoration: none;
	color: #F00;
}
a:active {
	text-decoration: underline;
	color: #CF0;
}
h1 {
	text-indent: -2500px;
	height: 56px;
}
h2 {
	font-size: 16px;
	color: #3588f4;
}

h2 .subH2 {
	font-size: 12px;
	color: #C00;
}

#wrapper {
	margin: 0 auto;
	width: 955px;
}


/* //////////////////////////////////////////////////
HEADER STYLES 
///////////////////////////////////////////////// */
#header {
	color: #333;
	padding: 0px;
	margin: 0px;
	height: 100px;
	position: relative;
}
#utility {
	font-size: 10px !important;
	height: 20px;
	z-index:100;
	padding-top: 4px;
	top: 5px;
	left: 450px;
	float: right;
}
#utility a:link, #utility a:visited {
	color: #CCC !important;
	text-decoration: none;
}

#utility a:hover {
	color: #FF0 !important;
	text-decoration: underline;
}

#utility a:active {
	color: #FC0 !important;
	text-decoration: none;
}

/* //////////////////////////////////////////////////
CONTENT CONTAINER STYLES 
///////////////////////////////////////////////// */

#content {
	padding: 0px;
	line-height: 1.7em;
}

#legalText {
	font-size: 10px;	
}

#left50 {
	width: 50%;
	float: left;
}

#right50 {
	width: 50%;
	float: right;
}

#hBox1 {
	width: 310px;
	height: 237px;
	display: block;
	float: left;
	margin: 13px 0px 13px 0px;
	background: url(../images/hBox_1.png) no-repeat;
	position: relative;
}

#hBox2 {
	width: 310px;
	height: 237px;
	display: block;
	float: left;
	margin: 10px 12px 10px 13px;
	background: url(../images/hBox_2.png) no-repeat;
	position: relative;
}

#hBox3 {
	width: 310px;
	height: 237px;
	display: block;
	float: left;
	margin: 13px 0px 13px 0px;
	background: url(../images/hBox_3.png) no-repeat;
	position: relative;
}

.hBox1Content {
	padding: 50px 20px 0px 18px;
	font-size: 11px !important;
	line-height: 1.75em !important;
}

.hBox2Content {
	padding: 50px 20px 0px 18px;
	font-size: 11px !important;
	line-height: 1.75em !important;
}

#homeBannerBox {
	background: url(../images/home_header1.jpg);
	width: 955px;
	height: 424px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}

#homeBannerBox p {
	padding: 60px 25px 25px 25px;
	font-size: 14px !important;
}

/* //////////////////////////////////////////////////
SIP HERO BOX STYLE
///////////////////////////////////////////////// */

#sip_hero_Box {
	width: 955px;
	height: 424px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	background-image: url(../images/sip_hero_header3.png);
}

#sip_hero_Box p {
	padding-top: 0px;
	padding-right: 285px;
	padding-bottom: 25px;
	padding-left: 0px;

}

/* //////////////////////////////////////////////////
READ MORE BUTTON STYLE
///////////////////////////////////////////////// */


.readMoreButton a
{
	display: block;
	position: absolute;
	background: url(../images/btn_readMore.png) top left;
	height: 35px;
	width: 130px;
	outline: none;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	text-indent: -900%;
	left: 13px;
	bottom: 13px;
}
.readMoreButton a:hover
{
    background-position: left bottom;
}


/* //////////////////////////////////////////////////
CALL NOW HOME BANNER STYLE
///////////////////////////////////////////////// */


.callNowButton a
{
	display: block;
	position: absolute;
	background: url(../images/btn_callNow.png) top left;
	height: 58px;
	width: 232px;
	outline: none;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
	text-indent: -900%;
	left: 20px;
	bottom: 25px;
}
.callNowButton a:hover
{
    background-position: left bottom;
}

/* //////////////////////////////////////////////////
FOOTER STYLES 
///////////////////////////////////////////////// */

#footerWrap {
	width: 100%;
	height: 311px;
	background-image: url(../images/footerBack.jpg);
	clear: both;
}

#footer {
	margin: 0 auto;
	width: 955px;
	height: 311px;
	position: relative;
	color: #417ca2 !important;
	font-size: 11px;
	line-height: 18px;
	clear: both;
}

#footer .fHead {
	font-size: 14px !important;
	font-weight: bold;
	color: #7fa6bf !important;
}

#footer a {
	color: #417ca2 !important;
	text-decoration: none;
}

#footer a .fHead {
	color: #7fa6bf !important;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
	color: #FFF !important;
}

#footer .fHome {
	position: absolute;
	/* width: 200px; */
	left: 0px;
	top: 15px;
}

#footer .fAbout {
	position: absolute;
	width: 200px;
	left: 0px;
	top: 125px;
}

#footer .fServices {
	position: absolute;
	width: 200px;
	left: 260px;
	top: 15px;
}

#footer .fEquipment {
	position: absolute;
	width: 200px;
	left: 260px;
	top: 126px;
}

#footer .fTestimonials {
	position: absolute;
	width: 200px;
	left: 240px;
	top: 150px;
}

#footer .fContact {
	position: absolute;
	width: 200px;
	left: 0px;
	top: 205px;
}

#footer .fAddress {
	position: absolute;
	width: 275px;
	left: 679px;
	top: 15px;
	text-align: right;
}

#footer .fBottom {
	position: absolute;
	width: 955px;
	left: 0px;
	top: 200px;
}

/* /////////////////////////////////////
Form Styles
//////////////////////////////////// */

.fError {
	color: #C00 !important;
	font-size: 2em;
}

.fErrorNorm {
	color: #C00 !important;
	font-size: 1.2em;
}

.textfield {
	color: #666 !important;
	font-size: 14px;
	padding: 5px;
	border: 1px solid #999;
	background-color: #e3e3e3;
}

.feInput {
	background: #C00 !important;
	border: 1px solid #000;
	padding: 5px;
	font-size: 14px;
	color: #FFF;
}

