/* Reset all styles */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* GLOBAL */
body {
	padding:30px;
	font:12px/24px Georgia, Times New Roman, serif;
	background:#e6e6e6;
}


/* STRUCTURE */
#container {
	background: #fff;
}
#header {
	padding: 10px 0;
	margin:0 auto 40px auto;
	text-align: center;
	width: 90%;
	border-bottom: 1px solid #e6e6e6;
}
#content {
	text-align: center;
	padding-bottom:60px;
}
#container, #footer {
	width:80%;
	max-width:1060px;
	min-width:780px;
	margin:0 auto;
	width:expression(document.body.clientWidth < 781? "780px" : document.body.clientWidth > 1061? "1060px" : "auto");
}
#footer {
	text-align:right;
	margin-top:10px;
}


/* CONTENT */
#content ul {
	margin-bottom:-40px;
}
#content ul li {
	margin: 0 0 40px 0;
	font-size:40px;
}
#content ul li a {
	text-indent: -9999em;
	height:62px;
	display:block;
	margin:0 auto;
	background-position: top left;
	background-repeat: no-repeat;
}
a.premium-hosting {
	background-image: url('../images/premium-hosting.gif');
	width:348px;
}
a.web-hosting {
	background-image: url('../images/web-hosting.gif');
	width:271px;
}
a.adsl {
	background-image: url('../images/adsl.gif');
	width:150px;
}
a.dialup-plans {
	background-image: url('../images/dialup-plans.gif');
	width:264px;
}
#content ul li a:hover, #content ul li a:active, #content ul li a:focus {
	background-position:top right;
}

body#dialup h1 {
	text-indent: -9999em;
	background:url('../images/dialup-plans-head.gif') top left no-repeat;
	width:224px;
	height:40px;
	margin:0 auto 40px auto;
}
.package {
	width:370px;
	background:#fffde2;
	text-align:center;
	padding:20px;
	line-height:30px;
	margin:20px auto 0 auto;
}
.package h2 {
	font-size:20px;
	color: #c82a26;
}
.package span {
	color: #2b2b2b;
	font-size:16px;
}
.package p {
	color: #048fdf;
	font-size:22px;
}
