html {
	background: url(../images/html-bg.png);
}

body {
	margin: 0;
	padding: 25px 0 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(../images/page-bg.png) 0 0 repeat-x;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

p {
	font-size: 0.8em;
	line-height: 20px;
}

.centered {
	text-align: center;
}

img {
	border: 0;
}

/*### HEADER ###*/

#header {
	position: relative;
	background: url(../images/header-bg.png) 0 0 no-repeat;
	height: 163px;
}

h1 {
	font-size: 2.7em;
	margin: 0 0 0 15px;
	padding: 10px 0 0;
}

h1 a {
	color: #626060;
	text-decoration: none;
}

#subhead {
	color: #FF5DCF;
	font-size: 0.6em;
	letter-spacing: -0.02em;
	position: relative;
	top: -20px;
}

h2 {
	color: #959393;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 10px 0 0;
	font-size: 1.3em;
}

h2 a {
	color: #959393;
	text-decoration: none;
}

h3 {
	color: #DC169D;
	font-size: 0.8em;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 22px;
	text-align: center;
	padding-bottom: 0;
}

#topbanner {
	position: absolute;
	left: 450px;
	top: 18px;
}

#speedcheck {
	position: absolute;
	right: 10px;
	bottom: -70px;
	width: 266px;
	height: 130px;
}

#speedcheck p {
	margin: 8px 0 0;
	padding: 0;
}

#speedcheck input#email {
	width: 167px;
	margin-left: 16px;
}

#speedcheck2 {
	position: absolute;
	right: 10px;
	top: 110px;
}

#freead {
	color: #128F00;
	text-decoration: none;
	padding: 0 11px;
	font-weight: bold;
}

#freead:hover {
	text-decoration: underline;
}

/*### NAV ###*/

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li {
	display: inline;
	font-size: 0.75em;
	font-weight: bold;
}

#nav a {
	color: #DC169D;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 10px;
	border-left: 1px solid #DC169D;
}

#nav .first {
	padding-left: 17px;
	border-left: none;
}

/*### DEAL PAGES ###*/

#intro {
	margin-top: 40px;
	padding-left: 17px;
	padding-right: 17px;
}

#deals {
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 15px;
	margin-top: 0;
}

#prov-details, #prod-details {
	display: table-row;
}

.cell {
	display: table-cell;
}

h4 {
	font-size: 0.75em;
}

.cell p {
	font-size: 0.7em;
	color: #626060;
}

.cell ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.cell li {
	border-top: 1px solid #959393;
	padding: 6px 3px;
	font-weight: bold;
	color: #323030;
}

.cell li.speed a {
	font-size: 1em;
}

.cell li.price a {
	color: #DC169D;
	font-size: 1em;
}

.cell li a {
	color: #323030;
	text-decoration: none;
	font-size: 0.8em;
}

.cell li a:hover {
	color: #DC169D;
}

#bottom-shadow {
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
	background: url(../images/bottom-shadow.png) 0 100% no-repeat;
}

/*### bundles page ###*/

#bundles .cell {
	width: 216px;
}

#bundles .cell ul.bundle {
	font-size: 0.7em;
	list-style: disc;
	margin: 0 15px;
}

#bundles .cell ul.bundle li {
	border: none;
	font-weight: normal;
}

/*### WIRELESS HOTSPOTS PAGE ###*/

fieldset a {
	color: #DC169D;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
}

fieldset a:hover {
	text-decoration: underline;
}

table {
	width: 100%;
	font-size: 0.8em;
	margin-bottom: 20px;
}

th, td {
	padding: 5px 10px;
}

table a {
	color: #DC169D;
	text-decoration: none;
	font-weight: bold;
}

table a:hover {
	text-decoration: underline;
}

#sleft, #scentre, #sright {
	float: left;
	width: 33%;
}

#sleft p {
	border: 1px solid #FF5DCF;
}

/*### HOTSPOT DETAILS ###*/

#wdhead {
	font-size: 1.7em;
	padding-bottom: 10px;
	border-bottom: 1px solid #DC169D;
}

#map_canvas {
	width: 600px;
	height: 400px;
	margin: 0 auto 20px;
}

.inner h1 {
	font-size: 1.4em;
	margin-left: 0;
}

address {
	font-style: normal;
}

/*### HELP PAGE ###*/

.inner {
	margin: 20px 20px 0;
}

ol a {
	color: #DC169D;
	font-weight: bold;
	text-decoration: none;
}

ol a:hover {
	text-decoration: underline;
}

#help .inner ol, #help .inner ul {
	font-size: 0.8em;
}

.righted {
	text-align: right;
	clear: right;
}

.anhad {
	margin: 0 0 10px 10px;
}

/*### CONTACT ###*/

label.error {
	border: 1px solid #f00;
    background-color: #fdd;
}

li.hotr {
	display: none;
}

#cform-cont {
	text-align: center;
}

#cform {
	width: 300px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	position: relative;
	left: -25px;
}

#cform ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

fieldset.cform-wrap {
	padding: 20px;
	border: 1px solid #FF5DCF;
	margin-bottom: 50px;
	width: 300px;
}

.box {
	margin-bottom: 15px;
}

.box input, .box textarea {
	width: 300px;
}

/*### REVIEWS ###*/

#wr {
	background: url(../images/write-review-bg.png) 0 0 no-repeat;
	height: 34px;
	width: 109px;
	text-align: center;
	padding-top: 6px;
}

#wr a {
	color: #DC169D;
	text-decoration: none;
	font-weight: bold;
	display: block;
	width: 109px;
	height: 34px;
}

.review {
	border: 1px solid #000;
	padding: 10px;
	width: 810px;
	margin: 20px auto 0;
	text-align: left;
	background: #fff;
}

#rform {
	width: 640px;
	text-align: left;
	margin: 20px auto;
	padding: 0;
	position: relative;
	left: -25px;
}

#rform ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#rform label {
	font-size: 0.8em;
}

fieldset.rform-wrap {
	padding: 20px;
	border: 1px solid #FF5DCF;
	width: 640px;
}

.rbox textarea {
	width: 640px;
}

.box input#text_num {
	width: 25px;
}

/*### FOOTER ###*/

#footer {
	border-top: 1px solid #959393;
	color: #626060;
	font-size: 0.9em;
	margin-top: 20px;
}

#footer a {
	text-decoration: none;
	color: #626060;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.button {
	background: #fff;
	border: 1px solid #DC169D;
	color: #DC169D;
	padding: 1px 5px;
	font-weight: bold;
}
.button:hover {
	background: #DC169D;
	border: 1px solid #fff;
	color: #fff;
	padding: 1px 5px;
}

/*# curl #*/

div#target {
	color: #DC169D;
	font-weight: bold;
	width: 150px;
}
