﻿body {
	margin:0;
	padding:0;
	font-family: Arial, Verdana;
	background-color: #FFFFFF;
}
img {
	border:0;
}
.main {
	-moz-box-shadow: 0 0 20px #000;
	-webkit-box-shadow: 0 0 20px #000;
	box-shadow: 0 0 20px #000;
	width:1025px;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.headernav {
	height:55px;
	background:#fff;
	width:1025px
}
.headernav ul {
	list-style:none;
	padding:0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20px;
}
.headernav ul li {
	float:left;
	height:50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 5px;
}
.headernav ul li img {
	float:left;
	margin-right:5px
}
.headernav ul li.bar {
	padding-right:10px;
	background-image: url(../images/headerbar.gif);
	background-repeat: no-repeat;
	padding-top: 7px;
}
.headernav ul li a {
	font-size:14px;
	text-transform:capitalize;
	display:block;
	padding:5px 10px 5px 0;
	text-decoration:none;
	color:#3d3d3d;
}
.headernav ul li a:hover {
	color:#d48101
}
.banner {
	height:330px;
	width:1025px;
	background-repeat: no-repeat;
	background-image: url(../images/banner1.png);
	margin-top: 5px;
	background-color: #ededed;
}
.banner1 {
	height:255px;
	width:1025px;
	background-repeat: no-repeat;
	background-image: url(../images/wdbanner.png);
	margin-top: 5px;
	background-color: #ededed;
}
.webdev {
	background-image: url(../images/webdev.png);
	background-repeat: no-repeat;
	background-color: #ededed;
	height: 255px;
	width: 1025px;
	margin-top: 5px;
}
.webpack {
	background-image: url(../images/webpack.png);
	background-repeat: no-repeat;
	background-color: #ededed;
	height: 255px;
	width: 1025px;
	margin-top: 5px;
}
.seo {
	background-image: url(../images/webseo.png);
	background-repeat: no-repeat;
	background-color: #ededed;
	height: 255px;
	width: 1025px;
	margin-top: 5px;
}
.webport {
	background-image: url(../images/webport.png);
	background-repeat: no-repeat;
	background-color: #ededed;
	height: 255px;
	width: 1025px;
	margin-top: 5px;
}
.eretail {
	background-image: url(../images/eretail.png);
	background-repeat: no-repeat;
	background-color: #ededed;
	height: 255px;
	width: 1025px;
	margin-top: 5px;
}
.webcon {
	background-repeat: no-repeat;
	background-color: #ededed;
	height: 255px;
	width: 1025px;
	margin-top: 5px;
	background-image: url(../images/webcon.png);
}
.webretail {
	background-image: url(../images/retailit.png);
	background-repeat: no-repeat;
	background-color: #ededed;
	height: 255px;
	width: 1025px;
	margin-top: 5px;
}
#right {
	height: 302px;
	width: 700px;
	float: left;
	margin-top: 26px;
	margin-left: 25px;
}
#left {
	float: left;
	margin-top: 265px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 290px;
}
#left1 {
	float: left;
	margin-top: 190px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	width: 290px;
}
.mainbox {
	height: 400px;
	width: 1025px;
	top: -12px;
	position: relative;
}
#leftbox1 {
	float: left;
	height: 250px;
	width: 300px;
	background-image: url(../images/portfolio1.png);
	background-repeat: no-repeat;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
#leftbox2 {
	font-family: Constantia;
	font-size: 14px;
	color: #000000;
	height: 50px;
	width: 300px;
	padding-left: 12px;
	font-style: italic;
}
.leftbox {
	height: 400px;
	width: 300px;
}
.clear {
	clear:both
}
#gallery {
	position:relative;
	height:220px;
	width: 290px;
	margin-top: 5px;
	margin-left: 4px;
}
#gallery a {
	float:left;
	position:absolute;
}
#gallery a img {
	border:none;
}
#gallery a.show {
	z-index:500
}
#rightbox {
	float: right;
	height: 400px;
	width: 670px;
	background-color: #FFFFFF;
	margin-right: 15px;
}
.upper {
	width: 670px;
	font-family: Verdana, Arial;
	font-size: 16px;
	font-weight: normal;
}
.lower {
	width: 670px;
}
#clients {
	background-image:-webkit-gradient(linear, left bottom, left top, color-stop(0.32, #ffffff), color-stop(0.66, #f8f8f8), color-stop(0.83, #efefef));
	/* chrome 10+, safari 5.1+ */
  background-image:-webkit-linear-gradient(#ffffff, #f8f8f8, #efefef);
	/* firefox; multiple color stops */
  background-image:-moz-linear-gradient(top, #ffffff, #f8f8f8, #efefef);



  /* ie 6+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f8f8f8');
	/* ie8 + */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f8f8f8')";
	/* ie10 */
  background-image: -ms-linear-gradient(#ffffff, #f8f8f8, #efefef);
	/* opera 11.1 */
  background-image: -o-linear-gradient(#ffffff, #f8f8f8, #efefef);
	/* The "standard" */
  background-image: linear-gradient(#ffffff, #f8f8f8, #efefef);
	height: 90px;
	width: 1005px;
	margin-left: 10px;
	margin-right: 10px;
	border: 1px solid #CCCCCC;
	margin-bottom: 2px;
}
#slider {
	position: relative;
	overflow: hidden;
	height:70px;
	width: 1000px;
	background-position: center;
	margin-top: 10px;
}
#slider img {
	position:absolute;
	margin:0;
	display:none;
	height: 70px;
	width: 155px;
}
#imageloader {
	position:relative;
	display:block;
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
#imageloader img {
	position:relative;
	top:50px;
	z-index:100;
	width:128px;
	height:15px;
	display:inline;
}
.footer {
	width:925px;
	background-color: #095b5c;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 50px;
	padding-left: 50px;
}
.footer ul {
	float:left;
	margin:0;
	width:210px;
	height:auto;
	list-style:none;
	overflow:hidden;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}
.footer ul li {
	padding:6px 0 0 15px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: 5px 11px;
	text-indent: 10px;
}
.footer ul li a {
	font-size:12px;
	color:#bfbdbd;
	text-decoration:none;
	font-family:Verdana, Arial;
	text-transform:capitalize
}
.footer ul li a:hover {
	color:#fff;
}
.footer ul li.h4 {
	padding:20px 0 5px 0;
	border-bottom:1px solid #818282;
	background:none
}
.footer ul li h4 {
	font-size:14px;
	color:#2FF2F4;
	padding:0;
	margin:0;
	font-weight:normal;
	text-transform:uppercase;
	cursor:default;
	letter-spacing:1px;
}
.footer div.tag {
	-moz-border-radius: 15px;
	border-radius: 15px;
	color:#fff;
	width:901px;
	margin-top: 250px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: 110px;
	border: 2px solid #2FF2F4;
	font-style: normal;
	padding: 10px;
}
.txt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
}
.footer div.webber {
	color:#fff;
	width:930px;
	padding:10px;
	margin-top: 250px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	height: 50px;
	background-color: #095B5C;
}
.footer div.webber span {
	float:right;
	font-size:13px;
	color:#828282;
	font-family:Verdana, Arial;
	cursor:default;
}
.footer img {
	margin-right:20px
}
h1 {
	font-family: Constantia;
	font-size: 17px;
	color: #006B9D;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 17px;
	font-style: italic;
	text-decoration: underline;
}
h3 {
	font-family: Constantia;
	font-size: 17px;
	color: #0284AD;
	padding-left: 12px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1px;
	line-height: 17px;
	padding-top: 10px;
	text-decoration: underline;
}
.read {
	float: right;
}
#rightbox .upper p {
	font-family: Constantia;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	font-style: italic;
	word-spacing: 0.5px;
}
.subhead {
	background:#fff;
	width:1025px;
	margin-top: 20px;
	height: 55px;
}
.subhead ul {
	list-style:none;
	padding:0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 30px;
}
.subhead ul li {
	float:left;
	margin-right: 0;
	margin-bottom: 15;
	margin-left: 0;
	margin-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
.subhead ul li a {
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:14px;
	text-transform:capitalize;
	display:block;
	text-decoration:none;
	color:#3d3d3d;
	padding-left: 0;
	text-indent: 10px;
	padding-right: 10px;
	background-color: #6aecec;
	height: 27px;
	width: auto;
	line-height: 25px;
}
.subhead ul li a:hover {
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#FFFFFF;
	background-color: #008080;
}
.subhead .active a {
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#FFFFFF;
	background-color: #008080;
}
.webbody {
	width: 965px;
	margin-left: 20px;
	margin-right: 20px;
}
.webbody h2 {
	font-family: "Lucida Calligraphy";
	font-size: 18px;
	width: 100%;
	line-height: 18px;
	float: left;
	padding: 0px;
}
.iconimg {
	float: left;
	margin-top: -12px;
	margin-right: 3px;
}

.webbody h1 {
	font-family: calibri;
         background-image: url(../images/redbullet.gif );
	background-repeat: no-repeat;
	padding-left: 23px;
	text-decoration: none;
	line-height: 14px;
	color: #000000;
	font-size: 14px;
	height:25px;
}
.webbody h3 {
	padding: 0px;
}
.portfolio_tbl {
	color:#3d3d3d;
	margin:0px;
	width:690px;
}
.portfolio_tbl td {
	border:1px solid #bfbdbd;
	vertical-align:top
}
.portfolio_tbl td.space {
	border:0;
	height:5px;
	padding:0
}
.portfolio_tbl td.paging {
	border:0;
	text-align:center;
	font-size:11px;
	padding:0
}
.portfolio_tbl td.paging a {
	padding:0 10px 0 10px
}
.portfolio_tbl td.paging a:hover {
	text-decoration:none
}
.portfolio_tbl td div.pic {
	padding:10px 5px 5px 5px;
	width:201px;
	height:135px;
	vertical-align:top;
	overflow:hidden;
	text-align:center;
}
.portfolio_tbl td div.pic:hover {
	background:#e4e4e4
}
.portfolio_tbl td div.pic img {
	width:170px;
}
.portfolio_tbl td div.det {
	font-size:12px;
	letter-spacing:0.4pt;
	cursor:default;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	float: right;
}
p {line-height: 20px;
	font-family: Verdana, Arial;
	font-size: 13px;
	color: #000000;
}
.inner_right {
	width:300px;
	padding:0 0 20px 10px;
	float:right;
}
.inner_left {
	width: 600px;
	letter-spacing: 0.4px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
	margin-bottom: 20px;
}
input, select {
	width: 225px;
	margin-top: 5px;
	margin-bottom: 5px;
}
input, select, textarea {
	width: 225px;
	margin-bottom: 5px;
	margin-top:5px;
}
.font-text {
	font-family:arial;
	font-size:13px;
	text-align: justify;
}
#leftbox2 h2 {
	font-family: Verdana, Arial;
	font-size: 12px;
	float: right;
	font-style: italic;
	color: #AF0000;
	text-decoration: none;
}
.cont_inpt {
	background-image: url(../images/tf.png);
	float: left;
	height: 33px;
	width: 245px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 10px;
	margin: 0px;
}
.inpt_txt {
	font-family: Calibri;
	line-height: 17px;
	color: #000000;
	padding: 0px;
}
.selcount {
	background-image: url(../images/tf.png);
	height: 35px;
	width: 260px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	float: left;
}
.cont_txtarea {
	background-image: url(../images/msgtf.png);
	height: 61px;
	width: 247px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-left: 10px;
	float: left;
	margin-bottom: 2px;
}
.submit {
	border-radius:5px;
	background-repeat: no-repeat;
	float: left;
	font-family: Calibri;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	background-color: #15CADA;
	margin-top: 5px;
	margin-left: 80px;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 7px;
	border: 1px solid #058c98;
	width: 80px;
}
#socialicon {
	POSITION: fixed;
	text-align: right;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: auto;
	padding: 0px;
	height: auto;
	z-index: 1000;
	left: 0px;
	top: 44%;	
}
#ficon {
	POSITION: fixed;
	text-align: right;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: auto;
	padding: 0px;
	height: auto;
	z-index: 9999;
	left: 0px;
	top: 41%;	
}
#amazonlink {
	POSITION: fixed;
	text-align: right;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	width: auto;
	padding: 0px;
	height: auto;
	z-index: 1000;
	left: 0px;
	top: 300px;	
}
#amazonlink a {
	color:black;
	font-size:15px;
	font-weight: bold;
	text-decoration: none;
}
#feedback { 
  height: 104px; 
  width: 114px; 
  position: fixed; 
  top: 47%; 
  z-index: 999;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-0deg); 
  -moz-transform: rotate(-0deg); 
  -o-transform: rotate(90deg); 
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4);
}

#feedback q { 
  display: block; 
 
  height: 15px; 
  width: 114px; 
  padding: 8px 0px;
  color: #fff; 
  font-family: Arial, sans-serif; 
  font-size: 15px; 
  font-weight: bold; 
  text-decoration: none; 
  color:black;
}

#feedback q:hover { 
 
}
#feedback q a {
	color:black;
	font-size:15px;
	font-weight: bold;
	text-decoration: none;
}