#popup {
	position: absolute;
	margin-left: 80px;
	margin-top: 20px;
	width: 579px;
	font: normal 12px/17px Verdana, Arial, Helvetica, sans-serif;
	z-index: 999;
	}
	
#popup #top {
	float: left;
	clear: both;
	width: 579px;
	height: 304px;
	background: transparent url(/images/popup_top.png) top left no-repeat;
	}
	
#popup #content {
	float: left;
	clear: both;
	width: 579px;
	min-height: 115px;
	background: transparent url(/images/popup_fill.png) top left repeat-y;
	z-index: 1;
	}
	
#popup #content span {
	position: absolute;
	display: block;
	width: 579px;
	height: 115px;
	top: 304px;
	left: 0;
	background: transparent url(/images/popup_middle.png) top left no-repeat;
	}
	
#popup #bottom {
	float: left;
	clear: both;
	width: 579px;
	height: 35px;
	background: transparent url(/images/popup_bottom.png) top left no-repeat;
	}
	
#popup #top a#close {
	position: relative;
	display: block;
	width: 78px;
	height: 25px;
	top: 24px;
	left: 422px;
	background: transparent url(/images/close.png) top left no-repeat;
	}
	
#popup #top a#close:hover {
	background: transparent url(/images/close.png) bottom left no-repeat;
	}

#popup #top a#close span {
	display: none;
	}
	
#popup #web_hosting,
#popup #web_design {
	float: left;
	width: 250px;
	min-height: 125px;
	margin: 0 0 0 20px;
	}
	
#popup #web_design {
	margin-left: 33px;
	}
	
*html #popup #web_hosting {
	\margin-left: 12px;
	m\argin-left: 12px;
	}
	
*html #popup #web_design {
	\margin-left: 33px;
	m\argin-left: 33px;
	}
	
#popup ul {
	margin: 0;
	padding: 0 12px 0 6px;
	list-style: none;
	}
	
*html #popup ul {
	\padding: 0 0 0 3px;
	p\adding: 0 0 0 3px;
	\width: 220px;
	w\idth: 220px;
	}
	
#popup ul li {
	margin-bottom: 4px;
	padding-left: 18px;
	background: url(/images/arrow_lightblue.gif) 0 3px no-repeat;
	}
	
*html #popup ul li {
	background-position: 0 4px;
	}
	
	
#popup p {
	margin: 0;
	padding: 0 10px;
	}
	
*html #popup p {
	\padding: 0 5px;
	p\adding: 0 5px;
	}
	
#popup a {
	font-weight: bold;
	text-decoration: none;
	color: #3494FF;
	}
	
#popup a:hover {
	text-decoration: underline;
	}
	
.clearer {
	clear: both;
	}
	
/*------- IE fixes --------*/

*html #popup #top {
	background-image: none;
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src="./images/popup_top.png" sizingMethod="scale");
	}
	
*html #popup #bottom {
	background-image: none;
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src="./images/popup_bottom.png" sizingMethod="scale");
	}
	
*html #popup #top a#close {
	cursor: pointer;
	background-image: none;
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src="./images/close_n.png" sizingMethod="scale");
	}
	
*html #popup #top a#close:hover {
	background-image: none;
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src="./images/close_o.png" sizingMethod="scale");
	}
	
*html #popup #content {
	background: url(/images/popup_fill.gif) top left repeat-y;
	background: url(/images/popup_fill.gif) top left repeat-y;
	}
	
*html #popup #content span {
	background-image: none;
	background-repeat: no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src="./images/popup_middle.png" sizingMethod="scale");
	}