html > body *{outline:none;}

* { margin: 0; padding: 0; }

/* font */
html { font-size: 100%; }
body { font-size: 0.7em; }
table { font-size: 100%; }
p {
    line-height: 1.5em;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
input, select, textarea { font-size: 110%; }

/* layout - general */
img { border: none; }
acronym { cursor: help; }
a:link, a:visited {cursor:pointer; }

input.text, textarea { 
    padding: 3px 2px; 
}
.submit {
    font-size: 110%;
    padding: 1px 4px;
    cursor:pointer; }
#ie6 .submit { padding: 0; }

ul, ol { margin: 0 0 1em 2.5em; padding: 0; list-style: disc; }
ul li, ol li { margin: .2em 0; padding: 0; }
select > option { margin: 0 5px 0 3px; }

.ul { margin: 0; padding: 0; list-style-type: none; }
.ul li { margin: 0; padding: 0; list-style: none; list-style-image: none; list-style-type: none; }

#page .flR { float: right; }
#page .flL { float: left; }
#page .alR { text-align: right;}
#page .alR a{text-decoration:underline; color:#000000; font-size:12px; list-style-image:url(../images/icon-5.gif);}
#page .alR a:hover{text-decoration:none; }
#page .alC { text-align: center; }

.hide { display: none; }

.ir { position: relative; overflow: hidden; }
.ir span { position: absolute; width: 100%; height: 100%; text-indent: -1000em; }


a:link, a:visited {
    text-decoration: none;
}
a:link:hover, a:visited:hover {
    /*text-decoration: underline;*/
	text-decoration:none;
}
a.inv:link, a.inv:visited {
    text-decoration: underline;
}
a.inv:link:hover, a.inv:visited:hover {
    text-decoration: none;
}

.cols {
	overflow: hidden;
	margin: 0;
}
.cols .col {
    float: left;
    width: 33%;
    margin: 0;
}
body #page .last {
    margin-right: 0;
}


/* Clear Floats Without Structural Markup */
.clearFix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearFix { display: inline-block; }
/* \*/
#ie6 .clearFix { height: 1%; }
.clearFix { display: block; }
/* */


/* layout - specific */
* {
    font-family: Verdana, sans-serif;
}
body {
    color: #365064;
    text-align: center;
}
#page2 {
    margin: 0 auto;
    text-align: left;
	position:relative;
    width: 100%;
}
.page {
    margin: 0 auto;
    text-align: left;
	position:relative;
    width: 950px;
}
#page {width: 950px;
}

/* top bar */
#top {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 0 0 0;
    height: 127px;
}
#top h1{
color:#959595;
font-size:10px;
font-weight:normal;
text-align:center;
}
.outsource #top {
    height: 100px;
    margin-bottom: 6px;
}
    #logo {
        float: left;
        width: 185px;
        height: 81px;
        position: relative;
        top:2px;
    }
        #logo a:link, #logo a:visited {
            display: block;
            height: 81px;
            width: 185px;
        }
            #logo a:link span, #logo a:visited span {
                background: url(../images/dotzoo-top.png) no-repeat 0 0;
            }

    #menu {
        position: absolute;
        z-index: 50;
        top: 70px;
        left: 220px;
        height: 26px;
        overflow: hidden;
		
    }
        #menu li {
            float: left;
            margin: 0 3px 0 0;
        }
            #menu li a:link, #menu li a:visited {
                display: block;
                float: left;
                background: url(../images/but-n-l.gif) no-repeat 0 0;
                text-decoration: none;
            }
                #menu li a:link span, #menu li a:visited span {
                    display: block;
                    float: left;
                    line-height: 26px;
                    padding: 0 10px;
                    background: url(../images/but-n-r.gif) no-repeat 100% 0;
                    font-family: Arial, sans-serif;
                    font-size: 100%;
                    font-weight: bold;
                    color: #38475a;
                }
            #menu li a:link:hover, #menu li a:visited:hover {
                background: url(../images/but-o-l.gif) no-repeat 0 0;
                
            }
                #menu li a:link:hover span, #menu li a:visited:hover span {
                    background: url(../images/but-o-r.gif) no-repeat 100% 0;
                    
                }
            #menu li.active a:link, #menu li.active a:visited {
                background: url(../images/but-s-l.gif) no-repeat 0 0;
                
            }
                #menu li.active a:link span, #menu li.active a:visited span {
                    background: url(../images/but-s-r.gif) no-repeat 100% 0;
                }

    #contacts {
    color: #FFFFFF;
    font-weight: bold;
    position: absolute;
    right: 0px;
    top: 15px;
    width:130px;
    height:15px;
    background:url(../images/ra.gif) no-repeat 100%;
	}

.livechat{
float:right;
    padding: 3px 10px 0 0;
    height:55px;
    width:70px;
}
    #acts {
    font-weight: bold;
    position: absolute;
    right: 90px;
    top: 47px;
    font-size: 95%;
    text-transform: uppercase;
    padding-top:4px;
    letter-spacing: -1px;
    color: #8A8987;
}
#acts a:link, #acts a:visited {
    color: #38475A;
    padding: 0 5px 0 5px;
    text-decoration:none;
}
#acts a:hover {
    color: #38475A;
    padding: 0 5px 0 5px;
    text-decoration:underline;
}
#acts a.ann:link, #acts a.ann:visited {
    background:#009900 15px 50%;
	color:#FFFFFF;
}
#acts a.print:link, #acts a.print:visited {
    background:#FDD424 15px 60%;
	color:#FFFFFF;
}
#acts a.sm:link, #acts a.sm:visited {
    background:#FDD424 12px 60%;
	color:#FFFFFF;
}
#acts a.cl:link, #acts a.cl:visited {
    background:#FDD424  12px 60%;
	color:#FFFFFF;
}
    #bar {
        position: absolute;
        z-index: 10;
        left: 0;
        top: 96px;
        width: 100%;
        height: 31px;
        overflow: hidden;
        background: #F0EAE1;
    }
        #bar form {
            float: left;
            width: 190px;
            padding: 5px 0 0 5px;
        }
            #bar form input.text {
                float: left;
                padding: 2px 2px;
                border: solid 1px #9a9997;
                margin: 0 5px 0 0;
            }
            #bar form input.img {
				float: left;
			}

        #bar #menu2 {
			float: left;
			width: 423px;
			margin: 8px 3px 0 0;
		}
			#bar #menu2 li {
				float: left;
				margin: 0;
				border-left: solid 1px #9d968e;
			}
				#bar #menu2 li a:link, #bar #menu2 li a:visited {
					font-family: Arial, sans-serif;
					font-size: 110%;
					padding: 0 5px;
					text-decoration:underline;
				}
			#bar #menu2 li a:hover{
			
			text-decoration:none;
			}	

        #bar #start {
            float: left;
            line-height: 27px;
            margin:3px 0 0 0;
        }
            #bar #start a:link, #bar #start a:visited {
				font-family: Arial, sans-serif;
				font-weight: bold;
				color: #FFFFFF;
				padding: 5px 18px 5px 2px;
				background: #FF0000 url(../images/order-bg.gif) no-repeat 97% 50%;
				border: solid 1px #b50000;
				border-top: none;
				border-bottom: none;
			}
			#bar #start a:hover {
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 18px 5px 2px;
	background:#E76565 url(../images/order-bg.gif) no-repeat 99% 50%;
	border: solid 1px #b50000;
	border-top: none;
	border-bottom: none;
	text-decoration:underline;
}
/*collage*/

#WebDesign {
      
        height: 165px;
        color: #FFFFFF;
        position: relative;
        margin: 0 0 0 193px;
    }
#officerstaffing{
/*background:  url(../images/officerstaffing.jpg) no-repeat 0 0;*/
height: 165px;
color: #FFFFFF;
position: relative;
margin: 0 0 0 193px;
}
#headerWrap {
    background: #FFFFFF url(../images/header-2-l.jpg) no-repeat 0px 0px;
    height: 165px;
    position: relative;
    margin: 0px 0px 23px 0px;
}


    #header {
      
        height: 165px;
        color: #FFFFFF;
        position: relative;
        margin: 0 0 0 193px;
    }
   #sitemap_header {
      
        height: 165px;
        color: #FFFFFF;
        position: relative;
        margin: 0 0 0 193px;
    }
   #header_logo_portfolio {
        
        height: 165px;
        color: #FFFFFF;
        position: relative;
        margin: 0 0 0 193px;
    }
    #header_quote {
        /*background: url(../images/requestquote.jpg) no-repeat 0 0;*/
        height: 165px;
        color: #FFFFFF;
        position: relative;
        margin: 0 0 0 193px;
    }
	#header_career {
        
        height: 165px;
        color: #FFFFFF;
        position: relative;
        margin: 0 0 0 193px;
    }
#phpimg {
   
        height: 165px;
        color: #FFFFFF;
        position: relative;
        margin: 0 0 0 193px;
    }
#e-commerce-header {
        background: url(../images/e-commerce-header.jpg) no-repeat 0 0;
        height: 165px;
        color: #FFFFFF;
        position: relative;
        margin: 0 0 0 193px;
    }
#opensourcesolutions{
        background: url(../images/opensourcesolutions.jpg) no-repeat 0 0;
        height: 165px;
        color: #FFFFFF;
        position: relative;
        margin: 0 0 0 193px;
    }
   #media {
        
        height: 165px;
        color: #FFFFFF;
        position: relative;
        margin: 0 0 0 193px;
    }
#mission {
      
        height: 165px;
        color: #FFFFFF;
        position: relative;
        margin: 0 0 0 193px;
    }
#services {
  
        height: 165px;
        color: #FFFFFF;
        position: relative;
        margin: 0 0 0 193px;
    }
	#header_about {
       
        height: 165px;
        color: #FFFFFF;
        position: relative;
        margin: 0 0 0 193px;
    }
	
	#header_contact {
                height: 165px;
        color: #FFFFFF;
        position: relative;
        margin: 0 0 0 193px;
    }
#header_testimonial {
        
        height: 165px;
        color: #FFFFFF;
        position: relative;
        margin: 0 0 0 193px;
    }
	
	#internet_header {      
   
        height: 165px;
        color: #FFFFFF;
        position: relative;
        margin: 0 0 0 193px;
    }
	#header_thanks {
      
        height: 165px;
        color: #FFFFFF;
        position: relative;
        margin: 0 0 0 193px;
    }
	#header_life_dotzoo {
        /*background: url(../images/life-at-dotzoo-banner.jpg) no-repeat 0 0;*/
        height: 165px;
        color: #FFFFFF;
        position: relative;
        margin: 0 0 0 193px;
    }
        #header p {
            position: relative;
            left: 30px;
            top: 12px;
            font-size: 200%;
            font-family: Arial, sans-serif;
            letter-spacing: -1px;
            line-height: 1;
        }
            #header p span {
                display: block;
                font-size: 60%;
                font-weight: bold;
                font-family: Arial, sans-serif;
            }


	#corporate-web{
		
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#cms{
		
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#cms1{
     		
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#corporate-web-i{
	
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#cwi-query{
		
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#asp{
		/*background:  url(../images/asp.jpg) no-repeat 0 0;*/
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#asp-net{
		/*background:  url(../images/asp-net.jpg) no-repeat 0 0;*/
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#php{
		
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#officerstaffing-php{
		
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#faq{
		
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 0px;
	}
	#Custom-Shopping-Carts{
	
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#e-commerceasp-netshoppingca{
	
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#open-source-solutionsforums{

		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	
	}
	#Microsoft-ASPNET-AJAX-Progr{
	
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	
	}
	#officerstaffing-hire-hull-team{
	background:  url(../images/officerstaffing-hire-hull-team.jpg) no-repeat 0 0;
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#officerstaffing-HireFullTim{

		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	
	}
	#Open-Source-SolutionsCakeph{
	
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#Open-Source-Solutionsdrupal{

		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#open-source-solutionshire-f{

		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#Open-Source-Solutionsjoomla{
	
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#open-source-solutionsmambo{
	
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#Open-Source-SolutionsPHP-Nu{
	
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#open-source-solutionsshoppi{

		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#open-source-solutionssugarc{
			height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#open-source-solutionswordpr{
	
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#php-developmentajax-program{

		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#php-developmentcakephp{

		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#php-developmentcontent{
	
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#php-developmentdlogs{
	
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#php-developmentreal-estate{
	
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#dedicated-qury{
		
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#dot-net-nuke{
	
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#asp-net-shopping-carts{
				height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#php-shopping-carts{
	
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#real-estate-website{
	
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#x-cart-customization{
	
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	
	#web-designer{
		
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	
	#multimedia-qury{
		background:  url(../images/multimedia-qury.jpg) no-repeat 0 0;
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#multimedia{
	
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#php-qury{
	
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#php-development{
	
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#oscommerce{
		
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}

	#Portal-Development{
		background:  url(../images/Portal-Development.jpg) no-repeat 0 0;
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#real-state{
		
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#cart-qury{
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#Shoping-cart{
	
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#small-business{
	
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#special-web-design-order{

		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#web-design-price{
	
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#Web-Designing-team{
	
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#PHP-DevelopmentPortal-Devel{
	
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#portal-development-asp-net{
	
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#microsoft-web-applications{

		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#web-portal-development{
		
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#web-design-query{
		
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#seo_header{
	
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#our-seo-plans{
		/*background:  url(../images/seo.jpg) no-repeat 0 0;*/
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	
.compare{
	width: 90px;
	padding:4px;
	float:left;
	border-bottom:1px solid;
	border-right:1px solid;
	border-color:#FF0000;
}
.comparegray{
	width: 90px;
	background-color:#f2f2f2;
	padding:4px;
	float:left;
	border-bottom:1px solid;
	border-right:1px solid;
	border-color:#FF0000;
}

.comparetext{
	width:160px;
	padding:4px;
	float:left;
	border-bottom:1px solid;
	border-right:1px solid;
	border-color:#FF0000;
}
.comparegraytext{
	width:160px;
	background-color:#f2f2f2;
	padding:4px;
	float:left;
	border-bottom:1px solid;
	border-right:1px solid;
	border-color:#FF0000;
}


	#seo-plans{
position:relative;
width:540px;
margin:0px;
padding:0px;
}

#seo-plans .title-text{
background-image:url(../images/seo-plan-title.gif);
background-repeat:no-repeat;
color:#000000;
height:24px;
padding:4px 0 0 10px;
font-weight:bold;
font-size:110%;
letter-spacing:-0.7px;
margin:0;
}
#seo-plans .textbox{
float:left;
padding:0px 5px  5px 5px;
border-bottom:1px solid #666666;
border-left:1px solid #666666;
border-right:1px solid #666666;
background-color:#ffffff;
margin:0 0 20px 0;
}
#seo-plans .price-box{
position:absolute;
left:34%;
top:-10px;
width:68px;
height:70px;
background-image:url(../images/price-box.gif);
background-repeat:no-repeat;
}
#seo-plans .price-box2{
position:absolute;
float:right;
width:68px;
height:70px;
right:-5px;
top:-10px;
background-image:url(../images/price-box.gif);
background-repeat:no-repeat;
}
#seo-plans .price-box3{
position:absolute;
top:290px;
left:34%;
width:68px;
height:70px;
background-image:url(../images/price-box.gif);
background-repeat:no-repeat;
}
#seo-plans .price-box4{
position:absolute;
right:-5px;
float:right;
width:68px;
height:70px;
top:290px;
background-image:url(../images/price-box.gif);
background-repeat:no-repeat;
}
#seo-plans .price-boxtext{
position:absolute;
right:13px;
top:20px;
font-size:135%;
font-family:Georgia, "Times New Roman", Times, serif;
font-weight:bold;
color:#ffffff;
}
#seo-plans .price-boxtext span{

font-size:100%;
margin-left:7px;
font-family:Georgia, "Times New Roman", Times, serif;

color:#ffffff;
}
#seo-plans .request-quote-but{
float:right;
font-family:Verdana, Arial, Helvetica, sans-serif;
height:18px;
width:95px;
color:#ffffff;
text-align:center;
background-image:url(../images/request-but-bg.gif);
background-repeat:repeat-x;
margin:0 8px 0 8px;
}
#seo-plans .request-quote-but a:hover{
color:#ffffff;
text-decoration:underline;
}
#seo-plans .request-quote-but a{
color:#FFFFCC;
text-decoration:none;
}


.search-plan{
   
	padding: 0 0 0 10px;
	margin: 0 0 5px 0;
	background: url(../images/plan.gif) no-repeat left 5px;
}


#seo-plans .compare{
background-image:url(../images/compare.gif);
background-repeat:repeat-x;
height:18px;
width:260px;
color:#FFFFCC; 
font-size:120%;
color:#FFFFFF;
text-align:center;
}
#seo-plans .compare a{
color:#ffffff;
text-decoration:none;
}
#seo-plans .compare a:hover{
color:#FFFFCC;
text-decoration:underline;
}

	
	
	#seo-process{
		/*background:  url(../images/seo.jpg) no-repeat 0 0;*/
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#seo-guarantee{
		/*background:  url(../images/seo.jpg) no-repeat 0 0;*/
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#seo-copywriting{
		/*background:  url(../images/seo.jpg) no-repeat 0 0;*/
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#seo-outsourcing{
		/*background:  url(../images/seo.jpg) no-repeat 0 0;*/
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#seo-free-site-audit{
		/*background:  url(../images/seo.jpg) no-repeat 0 0;*/
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#seo-why-us{
		/*background:  url(../images/seo.jpg) no-repeat 0 0;*/
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#seo-faq{
		/*background:  url(../images/seo.jpg) no-repeat 0 0;*/
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#seo-full-time-consultant{
		/*background:  url(../images/seo.jpg) no-repeat 0 0;*/
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#seo-articles{
		/*background:  url(../images/seo.jpg) no-repeat 0 0;*/
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#website-design{
	
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#web-development-query{
		
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#web-development{
		
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#trialpilotproject{
	
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#web-evolution-quiry{
		
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#web-evolution{
		
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#web-maintenance{

		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#website-maintenance{
		
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	#website-launch{
		
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
	}
	
	#faq{
}
#faq .box{
float:left;
width:255px;
}
#faq .box2{
float:right;
width:255px;

}
#faq .boxheader{
float:left;
width:250px;
height:25px;
border:1px  solid #C49200 ;
background-image:url(../images/faq-box-header.gif);
background-repeat:repeat-x;
margin-right:0;
color:#653F01;
padding:3px 0 0 5px;
}
#faq .boxtext{
float:left;
background-color:#F9F7EB;
color:#000000;
padding:10px 5px 5px 5px;
border:1px  solid #C49200 ;
width:245px;

}
#faq a{
color:#39455D;
}
.deviderfaq{
border:dashed  #C49200 1px ;
background-color:#FFF9D5;
padding:3px;
margin-bottom:5px;
}

	

/*collage*/
/*breadcrumb*/
#breadcrumb {
top:5px;
    height: 20px;
	width:100%;
	position: relative;
	color: #365064;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size:12px;
	float:left; 
	padding: 0 0 0 10px;
}

#breadcrumb a{
	color: #365064;
	text-decoration: none;
	}
	#breadcrumb a:active{
	color: #365064;
	text-decoration: none;
	}
	#breadcrumb a:visited{
	color: #365064;
	text-decoration: none;
	}
	
#breadcrumb a:hover{color: #365064;
	text-decoration: Underline;
	}
	
/*breadcrumb stop*/

#cols {
	width: 950px;
	position: relative;	
}
    #colM {
	margin-top:7px;
        float: right;
        width: 740px;
   /*dev-552*/     
    }
	 .app{
	margin-top:0px;
       
        width: 740px;
   /*dev-552*/     
    }
	.app li{
	padding: 15px;
	width: 148px;
	height: auto;
	float: left;
	/*margin-top:0px;
      padding:0;*/
    }
	#colMr {
		float: right;
		width: 170px;
	}
    #colM h3 {
    padding: 0 0 0 20px;
    margin: 0 0 10px 0;
    background: url(../images/bullet-4.gif) no-repeat left 5px;
    font-weight: bold;
    color: #ff9000;
    font-size: 120%;
}
#colM h3 span{

    font-size: 70%;
    color:#999999;
    font-weight:normal;
}
.space { height:100px;}
   #colL {
		float: left;
		margin-top:7px;
		width: 189px;
		background: url(../images/side-l.jpg) no-repeat 100% 0;
		min-height: 600px;
		display: block;
	}
    #ie6 #colL {
        height: 600px;
    }
    .hp #colL {
        background: url(../images/side-l.jpg) no-repeat 100% 0;
    }
    .hp #ie6 #colL {
        height: 400px;
    }
#colM form input{
        vertical-align:middle;
        margin-right:2px;
    }
#colM form input.radio{
        vertical-align:middle;
        margin-right:2px;
        border:0px;
    }
.braker{
float:left;
width:100%;
height:1px;
clear:both;
}
/* main column */

#colM h2 {
    font-size: 165%;
    letter-spacing: -1px;
    color: #FF9201;
    margin-top: 20px;
    /*background: url(../images/sep1.jpg) no-repeat 50% 100%;*/
    padding-bottom: 15px;
}
#app h2 {
    font-size: 165%;
    letter-spacing: -1px;
    color: #FF9201;
    margin-top: 20px;
    
    padding-bottom: 15px;
}
#colM h2.app {
padding-top:10px;
    margin-bottom: 20px;
    margin-top: 0;
	float: left;
	text-align: center;
}
/*#app h2 {
    font-size: 165%;
    letter-spacing: -1px;
    color: #FF9201;
    margin-top: 20px;
   padding-bottom: 15px;
}*/
    #colM h2 span {
        display: block;
        font-size: 60%;
		letter-spacing:0px;
        color: #657183;
        font-weight: normal;
    }
#colM h2.title {
padding-top:10px;
    margin-bottom: 20px;
    margin-top: 0;
	width:413px;
}
#colM h2.title a{
color:#ff9201;
text-decoration:none;
}

#colM p {
    margin: 0 0 1em 0;
    line-height: 1.5em;
   
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
#colM p a{
text-decoration:none;
}
a.more:link, a.more:visited {
	color: #959595;
}

#colM li  {
    margin: 0 0 0.6em 0;
    line-height: 1.2em;
    
}

#colM a  { /*text-decoration:underline;*/
    /*color:#FF9201;*/
}
#colM a hover  { /*text-decoration:underline;*/
    color:#FF9201;
}
a.more:link, a.more:visited {
    color: #000000;
}

#readBlog {
	position: absolute;
	right: 0;
	top: -14px;
	width: 250px;
	z-index: 50;
}
#readBlog a{
text-decoration:none;
}
#readBlog a:hover{
text-decoration:underline;
}
.outsource #readBlog {
	top: -20px;
}
	#readBlog p {
		padding: 35px 0 0;
		color: #959595;
		line-height: 1;
		text-align: right;
		font-size: 95%;
	}
	#readBlog .bubble {
		float: right;
		margin: 0 0 0 10px;
	}
	#readBlog .bubble1 {
		width: 99px;
	height: 96px;
	background: url(../images/bubble-2.gif) no-repeat 0 0;
}

	
.bubble {
	width: 99px;
	height: 96px;
	background: url(../images/bubble-2.gif) no-repeat 0 0;
}
	.bubble a:link, .bubble a:visited {
		display: block;
		padding: 20px 5px 5px 10px;
		text-align: center;
		font-size: 120%;
		font-weight: bold;
		color: #FFFFFF;
		line-height: 1.5;
		text-decoration: none;
		letter-spacing: -1px;
	}
		.bubble a:link span, .bubble a:visited span {
			display: block;
			line-height: 1.1;
			font-weight: normal;
			font-size: 75%;
			letter-spacing: -.25px;
		}
   
   
   #paragraph{
		padding: 0px 0px 0 0px;
		color: #959595;
		line-height: 1;
		text-align: justify;
		font-size: 95%;
	}
  
	#readBlog1 p {
		padding: 0px 100px 0 0px;
		color: #959595;
		line-height: 1;
		text-align: right;
		font-size: 95%;
	}
	#readBlog1 .bubble1 {
		float: right;
		margin: -90px 0 0 100px;
	}
	#readBlog1 .bubble1 {
		width: 99px;
	height: 96px;
	background: url(../images/bubble-2.gif) no-repeat 0 0;
}

	
.bubble1 {
	width: 99px;
	height: 96px;
	background: url(../images/bubble-2.gif) no-repeat 0 0;
}
	.bubble1 a:link, .bubble1 a:visited {
		display: block;
		padding: 20px 5px 5px 10px;
		text-align: center;
		font-size: 120%;
		font-weight: bold;
		color: #FFFFFF;
		line-height: 1.5;
		text-decoration: none;
		letter-spacing: -1px;
	}
		.bubble1 a:link span, .bubble1 a:visited span {
			display: block;
			line-height: 1.1;
			font-weight: normal;
			font-size: 75%;
			letter-spacing: -.25px;
		}
   
   
   
   
   
   
   
   
   
   
   
   
   
   
#cols2 {
    margin: 0 0 15px 0;
}
    #cols2 .col {
        background:url(../images/bg-services-pic.jpg) no-repeat 0 0;
        width: 171px;
        margin: 0 12px 0 0;
        padding: 1px 0;
    }
        #cols2 .col h4{
            margin:7px 0 10px 6px;
            padding:49px 0 0 17px;
            color: #FFFFFF;
            font-size: 100%;
            letter-spacing: -1px;
            line-height: 30px;
        }       
       
        #col21 .white , #col24 .white{color:#FFFFFF;
            text-decoration:none;
        }

        #col21 .white:hover ,#col24 .white:hover{color:#FFFFFF;
            text-decoration:underline;
        }   
        
        #col22 .white ,#col25 .white{color:#FFFFFF;
            text-decoration:none;
        }

        #col22 .white:hover , #col25 .white:hover{color:#FFFFFF;
            text-decoration:underline;
        }   
            
            #col23 .white ,#col26 .white{color:#FFFFFF;
            text-decoration:none;
        
        }

        #col23 .white:hover ,  #col26 .white:hover{color:#FFFFFF;
            text-decoration:underline;
        }   
            
       #cols2 #col21 h4 {
            background: url(../images/bg-dotnet.jpg) no-repeat 0 0;
                        }
        #col22 h4 {
            background: url(../images/bg-php.jpg) no-repeat 0 0;
        }
        #col23 h4 {
            background: url(../images/bg-staff.jpg) no-repeat 0 0;
        }
		#cols2 #col24 h4 {
            background: url(../images/bg-open.jpg) no-repeat 0 0;
                        }
        #col25 h4 {
            background: url(../images/bg-design.jpg) no-repeat 0 0;
        }
        #col26 h4 {
            background: url(../images/bg-ecomm.jpg) no-repeat 0 0;
        }

        #cols2 .col p {
            margin: 0 5px;
            min-height: 40px;
            text-align: justify;
        }
        #ie6 #cols2 .col p {
            height: 40px;
        }
        #cols2 .col p.more {
            text-align: right;
            font-weight: bold;
            min-height: 12px;
        
        }
        
        #ie6 #cols2 .col p.more {
            height: auto;
        }



/* left column */

.menuSide {
    width: 178px;
    margin: 10px 0 20px 0;
    font-size: 110%;
}
    .menuSide li {
        border-bottom: solid 1px #f7f4ef;
    }
        .menuSide li a:link, .menuSide li a:visited {
            display: block;
            padding: 5px 0 5px 17px;
        }

        #menuSide1 li a:link, #menuSide1 li a:visited {
            background: url(../images/bullet-1.gif) no-repeat 1px 50%;
            color: #657183;
        }
		#menuSide1 .minus  a:link, #menuSide1 .minus  a:visited {
		background: url(../images/bullet-1.gif) no-repeat 1px 50%;
            color: #657183;
		}
		#menuSide1 .plus  a:link, #menuSide1 .plus  a:visited {
		background: url(../images/bullet-plus.gif) no-repeat 1px 50%;
            color: #657183;
		}

		#menuSide3 li a:link, #menuSide3 li a:visited {
            background: url(../images/bullet-1.gif) no-repeat 1px 15%;
            color: #657183;
			padding:0 0 10px 12px;
			text-decoration:underline;
        }
		
		#menuSide3 li a:hover{
        	text-decoration:none;
        }
		
		#menuSide3 .minus  a:link, #menuSide3 .minus  a:visited {
		background: url(../images/bullet-1.gif) no-repeat 1px 15%;
            color: #657183;
		}
		#menuSide3 .plus  a:link, #menuSide3 .plus  a:visited {
		background: url(../images/bullet-plus.gif) no-repeat 1px 15%;
            color: #657183;
		}

		


#colLIn h3 {
     font-weight: bold;
    color: #ff9000;
    font-size: 120%;
}
        #menuSide2 li a:link, #menuSide2 li a:visited {
            background: url(../images/bullet-2.gif) no-repeat 1px 50%;
            color: #faa61a;
        }
		.menuSide h4{
		color:#faa61a;
		line-height:22px;
		border-bottom: solid 1px #f7f4ef;
		background-color:#FFFFFF;
		padding-left:10px;
		margin:0 0 0 10px;
		font-weight:normal;
		font-size:12px;
		background: url(../images/bullet-2.gif) no-repeat 0 50%;
		}
		.menuSide  h4 a{
		color:#faa61a;
		background-color:#FFFFFF;
		}
		.menuSide  h4 a:visited{
		color:#faa61a;
		background-color:#FFFFFF;
		}


#search {
    width: 178px;
    text-align: center;
}
    #search label {
        display: none;
    }
    #search input.text {
        border: solid 1px #d9d7c3;
        margin: 0 0 10px 0;
        width: 85%;
    }

#news {
    font-size: 110%;
    width: 175px;
}
    #news h3 {
        padding: 0 0 0 20px;
        margin: 0 0 10px 0;
        background: url(../images/bullet-4.gif) no-repeat 0 50%;
        font-weight: bold;
        color: #ff9000;
        font-size: 101%;
    }
    #news p {
        margin: 0 0 5px 20px;
    }
    #news p.date {
        color: #4c98c9;
    }
    #news p.more {
        text-align: right;
    }
        #news p.more a:link, #news p.more a:visited {
            color: #000000;
        }


/* footer */
#bot {
	background: url(../images/bot-m.jpg) repeat-x 0 0;
	padding: 15px 0 0 0;
	font-size: 110%;
}
#bot-1 {
	background: url(../images/bot-m.jpg) repeat-x 0 0;
	padding: 15px 0 0 0;
	font-size: 110%;
}
#bot-2 {
	background: url(../images/bot-2.gif) repeat-x 0 0;
	padding: 15px 0 0 0;
	font-size: 110%;
	width:100%;
	float:left;
	padding-bottom:15px;
	text-align:left;
}
	 #logo2 {
		float: left;
		margin:0 0 0 0;
		padding: 0 0 0 0;
	}
		 #logo2 a:link, #logo2 a:visited {
			float: left;
			display: block;
			width: 179px;
			height: 65px;
		}
			#logo2 a:link span, #logo2 a:visited span {
				background: url(../images/dotzoo-bot.gif) no-repeat 0 0;
			}

	#bot .links {
		float: left;
		width: 260px;
		overflow: hidden;
		margin: 0 10px 0 0;
	}
		#bot .links ul {
			float: left;
			width: 120px;
			margin: 0 10px 0 0;
		}
			#bot .links ul li {
				padding: 5px 0;
			}
				#bot .links a:link, #bot .links a:visited {
					color: #637184;
				}

	#bot .contacts {
		float: left;
		background: #f7ebe7;
		width: 300px;
		padding: 1px 0;
	}
		#bot .contacts dl {
			margin: 5px 10px;
			width: 280px;
			overflow: hidden;
		}
			#bot .contacts dl dt {
				clear: left;
				float: left;
				width: 80px;
				margin: 0 5px 3px 0;
				font-weight: bold;
			}
			#bot .contacts dl dd {
				float: left;
				width: 190px;
				margin: 0 0 3px 0;
			}

	#bot .copyright {
		clear: both;
		padding: 5px 0 15px 0;
		text-align: center;
	}

/* footer*/

/*new footer*/


#logo4 {
        float: left;
        margin: 35px 100px 0 0;
        padding: 0 0 0 25px;
    }
    
#bot-1  .links {
        float: left;
        text-align:center;
        width: 700px;
        overflow: hidden;
        margin:10px 0 10px 0;
        padding-left: 20px;
		font-size:12px;
        
    }
    #bot-1  .links p{
        text-align:center;
        line-height:20px;
		font-size:12px;
    }
        #bot-1  .links ul li{
            float: left;
            display:inline;
            margin: 0 10px 0 0;
            
        }
            #bot-1  .links ul li {
                padding: 0px 0;
            }
                #bot-1  .links a:link, #bot .links a:visited ,#bot .links a:active{
                    color: #637184;
                }
                
        

     #bot-1  .contacts {
        float: left;
        width:200px;
        padding:1px 70px;
		font-size:12px;
    }
	 #bot-1  .anchor{
	
	 float:left;
	 width:190px;

	 
	 }
	 #bot-1  .logo5{

}
	 #bot-1  .contacts dl {
            margin: 2px 2px;
            width: 200px;
            overflow: hidden;
        }
            #bot-1  .contacts dl dt {
                clear: left;
                float: left;
                width: 80px;
                margin: 0 2px 3px 0;
                font-weight: bold;
            }
            #bot-1  .contacts dl dd {
                float: left;
                width: 190px;
                margin: 0 0 3px 0;
                padding-left:0px;
            }

    #bot-1  h5{
        text-align: center;
        font-weight:normal;
        font-size:12px;
    }
	#bot-1 #footer{
	float:left;
	width:96%;
	margin:10px 0 10px 0; 
	border:1px #F7EBE7 solid;
	background:#FFFBF7;
	padding:10px  0 5px 30px;
	}
	
	#bot-1 #footer .bot-links{
	margin:10px 5px 10px 0;
	width:22%;
	float:left;
	line-height:20px;
	background:url(../images/bot-ver-line.jpg) right no-repeat;
	color: #637184;
	}
	#bot-1 #footer .bot-links2{
	margin:10px 5px 10px 0;
	width:26%;
	float:left;
	line-height:20px;
	background:url(../images/bot-ver-line.jpg) right no-repeat;
	color: #637184;
	}
	#bot-1 #footer .bot-links3{
	margin:10px 5px 10px 0;
	width:26%;
	float:left;
	line-height:20px;
	background:url(../images/bot-ver-line.jpg) right no-repeat;
	color: #637184;
	}
	#bot-1 .bot-links4{
	float:right;
	line-height:20px;
	color: #637184;
	width:180px;
	
	}
	#bot-1   a{
	color: #637184;
	}
	
	#bot-1 a:hover{
	color: #637184;
	}
	
	#bot-1   li{
	
	padding:0 0 0 5px;
	line-height:20px;
	color: #637184;
	}
	#bot-1 #footer  ul li a ,#bot-1  ul li a:active,#bot-1  ul li a:visited{
	text-decoration:underline;
	color: #637184;
	}
	#bot-1 #footer  ul li a:hover {
	text-decoration:none;
	}
/*new footer end*/
/* hosting page */

#cols1 {
    background: #d1ccc4 url(../images/box2-bl.gif) no-repeat 0 100%;
    height: 167px;
    padding: 8px 0 0 8px;
    margin: 0 0 15px 0;
}
    #cols1 .col {
        margin: 0 3px 0 0;
        padding: 1px 0;
        height: 157px;
        color: #FFFFFF;
    }
    
	
	/*#cols1 #col11 { background: url(../images/box2-1.jpg) no-repeat 0 0; width: 246px; }
	#cols1 #col12 { background: url(../images/box2-2.jpg) no-repeat 50% 0; width: 240px; }
    #cols1 #col13 { background: url(../images/box2-3.jpg) no-repeat 0 0; width: 249px; }
    #ie6 #cols1 { padding-left: 5px; }
    #ie6 #cols1 #col11 { margin-right: 1px; }
    #ie6 #cols1 #col12 { margin-right: 2px; }*/

    #cols1 h2 {
        margin: 0 0 5px 75px;
        font-size: 120%;
        text-align: center;
        font-family: Georgia, sans-serif;
    }
    #cols1 input.text {
        margin: 0 0 0 85px;
        padding: 1px;
        width: 150px;
        border: solid 1px #7b9ebd;
    }
    #col11 ul {
        margin: 0 0 10px 85px;
        width: 135px;
        overflow: hidden;
    }
        #col11 ul li {
            float: left;
            width: 65px;
            padding: 2px 0;
        }
    #col11 input.submit {
        background: none;
        border: none;
        color: #FFFFFF;
        width: 225px;
        height: 26px;
        margin: 0 10px 0 12px;
        padding: 0;
        font-size: 120%;
        font-weight: bold;
    }
    #ie6 #cols1 h2,
    #ie7 #cols1 h2 {
        margin-bottom: 0;
    }
    #ie6 #cols1 ul,
    #ie7 #cols1 ul {
        margin-bottom: 3px;
    }
        #ie6 #col11 ul li, 
        #ie7 #col11 ul li {
            padding: 0;
        }

    #cols1 .col p {
        margin: 10px 5px 0 105px;
        height: 100px;
    }
    #cols1 .col h2.but {
        margin: 0 10px 0 12px;
        width: 225px;
        height: 26px;
        font-size: 120%;
        text-align: center;
    }
        #cols1 .col h2 a:link, #cols1 .col h2 a:visited {
            color: #FFFFFF;
            line-height: 36px;
            text-decoration: none;
        }
            #cols1 .col h2 a:link span, #cols1 .col h2 a:visited span {
                font-size: 90%;
                font-family: Georgia, sans-serif;
                color: #c6cfde;
            }

.india #colM h2 {
	font-size: 165%;
	letter-spacing: -1px;
	color: #FF9201;
	margin-top: 20px;
	padding-bottom: 15px;
}
	.india #colM h2 span {
		font-size: 50%;
	}
.india #colM h2.title {
	font-size: 165%;
	letter-spacing: -1px;
	color: #FF9201;
	margin-top: 20px;
	background: url(../images/sep1.jpg) no-repeat 50% 100%;
	padding-bottom: 15px;
}
#specialPackage {
background : #d3ccc4;
height : 145px;
position : relative;
top : 0;
margin : 25px 0 0;
z-index : 5;
}

#benefits {
    background: url(../images/line-h.gif) repeat-x 0 100%;
    width: 100%;
    overflow: hidden;
    padding: 5px 0 7px;
}
    #benefits li {
        float: left;
        padding: 5px 17px 5px 25px;
        font-family: Georgia, sans-serif;
        font-size: 110%;
        font-weight: bold;
    }
    #benefits li.upload {
        background: url(../images/icon-1.jpg) no-repeat 0 50%;
    }
    #benefits li.support {
        background: url(../images/icon-2.jpg) no-repeat 0 50%;
    }
    #benefits li.network {
        background: url(../images/icon-3.jpg) no-repeat 0 50%;
    }
    #benefits li.chat {
        background: url(../images/icon-4.jpg) no-repeat 0 50%;
    }

.ab-text{font-family: Arial, Helvetica, sans-serif;
font-size:15px;
color:#ff9201;
font-weight:bold;
}

.redlink a
{
    color: #CD7E07;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
.redlink a:active
{
    color: #CD7E07;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
.redlink a:visited
{
    color: #CD7E07;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: underline;
}
.redlink a:hover
{
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

/*contact fourm*/

#form .bg1{background-color:#fffbf7; padding-top:5px; padding-bottom:5px;}
#form .bg2{background-color:#f7ebe7; padding-top:5px; padding-bottom:5px;}

#form input {
border: 1px solid #cccccc;
height:16px;
color: #365064;
font-size: 12px;
background-color:#ffffff; 
width:117px;
} 

#Submit , #Reset {
    cursor:pointer;
    height: 22px;
    color: #000000;
}
#Submit:hover , #Reset:hover {
    cursor:pointer;
    color: #ffffff;
    background-color:#54a7dc;
    
}

#form select{
border: 1px solid #cccccc;
height:16px;
color: #365064;
font-size: 12px;
background-color:#ffffff; 
width:117px;
}

#form .red{
color:#FF0000; 
font-weight:bold;
text-align:center;
}

#form2{
text-align:center;
}

#form2 input {

height:14px;
width:14px;
}

#form5 input {
height:83px;
width:234px;
}

#form3 select{
border: 1px solid #cccccc;
height:64px;
color: #365064;
font-size: 12px;
background-color:#ffffff; 
width:260px;
}

/*contact fourm end*/
/*contact fourm end*/
/*portfolio*/

#portfolio{
    position:relative;
    float:left;
    width:558px;
    margin:0 0 0 0;
    padding:0 0 0 0;
}
#portfolio .devider{
    width:80%;

    height:3px;
    margin:0 0 0 4px;
}

#portfolio .but{
    padding:5px;
    float:left;
    
    background-repeat:no-repeat;
    width:150px;
    height:26px;
    color:#FFFFFF;
}
#portfolio .but a{
    text-decoration:none;
    color:#FFFFFF;
}
#portfolio .but a:hover{
    text-decoration:underline;
    color:#FFFFFF;
}
#portfolio .image{
    float:left;
    width:150px;
    text-align:right;
    vertical-align:top;
}
#portfolio .catogory{
    margin-top:30px;
    margin-right:5px;
    float:right;
    width:103px;
    height:57px;
}
#portfolio .text{
    float:left;
    width:145px;
    text-align:left;
    margin:2px;
}
#tutorial {
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    font-size:105%;
    line-height:1.5em;
}
#tutorial a{
text-decoration:none;
}
/*------------------------------portfolio*-----------------------------*/
.thumb_box{
    width:264px;
    height:160px;
    float:left;
    background-image: url(../images/block.gif);
    background-repeat: no-repeat;
    background-position: left top;
    margin:7px 6px 7px 5px;
}
#thumbs{
    width:552px;
    height:auto;
    margin-top:20px;
    padding-top:10px;
    
    background-repeat: repeat-x;
    background-position: left top;
}
.thumb_box_inner{height:123px; width:246px; margin:9px 8px 6px 10px;}
.thumb_txt{
    text-align:right;
    padding:0px 10px 0px 0;
}
.thumb_txt a:link, .thumb_txt a:visited{
    font-family: verdana;
    font-size: 10px;
    color: #0380F4;
    text-decoration: none !important;
}
.thumb_txt a:hover{
    text-decoration: underline !important;
}
#portfolio-new{
width:550px;
position:relative;
float:left;
margin:0 0 0 0;
padding-top:0px;
}
#portfolio-new .thumbcategory{
float:left;
width:178px;
height:100px;
background:url(../images/block-portfolio.jpg) no-repeat ;
padding:8px 0 0 8px;

}
#portfolio-new .thumbcategorylast{
float:left;
width:168px;
height:100px;
background:url(../images/block-portfolio.jpg) no-repeat ;
padding:8px 0 0 8px;
}
#portfolio-new .devider{
background-image:url(../images/devider.gif);
background-repeat:no-repeat;
width:541px;
height:11px;
margin:0 0 0 7px;
}
#technology{
margin:3px 0 0 0;
float:left;
padding:15px 0 0 50px;
width:136px;
color:#1769B2;
font-weight:bold;
height:39px;
overflow:hidden;
display:block;
background:url(../images/view-technology.jpg) no-repeat;
}
#technology a , #technology a:visited{
text-decoration:none;
color:#1769B2;
}
#technology a:hover{
text-decoration:underline;
color:#1769B2;
}

#industry{
margin-left:10px;
float:left;
padding:17px 0 0 50px;
width:136px;
color:#1769B2;
font-weight:bold;
height:39px;
overflow:hidden;
display:block;
background:url(../images/industry.jpg) no-repeat;
}
#industry a , #industry a:visited{
text-decoration:none;
color:#1769B2;
}
#industry a:hover{
text-decoration:underline;
color:#1769B2;
}


.InternalHeader{
font-weight: bold;
background-color:#63737E;
color:#ffffff;

}
.error_msg{
color:#ff0000;
}
.NormalFieldTwo{
    FONT-SIZE: 10pt;
    COLOR: #003366;
    FONT-FAMILY: Verdana;
    background : #E4E4E4;
    font-weight : normal;
}

#links {

	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 47px;
	font-size: 95%;
	text-transform: uppercase;
	padding-top:4px;
	letter-spacing: -1px;
	color: #8A8987;
}
#links ul {

	margin: 0px;

	padding:0px;

}
#links ul li {

	display: inline;
}

#links ul li a:hover {

	color: #38475A;
	text-decoration:underline;

}
#links ul li a {

	color: #38475A;
	padding: 0 5px 0 5px;
	text-decoration:none;
	background:#FDD424 15px 50%;
}
#phone {

	font-family: verdana,Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: bold;

	color: #FFFFFF;

	text-decoration: none;

	text-align: right;

	padding-top: 20px;

}

#phone ul {

	margin: 0px;

	padding: 0px;

}
#phone ul li {

	display: inline;

	margin-left: 15px;

}

/*new-devlopment*/
#web {
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	line-height:1.5em;
	font-size:100%;
}

#web h2 {
	font-size: 165%;
	letter-spacing: -1px;
	color: #FF9201;
	margin-top: 20px;
	background: url(../images/sep1.jpg) no-repeat 50% 100%;
	padding-bottom: 15px;
}

#web a{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#E43500;
}
#web a:hover{
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#FF9900;
}


#web ul{
	color:#365064;
}
#web ul a , #web ul a:visited{
	color:#365064;
	
}
#web ul a:hover{
	position:relative; 
	color:#FAA61A;
	text-decoration:none;
}

#web h3 {
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
	font-size:115%;
	background: url(../images/bullet-4.gif) no-repeat left 5px;
	font-weight: bold;
	color: #ff9000;
}


#web h3 a, #web h3 a:visited , #web h3 a:active{
	font-weight: bold;
	color: #ff9000;
}
#web h4 {
	padding: 0 0 0 20px;
	margin: 0 0 0 20px;
	line-height:25px;
	font-size:105%;
	background: url(../images/icon-5.gif) no-repeat left 8px;
	font-weight: bold;
}

.joomla-bg {
	float:left;
	width:175px;
	background-image:url(../images/bg-joomla_dev.jpg);
	background-repeat:no-repeat;
}

.x-cart-bg{
	margin-left:6px;
	float:left;
	width:175px;
	background-image:url(../images/bg-x-cart-dev.jpg);
	background-repeat:no-repeat;
}

.cake-bg {
	
	float:left;
	width:175px;
	background-image:url(../images/bg-cake-dev.jpg);
	background-repeat:no-repeat;
}

.oscommerce-bg {
	margin-left:6px;
	float:left;
	width:175px;
	background-image:url(../images/bg-oscommerce-dev.jpg);
	background-repeat:no-repeat;
}

.drupal-bg {
	margin-left:6px;
	float:left;
	width:175px;
	background-image:url(../images/bg-drupal-dev.jpg);
	background-repeat:no-repeat;
}

.staff-bg{
	margin-left:6px;
	float:left;
	width:175px;
	background-image:url(../images/bg-staff-dev.jpg);
	background-repeat:no-repeat;
}

.competitor-bg {
	float:left;
	width:175px;

	background-repeat:no-repeat;
}
.research-bg {
	margin-left:6px;
	float:left;
	width:175px;

	background-repeat:no-repeat;
}

.tracking-bg {
	margin-left:6px;
	float:left;
	width:175px;
	
	background-repeat:no-repeat;
}

.services-hd {
	font-weight:bold;
	margin:77px 0px 0px 25px;
	font-family:Arial, ms sanse serif, verdana;
	font-size:11px;
	color:#ffffff;
}
.services-hd a{
	color:#ffffff;
}
.services-hd a:visited{
	color:#ffffff;
}
.services-hd a:hover{
	color:#ffffff;

}

.services-txt {
	margin:18px 10px 0px 10px;
	font-family:verdana,Arial, ms sanse serif, verdana;
	font-size:12px;
	line-height:19px;
	color:#373535;
}


#indexwebdevelopment{
position:relative;
float:left;
}
#indexwebdevelopment .services-hd a{
text-decoration:none;
color:#ffffff;
}
#indexwebdevelopment .services-hd a:hover{
text-decoration:underline;
color:#ffffff;

}
#indexwebdevelopment .more{
	text-align:right;
	margin:0px 10px 20px 10px;
	font-family:verdana, ms sanse serif, verdana;
	font-size:12px;
	

}
#indexwebdevelopment .more a{
	text-decoration:underline;
	color:#000000;

}
#indexwebdevelopment .more a:hover{
	text-decoration:none;
	color:#000000;

	
}

	

#leftbox1 {
width:250px;
border:solid 0px;
border-color:#999999;
float:right;
text-align:right;
margin-left:10px;
}

#pricing .text{
border-right:1px solid;
border-bottom:1px solid;
border-color:#FF0000;
float:left;
padding-left:5px;
width:244px;
}
.small-web-designing {
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
	background: url(../images/xmas-bullet.jpg) no-repeat left 3px;
}
.small-web-designing-darkyellow{
	font-weight:bold;
	color:#C07100;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
	background: url(../images/xmas-bullet.jpg) no-repeat left 3px;
}




/*contact fourm*/
#form{

}

#form .bg1
{
background-color:#fffbf7; 
padding-top:5px; 
padding-bottom:5px;
}
#form .bg2
{
background-color:#f7ebe7; 
padding-top:5px; 
padding-bottom:5px;
}

#form input {
border: 1px solid #cccccc;
height:14px;
color: #365064;
font-size: 12px;
background-color:#ffffff; 
width:130px;
} 
#form .file {
border: 1px solid #cccccc;
height:20px;
color: #365064;
font-size: 12px;
background-color:#ffffff; 

} 
#form textarea{
border: 1px solid #cccccc;
color: #365064;
font-size: 12px;
background-color:#ffffff; 
width:155px;
}

#Submit , #Reset {
	cursor:default;
	cursor:pointer;
	height: 22px;
	color: #000000;
}
#Submit:hover , #Reset:hover {
	cursor:default;
	cursor:pointer;
	color: #ffffff;
	background-color:#54a7dc;
	
}

#form select{
border: 1px solid #cccccc;
height:16px;
color: #365064;
font-size: 12px;
background-color:#ffffff; 
width:160px;
}



#form .red{
color:#FF0000; 
font-weight:bold;
text-align:center;
}

#form2{
text-align:center;
}

#form2 input {

height:14px;
width:14px;
} 

#form3{
text-align:center;
}

#form3 input {

height:14px;
width:14px;
} 

#form4{
line-height:20px;

}

#form4 input {

height:14px;
width:14px;
} 

#form5{
line-height:20px;
}

#form5 input {
padding-top:2px;
height:100px;
width:160px;
} 
#form6{
line-height:20px;
}

#form6 input {
padding-top:2px;
height:100px;
width:160px;
}

.redtext {
color:#FF0000
}

#form7{
text-align:center;
}

#form7 input {

height:14px;
width:14px;
} 

#form8{
line-height:20px;
}

#form8 input {
padding-top:2px;
height:100px;
width:160px;
}
#form9{
line-height:20px;
}

#form9 input {
padding-top:2px;
height:100px;
width:160px;
}

#form10{
line-height:20px;
}

#form10 input {
padding-top:2px;
height:100px;
width:160px;
}

.bg5
{
background-color:#F1EAE2; 
padding:5px;
}
.bg4
{
background-color:#D3CCC4; 
padding:5px;
}

.bg3
{
background-color:#3C475D; 
padding:5px; 
color:#FFFFFF;
font-weight:bold;
}

.ver11-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
}

#our-seo-plans{
	
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
		}
#search-package{

		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;

}
		
#microsoftasp-net{

		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
		}		
#officerstaffing{

		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
}
#PHP-Development{

		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
}
#web-applications{

		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
}
#web-hosting{

		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
}

#outsource-development{

		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
}
#php-developmentsales{

		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
}
#AJAX-Programming{

		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
}
#e-commerce-header{

		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
}
#developmentcenter{

		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
}
#developmentprocess{

		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
}
#requestqipte{

		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
}
#request-seo-proposal{
/*background:  url(../images/requestquote.jpg) no-repeat 0 0;*/
		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
}
#opensourcesolutions{

		height: 165px;
		color: #FFFFFF;
		position: relative;
		margin: 0 0 0 193px;
}
#headerWrap {
	
	height: 165px;
	position: relative;
	margin:0 0 23px 0;
}

.ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
}

.font-col
{
font-family:Arial, Helvetica, sans-serif;
color:#ff9000;
font-size:13px;
font-weight: bold;
}

.newheading{
	font-family:Arial, Helvetica, sans-serif;
	color:#CC3300;
	font-size:13px;
	font-weight: bold;
}

.newheading a{
		font-size: 12px; 
		font-weight: bold;
		color: #0000FF; 
		
		}
		.newheading a:active{
		font-size: 12px; 
		font-weight: bold;
		color: #0000FF; 
		
		}
		.newheading a:visited{
		font-size: 12px; 
		font-weight: bold;
		color: #0000FF; 
		
		}
		.newheading a:hover{
		font-size: 12px; 
		font-weight: bold;
		color: #0000FF; 
		
		}

#form .red{
color:#FF0000; 
font-weight:bold;
text-align:center;
}

#form1 .bg1{background-color:#fffbf7; padding-top:5px; padding-bottom:5px;}
#form1 .bg2{background-color:#f7ebe7; padding-top:5px; padding-bottom:5px;}

#form1 input {
border: 1px solid #cccccc;
height:18px;
font-weight: bold;
background-color: #ffffff; 
width:160px;
} 

#form2{
text-align:center;
}

#form2 input {

height:14px;
width:14px;
} 

#form3{
text-align:center;
}

#form3 input {

height:14px;
width:14px;
} 

#form4{
text-align:;
}

#form4 input {

height:14px;
width:14px;
} 

#form5{
text-align:center;
}

#form5 input {

height:14px;
width:14px;
} 

.ab-text{font-family: Arial, Helvetica, sans-serif;
font-size:15px;
color:#ff9201;
font-weight:bold;
}

.redtext {
color:#FF0000;
font-weight:bold;
}
.x-cart-port{
border:1px dashed #FF9900;  
width:500px; 
padding:15px; 
background-color:#F1EAE2; 
float:left; 
margin:0 0 15px 0;
}
.thumb{
width:162px;
float:left; 
Padding-right:15px; 
margin-right:15px; 
border-right:1px dashed #FF9900;
}
#rightbut .right-button{
margin:10px 0 0 30px;
height:30px;
width:152px;
color:#38475A;
font-weight:bold;
font-size:110%;
padding:11px 0 0 20px;
background:url(../images/request-quote-but.jpg) no-repeat;
}
#rightbut{
float:left;
}
#rightbut  a , #rightbut  a:active , #rightbut  a:visited{
color:#38475A;
text-decoration:none;
}

#rightbut  a:hover{
color:#FF0000;
text-decoration:underline;
}

/*---------------------------------form1-----------------------------------*/
.hidefields_link{
	margin-left:215px;
}
.hidefields_link2{
	margin-left:20px;
}
.hidefields_link a:link, .hidefields_link2 a:visited{
color:#365064 !important; 
text-decoration:none!important;
}
.hidefields_link2 a:link, .hidefields_link a:visited{
color:#365064 !important; 
text-decoration:none!important;
}

.organized_form{
	width:530px;
	margin-left:10px;
	border:1px solid #E0E0E0;
	text-align: center;
	background-color:#fbfbfb;
	margin-top:10px;
}
.form_head{
	text-align: left;
	padding:5px 0 5px 15px;
	background-color: #EEEFF3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
}
.messenger_box{
	background-color: #F1F3F3;
	width:400px;
	border:1px solid #B2B2B2;
	margin:0 auto;
	margin-bottom:20px;
}
.messanbox_inner{width:270px; text-align:right; line-height: 24px;}
.org_form_inner{
	width:350px;
	margin-left:60px;
	text-align: left;
}
.org_formbox_inner{
	width:275px;
	text-align:right;
	line-height: 24px;
}
.organized_form input{border:1px solid #cccccc; !important; font-family:arial !important; font-weight:normal !important;}
.messan_headin{
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #404244;
}
#messan_bar{text-align:left; padding-left:10px; }
#messan_bar p{padding:0; margin:0;}
.messan_input_Lmargin{margin-left:8px;}
.fieldsopttxt_ital{
	font-family: arial;
	font-size: 16px;
	color: #252525;
	font-style: italic;
}
.fieldsopttxt_ital span{color:#FF0000; font-size: 12px; margin:0; padding:0;
}
#thank{margin-bottom:5px;}
#backgr_infor{}
.box_headings{
    background-color: #EEEFF3;
	border:1px solid #D7D7D7;
	padding:4px 0 0px 16px;
	margin:15px 0 8px 0;
	height:24px;
	}
.box_headings h2{margin:0; padding:0; }
#colM textarea{border:1px solid #cccccc; margin-left:0px;}
#belform_area{
background-color:#fbfbfb;
}
.maxchar_box{
	font-size: 10px;
	text-align:right;
	margin:10px 0 10px 0;
	padding-right:12px;
}
#optionbox{font-size:12px; padding:10px 0 0px 15px;}
#optionbox .s2{margin-left:20px; }
.hideme_box{
position:relative;
top:-25px;
left:425px;
width:100px;}
.hideme_box a:link, .hideme_box a:visited{color: #365064 !important; text-decoration:none !important;}
.red_color{color:#C10000;}
.attach_txt{width:530px; padding-left:20px;}
.browse_box{
	text-align: center;
	line-height: 24px;
}
.thanfor_answtxt{width:390px; border:1px solid #E0E0E0; background-color:#f4f5f7; padding:4px 10px 4px 4px;}
.submitbtn_box{width:80px; position:relative;
top:-34px;
left:435px;}
.form_endbtn{
	padding-top:30px;
	text-align: left !important;
	margin-bottom:5px;
}
.frm_endul{
	width:400px;
	padding:0;
	margin:0;
	margin-left:190px;
}
.frm_endul li{
list-style:none;
display:inline;
padding:0 10px 0 14px;}
.frm_endul li a:link, .frm_endul li a:visited{
text-decoration:none !important ;
font-weight:bold !important ;

}
#print{
	
	background-repeat: no-repeat;
	background-position: left 2px;
}#send{

	background-repeat: no-repeat;
	background-position: left 2px;
}
#bookmark{
	
	background-repeat: no-repeat;
	background-position: left 2px;
}
.progress {
	PADDING-LEFT: 5px; 
	FONT-SIZE: 9px; 
	OVERFLOW: hidden; 
	WIDTH: 1px; COLOR: white; 
	FONT-FAMILY: arial, verdana; 
	HEIGHT: 5px; 
	BACKGROUND-COLOR: #81a7d1; 
	margin-top:2px;
}
.progress2{	
PADDING-LEFT: 5px; 
FONT-SIZE: 9px; 
OVERFLOW: hidden; 
WIDTH: 1px; COLOR: white; 
FONT-FAMILY: arial, verdana; 
HEIGHT: 5px; 
BACKGROUND-COLOR: #81a7d1; 
margin-top:2px; 
position:relative; 
top:-11px; left:0;
}
<!--------------->
#crm{
float:left;
width:550px;
margin:10px 0 10px 0;
}
#crm .box{
float:left;
width:175px;
margin-right:5px;
}

#crm .boxheader{
float:left;
width:165px;
height:25px;
border-top:dotted  #C49200 1px ;
border-right:dotted  #C49200 1px ;
border-left:dotted  #C49200 1px ;
background-image:url(../images/faq-box-header.gif);
background-repeat:repeat-x;
margin-right:0;
color:#653F01;
padding:3px 0 0 5px;
}
#crm .boxtext{
float:left;
background-color:#F9F7EB;
padding:10px 5px 5px 5px;
border:dotted  #C49200 1px ;
width:160px;

}
#crm a{
color:#39455D;
}
.devidercrm{
border:dashed  #C49200 1px ;
background-color:#FFF9D5;
padding:3px;
margin-bottom:5px;
}
#crm h6{
padding: 0 0 0 10px;
line-height:20px;
background: url(../images/plan.gif) no-repeat left 7px;
font-size:12px;
font-weight:normal;
}
#leftimage{
position:relative;
width:150px;
text-align:center;
}
#leftimage .header{
background:url(../images/left_nav.gif) repeat-x;
height:15px;
padding:2px 0 0 ;
text-align:center;
color:#FFFFFF;
font-weight:bold;
}
#leftimage .img{
border:#0099CC dashed 1px;
}

#offtable{
border:1px dashed #C09400;
background-color:#F0EAE1;
float:left;
}
#offtable .content{
float:left;
border-left:1px solid #ffffff;
padding:2px 0 2px 5px;
border-bottom:1px solid #ffffff;
width:170px;
}
<!--------------->	

#sitemap
{
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:105%;
	line-height:1.5em;
	width:225px;
	float:left;
}

.category {margin:0px; padding:0; list-style:none; background-color: #F1EAE2;  font-size:13px; font-weight:bold; color:#FFFFFF; width:225px;}
.category li {margin:0; padding:0;}
.category li {padding:5px 0 5px 20px; background: url(../images/bullet-4.gif) no-repeat  5px;  text-decoration:none;}
.category li a{
font-size:13px;}

#sitemap .sublist9 {margin:0px 0; padding:0; list-style:none;}
#sitemap .sublist9 li {margin:0; padding:0;}
#sitemap .sublist9 li{padding:4px 0 4px 50px; background:url(../images/arrow2.gif) 36px 6px no-repeat; text-decoration:none;}

#sitemap .sublist8 {margin:0px 0; padding:0; list-style:none;}
#sitemap .sublist8 li {margin:0; padding:0;}
#sitemap .sublist8 li{padding:4px 0 4px 38px; background:url(../images/arrow2.gif) 24px 6px no-repeat; text-decoration:none;}
#sitemap .sublist8 li a{
font-size:12px;}

#sitemap .sublist5 {margin:0px 0; padding:0; list-style:none;}
#sitemap .sublist5 li {margin:0; padding:0;font-size:12px;}
#sitemap .sublist5 li{padding:4px 0 4px 26px; background:url(../images/arrow2.gif) 12px 6px no-repeat; text-decoration:none;}


#sitemap ul a , #sitemap ul a:visited{
	position:relative; 
	color:#365064;
		
}
#sitemap ul a:hover{
	position:relative; 
	color:#FAA61A;
	text-decoration:none;
}


#sitemap-right
{
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:105%;
	line-height:1.5em;
	width:225px;
	float:right;
}

.category {margin:0px; padding:0; list-style:none; background-color: #F1EAE2;  font-size:13px; font-weight:bold; color:#FFFFFF;}
.category li {margin:0; padding:0;}
.category li {padding:5px 0 5px 20px; background: url(../images/bullet-4.gif) no-repeat  5px;  text-decoration:none;}
.category li a{
font-size:13px;}

#sitemap-right .sublist9 {margin:0px 0; padding:0; list-style:none;}
#sitemap-right .sublist9 li {margin:0; padding:0;}
#sitemap-right .sublist9 li{padding:4px 0 4px 50px; background:url(../images/arrow2.gif) 36px 6px no-repeat; text-decoration:none;}

#sitemap-right .sublist8 {margin:0px 0; padding:0; list-style:none;}
#sitemap-right .sublist8 li {margin:0; padding:0;}
#sitemap-right .sublist8 li{padding:4px 0 4px 38px; background:url(../images/arrow2.gif) 24px 6px no-repeat; text-decoration:none;}
#sitemap-right .sublist8 li a{
font-size:12px;}

#sitemap-right .sublist5 {margin:0px 0; padding:0; list-style:none;}
#sitemap-right .sublist5 li {margin:0; padding:0;font-size:12px;}
#sitemap-right .sublist5 li{padding:4px 0 4px 26px; background:url(../images/arrow2.gif) 12px 6px no-repeat; text-decoration:none;}


#sitemap-right ul a , #sitemap-right ul a:visited{
	position:relative; 
	color:#365064;
		
}
#sitemap-right ul a:hover{
	position:relative; 
	color:#FAA61A;
	text-decoration:none;
}
<!--------------->	

