@charset "utf-8";
/* CSS Document */

p.top-outline {
	background:url(../images/top_outline.png) no-repeat;
	border:0;
	height:10px;
	margin:0;
	width:581px;
	*margin-bottom:-8px;
}

p.mid-outline {
	background:url(../images/mid_outline.png) repeat-y;
	border:0;
	padding:0 15px;
	width:551px;
	*width:590px;
}

p.bot-outline {
	background:url(../images/bot_outline.png) no-repeat;
	border:0;
	height:14px;
	margin:0;
	width:581px;
}

a.find_outmore_live {
	color:#009DE6;
	font-size:12px;	
}

	a.find_outmore_live:hover {
		color:#70c7f0;
	}

h3.no-margin {
	font-size:1.3em;
	font-weight:bold;
	margin: 5px 0 0px;
}
div.black-menu {
	background:#050607;	
	color:#fff;
	font-weight:bold;
	padding:8px 15px;
}
	div.black-menu a {	
		color:#fff;
		padding:0 3px;
	}
	
.quote {
	border-top:1px dashed #949599;
	margin-top:20px;
}
	
	.quote img {
		margin-top:20px;
	}
			
	.quote-info {
		display:inline;
		float:left;
		margin-left:20px;
		width:440px;
	}

ul.list {
	margin-left:25px;	
}
	ul.list li {
		background:url(../images/icons/home_bullet_black.jpg) no-repeat 0 6px;
		padding-left:8px;
	}

ul.list-home {
	margin:10px 25px;	
}
	ul.list-home li {
		background:url(../images/icons/home_bullet.jpg) no-repeat 0 6px;
		padding-left:8px;
	}

ol.alpha {
	list-style:lower-alpha;
	margin-left:10px;	
}
	
p.step {
	float:left;
	margin:10px;
	width:150px;
}
	
.gallery-image {
}



.clean {
	clear:both;	
}
.left {
	float:left;	
}
.right {
	float:right;	
}