/* CSS DOCUMENT */

/*------------------------------ GENERAL ------------------------------*/
body{
	padding:0;
	margin:0;
	font:normal 12px/18px Arial, Helvetica, sans-serif;
	color:#737373;
	background-color:#F6F6F6;
	}
div, td, th, img, p, a, ul, h1, h2, h3, h4, h5, h6, form, input, label, textarea, select{
	padding:0;
	margin:0;
	}
img{ border:none;}
a{ text-decoration:none;
	outline:none;
	}
ul{	list-style-type:none;}
h1{ display:none;}
.spacer{
	font-size:0;
	line-height:0;
	clear:both;
	}

/*------------------------------ MAIN ------------------------------*/
table.main{
	background:url(../images/body-bg.gif) 0 0 repeat-y #fff;
	color:#737373;
	}

/*------------------------------ HEADER ------------------------------*/
td.headerPart{
	height:100px;
	}
td.headerPart img{
	display:block;
	margin:9px 0 0 4px;
	cursor:pointer;
	}
td.headerPart ul{	
	padding-top:28px;
	height:30px;
	font:normal 11px/15px Arial, Helvetica, sans-serif;
	}
td.headerPart ul li{
	float:right;
	padding-left:18px;
	margin-left:15px;
	height:30px;
	}
td.headerPart ul li a{
	color:#737373;
	background-color:inherit;
	}
td.headerPart ul li a:hover{
	color:#000;
	background-color:inherit;
	}
td.headerPart ul li.sitemapIcon{
	background:url(../images/sitemap-icon.jpg) 0 0 no-repeat;
	}
td.headerPart ul li.chatIcon{
	background:url(../images/chat-icon.jpg) 0 0 no-repeat;
	}
td.headerPart ul li.contactIcon{
	background:url(../images/contact-icon.jpg) 0 3px no-repeat;
	}
td.headerPart ul li.accountIcon{
	background:url(../images/account-icon.jpg) 0 0 no-repeat;
	}
td.headerPart a.emailLink{
	width:162px;
	height:26px;
	display:block;
	float:right;
	background:url(../images/site-email-bg.gif) 0 0 no-repeat;
	text-indent:-20000px;
	font-size:0;
	line-height:0;
	}
td.headerPart a.emailLink:hover{
	background-position:0 100%;
	}

/*------------------------------ MAIN NAVIGATION ------------------------------*/
td.mainNav{
	height:28px;
	background:url(../images/main-nav-bg.gif) 0 0 repeat-x;
	}
td.mainNav ul{
	font:bold 11px/27px Arial, Helvetica, sans-serif;
	width:411px;
	height:28px;
	margin:0 auto;
	}
td.mainNav ul li{
	float:left;
	background:url(../images/main-nav-div.gif) 100% 0 no-repeat;
	padding-right:1px;
	height:28px;
	position:relative;
	}
td.mainNav ul li.blankLi{
	font-size:0;
	line-height:0;
	}
td.mainNav ul li ul{
	font:normal 11px/27px Arial, Helvetica, sans-serif;
	width:155px;
	height:auto;
	margin:0;
	position:absolute;
	top:28px;
	left:0;
	padding-bottom:6px;
	background:url(../images/main-menu-sub-bg.gif) 0 100% no-repeat;
	visibility:hidden;
	}
td.mainNav ul li ul li{
	float:none;
	background:url(../images/horz-dot1.gif) 0 100% repeat-x #F1F0F0;
	padding:0 0 2px 0;
	height:29px;
	color:#7F7C7C;
	}
td.mainNav ul li ul li a{
	height:29px;
	padding:0 0 0 14px;
	float:none;
	color:#7F7C7C;
	background-color:#F1F0F0;
	}
td.mainNav ul li ul li a:hover{
	color:#000;
	background:#F1F0F0;
	}
td.mainNav ul li a,
td.mainNav ul li span{
	display:block;
	height:28px;
	padding:0 12px;
	float:left;
	color:#fff;
	background-color:inherit;
	}
td.mainNav ul li a:hover,
td.mainNav ul li span,
td.mainNav ul li a.select{
	background:url(../images/main-nav-h-bg.gif) 0 0 repeat-x;
	}

/*------------------------------ BANNER PART ------------------------------*/
td.homeBanner{
	height:288px;
	background:url(../images/home-banner.jpg) 0 0 no-repeat;
	}
td.webBanner{
	height:159px;
	background:url(../images/webdesign-banner.jpg) 0 0 no-repeat;
	}
td.appBanner{
	height:159px;
	background:url(../images/app-banner.jpg) 0 0 no-repeat;
	}
td.testimonialBanner{
	height:159px;
	background:url(../images/webdesign-banner.jpg) 0 0 no-repeat;
	}
	
td.portfolioBanner{
	height:159px;
	background:url(../images/webdesign-banner.jpg) 0 0 no-repeat;
	}
td.blogBanner{
	height:159px;
	background:url(../images/webdesign-banner.jpg) 0 0 no-repeat;
	}
td.logoBanner{
	height:159px;
	background:url(../images/logodesign-banner.jpg) 0 0 no-repeat;
	}
td.aboutBanner{
	height:159px;
	background:url(../images/about-us.jpg) 0 0 no-repeat;
	}
td.contactBanner{
	height:159px;
	background:url(../images/contactus-banner.jpg) 0 0 no-repeat;
	}
td.testimonialsBanner{
	height:159px;
	background:url(../images/about-us.jpg) 0 0 no-repeat;
	}
/*------------------------------ BODY CONTAINER PART ------------------------------*/
td.bodyContainerPart{
	padding-top:15px;
	}
td.bodyContainerPart h4{
	font-size:18px;
	line-height:20px;
	color:#AF2F00;
	background-color:inherit;
	padding-bottom:10px;
	font-weight:normal;
	}

/*------------------------------ LEFT PANEL ------------------------------*/
td.leftPanel img.leftLogo{
	display:block;
	margin:0 auto 9px;
	cursor:pointer;
	}

/*------------------------------ LEFT PANEL - LEFT NAVIGATION ------------------------------*/
ul.leftNav{
	font:bold 12px/26px Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	padding-bottom:10px;
	color:#426b02;
	background-color:#F9F9F9;
	}
ul.leftNav li{
	border-top:1px solid #d8d8d8;
	}
ul.leftNav li a{
	display:block;
	height:26px;
	padding-left:17px;
	background:url(../images/left-nav-bull1.gif) 5px 10px no-repeat;
	color:#426b02;
	background-color:inherit;
	}
ul.leftNav li ul{
	font:normal 11px/19px Arial, Helvetica, sans-serif;
	padding-bottom:8px;
	}
ul.leftNav li ul li{
	border-top:none;
	}
ul.leftNav li ul li a{
	display:block;
	height:19px;
	padding-left:30px;
	background:url(../images/left-nav-bull2.gif) 23px 7px no-repeat;
	color:#737373;
	background-color:inherit;
	}
ul.leftNav li ul li a:hover,
ul.leftNav li ul li a.leftSubSelected{
	color:#426b02;
	background-color:#eaeaea;
	}
ul.leftNav li a:hover,
ul.leftNav li a.openheader{
	color:#426b02;
	background-color:#e2e2e2;
	}
td.rightPanel p span a:hover{
	text-decoration:none;
	}

/*------------------------------ LEFT PANEL - NEWSLETTER PART ------------------------------*/
td.newsletterAreaArea{
	padding-bottom:11px;
	}
td.newsletterAreaArea form{
	height:72px;
	padding:8px 7px 0;
	background:url(../images/newsletter-bg.jpg) 0 0 no-repeat;
	}
td.newsletterAreaArea form p{
	font-size:12px;
	line-height:14px;
	color:#fff;
	padding-bottom:12px;
	background-color:inherit;
	}
td.newsletterAreaArea form p span{
	color:#fffc00;
	background-color:inherit;
	}
td.newsletterAreaArea form div{
	height:22px;
	}
td.newsletterAreaArea form div span{
	display:block;
	width:10px;
	height:22px;
	background:url(../images/input-side-bg.gif) no-repeat;
	float:left;
	font-size:0;
	line-height:0;
	}
td.newsletterAreaArea form div span.inputLeftBg{
	background-position:0 0;
	}
td.newsletterAreaArea form div span.inputRightBg{
	background-position:100% 0;
	}
td.newsletterAreaArea form div input{
	width:125px;
	height:17px;
	float:left;
	border:none;
	background:url(../images/input-bg.gif) 0 0 repeat-x;
	padding-top:5px;
	font:normal 12px/13px Arial, Helvetica, sans-serif;
	}
td.newsletterAreaArea form div input.goBtn{
	width:22px;
	height:22px;
	float:right;
	padding:0;
	background:none;
	}

/*------------------------------ LEFT PANEL - CHOOSE PART ------------------------------*/
table.choosePart{
	background:url(../images/left-block-bg.gif) 0 0 repeat-y;
	margin-bottom:15px;
	}
table.choosePart td{
	background:url(../images/left-block-bot-bg.jpg) 0 100% no-repeat;
	padding-bottom:5px;
	}
table.choosePart td h3{
	font-size:0;
	line-height:0;
	text-indent:-20000px;
	height:62px;
	background:url(../images/choose-hdr.jpg) 0 0 no-repeat;
	margin-bottom:20px;
	}
table.choosePart td ul{
	padding:0 10px 8px 20px;
	font:normal 11px/13px Arial, Helvetica, sans-serif;
	background-color:inherit;
	color:#737373;
	}
table.choosePart td ul li{
	background:url(../images/bull2.gif) 0 5px no-repeat;
	padding:0 0 5px 9px;
	}

/*------------------------------ RIGHT PANEL ------------------------------*/
td.rightPanel h2{
	font-size:22px;
	line-height:24px;
	color:#5a8504;
	background-color:inherit;
	padding-bottom:18px;
	}
td.rightPanel h2 span{
	display:block;
	font-weight:normal;
	font-size:13px;
	line-height:17px;
	background-color:inherit;
	color:#737373;
	width:270px;
	padding-top:3px;
	}
td.rightPanel p{
	padding-bottom:15px;
	}
td.rightPanel p span{
	font-weight:bold;
	display:block;
	}
td.rightPanel p span a{
	text-decoration:underline;
	color:#819537;
	background-color:inherit;
	}
td.rightPanel p.headingText{
	font-weight:bold;
	padding-bottom:10px;
	font-size:11px;
	line-height:13px;
	}
td.rightPanel div.videoArea1{
	width:267px;
	float:right;
	margin:0 0 10px 10px;
	}
td.rightPanel div.videoArea1 img{
	display:block;
	cursor:pointer;
	}
td.rightPanel ul.bodyList1{
	font:normal 12px/14px Arial, Helvetica, sans-serif;
	color:#737373;
	background-color:inherit;
	padding-bottom:30px;
	}
td.rightPanel ul.bodyList1 li{
	padding:0 0 8px 18px;
	background:url(../images/bull1.gif) 0 2px no-repeat;
	}
/*------------------------------ RIGHT PANEL - BLOCK CONTENT AREA ------------------------------*/
td.blockContentArea{
	background:url(../images/horz-dot.gif) 0 100% repeat-x;
	padding-top:15px;
	}
td.designArea{
	padding-bottom:15px;
	}
td.designArea td{
	height:163px;
	background:0 0 no-repeat;
	padding:0 14px 0 0;
	}
td.designArea td h3{
	padding:10px 0 12px 0;
	font-size:21px;
	line-height:25px;
	font-weight:bold;
	color:#fff;
	background-color:inherit;
	text-transform:uppercase;
	text-align:right;
	}
td.logoDesign h3{
	padding:10px 0 12px 0;
	font-size:21px;
	line-height:25px;
	font-weight:bold;
	color:#fff;
	background-color:inherit;
	text-transform:uppercase;
	text-align:right;
	}
td.designArea td ul.designList{
	padding-left:120px;
	font:bold 12px/14px Arial, Helvetica, sans-serif;
	}
td.designArea td ul.designList li{
	background:0 1px no-repeat;
	padding:0 0 8px 17px;
	}
td.designArea td ul.designList li span{
	display:block;
	font-size:11px;
	line-height:13px;
	background-color:inherit;
	font-weight:normal;
	color:#333;
	}
td.designArea td a{
	display:block;
	float:right;
	width:126px;
	height:20px;
	background-color:inherit;
	background:0 0 no-repeat;
	font-size:11px;
	line-height:19px;
	text-transform:lowercase;
	font-weight:bold;
	color:#fff;
	text-align:center;
	}
td.designArea td a:hover{
	background-position:0 100%;
	}
td.designArea td.webDesign{
	background-image:url(../images/web-design-bg.jpg);
	}
td.designArea td.webDesign ul.designList{
	color:#466400;
	background-color:inherit;
	}
td.designArea td.webDesign ul.designList li{
	background-image:url(../images/bull1.gif);
	}
td.designArea td.webDesign a{
	background-image:url(../images/details-link-bg1.gif);
	}
td.designArea td.logoDesign{
	background-image:url(../images/logo-design-bg.jpg);
	}
td.logoDesign{
	background-image:url(../images/logo-design-bg.jpg);
	}
td.designArea td.logoDesign ul.designList{
	color:#9e2500;
	background-color:inherit;
	}
td.designArea td.logoDesign ul.designList li{
	background-image:url(../images/bull3.gif);
	}
td.designArea td.logoDesign a{
	background-image:url(../images/details-link-bg2.gif);
	}

/*------------------------------ RIGHT PANEL - BLOCK CONTENT AREA - QUICK CONTACT AREA ------------------------------*/
table.quickContactArea{
	background:url(../images/contact-bg.gif) 0 0 repeat-y;
	margin-bottom:15px;
	}
table.quickContactArea td{
	background:url(../images/contact-top-bg.gif) 0 0 no-repeat;
	padding-top:12px;
	}
table.quickContactArea td form{
	background:url(../images/contact-bot-bg.gif) 0 100% no-repeat;
	padding:0 10px 10px;
	}
table.quickContactArea td form h3{
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	background-color:inherit;
	color:#466400;
	padding-bottom:18px;
	}
table.quickContactArea td form label{
	display:block;
	font-size:11px;
	line-height:15px;
	color:#252525;
	background-color:inherit;
	}
table.quickContactArea td form input{
	width:114px;
	height:17px;
	border:1px solid #7f9db9;
	background-color:#fff;
	color:#a8a8a8;
	font:normal 11px/12px Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	padding:3px 0 0 3px;	
	}
table.quickContactArea td form input.rightInput{
	float:right;
	}
table.quickContactArea td form input.largeInput{
	width:243px;
	}
*+html table.quickContactArea td form input.rightInput{
	margin-top:1px;
	}
table.quickContactArea td form textarea{
	width:243px;
	height:80px;
	border:1px solid #7f9db9;
	background-color:#fff;
	color:#a8a8a8;
	font:normal 11px/12px Arial, Helvetica, sans-serif;
	margin-bottom:5px;
	padding:3px 0 0 3px;
	}
table.quickContactArea td form div{
	height:21px;
	margin-top:4px;
	}
table.quickContactArea td form div input{
	float:right;
	width:58px;
	height:21px;
	border:none;
	background:none;
	margin:0 0 0 0;
	padding:0;
	}
table.quickContactArea td form p{
	font-size:11px;
	line-height:13px;
	background-color:inherit;
	color:#cc0000;
	padding-bottom:15px;
	display:none;
	}

/*------------------------------ RIGHT PANEL - PICTURE LIST ------------------------------*/
ul.picList{
	font:bold 10px/14px Tahoma, Arial, Helvetica, sans-serif;
	height:100%;
	overflow:hidden;
	padding-bottom:14px;
	}
ul.picList li{
	width:170px;
	float:left;
	margin-right:25px;
	}
ul.picList li a.previewPic{
	display:block;
	border:5px solid #d6d6d6;
	padding:1px;
	margin-bottom:5px;
	}
ul.picList li a.previewPic img{
	display:block;
	}
ul.picList li a.previewPic:hover{
	border-color:#b9b9b9;
	}
ul.picList li a.moreLink{
	display:block;
	width:91px;
	height:15px;
	text-align:center;
	color:#fff;
	background-color:inherit;
	background:url(../images/more-link-bg.jpg) 0 0 no-repeat;
	text-transform:uppercase;
	}
ul.picList li a.moreLink:hover,
a.viewPortfolioLink:hover{
	background-position:0 100%;
	}
a.viewPortfolioLink{
	display:block;
	width:121px;
	height:19px;
	font:bold 10px/18px Tahoma, Arial, Helvetica, sans-serif;
	color:#fff;
	background-color:inherit;
	background:url(../images/view-portfolio-bg.gif) 0 0 no-repeat;
	text-align:center;
	}

/*------------------------------ FOOTER PART ------------------------------*/
table.footerPart{
	background:url(../images/footer-bg.gif) 0 0 repeat-x;
	margin-top:25px;
	}
table.footerPart td{
	height:135px;
	}
table.footerPart td img{
	cursor:pointer;
	display:block;
	margin:18px auto 0;
	}
table.footerPart td p.footLink{
	font-size:11px;
	line-height:13px;
	text-align:center;
	color:#3a3a3a;
	background-color:inherit;
	padding-top:12px;
	}
table.footerPart td p.footLink a{
	color:#3a3a3a;
	background-color:inherit;
	padding:0 5px;
	}
table.footerPart td p.footLink a:hover{
	text-decoration:underline;
	}
table.footerPart td p.copyright{
	font-size:9px;
	line-height:11px;
	text-align:center;
	color:#7f7f7f;
	background-color:inherit;
	padding-top:12px;
	}

/*------------------------------ MISLENIOUS ------------------------------*/
.horzDot{
	background:url(../images/horz-dot.gif) 0 100% repeat-x;
}

a.linking{

	color:#3a3a3a;
	text-decoration:underline;

}
	
.topPad15{
	padding-top:15px;
	}
.topPad30{
	padding-top:30px;
	}
.noRightMar{
	margin-right:0 !important;
	}
.noBg{
	background:none !important;
	}
.greenHeading{
	background-color:inherit;
	color:#647824 !important;
	}
.blueHeading{
	background-color:inherit;
	color:#3483B0 !important;
	}
.orangeHeading{
	background-color:inherit;
	color:#D29C07 !important;
	}
.blueHeading2{
	background-color:inherit;
	color:#33B4DA !important;
	}
.grayHeading2{
	background-color:inherit;
	color:#818181 !important;
	}
.redHeading2{
	background-color:inherit;
	color:#CC4A22 !important;
	}
div#thankText{
	display:none;
	padding-top:15px;
	float:none;
	height:auto;
	margin:0;
	}
div#thankText p{
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	display:block;
	padding-bottom:0;
	}

/*------------------------------ WEB DESIGN PAGE ------------------------------*/
/*----------------- Left Content 1 -----------------*/
table.webdesignLeftContent1{
	border:1px solid #DADADA;
	background-color:#F0F0F0;
	color:#737373;
	margin-bottom:25px;
	}
table.webdesignLeftContent1 td{
	padding:7px 12px 12px;
	background:url(../images/horz-dot1.gif) 0 100% repeat-x;
	}
table.webdesignLeftContent1 td h3{
	font-size:17px;
	line-height:19px;
	color:#606060;
	background-color:inherit;
	padding-bottom:10px;
	font-weight:normal;
	}
table.webdesignLeftContent1 td p{
	font-size:11px;
	line-height:13px;
	}
table.webdesignLeftContent1 td p strong{
	display:block;
	color:#819537;
	background-color:inherit;
	}

/*----------------- Left Content 2 -----------------*/
p.webdesignLeftContent2{
	margin-bottom:8px;
	border:1px solid #ECECEC;
	background-color:#F9F9F9;
	position:relative;
	padding:11px 5px;
	height:100%;
	}
p.webdesignLeftContent2 span{
	font-size:11px;
	line-height:13px;
	}
p.webdesignLeftContent2 strong.numberBull{
	float:left;
	display:block;
	width:34px;
	height:34px;
	background-color:inherit;
	background:url(../images/bull4.jpg) 0 0 no-repeat;
	margin:-2px 5px 5px 0;
	font-size:18px;
	line-height:28px;
	color:#fff;
	text-align:center;
	}
p.webdesignLeftContent2 span.downArrow{
	position:absolute;
	display:block;
	width:17px;
	height:9px;
	font-size:0;
	line-height:0;
	left:83px;
	bottom:-9px;
	_bottom:-10px;
	background:url(../images/down-arrow.gif) 0 0 no-repeat;
	}

/*----------------- Product Table 1 -----------------*/
table.productTable1{
	margin-bottom:30px;
	border-top:1px solid #ECECEC;
	border-left:1px solid #ECECEC;
	}
table.productTable1 tr.tableHdr1 th{
	height:31px;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	padding:0 8px;
	color:#fff;
	background-color:inherit;
	background:url(../images/table-hdr-bg1.gif) 0 0 repeat-x;
	}
table.productTable1 tr.tableHdr2 th{
	height:31px;
	font-size:11px;
	line-height:13px;
	font-weight:bold;
	padding:0 8px;
	color:#fff;
	background-color:inherit;
	background:url(../images/table-hdr-bg2.gif) 0 0 repeat-x;
	}
table.productTable1 tr.altColor td{
	background-color:#F9F9F9;
	}
table.productTable1 td{
	padding:5px;
	border-bottom:1px solid #ECECEC;
	border-right:1px solid #ECECEC;
	font-size:16px;
	line-height:20px;
	color:#666;
	background-color:inherit;
	}
table.productTable1 td.textDetails{
	font-size:11px;
	line-height:15px;
	padding:10px 6px;
	}
table.productTable1 td span{
	color:#AF2F00;
	background-color:inherit;
	}
table.productTable1 td img{
	display:block;
	float:left;
	}
table.productTable1 td a.orderNowLink{
	display:block;
	width:89px;
	height:27px;
	font:bold 10px/26px Tahoma, Arial, Helvetica, sans-serif;
	color:#006DA2;
	background-colot:inherit;
	padding-left:4px;
	text-transform:uppercase;
	margin-top:30px;
	background:url(../images/order-now-link-bg.gif) 0 0 no-repeat;
	}
table.productTable1 td a.orderNowLink span{
	color:#343434;
	background-color:inherit;
	cursor:pointer;
	background-position:0 100%;
	}
table.productTable1 td a.orderNowLink:hover{
	background-position:0 100%;
	}
table.productTable1 td p.productInfo1{
	width:85px;
	padding:18px 8px 0 0;
	float:right;
	font-size:11px;
	line-height:13px;
	}
table.productTable1 td p.productInfo1 a{
	display:block;
	height:20px;
	font-size:11px;
	line-height:19px;
	font-weight:bold;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	background:url(../images/more-link-bg2.gif) 0 0 no-repeat;
	margin-top:8px;
	}
table.productTable1 td p.productInfo1 a.grayLink{
	background:url(../images/more-link-bg5.gif) 0 0 no-repeat;
	}
table.productTable1 td p.productInfo1 a.redLink{
	background:url(../images/more-link-bg4.gif) 0 0 no-repeat;
	}
table.productTable1 td p.productInfo1 a.blueLink{
	background:url(../images/more-link-bg6.gif) 0 0 no-repeat;
	}
table.productTable1 td p.productInfo1 a:hover,
table.productTable1 td p.productInfo2 a:hover{
	background-position:0 100%;
	}
table.productTable1 td p.productInfo2{
	width:85px;
	padding:5px 8px 0 0;
	float:right;
	font-size:11px;
	line-height:13px;
	}
table.productTable1 td p.productInfo1 strong,
table.productTable1 td p.productInfo2 strong{
	display:block;
	padding-bottom:3px;
	}
table.productTable1 td p.productInfo2 a{
	display:block;
	height:20px;
	width:75px;
	font-size:11px;
	line-height:19px;
	font-weight:bold;
	color:#4D4D4D;
	text-transform:uppercase;
	text-align:center;
	background:url(../images/more-link-bg3.gif) 0 0 no-repeat;
	margin-top:5px;
	}

/*------------------------------ CONTACT PAGE ------------------------------*/
td.contactText1 p{
	color:#0A253A;
	background-color:inherit;
	}
td.contactText1 p strong{
	color:#819537;
	background-color:inherit;
	display:block;
	padding-bottom:2px;
	}
td.contactText1 p span{
	padding-left:23px;
	font-weight:normal;
	}
td.contactText1 p span u{
	font-size:10px;
	line-height:18px;
	text-decoration:none;
	color:#0089FD;
	background-color:inherit;
	}
td.contactText1 p span a{
	color:#0A253A;
	background-color:inherit;
	text-decoration:none;
	}
td.contactText1 p span a:hover{
	text-decoration:underline;
	}
td.contactText1 p span.phoneIcon{
	background:url(../images/phone-icon.gif) 0 0 no-repeat;
	}
td.contactText1 p span.printIcon{
	background:url(../images/print-icon.gif) 0 2px no-repeat;
	}
td.contactText1 p span.contactIcon{
	background:url(../images/contact-icon.gif) 0 6px no-repeat;
	}

/*------------------------------ CONTACT PAGE - CONTACT FORM ------------------------------*/
table.contactForm{
	border:1px solid #E2E2E2;
	background-color:#F8F8F8;
	}
table.contactForm form{
	padding:15px 20px;
	}
table.contactForm form h3{
	font-size:12px;
	line-height:16px;
	color:#525252;
	background-color:inherit;
	padding-bottom:20px;
	}
table.contactForm form label{
	display:block;
	font-size:12px;
	line-height:18px;
	color:#86AA00;
	background-color:inherit;
	font-weight:bold;
	padding-bottom:2px;
	}
table.contactForm form label span{
	font-size:10px;
	line-height:18px;
	color:#0089FD;
	background-color:inherit;
	font-weight:normal;
	}
table.contactForm form input{
	width:297px;
	height:16px;
	margin-bottom:10px;
	font:normal 12px/13px Arial, Helvetica, sans-serif;
	padding:1px 0 0 3px;
	}
table.contactForm form select{
	width:304px;
	margin-bottom:10px;
	font:normal 12px/13px Arial, Helvetica, sans-serif;
	}
table.contactForm form textarea{
	width:297px;
	height:80px;
	margin-bottom:10px;
	font:normal 12px/13px Arial, Helvetica, sans-serif;
	padding:2px 0 0 3px;
	}
table.contactForm form div.captchaArea input{
	float:right;
	width:200px;
	}
table.contactForm form div.captchaArea div{
	width:82px;
	float:left;
	}
table.contactForm form div.captchaArea div img{	
	display:block;
	}
table.contactForm form input.contactSubmitBtn{
	width:63px;
	height:20px;
	margin-bottom:0;
	padding:0;
	}
table.contactForm form p{
	font-size:11px;
	line-height:13px;
	background-color:inherit;
	color:#cc0000;
	padding-bottom:15px;
	display:none;
	}

table.contactForm{
	border:1px solid #E2E2E2;
	background-color:#F8F8F8;
	}
table.contactForm form{
	padding:15px 20px;
	}
table.contactForm form h3{
	font-size:12px;
	line-height:16px;
	color:#525252;
	background-color:inherit;
	padding-bottom:20px;
	}
table.contactForm form label{
	display:block;
	font-size:12px;
	line-height:18px;
	color:#86AA00;
	background-color:inherit;
	font-weight:bold;
	padding-bottom:2px;
	}
table.contactForm form label span{
	font-size:10px;
	line-height:18px;
	color:#0089FD;
	background-color:inherit;
	font-weight:normal;
	}
table.contactForm form input{
	width:297px;
	height:16px;
	margin-bottom:10px;
	font:normal 12px/13px Arial, Helvetica, sans-serif;
	padding:1px 0 0 3px;
	}
table.contactForm form select{
	width:304px;
	margin-bottom:10px;
	font:normal 12px/13px Arial, Helvetica, sans-serif;
	}
table.contactForm form textarea{
	width:297px;
	height:80px;
	margin-bottom:10px;
	font:normal 12px/13px Arial, Helvetica, sans-serif;
	padding:2px 0 0 3px;
	}
table.contactForm form div.captchaArea input{
	float:right;
	width:200px;
	}
table.contactForm form div.captchaArea div{
	width:82px;
	float:left;
	}
table.contactForm form div.captchaArea div img{	
	display:block;
	}
table.contactForm form input.contactSubmitBtn{
	width:63px;
	height:20px;
	margin-bottom:0;
	padding:0;
	}
table.contactForm form p{
	font-size:11px;
	line-height:13px;
	background-color:inherit;
	color:#cc0000;
	padding-bottom:15px;
	display:none;
	}
	
	/* Other Quick Submits*/


/* Randoms */
.seo-content{
color:#CCCCCC;
font-size:9px;
}

/* Sub Menu */
.subMenu ul{	
	padding-top:5px;
	height:30px;
	list-style-image:none;
	list-style-position:inside;
	margin-left:150px !important;

}
.subMenu ul li{
	float: left;
	margin-left:1px;
	height:30px;
}
	
.subMenu ul a.subMenu{
	color:#3a3a3a;
}

.subMenu ul a.subMenu:hover{
	color:#3a3a3a;
	text-decoration:underline;
}

.case-studied-title{
	color:#5a8504;
	font-weight:bold;
}

/* Testimonial Page style */

#testimonial img{
	border:solid 1px #E4E4E4;
	padding:4px;
	margin:0 15px 0 0;
}
#testimonial p{
	font-style:italic;
	font-size:12px;
	line-height:14px;
	padding:0 0 14px 0;
}
#testimonial td.line{
	border-top:solid 1px #E4E4E4;
}
#testimonial p span{
	font-size:11px;
	line-height:14px;
	font-weight:normal;
	font-style:normal;
	color:#184190;
	background-color:inherit;
}