@charset "utf-8";


/* Common styles */

*{
	margin: 0;
	padding: 0;
	border: none;
}

body{
	background-color: #757575;
	font-family: "Calibri", Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #3f3f3f;
	background: url(../images/bg_footer_container.jpg) repeat-y #7b7b7b center;
}

a:link, a:visited{
	color: #283264;
	text-decoration: none;
}

a:hover{
	color: #283264;
	text-decoration: underline;
}

h1{
	font-size: 20px;
	font-weight: normal;
	color: #283264;
	margin-bottom: 3px;
}

h2{
	font-size: 18px;
	font-weight: normal;
	color: #333333;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #333333;
	margin: 20px 0 5px 0;
}

p{
	padding: 10px 0 0 0;
}

.clear{
	clear: both;
	height: 1px;
}

dl{
	padding: 10px;
}

dt{
	font-weight: bold;
	color: #283264;
}

li{
	margin: 5px 0 5px 15px;
}

.container{
	width: 1000px;
	margin: 0 auto;
}

#header{
	background: url(../images/bg_header.jpg) repeat-x;
}

#header .container{
	height: 85px;
	background: url(../images/bg_header_container.jpg) no-repeat;
}

#logo{
	float: left;
	margin: 20px 0 0 40px;
}

/* Main Navigation Styles */

#nav{
	margin: 40px 40px 0 0;
	padding: 8px 0 0 10px;
	float: right;
	background: url(../images/bg_nav.jpg) no-repeat;
	height: 35px;
	width: 420px;
}

#nav li{
	list-style-type: none;
	float:left; 
	display:block; 
	margin: 0 0 0 22px;
	position:relative;
	z-index:500; 
	font-size: 15px;
}

#nav a:link, #nav a:visited{
	color: #9e9e9e;
}

#nav ul li a:link, #nav ul li a:visited{
	color: #333;
}

#nav a:hover, body#index #linkHome, body#services #linkServices, body#servicesSubPage #linkServices, body#portfolio #linkPortfolio, body#news #linkNews, body#contact #linkContact{
	color: #28406d;
	text-decoration: none;
}

/* you can make a different style for default selected value */
#nav a.selected {
	color:#f00;
}
	
/* submenu, it's hidden by default */
#nav ul {
	position:absolute; 
	left:0; 
	display:none; 
	margin:0 0 0 -1px; 
	padding: 10px 0 0 0;
	list-style:none;
}
		
#nav ul li {
	margin: 0;
	font-size: 12px;
}
		
/* display block will make the link fill the whole area of LI */
#nav ul li a {
	display:block;  
	height:15px;
	padding: 6px 5px; 
	width: 200px; 
	float: left; 
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-left:1px solid #fff;
	background-image: url(../images/bg_nav.png);
}

#nav ul li a:last-child {
	border-bottom:1px solid #fff;
}
		
#nav ul a:hover {
	background-color: #fff;	
}

/* Sub Navigation Styles */

#subnav{
	list-style: none;
	margin:10px 0px;
	padding: 0;
	background-image: url(../images/bg_subnav.jpg);
	background-repeat: no-repeat;
	padding: 4px 0 0 5px;
}
#subnav li{
	padding: 0px;
	margin:0px 2px 0 0;
	list-style:none;
	display:inline;
}
#subnav li a{
	display: inline-block!important;
	overflow: hidden;
	height: 40px;
	line-height:90px;
	width: 40px;
	white-space:nowrap;
	text-align:left;
}
#subnav li a span{
	display: block;
	padding: 10px 0 0 42px;
	line-height:normal;
}

#subnav li a.contact {
	background:url(../images/icon_contact.jpg) top left no-repeat;
}
#subnav li a.quote {
	background:url(../images/icon_quote.jpg) top left no-repeat;
}
#subnav li a.portfolio {
	background:url(../images/icon_portfolio.jpg) top left no-repeat;
}

#subnav li a:hover{
	color: #28406d;
	text-decoration: none;
}



#content{
	background: url(../images/bg_content_bottom.jpg) repeat-x #ffffff bottom;
}

#contentTop{
	background: url(../images/bg_content_top.jpg) repeat-x;
	width: 100%;
}

#content .container{
	padding: 20px 0 20px 0;
}

#subpageBar{
	background: url(/images/bg_subpage_bar.jpg) repeat-x;
}

#subpageBar .container{
	height: 25px;
	background: url(/images/bg_subpage_bar_container.jpg) no-repeat;
	padding: 0;
}

/* Home Styles */

body#index #content .container{
	background: url(../images/bg_content_splash.gif) no-repeat top right;
}

#slideshow{
	background: url(../images/bg_slideshow.jpg) repeat-x;
}

#slideshow .container{
	height: 260px;
	background: url(../images/bg_slideshow_container.jpg) no-repeat;
	padding: 3px 0 7px 0;
}

#slideshow #welcome{
	margin: 0 0 0 50px;
	text-align:center;
}

#slideshow #welcome h1{
	color: #f4f4f4;
	font-size: 14px;
}

#aboutColumn{
	width: 520px;
	float: left;
	margin: 15px 0 35px 40px;
}

#sidebar{
	float: right;
	width: 300px;
	margin: 15px 60px 0 0;
}

#sideLinkQuote, #sideLinkPortfolio, #sideLinkContact{
	width: 250px;
	height: 42px;
	display: block;
	margin: 0 0 10px 0;
}

#sideLinkQuote{
	background: url(../images/btn_quote.gif) no-repeat left;
}

#sideLinkPortfolio{
	background: url(../images/btn_portfolio.gif) no-repeat left;
}

#sideLinkContact{
	background: url(../images/btn_contact.gif) no-repeat left;
}

#sideLinkQuote:hover, #sideLinkPortfolio:hover, #sideLinkContact:hover{
	background-position: right;
}


/* Services Styles */

#servicesInfo, #servicesInfoSubPage{
	padding: 20px 40px 20px 40px;
	float: left;
	width: 350px;
}

#servicesInfoSubPage{
	width: 550px;
}

#serviceNav {
	width: 530px;
	float: right;
	margin: 0 20px 20px 0;
}

#serviceNav a:link, #serviceNav a:visited{
	display: block;
	width: 240px;
	padding: 22px 0 21px 10px;
	text-align: left;
	vertical-align: middle;
	background: url(../images/btn_services.gif) no-repeat left;
	float: left;
	margin: 0 10px 0 0;
}

#serviceNav a:hover{
	background-position: right;
	text-decoration: none;
	color: #28406d;
}

#serviceNav a img{
	float: right;
	margin: 0 16px 0 0;
}

#rightCol{
	float: right;
	width: 350px;
}

body#servicesSubPage #content .container{
	background: url(../images/bg_content_splash.gif) no-repeat top right;
}


/* Portfolio Styles */

body#portfolio #content .container{
	background: url(../images/bg_content_splash.gif) no-repeat top right;
}

.clientContainer{
	width: 428px;
	height: 154px;
	float: left;
	border: 1px solid #CCC;
	padding: 5px;
	margin: 10px 0 10px 40px;
	background-color: #f4f4f4;
}

.clientContainer h3{
	color: #f4f4f4;
}

.clientContainer h2{
	background-color: #666;
	color: #f4f4f4;
	margin: 0 0 0 2px;
	padding: 0 0 4px 0;
}

.clientSpecs{
	font-size: 11px; 
	line-height:1.2em;
}

.boxgrid{
	width: 190px;
	height: 150px;
	margin: 0 15px 0 0;
	float:left;
	background:#161613;
	border: solid 2px #cccccc;
	overflow: hidden;
	position: relative;
}
.boxgrid img{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}

.boxcaption{
	float: left;
	position: absolute;
	background: #000;
	height: 50px;
	width: 100%;
	padding: 0 0 0 5px;
 }
 
.boxcaption h3{
	margin: 4px 0 0 0;
	font-size: 13px;
	font-weight: bold;
}

.boxcaption a, .boxcaption a:visited{
	color: #f4f4f4;
	margin: -5px 0 0 0;
	padding: 0;
	position: absolute;
}
	
.captionfull .boxcaption {
 	top: 150px;
 	left: 0;
}

.caption .boxcaption {
 	top: 120px;
 	left: 0;
}

#portfolioNav {
	width: 250px;
	margin: 0;
}

#portfolioNav a:link, #portfolioNav a:visited{
	display: block;
	width: 240px;
	padding: 22px 0 21px 10px;
	text-align: left;
	vertical-align: middle;
	background: url(../images/btn_services.gif) no-repeat left;
	float: left;
	margin: 0 10px 0 0;
}

#portfolioNav a:hover{
	background-position: right;
	text-decoration: none;
	color: #28406d;
}

#portfolioNav a img{
	float: right;
	margin: 0 16px 0 0;
}

.logoContainer{
	background-color: #fff;
	border: 1px solid #CCC;
	width: 400px;
	height: 110px;
	float: left;
	text-align: center;
	margin: 10px 50px 5px 40px;
	padding: 5px 0 0 0;
}


/* Featured Sites Slider Styles */

#featured{
	width: 240px;
	height: 280px;
	background-repeat: no-repeat;
	padding: 5px 0 0 10px;
}

.customWeb{
	background-image: url(../images/bg_featured_web.jpg);
}

.ecommerce{
	background-image: url(../images/bg_featured_ecommerce.jpg);
}

.flash{
	background-image: url(../images/bg_featured_flash.jpg);
}

.cms{
	background-image: url(../images/bg_featured_cms.jpg);
}

.graphicDesign{
	background-image: url(../images/bg_featured_graphic_design.jpg);
}

.logoDesign{
	background-image: url(../images/bg_featured_logos.jpg);
}

#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:230px;
	height:240px;
	overflow:hidden; 
}	

#prevBtn, #nextBtn, #slider1next, #slider1prev{ 
	display:none;
	width:30px;
	height:77px;
	position:absolute;
	left:-30px;
	top:71px;
	z-index:1000;
}	
#nextBtn, #slider1next{ 
	left:696px;
}														
	
#prevBtn a, #nextBtn a, #slider1next a, #slider1prev a{  
	display:block;
	position:relative;
	width:30px;
	height:77px;
	background:url(../images/btn_prev.gif) no-repeat 0 0;	
}	

#nextBtn a, #slider1next a{ 
	background:url(../images/btn_next.gif) no-repeat 0 0;	
}	

/* Hosting Plan Styles */

#hostingOptions{
	margin: 20px 0 0 0;
}

.recommended{
	position: absolute;
	margin: 3px 0 0 127px;
}

.cloudOptions{
	padding: 0 0 0 40px;
	width: 900px;
}

.hostingOptionContainer{
	width: 250px;
	float: left;
	margin: 0 25px 0 0;
	padding: 0 0 15px 0;
}
	
.hostingOptionContainer ul{
	height: 145px;
	margin: 40px 0 0 30px;
}

#planBoxBasic{
	background-image: url(../images/bg_hosting_basic.jpg);
	background-repeat: no-repeat;
}

#planBoxCloud{
	background-image: url(../images/bg_hosting_cloud.jpg);
	background-repeat: no-repeat;
}

.hostingPlanContainer{
	width: 250px;
	float: left;
	margin: 0 25px 0 0;
	padding: 0;
}
	
.hostingPlanContainer ul{
	height: 240px;
	margin: 40px 0 0 30px;
}

.hostingPlanContainer span{
	display: block;
	font-weight: bold;
	margin: 0 0 5px 30px;
	padding: 0 0 0 2px;
	background-color: #f4f4f4;
	width: 190px;
}

#planBoxLite{
	background-image: url(../images/bg_hosting_basic_lite.jpg);
	background-repeat: no-repeat;
}

#planBoxBronze{
	background-image: url(../images/bg_hosting_basic_bronze.jpg);
	background-repeat: no-repeat;
}

#planBoxSilver{
	background-image: url(../images/bg_hosting_basic_silver.jpg);
	background-repeat: no-repeat;
}

#planBoxGold{
	background-image: url(../images/bg_hosting_basic_gold.jpg);
	background-repeat: no-repeat;
}

#planBoxCloudBasic{
	background-image: url(../images/bg_hosting_cloud_basic.jpg);
	background-repeat: no-repeat;
}

#planBoxCloudInter{
	background-image: url(../images/bg_hosting_cloud_inter.jpg);
	background-repeat: no-repeat;
}

#planBoxCloudAdvanced{
	background-image: url(../images/bg_hosting_cloud_advanced.jpg);
	background-repeat: no-repeat;
}

#planBoxCloudBasic ul, #planBoxCloudInter ul, #planBoxCloudAdvanced ul{
	height: 360px;
	width: 200px;
	margin: 40px 0 0 20px;
}

.hostingPlanContainer .signUp a:link, .hostingPlanContainer .signUp a:visited{
	display: block;
	width: 232px;
	padding: 22px 0 21px 10px;
	text-align: left;
	vertical-align: middle;
	margin: 0 auto;
	background: url(../images/btn_hosting_plan.gif) no-repeat left;
}

.hostingPlanContainer .signUp a:hover{
	background-position: right;
	text-decoration: none;
	color: #333;
}

.hostingOptionContainer a:link, .hostingOptionContainer a:visited{
	display: block;
	width: 232px;
	padding: 22px 0 21px 10px;
	text-align: left;
	vertical-align: middle;
	margin: 0 auto;
}

#planBoxBasic a:hover, #planBoxCloud a:hover{
	background-position: right;
	text-decoration: none;
	color: #333;
}

#planBoxBasic a{
	background: url(../images/btn_hosting_plan_basic.gif) no-repeat left;
}

#planBoxCloud a{
	background: url(../images/btn_hosting_plan_cloud.gif) no-repeat left;
}

/*Contact Page/Form Styles */

body#contact #content .container{
	background: url(../images/bg_content_splash.gif) no-repeat top right;
}

#contact-wrapper {
	width:480px;
	border:1px solid #e2e2e2;
	background:#f1f1f1;
	padding:10px;
	margin: 10px 0 0 0;
}
#contact-wrapper input, #contact-wrapper select {
	border:1px solid #999;
}
#contact-wrapper div {
	margin:1em 0;
}
#contact-wrapper label {
	display:block;
	float:none;
	font-size:16px;
	
}
form#contactform input, form#hostingForm input {
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
	padding:1px;
	font-size:12px;
	color:#333;
}
form#contactform textarea, form#hostingForm textarea {
	font-family:Arial, Tahoma, Helvetica, sans-serif;
	font-size:100%;
	padding:0.6em 0.5em 0.7em;
	border-color:#B7B7B7 #E8E8E8 #E8E8E8 #B7B7B7;
	border-style:solid;
	border-width:1px;
}

.formColumnLeft{
	float: left;
	width: 225px;
}

.formColumnRight{
	float: right;
	width: 235px;
}

.formRow{
	clear: both;
}

.error {
	color:#F00;
}



/* Footer Styles */
#footerNav .leftCol{
	width: 400px;
	float: left;
	background: url(../images/bg_footer_nav.png);
	padding: 5px;
}

#footerNav .line{
	height: 90px;
	width: 2px;
	float: left;
	margin: 5px 4px 4px 4px;
	background: url(../images/bg_footer_nav_line.gif) no-repeat;
}

#footerNav .rightCol{
	width: 490px;
	float: right;
	background: url(../images/bg_footer_nav.png);
	padding: 5px;
}

#footerNav a{
	text-decoration: none;
	color: #7D7D7D;
}

#footerNav a:hover{
	text-decoration: underline;
	color: #7D7D7D;
}

#footerNav .rightCol dl{
	float: left;
	margin: 0 0 0 30px;
}

#btnClients{
	width: 113px;
	height: 30px;
	display: block;
	margin: 10px 20px 0 20px;
	float: right;
	background: url(../images/btn_login.gif) no-repeat left;
}

#btnClients:hover{
	background-position: right;
}

#socialLinks{
	float: right;
	width: 125px;
}

#socialLinks a{
	width: 26px;
	height: 40px;
	display: block;
	margin: 0 0 0 5px;
	float: left;
}

#socialLinks a:hover{
	background-position: right;
}

#linkedin{
	background: url(../images/icon_linkedin.jpg) no-repeat left;
}

#facebook{
	background: url(../images/icon_facebook.jpg) no-repeat left;
}

#twitter{
	background: url(../images/icon_twitter.jpg) no-repeat left;
}

#footerNav{
	font-size: 12px;
	line-height: 18px;
	border-top: solid 1px #b3b3b3;
	padding: 5px 0 0 0;
	margin: 0 40px 0 40px;
}

#footerNav dt{
	font-size: 13px;
}
	
#footer{
	width: 100%;
}

#footer .container{
	text-align: left;
	color: #e6e6e6;
	font-size: 11px;
	width:916px;
	padding:10px 0 10px 0;
}
#footer .container a{
	color:#e6e6e6;
}

#footer p{
	padding: 5px 40px 5px 0;
}


#badge1{
	float:right;
	margin: 3px 10px 0 0;
}

#ttl_portfolio {
	margin-top: 15px;
	margin-left: 40px;
}
#floatright_links {
	float: right;
	width: 300px;
	padding-top: 5px;
}
#footerNav #naperlink {
	color: #3f3f3f;
}
#sitemap ul{
	margin-left:15px;
}
#tagright {
	text-align:right;
	float:right;
	padding-left:15px;
}
#tagleft {
	text-align:right;
}