/* Megafone.CSS for www.megafonecomms.co.uk
	v1.1 - 24/04/05
	Phil Chapman - Hi-Peak Internet
	Copyright (c) 2004 The Little m Company Limited. */

/* General attributes */
html,body {
	margin: 0;
	padding: 0;
}

table#container {
	width: 100%;
	height: 100%;
	background-color: #C2563C;
	color: #FFFFFF;
}

table#container td {
	vertical-align: middle;
	text-align: center;
}

div {
	border: 0px;
}

div.content {
	position: relative;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 996px;
	height: 596px;
	background-color: #B60114;
	font-family: Arial, Helvetica, sans-serif;
}

div.title{
	position: absolute;
	top: 162px;
	left: 85px;
	font-size: 1em;
	font-weight: bold;
}

div.icon{
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
	padding: 0;
	color: #000000;
	background-color: #FFFFFF;
	z-index: 99;
}

div.text {
	position: absolute;
	top: 189px;
	left: 85px;
	width: 911px;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 0.85em;
	z-index: 999;
}

div.text a {
	color: #B60114;
	text-decoration: underline;
}

div.short-text {
	position: absolute;
	top: 189px;
	left: 85px;
	width: 504px;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 0.85em;
	z-index: 999;
}

div.short-text a {
	color: #B60114;
	text-decoration: underline;
}

div.address-text {
	position: absolute;
	top: 189px;
	left: 85px;
	width: 911px;
	color: #000000;
	background-color: #FFFFFF;
	font-size: 0.85em;
	z-index: 9;
}

div.address-text a {
	color: #B60114;
	text-decoration: underline;
}

a {
	color: #FFFFFF;
	text-decoration: none;
}

.pos-left {
	text-align: left;
}

.pos-right {
	text-align: right;
}

table.quote {
	text-align: left;
	font-size: 0.85em;
}


td.open {
	vertical-align: top !important;
}

td.close {
	vertical-align: bottom !important;
}

table.quote p {
	text-align: left;
}

div.copyright {
	position: absolute;
	bottom: -15px;
	left: 0px;
	color: #FFFFFF;
	font-size: 0.7em;
	font-weight: normal;
}

div.contact {
	position: absolute;
	bottom: 15px;
	left: 85px;
	font-size: 0.95em;
	font-weight: bold;
}

div.next {
	position: absolute;
	bottom: 15px;
	right: 30px;
	font-size: 0.95em;
	font-weight: bold;
}

div.first {
	position: absolute;
	bottom: 15px;
	right: 255px;
	font-size: 0.95em;
	font-weight: bold;
}

div.megaphones {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height:144px;
	width:306px;
	background-image: url(../images/megaphones.gif);
}

div.megaphones-back {
	position: absolute;
	bottom: 0px;
	right: 0px;
	height:144px;
	width:306px;
	background-image: url(../images/megaphones-back.gif);
}

span.bullet {
	width: 45px;
	text-align: right;
}
