/*Magic Mirror TV designed and developed by Alexander Croucher www.2spheres.co.uk*/
@charset "utf-8";
* {margin: 0; padding: 0;}
#wrapper {
	font-family: "Century Gothic",
             "Bookman Old Style",
             "Lucida Sans",
             serif;
	background-image: url(images/wrapper_bg.png);
	background-repeat: no-repeat;
	width: 860px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
	position: relative;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
}
#wrapper #links ul li {
	display: inline-block;
	list-style-type: none;
	background-image: url(images/button.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 91px;
	border: 2px groove #000;
	text-align: center;
	font-size: 14px;
	padding-top: 5px;
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	font-weight: bold;
}
#wrapper #links ul li:hover {
	border-color: #0600ff;
}
#wrapper #links ul .onlink {
	border-color: #0600ff;
}
#links {
	float: left;
	margin-top: 80px;
}
#wrapper #links ul li a{
	color: #FFF;
	text-decoration: none;
	padding-top: 12px;
	padding-right: 14px;
	padding-bottom: 12px;
	padding-left: 14px;
}
#wrapper #links ul li a:visited {
	color: #FFF;
}
#subwrapper {
	width: 848px;
	margin-top: 10px;
	border: 2px solid #0600ff;
	background-color: #FFF;
	min-height: 500px;
	clear: both;
	padding: 6px;
	color: #666;
	font-size: 11px;
	overflow: hidden;
	text-align: justify;
}
.gallerythumb {
	margin: 1px;
	border: 1px solid #CCC;
}

.topleftcol {
	float: left;
	width: 400px;
	padding: 10px;
	margin-top: 10px;
}
.toprightcol {
	float: right;
	width: 400px;
	padding: 10px;
	margin-top: 10px;
}
.servicesectionsl {
	width: 400px;
	min-height: 350px;
	float: left;
	padding: 10px;
	text-align: justify;
	margin-top: 10px;
	clear: none;
	overflow: hidden;
}
.servicesectionsr {
	width: 400px;
	min-height: 350px;
	float: right;
	padding: 10px;
	text-align: justify;
	margin-top: 10px;
	clear: none;
}
#wrapper #subwrapper #hold {
	clear: both;
}

.servicesectionsl2 {
	width: 400px;
	float: left;
	padding: 10px;
	text-align: justify;
	margin-top: 10px;
}
.servicesectionsr2 {
	width: 400px;
	float: right;
	padding: 10px;
	text-align: justify;
	margin-top: 10px;
}
.serviceimage {
	margin-top: 2px;
	margin-bottom: 15px;
}
.serviceimage + p  {
	font-size: 0.9em;
}

#callback {
	float: right;
	margin-top: -28px;
	width: 150px;
	margin-right: 30px;
	text-align: center;
}
.flashcontent {
	padding: 5px;
	border: 1px solid #B3B0FF;
	clear: both;
	width: 836px;
}
#footer {
	font-size: 9px;
	color: #666;
	text-align: right;
	margin-top: 5px;
}
#footer2 {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	font-size: 9px;
	color: #666;
	text-align: center;
	margin-top: 15px;
}
#footer a {
	color: #666;
}
h1 {
	color: #000;
	font-size: 15px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 4px;
}

h2 {
	color: #000;
	font-size: 15px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 4px;
}
h3 {
	color: #000;
	font-size: 15px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-bottom: 4px;
}
h4 {
	color: #000;
	font-size: 13px;
	font-weight: bolder;
}
body {
	background-color: #1F1F1F;
}
a:link {
	text-decoration: underline;
}
#footer2 .linkback  {
	color: #1E1E1E;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
.digital  {
	float: right;
	position: absolute;
	margin-left: 700px;
	margin-top: 10px;
}
.adnotam {
	float: left;
	margin-left: 20px;
	margin-top: 5px;
}
.gallerywrapper {
	margin-top: 16px;
	float: left;
	padding: 2px;
	border: 1px solid #E4E4E4;
	width: 370px;
	clear: left;
	font-size: 11px;
	text-align: justify;
}
#galleryimage {
	float: right;
	margin: 16px;
}
#adnotamattr {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
.gallerywrapper p .next   {
	margin-top: 6px;
	float: right;
	clear: none;
	font-size: 10px;
	padding-right: 6px;
}
.gallerywrapper p .back   {
	margin-top: 6px;
	font-size: 10px;
	padding-left: 6px;
}
