@charset "utf-8";
/* CSS Document */

#inner_content_90p {
	width: 90%;
	margin: 0 5% 0 5%;	
}

p {
	margin-top: 10px;
	text-align: left;
}

p.floating {
	float: right;
	text-align: right;
}

img.floating {
	margin-left: 10px;
	float: right;
}

a.internal {
	text-decoration:none;
}

a.internal span {
	text-decoration: underline;	
}

p.important_info {
	background-color: #FFFFC0;
	color: #FF0000;
	font-weight: bold;
	padding: 20px;
}

ol.remote_support_list {
	font-size: 120%;
	margin: 0 15% 0 15%;
}

ol.remote_support_list li {
	margin-top: 10px;
}

ol.remote_support_list li a, ol.remote_support_list li span {
	display: block;
}



#connect_link {
	background-color: #0F3;	
}

#connect_link a {
	color: black;	
}

#tech {
	width: 330px;
	height: 200px;
	padding: 20px 20px 0 20px;
	margin-bottom: 20px;
	border: 2px solid #297cca;
	text-align: right;
	background-color: #95ccff;
	font-size: large;
}

#tech img {
	float: left;
}

#tech_right {
	position: absolute;
	right: 5%;
}

#tech_left {
	position: absolute;
	left: 5%;
}



.gallery img {
	padding: 0 10px 20px 10px;
}



#articles img {
	padding: 0 10px 20px 10px;	
}

.contact {
	width: 300px;
	height: 6em;
	padding: 20px 20px 0 20px;
	margin-bottom: 20px;
	background-color: #95ccff;
	font-size: large;
	text-align: left;
}

	#contact_left {
		position: absolute;
		left: 10%;
	}
	
	#contact_right {
		position: absolute;
		right: 10%;
	}
	
	
	.product_iframe {
		width: 100%;
		min-height: 600px;
	}
	
	#servers img.server_img {
		float: left;
		margin-right: 20px;
	}
	
	#servers img.server_logo {
		float: right;
	}
	
	#servers div {
		min-height: 300px;
		height: 25%;
	}
