/* CSS */
/*
div{border:1px solid #000;}*/

body{
	background-color:#fafafa;
	}
	
.bannerBackground{
	background-color:#fafafa;
	}

.room{
	height:100px;
	}

.background{
	background-color:#fafafa;
	}

.main{
	min-height:69%;
	}

.logo{
	position:relative;
	left:20px;
	top:20px;
	}

#linkBar a{
	font-size:20px;
	text-decoration:none;
	font-family: 'Orbitron', sans-serif;
	padding:0 20px 0 0;
	position:relative;
	top:55px;
	left:4px;
	color:#3cc0fe;
	font-weight:bolder;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}

#linkBar a:hover{
    text-decoration:underline;
    color:#0990ca;
	}

.opener{
	font-size:24px;
	color:#3cc0fe;
	font-weight:bold;
	}

#footing{
	text-align:center;
	padding:0 0 7px 0;
	}

#footing a{
	padding: 0 3px 0 3px;
	font-size:12px;
	color:#0990ca;
	font-weight:bold;
	}

#footing a:visited{
	color:#0990ca;
	font-weight:bold;
	}
	
#disclaim{
	font-size:11px;
	}
	
.padded{
	padding:15px;
	}
	
.radical{
	background-color:#686868;
	padding:5px;
	color:#fff;
	}
	
/* Page Specific CSS */

/* Home */

.homeSpeech{
	font-size:13px;
	}
	
#sliderFrame{
    padding:15px 0 0 0;
	}

#slider{
	-webkit-box-shadow: 0 10px 6px -6px #777;
	-moz-box-shadow: 0 10px 6px -6px #777;
	box-shadow: 0 10px 6px -6px #777;
	}
	
.portfolioSlider{
	text-align:center;
	}

.sliderBackground{
	width:925px;
    height:345px;
	padding:10px 5px 5px 5px;
	border-radius:6px;
	}

.contentBackground{
	padding:15px 15px 15px 15px;
	border-radius:6px;
	}

.bubbles{
	text-align:center;
	}

.bubbleBreakdown{
	border:2px solid #3cc0fe;
	border-radius:6px;
	padding:5px 5px 15px 5px;
	font-size:13px;
	background-color:#fff;
	height:115px;
	}
	
.quoteText{
	width:100%;
	color:#3cc0fe;
	font-weight:bold;
	}
	
/* Services */

.serviceTopic{
	color:#3cc0fe;
	font-weight:bold;
	}
	
.service td{
	padding:5px 5px 5px 5px;
	}
	
.topic{
	width:220px;
	font-weight:bold;
	color:#3cc0fe;
	}

.topic2{
	width:150px;
	font-weight:bold;
	color:#3cc0fe;
	}
	
.oddBack{
	background-color:#eee;
	}

.desc{
	font-size:13px;
	}
	
.padded2{
	padding:2px;
	}

.grid_4 table{
	width:300px;
	}
	
.hostingBreakdown{
	width:100%;
	}

.service{
	border:2px solid #ddd;
	background-color:#fff;
	border-radius:6px;
	}


/* Portfolio */

#portfolioTable{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	}

#portfolioTable tr td{
	padding:1px 40px 1px 40px;
	text-align:center;
	font-size:13px;
	}
	
#portfolioTable tr td img{
	border:2px solid #3cc0fe;
	padding:6px;
	border-radius:6px;
	}
	
#portfolioTable tr td a{
	color:#000;
	font-weight:bold;
	}
	
.disclaim{
	font-size:11px;
	text-align:center;
	}
	
.newRow{
	padding:5px 0 0 0;
	}

/* Contact */

.contactTable, .contactInfo{
	position:relative;
	margin-right:auto;
	margin-left:auto;
	}

.contactInfo{
	width:230px;
}
	
.contactTable tr td{
	padding:1px;
	}

.contactHead{
	text-align:right;
	}

.red{
	color:#900;
	}
	
.required1, .required2, .required3, .required4{
	color:#900;
	font-size:11px;
	}
	
#serviceInterest{
	width:215px;
	}
	
.scoot{
	position:fixed;
	width:100%;
	height:100%;
	z-index:999;
	background-image:url('../img/pop.png');
	display:none;
	}

.sent{
	position:relative;
	width:400px;
	height:200px;
	margin-left:auto;
	margin-right:auto;
	top: 50%;
	transform: translateY(-50%);
	background-color:#fff;
	border:2px solid #eee;
	border-radius:6px;
	text-align:center;
	z-index:1000;
	opacity:1;
	}
	

/* Privacy */

.privacyHead strong{
	color:#3cc0fe;
	font-weight:bold;
	}