/* CSS Document */



p {line-height:19px;}

.clear {
	clear:both;
}

hr {}

h1 {
	color:#666;
}




h3 {
	color:#444;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:5px;
	font-size:16px;
}

h4 {
	color:#333;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:5px;
	font-size:14px;
	
	}


a:link, a:visited {
	color:#600090;
	text-decoration:none;
	}
	
a:hover {
	color:#333;
	text-decoration:underline;
}
	

.fieldstyle {
	background-color:#EADDF0;
	border:1px solid #999;
	color:#333333;
	padding:3px;
	}
	

#livechat {
	float:right;
	position:relative;
	top:-3px;
}

.borderim {
	border:1px solid #888;
}


#wrap {
	width:940px;
	margin:auto;
	background-image:url(../im/wrapbg.png);
	background-repeat:no-repeat;
}

	#top {
		height:110px;
		background-image:url(../im/topbg.png);
		background-repeat:no-repeat;
	}
	
		#topmenu {
			height:25px;
			width:760px;
			float:right;
			position:relative;
			top:68%;
			overflow:hidden;
			}
			
		#topmenu-end {
			background-image:url(../im/topmenu-endright.png);
			background-repeat:no-repeat;
			width:75px;
			height:25px;
			position:relative;
			float:right;
			}
			
		#topmenu ul {
			margin:0px;
			padding:0px;
			}
			
		#topmenu li {
			list-style:none;
			float:right;
			}
			
		#topmenu li a:link, #topmenu li a:visited {
			color:#FFF;
			text-decoration:none;
			display:block;
			width:120px;
			height:21px;
			text-align:center;
			background-color:#CCC;
			margin-right:1px;
			background-image:url(../im/topmenubg.png);
			padding-top:4px;
			
			background-position:0 0px;
			}
			
		#topmenu li a:hover {
			background-position:0 -25px;
			}


#banner {
	height:304px;
	color:#FFFFFF;
	overflow:hidden;
}

#banner h2 {
	border:1px solid #FFFFFF;
  color:#FFEEFF;
  display:block;
  font-size:30px;
  padding:10px;
}

	#webban {
		background-image:url(../im/banner/webban1.jpg);
		background-repeat:no-repeat;
		padding-right:340px;
		height:303px;
		overflow:hidden;
		}
		
		#webban h2 {width:68%; text-transform:none;}
		
	#hostban {
		background-image:url(../im/banner/hostingban1.jpg);
		background-repeat:no-repeat;
		padding-right:340px;
		height:303px;
		}
		
		#hostban h2 {width:85%; text-transform:none;}
	
	#seoban {
		background-image:url(../im/banner/seoban1.png);
		background-repeat:no-repeat;
		padding-right:340px;
		height:303px;
		}
		
		#seoban h2 {width:89%; text-transform:none;}
		
	/* ----------- */	
		
		
		

		.stripViewer .panelContainer .panel ul {
			text-align: left;
			margin: 0 15px 0 30px;
		}
		
		.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
			margin:0px 0;
			position: relative;
			width: 100%;
			overflow:hidden;
		}

		/* These 2 lines specify style applied while slider is loading */
		.csw {width: 100%; height:304px; overflow: hidden; background:#600090;}
		.csw .loading {margin: 200px 0 300px 0; text-align: center; background-image:url(../im/ajax-loader.gif); background-repeat:no-repeat; background-position:center;}

		.stripViewer { /* This is the viewing window */
			position: relative;
			overflow: hidden; 
			margin: auto;
			width: 940px; /* Also specified in  .stripViewer .panelContainer .panel  below */
			clear: both;

		}
		
.stripNav { display: none }

		.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
			position: relative;
			left: 0; top: 0;
			width: 100%;
			list-style-type: none;
			overflow:hidden;
			/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
		}
		
		.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
			float:left;
			height: 100%;
			position: relative;
			overflow:hidden;
			width: 940px; /* Also specified in  .stripViewer  above */
		}
		
		.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
			padding: 10px;
			overflow:hidden;
		}
		
		.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
			margin: auto;
		}
		
		.stripNav ul { /* The auto-generated set of links */
			list-style: none;
		}
		
		.stripNav ul li {
			float: left;
			margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
		}
		
		.stripNav a { /* The nav links */
			font-size: 10px;
			font-weight: bold;
			text-align: center;
			line-height: 32px;
			background: #c6e3ff;
			color: #fff;
			text-decoration: none;
			display: block;
			padding: 0 15px;
		}
		
		.stripNav li.tab1 a { background: #60f }
		.stripNav li.tab2 a { background: #60c }
		.stripNav li.tab3 a { background: #63f }
		.stripNav li.tab4 a { background: #63c }
		.stripNav li.tab5 a { background: #00e }
		
		.stripNav li a:hover {
			background: #333;
		}
		
		.stripNav li a.current {
			background: #000;
			color: #fff;
		}
		
		.stripNavL, .stripNavR { /* The left and right arrows */
			position: absolute;
			top: 230px;
			text-indent: -9000em;
		}
		
		.stripNavL a, .stripNavR a {
			display: block;
			height: 40px;
			width: 40px;
		}
		
		.stripNavL {
			left: 0;
		}
		
		.stripNavR {
			right: 0;
		}
		
		.stripNavL {
			background: url("images/arrow-left.gif") no-repeat center;
		}
		
		.stripNavR {
			background: url("images/arrow-right.gif") no-repeat center;
		}

	
	
	/* ----------- */	
	
	




	#banner-buttons {
		width:580px;
		height:50px;
		position:relative;
		top:-31%;
		float:left;
	}
	
	#banner-buttons ul {
		margin:0px;
		padding:0px;
	}
	
	#banner-buttons li {	
		list-style:none;
		padding:0px;
		margin:0px;
	}
	
	#banner-buttons a:link, #banner-buttons a:visited {
		width:160px;
		height:48px;
		display:block;
		float:left;
		margin-right:20px;
		text-indent:-2000px;
		background-position:0 -48px;
	}
	
	#banner-buttons a:hover {
		background-position:0 0;
		}
		
	   a#webbut {
		  background-image:url(../im/banner/buttons/webbut.png);
		  background-repeat:no-repeat;
	  }
	  
	  a#seobut {
		  background-image:url(../im/banner/buttons/seobut.png);
		  background-repeat:no-repeat;
	  }
	  
	  a#hostingbut {
		  background-image:url(../im/banner/buttons/hostingbut.png);
		  background-repeat:no-repeat;
	  }
	  
#mainwrap h3 {
	margin-top:50px;
	}
	
	#mainwrap h2 {
	margin-bottom:20px;
	}
	
	#sitepackages {float:left;}
	
	#mainwrap ul {
		margin-left:10px;
		margin-top:0;
	}
	
	#mainwrap ul li {	
	}
	
	
	
	#latestproject {
/*		border:1px dashed #600090;
		padding:20px;*/
		margin-bottom:50px;
		clear:both;
		}

#latestproject h2 {
	padding-top:0px !important;
}


.slideshow { height: 336px;}

#leftwindow	{
	width:400px;
	float:left;
}

	#leftwindow h3 {
		padding-top:20px;
	}

#rightwindow {
	width:400px;
	float:right;
}

	#rightwindow h3 {
		padding-top:20px;
	}

	  
#footerwrap{background-color:#660099;height:190px;}
#footerwrap h3{border:none;}
#footer-inwrap{width:940px;height:175px;margin:auto;padding-top:15px;background-image:url(../im/footerinwrapbg.png);background-repeat:no-repeat;}
#footer-inwrap ul li a:link, #footer-inwrap ul li a:visited{color:#FFF;text-decoration:none;}
#footer-inwrap ul li a:hover{color:#ccc;text-decoration:underline;}
#footerbox1{float:left;position:relative;}
#footerbox1 h3{display:block;overflow:hidden;width:105px;height:22px;text-indent:-2000px;background-position:0px -81px;background-image:url(../im/footer/footer-sprite.png);background-repeat:no-repeat;}
#footerbox2{float:left;position:relative;margin-left:80px;}
#footerbox2 h3{display:block;overflow:hidden;width:105px;height:22px;text-indent:-2000px;background-position:0 -54px;background-image:url(../im/footer/footer-sprite.png);background-repeat:no-repeat;}
#footerbox3{float:right;position:relative;margin-left:80px;}
#footerbox3 h3{display:block;overflow:hidden;width:105px;height:22px;text-indent:-2000px;background-position:0 -27px;background-image:url(../im/footer/footer-sprite.png);background-repeat:no-repeat;}
#footerbox4{float:right;position:relative;}
#footerbox4 h3{display:block;overflow:hidden;width:105px;height:22px;text-indent:-2000px;background-position:0px 0px;background-image:url(../im/footer/footer-sprite.png);background-repeat:no-repeat;margin-right:100px;}
#footerbotwrap{height:44px;}
#footerbot-inwrap{height:44px;width:940px;margin:auto;text-align:center;color:#888;}
		
