@charset "utf-8";
/* CSS Document */       
* {
	margin:0px;
	padding:0px;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
      	width:980px;
	height:auto;
	margin:10px auto;

}
h1 {
	font-size:18px;
	color:#504f4f;
}
h2 {
	font-size:14px;
	color:#504f4f;
	font-weight: bold;
}
p {
	margin:10px 0px;
	line-height:16px;
	color:#636363;
	text-align: justify;
}
/*a {
   	color:#13b0dd;

	text-decoration:underline;
}
a:hover {
	color:#13b0dd;
	text-decoration:none;     */
}
#wrapper {
	width:980px;
	height:auto;
	margin:0px auto;
}
#seo_strip {
	height:20px;
}
#seo_strip h1 {
	font-size:10px;
	color:#CCCCCC;
}
#header {
	height:100px;
}
#logo {
	float:left;
	width:201px;
	height:99px;
}
#clock_wrapper {
	float:left;
	margin-left:520px;
	width:100px;
	height:100px;
}
* html #clock_wrapper {
	margin-left:365px;
}
#dashboard {
	float:right;
	margin:20px 0px 0px 0px;
}
#dashboard img {
	border:0px;
	margin:0px 0px 0px 10px;
}
#navigation {
	background:#FFFFFF url(../images/nav_bg.jpg) top left no-repeat;
	height:45px;
}
#navigation ul {
	list-style:none;
	font-weight:bold;
	font-size:13px;
	padding-top:12px;
}
#navigation ul li {
	display:inline;
	margin:0px 7px;
}
#navigation ul li a {
	color:#FFFFFF;
	text-decoration:none;
	height:33px;
	padding:0px 0px 0px 11px;
	display:inline-block;
	line-height:33px;
}
#navigation ul li a span {
	height:24px;
	display: inline-block;
	padding:0px 10px;
	cursor:pointer;
}
#navigation ul li a:hover {
	background: url(../images/left.gif) no-repeat left top;
	color:#005ca2;
	text-decoration:none;
	height:33px;
	padding:0px 0px 0px 6px;
	line-height:33px;
}
#navigation ul li a:hover span {
	background: url(../images/right.gif) no-repeat right top;
	height:33px;
	padding:0px 15px 0px 10px;
	cursor:pointer;
}
#navigation ul li a.current {
	background: url(../images/left.gif) no-repeat left top;
	color:#005ca2;
	text-decoration:none;
	height:33px;
	padding:0px 0px 0px 6px;
	line-height:33px;
}
#navigation ul li a span.current {
	background: url(../images/right.gif) no-repeat right top;
	height:33px;
    font-style: normal;
    color: #016BBA;
	padding:0px 15px 0px 10px;
	cursor:pointer;
}
#banner {
	height:297px;
	margin:10px auto;
}
#banner_left {
	width:672px;
	float:left;
}
#banner_right {
	width:300px;
	float:right;
}
#banner_right h2 {
	color:#FFFFFF;
	line-height:92px;
	margin-left:80px;
	font-size:18px;
}
#banner_right_top {
	background:url(../images/web_development.jpg) top left no-repeat;
	width:300px;
	height:92px;
	margin-bottom:12px;
}
#banner_right_mid {
	background:url(../images/E-commerce.jpg) top left no-repeat;
	width:300px;
	height:92px;
	margin-bottom:12px;
}
#banner_right_bottom {
	background:url(../images/Business_Collaterals.jpg) top left no-repeat;
	width:300px;
	height:92px;
}
#content {
   	width:980px;
	height:auto;
	margin:10px auto;
}
#Block_Activity {
	margin:0px 0px 10px 0px;
}
#Block_Services {
	width:330px;
	float:left;
	margin-right:12px;
}
#Block_Services h3 {
	background:url(../images/Solutions.jpg) top left no-repeat;
	line-height:50px;
	color:#23b5e0;
	font-size:18px;
	padding-left:60px;
}
#Block_Support {
	width:330px;
	float:left;
}
#Block_Support h3 {
	background:url(../images/support.jpg) top left no-repeat;
	line-height:50px;
	color:#23b5e0;
	font-size:18px;
	padding-left:60px;
}
#Block_Redesign {
	width:300px;
	float:right;
}
#Block_Redesign h3 {
	background:url(../images/Redesign.jpg) top left no-repeat;
	line-height:50px;
	color:#23b5e0;
	font-size:18px;
	padding-left:60px;
}
.readmore {
	text-align:left;
	font-size:10px;
}
.readmore a {
	display:block;
	width:100px;
	background:url(../images/readmore_a.jpg) top left no-repeat;
	line-height:32px;
	padding-left:10px;
	height:32px;
	text-transform:uppercase;
	color:#FFFFFF;
	text-decoration:none;
}
.readmore a:hover {
	display:block;
	width:100px;
	background:url(../images/readmore_ahover.jpg) top left no-repeat;
	line-height:32px;
	padding-left:10px;
	height:32px;
	text-transform:uppercase;
	color:#FFFFFF;
	text-decoration:none;
}
#leftpanel {
	width:672px;
	float:left;
}
#leftpanel ul {
	list-style-type: none;
	padding-left:40px;
}
#leftpanel ul li {
	line-height:22px;
	color:#636363;
	background:url(../images/BlueBullet.jpg) 0px 7px no-repeat;
	padding-left:20px;
}
#Block_advantage {
	margin:10px 0px;
}
#Block_advantage .top {
	background:url(../images/ba_top.jpg) top left no-repeat;
	width:672px;
	height:10px;
}
#Block_advantage .mid {
	background-color:#f4f3f3;
}
#Block_advantage ul {
	list-style-type:disc;
	color:#636363;
	padding-left:30px;
}
#Block_advantage ul li {
	background:none;
	line-height:22px;
}
.Block_advantage_left {
	float:left;
	width:310px;
	padding:0px 10px;
	margin-right:11px;
	border-right:1px solid #CCCCCC;
}
.Block_advantage_left h4 {
	background:url(../images/INR.jpg) top left no-repeat;
	line-height:35px;
	padding-left:35px;
	font-size:18px;
	color:#504f4f;
}
.Block_advantage_right {
	float:left;
	width:330px;
}
.Block_advantage_right h4 {
	background:url(../images/Core_Value.jpg) top left no-repeat;
	line-height:35px;
	padding-left:35px;
	font-size:18px;
	color:#504f4f;
}
#Block_advantage .bottom {
	background:url(../images/ba_bottom.jpg) bottom left no-repeat;
	width:672px;
	height:10px;
}
#inline_block {
	width:500px;
	margin:10px auto;
}
#inline_block a {
	color:#FFFFFF;
}
.s1 {
	background:url(../images/Domain_Registration.jpg) top left no-repeat;
	width:400px;
	height:30px;
	margin:10px auto;
	padding-top:45px;
	text-align:center;
}
.s2 {
	background:url(../images/Web_Hosting.jpg) top left no-repeat;
	width:400px;
	height:30px;
	margin:10px auto;
	padding-top:45px;
	text-align:center;
}
.s3 {
	background:url(../images/Web_Designing.jpg) top left no-repeat;
	width:400px;
	height:30px;
	margin:10px auto;
	padding-top:45px;
	text-align:center;
}
.s4 {
	background:url(../images/Logo_Designing.jpg) top left no-repeat;
	width:400px;
	height:30px;
	margin:10px auto;
	padding-top:45px;
	text-align:center;
}
.s5 {
	background:url(../images/CD_Presentation.jpg) top left no-repeat;
	width:400px;
	height:30px;
	margin:10px auto;
	padding-top:45px;
	text-align:center;
}
.s6 {
	background:url(../images/Web_Development_in_Chennai.jpg) top left no-repeat;
	width:400px;
	height:30px;
	margin:10px auto;
	padding-top:45px;
	text-align:center;
}
.s7 {
	background:url(../images/seo_services_in_Chennai.jpg) top left no-repeat;
	width:400px;
	height:30px;
	margin:10px auto;
	padding-top:45px;
	text-align:center;
}
.accomplishments {
	padding: 0px;
	width: auto;
	margin-right: auto;
	margin-left: auto;/*border: 1px solid #005da3;*/
}
.accomplishments .entry {
	margin:5px 0px;
	width:auto;
}
.accomplishments .leftcontent {
	float:left;
	width:200px;
}
.accomplishments .leftcontent h4 {
	color:#13b0dd;
}
.accomplishments .rightwork {
	float:right;
	width:450px;
	text-align:right;
}
.accomplishments .visitsite {
	text-align:left;
}
.accomplishments .visitsite a {
	background:url(../images/Visit_Site.jpg) top left no-repeat;
	display:block;
	padding-left:31px;
	width:80px;
	height:24px;
	line-height:24px;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:1px dotted #FFFFFF;
}
.accomplishments .visitsite a:hover {
	border-bottom:none;
}
.accomplishments img {
	margin:3px;
}
.nav {
	text-align:center;
	margin:10px auto;
}
.nav a{
	background-color:#039;
	color:#FFF;
	display:inline-block;
	padding:5px;
	margin:0px 5px;
	text-decoration:none;
	border:1px solid #003;
}
.nav a:hover{
	background-color:#06C;
	color:#FFF;
	display:inline-block;
	padding:5px;
	margin:0px 5px;
	text-decoration:none;
	border:1px solid #003;
}
.nav a:active{
	background-color:#F00;
	color:#FFF;
	display:inline-block;
	padding:5px;
	margin:0px 5px;
	border:1px solid #003;
}
.entry {
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 7px;
	margin-left: auto;
	background-color: #FFFFFF;
	padding: 5px;
	border-bottom:1px dotted #999999;
}
.entry fieldset select {
	width:150px;
	color: #005da3;
	margin-bottom: 10px;
}
.entry fieldset textarea {
	width:150px;
	color: #005da3;
}
.entry fieldset {
	border: 1px solid #005da3;
	width: 450px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/email.gif);
	background-repeat: no-repeat;
	background-position: 330px 60px;
}
.entry fieldset legend {
	color: #fff;
	border: 1px solid #005da3;
	background-color: #0064AF;
	margin-left: 10px;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
.entry fieldset label {
	width: 150px;
	float: left;
	text-align: right;
	margin-top:4px;
	margin-right: 10px;
	display: block;
}
.entry fieldset input {
	padding: 0px;
	width: 150px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #005da3;
}
.entry .submit {
	width:75px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #0061A8;
	margin-top:10px;
	border: 1px solid #005da3;
	cursor: pointer;
}
#rightpanel {
	width:300px;
	float:right;
}
#rightpanel .subheading {
	background:url(../images/right_h2_bg.jpg) top left no-repeat;
}
.subheading h2 {
	line-height:40px;
	color:#FFFFFF;
	padding-left:50px;
	font-size:17px;
}
.services_wrapper {
	background-color:#f8f8f8;
	padding:10px 0px;
}
.services_wrapper ul {
	list-style:none;
	color:#6b6b6b;
	padding:0px 10px;
	font-weight:bold;
	font-size:10px;
}
.services_wrapper ul li {
	background:url(../images/arrow_blue.jpg) 0px 9px no-repeat;
	line-height:28px;
	border-bottom:1px dotted #d3d3d3;
	padding-left:15px;
}
.services_wrapper ul li a{
	color:#6b6b6b;
	text-decoration:underline;
}
.services_wrapper ul li a:hover{
	color:#6b6b6b;
	text-decoration:none;
}
#Contact_Enquiry {
	background-color:#FFFFFF;
}
#Contact_Enquiry h5 {
	color:#0aaeee;
	font-size:18px;
	padding:20px 0px;
}
#Contact_Enquiry a {
	color:#016bba;
	font-size:12px;
	text-decoration:underline;
}
#Contact_Enquiry a:hover {
	color:#016bba;
	font-size:12px;
	text-decoration:underline;
}
#footer {
	background:url(../images/footer.jpg) top left no-repeat;
	line-height:40px;
	color:#FFFFFF;
	text-align:center;
}
#marquee_text {
	color:#FFFFFF;
	background-color:#005da2;
	height:25px;
	font-size:9px;
	overflow:hidden;
	padding:0px 10px;
}
.left_image {
	margin:10px 10px 10px 0px;
	float:left;
}
.right_image {
	margin:10px 0px 10px 10px;
	float:right;
}
.clearfix {
	clear:both;
	margin:0px;
	padding:0px;
}
table
{
border-collapse:collapse;
}
table,th, td
{
	border: 1px solid #005ca2;
	padding:5px;
}
th{
background-color:#005ca2;
color:#FFFFFF;
}
.odd{
	background-color:#B3DEFF;
}
