/*
# ------------------------------------------------------------------------
# Black Chiney - Stable - Version 1.0 - Licence Owner 0000-0000-0000-0000
# ------------------------------------------------------------------------
# Copyright (C) 2010 Beneficial.tv Marketing Department, Ltd. and Pearl Group™ All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: Paul Hudson, Beneficial.tv Marketing Department, Email: paul@beneficial.tv
# Websites:  http://www.beneficial.tv
# This file may not be redistributed in whole or significant part.
# ------------------------------------------------------------------------
*/

/* COMMON STYLE
--------------------------------------------------------- */
body {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #838383;
	background-color: #1a1a1a;
	color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
	text-align: center;
	width: 980px;
	display: block;
	margin-left: auto;
	margin-right: auto
}
.txt-01 {
	font-size: 95%;
}
.footer {
	margin: 100px 0 0 0;
	color: #606060;
	font-size: 52%;
	text-transform: uppercase;
}
.phone {
	font-size: 200%;
	font-family: impact;
	color: #990000;
}
a {;
	color: #ccc;
	font-weight: bold;
}
h3 {
	display: block;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	height: 20px;
	color: #666;
	text-transform: uppercase;
	margin: 50px 0 0 0;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
