/*----------------------------------------------------------------------
	Name:			hosting.css
	Type:			CSS 2.1
	Author:			a.daly
	Created:		28-DEC-2008
	Copyright (c) 2008, Daly Web, Inc.
	All Rights Reserved
colors:
#effbff - light baby blue
#b0e3f6 - blue border
#cd321d - red
#004276 - dark blue
#e0e0e0 - grey
#414141 -
#3d75ac - teal
#fffbde - yellow/gold
------------------------------------------------------------------------*/


#techGallery {
	width:			100%;
	margin:		25px 0px;
	border:		solid 1px  #e0e0e0;
	overflow:	hidden;
}

#techGallery h3 {
	color:				#004276;;
	text-align:		center;

	margin:				5px 0px;
}

.techThumnail {
}

#techGallery .techThumbnail {
	width:		100px;
	margin:		15px auto;
	overflow:	hidden;
}

#techGallery .techThumbnail span {

}

.hostingAnnouncement {
	background:url(../images/header.gif) repeat-x bottom left;
	color:#004276;
	color:Navy;
	text-align:center;   
	border: outset 6px #b0e3f6;
	padding:15px 0;
	margin:5px auto;                                    
	width:80%;
	line-height:1.7em;
	font-size:1.5em;
	font-weight:bolder;
}

