@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
.rounded-corners {
     -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    -khtml-border-radius: 20px;
    border-radius: 20px;
}
.clearfloats {
	clear: both;
}
.textsize14 {
	font-size: 14px;
}
.textsize12 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
}

.BGimage {
	background-image: url(../images/contentboxbgpurple.png);
}
.BGimage2 {
	background-image: url(../images/contentboxbg.png);
}


a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#headerwrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#headerwrapper #topheader {
	background-color: #323a40;
	height: 100px;
	width: 100%;
}
#headerwrapper #topheader #topheadercontent {
	height: 100px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	background-color: #323a40;
}
#headerwrapper #topheader #topheadercontent #topheadercontentleft {
	height: 100px;
	width: 372px;
	float: left;
}
#headerwrapper #topheader #topheadercontent #topheadercontentright {
	height: 100px;
	width: 607px;
	float: right;
}
#headerwrapper #topheader #topheadercontent #topheadercontentright img {
	position: relative;
	top: 33px;
	left: 20px;
}
#headerwrapper #topheader #topheadercontent #topheadercontentright #topnavigation {
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: bold;
	color: #FFF;
	width: 450px;
	position: relative;
	top: 5px;
	left: 150px;
	font-style: italic;
}
#headerwrapper #topheader #topheadercontent #topheadercontentright #topnavigation a {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFF;
	font-style: italic;
	display: block;
	height: 25px;
	width: 90px;
	float: left;
	text-align: center;
	background-image: url(../images/topnavBG.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	line-height: 23px;
}
#headerwrapper #topheader #topheadercontent #topheadercontentright #topnavigation a:hover {
	background-position: bottom;
	font-size: 16px;
	line-height: 25px;
}
#headerwrapper #topheader #topheadercontent #topheadercontentright #topnavigation #active {
	background-image: url(../images/topnavBG.png);
	background-position: bottom;
}



#sliderwrapper {
	background-image: url(../images/main_slider_bg2.gif);
	width: 100%;
}
#topheader2wrapper {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/topheader2wrapperbg.gif);
}
#topheader2wrapper #topheader2 {
	width: 908px;
	background-image: url(../images/topheader2bg.gif);
	height: 156px;
	margin-right: auto;
	margin-left: auto;
}
#topheader2wrapper #topheader2 #topheader2title {
	width: 400px;
	position: relative;
	top: 50px;
	padding-left: 20px;
	font-size: 18px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: bold;
	font-style: italic;
}

#topheader2wrapper #topheader2 #topheader2writing {
	width: 330px;
	height: 60px;
	position: relative;
	top: 0px;
	left: 560px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
#topheader2wrapper #topheader2 #topheader2navigation {
	width: 100%;
	position: relative;
	top: 102px;
	font-weight: bold;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding-left: 20px;
}


     /* SLIDER MENU HOME PAGE START */
	img{border:none;}
	pre{
		display:block;
		font:12px "Courier New", Courier, monospace;
		padding:10px;
		border:1px solid #bae2f0;
		background:#e3f4f9;	
		margin:.5em 0;
		width:908px;
		}	
			
    /* image replacement */
        .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
            margin:0;
            padding:0;
            display:block;
            overflow:hidden;
            text-indent:-8000px;
            }
    /* // image replacement */
			
	#container{
	position:relative;
	text-align:left;
	width:948px;
	margin-bottom:0em;
	clear: both;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	height: 378px;
	background-color: #fff;
	background-image: url(../images/main_slider_bg2.gif);
	overflow-y: hidden;
	overflow-x: visible;
		}	

	#content{
	position:relative;
	top: -52px;
		}			

/* Easy Slider */

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:908px;
		height:378px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{
	display:block;
	width:30px;
	height:40px;
	position:absolute;
	left:0px;
	top:380px;
	z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:878px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:30px;
		height:40px;
		background:url(../images/btn_prev.png) no-repeat 0 0;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(../images/btn_next.png) no-repeat 0 0;	
		}	
		
	/* numeric controls */	

	ol#controls{
		margin:1em 0;
		padding:0;
		height:28px;	
		}
	ol#controls li{
		margin:0 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:28px;
		line-height:28px;
		}
	ol#controls li a{
		float:left;
		height:28px;
		line-height:28px;
		border:1px solid #ccc;
		background:#DAF3F8;
		color:#555;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background:#5DC9E1;
		color:#fff;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
#sliderwrapper #container #content #slider ul li #viewproject {
	position: relative;
	top: 265px;
	left: 498px;
}

	
/* // Easy Slider End */
#maincontentwrapper {
	background-color: #ededed;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}
#maincontentwrapper2 {
	background-color: #ededed;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}

#maincontentwrapper #maincontentholder {
	background-color: #ededed;
	width: 908px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-right: 18px;
	padding-bottom: 20px;
	padding-left: 22px;
}
#maincontentwrapper #maincontentholder2 {
	background-color: #ededed;
	width: 1008px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
	padding-right: 18px;
	padding-bottom: 20px;
	padding-left: 22px;
}

#maincontentwrapper #maincontentholder #contentleft {
	float: left;
	width: 260px;
	padding: 20px;
	margin-right: 4px;
	background-image: url(../images/contentboxbg.png);
	height: 275px;
	overflow: auto;
}
#maincontentwrapper #maincontentholder #contentmiddle {
	width: 260px;
	float: left;
	padding: 20px;
	background-image: url(../images/contentboxbg2.png);
	height: 275px;
	overflow: auto;
}
#maincontentwrapper #maincontentholder #contentright {
	float: right;
	width: 260px;
	padding: 20px;
	margin-right: 0px;
	margin-left: 2px;
	background-image: url(../images/contentboxbg.png);
	height: 275px;
	overflow: auto;
}
#maincontentwrapper #maincontentholder #contentleft2 {
	float: left;
	width: 260px;
	padding: 20px;
	margin-top: auto;
	margin-bottom: auto;
	height: 450px;
	overflow: auto;
	margin-right: 0px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
	font-weight: bold;
}
#maincontentwrapper #maincontentholder #contentleft2about {
	float: left;
	width: 440px;
	padding: 20px;
	margin-top: auto;
	margin-bottom: auto;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
}
#maincontentwrapper #maincontentholder #contentright2 {
	padding: 20px;
	float: right;
	width: 564px;
	background-image: url(../images/contentboxbg.png);
	height: 450px;
	overflow: auto;
	margin-left: 4px;
}
#maincontentwrapper #maincontentholder #contentright2about {
	padding: 20px;
	float: right;
	width: 387px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000;
}
#maincontentwrapper #maincontentholder #contentleftblog {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
	padding: 20px;
	margin-right: auto;
	margin-left: auto;
}
#maincontentwrapper #maincontentholder #contentlefttestimonials {
	width: 300px;
	float: left;
	padding: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 14px;
}
#maincontentwrapper #maincontentholder #contentrightservices {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	padding: 20px;
	width: 525px;
	float: right;
	font-size: 12px;
}
#servicesimg {
	border-top-width: 0px;
	border-right-width: 10px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #EDEDED;
	border-right-color: #EDEDED;
	border-bottom-color: #EDEDED;
	border-left-color: #EDEDED;
}

#box1services {
	float: left;
	width: 250px;
}
#box2services {
	float: right;
	width: 250px;
}
#box3services {
	float: left;
	width: 250px;
}
#box4services {
	float: right;
	width: 250px;
}
#box4services {
	float: right;
	width: 250px;
}
#box5services {
	float: left;
	width: 250px;
}
#box6services {
	float: right;
	width: 250px;
}
#portfoliocontent {
}

#PriceListings #basicpricing {
	width: 210px;
	float: left;
	margin-right: 10px;
	margin-left: 20px;
}
#PriceListings #bronzepricing {
	width: 209px;
	float: left;
	margin-right: 10px;
}
#PriceListings #silverpricing {
	float: left;
	width: 209px;
	margin-right: 10px;
}
#PriceListings #goldpricing {
	float: left;
	width: 210px;
	margin-right: 20px;
}
.pricelistingtop {
	height: 70px;
	width: 210px;
	background-image: url(../images/pricetop.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	color: #006;
	font-size: 24px;
}
.pricecontent {
	height: 375px;
	padding-left: 20px;
	font-size: 14px;
	padding-top: 15px;
	font-weight: bold;
	padding-right: 2px;
	background-image: url(../images/contentboxbg.png);
}
#PriceListings #hostingprice5 {
	width: 250px;
	margin-left: 64px;
	margin-right: 15px;
	float: left;
}
#PriceListings #hostingprice10 {
	width: 250px;
	margin-right: 15px;
	float: left;
}
#PriceListings #hostingprice15 {
	float: left;
	width: 250px;
	margin-right: 60px;
}
.pricelistingtophosting {
	height: 70px;
	width: 250px;
	background-image: url(../images/pricetophosting.png);
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	color: #006;
	font-size: 24px;
}
.pricecontenthosting {
	height: 225px;
	padding-left: 20px;
	font-size: 14px;
	padding-top: 15px;
	font-weight: bold;
	padding-right: 2px;
	background-image: url(../images/contentboxbg.png);
}







#footerwrapper {
	background-color: #CCC;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#PriceListings #domainpricing {
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

#footerwrapper #footercontent {
	width: 908px;
	padding-top: 20px;
	padding-right: 18px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
}

#footerwrapper #footercontent #footerbox1 {
	float: left;
	width: 257px;
	margin-right: 2px;
	padding-right: 20px;
	padding-left: 20px;
}
#footerwrapper #footercontent #footerbox2 {
	float: left;
	width: 135px;
	padding-right: 20px;
	padding-left: 20px;
}
#footerwrapper #footercontent #footerbox3 {
	float: left;
	width: 197px;
	padding-right: 20px;
	padding-left: 20px;
}
#footerwrapper #footercontent #footerbox4 {
	float: right;
	width: 157px;
	padding-right: 20px;
	padding-left: 20px;
}
#footerwrapper #footercontent #copyright {
	clear: both;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 5px;
	width: 878px;
	padding-bottom: 5px;
	background-color: #ededed;
	margin-top: 5px;
}


/* Scroll Bar Master Styling Starts Here */
/* All comments can be freely removed from the css */

.scrollgeneric {
line-height: 1px;
font-size: 1px;
position: absolute;
top: 0; left: 0;
}

.vscrollerbase {
	width: 10px;
	background-color: #DBD8F3;
}
.vscrollerbar {
	width: 10px;
	background-image: url(../images/scrollbar.png);
	background-repeat: no-repeat;
	height: 120px !important;
}
.hscrollerbase {
	height: 10px;
	background-color: #DBD8F3;
}
.hscrollerbar {
	height: 10px;
	background-color: #006;
}

.scrollerjogbox {
width: 10px;
height: 10px;
top: auto; left: auto;
bottom: 0px; right: 0px;
background-color: gray;
}


.active 
{
	background-image: url(../images/menubackground.png);	
}
