/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

sup {
	position:relative;
	top:-0.7em;
	font-size:0.7em;
}

.error {
	color:#f00;
}

body {
	text-align:center;
	font:12px/1.4em Arial,Helvetica,sans-serif;
	background:#d9d9d9 url(../images/bg.png) top center repeat-y;
	color:#333;
	}

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

a:hover {
	color:#f39800;
}

#content a {
	z-index:2;
}

#wrapper {
	text-align:left;
	width:860px;
	margin:0 auto;
	padding:20px 50px;
	zoom:1;
	}

body.home #wrapper, body.thus #wrapper {
	background:url(../images/pipe_unblocker.gif) 500px 60px no-repeat;
}

body.appamnesty #wrapper {
	background:url(../images/app_amnesty.jpg) 500px 80px no-repeat;
}

body.freehuddle #wrapper {
	background:url(../images/huddle_large.jpg) 660px 104px no-repeat;
}

#header {
	position:relative;
	zoom:1;
}

#header #nav {
	position:absolute;
	top:-10px;
	right:0;
}

#nav ul {
	display:table;
}

#nav ul li {
	display:table-cell;
	vertical-align:middle;
	padding:0.1em 0.4em;
	width:70px;
	background:#ee7f00;
	border-right:3px solid #fff;
	margin:0 2px;
	text-align:center;
	position:relative;
}

#nav ul li:last-child {
	border:none;
}

#nav ul li a {
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
}

#nav ul li.appamnesty {
	background:none;
	width:120px;
	text-align:left;
	vertical-align:absbottom;
}

#nav ul li.appamnesty span {
	position:relative;
}

#nav ul li.appamnesty a {
	position:absolute;
	width:168px;
	background:url(../images/nav_app_amnesty.png) top left no-repeat;
	top:-15px;
	left:-20px;
	height:64px;
	text-indent:-9999px;
}

ul.headlist {
	position:relative;
	background:#3c3c3c url(../images/crystal_clear.gif) top left no-repeat;
	height:241px;
}

ul.headlist li {
	line-height:1.2em;
	font-size:0.9em;
	padding:4px 0 4px 568px;
}

ul.headlist li img {
	position:absolute;
	top:0;
	left:0;
	display:none;
}

ul.headlist li a {
	display:block;
	padding:5px 10px;
	color:#fff;
	width:260px;
}

ul.headlist li.appamnesty     a:hover { background-color:#00aad3; }
ul.headlist li.smarterworking a:hover { background-color:#c8d208; }
ul.headlist li.huddle         a:hover { background-color:#dd0b26; }
ul.headlist li.upgrade        a:hover { background-color:#f4a459; }

ul.headlist li a:hover img {
	display:inline;
}

ul.headlist li a span {
	text-transform:uppercase;
	font-weight:bold;
	font-size:1.1em;
	display:block;
}

ul.headlist li.appamnesty     a:hover span { color:#bed73b; }
ul.headlist li.smarterworking a:hover span { color:#ed7f00; }
ul.headlist li.huddle         a:hover span { color:#f58220; }
ul.headlist li.upgrade        a:hover span { color:#dd0b26; }

#steps {
	background:#3c3c3c url(../images/crystal_clear2.gif) right center no-repeat;
	padding:8px;
	font-size:0.9em;
	line-height:1.2em;
}

#steps h2 {
	background:url(../images/3_easy_steps.gif) top left no-repeat;
	height:34px;
	width:303px;
	text-indent:-9999px;
}

#steps ol {
}

#steps ol li {
	width:300px;
	padding:4px 0 4px 26px;
	font-weight:bold;
	font-size:2em;
	position:relative;
}

#steps ol li span {
	text-transform:uppercase;
	color:#bed73b;
	font-size:0.5em;
	position:absolute;
	top:0;
}

#steps ol li p {
	color:#fff;
	font-weight:normal;
	font-size:0.5em;
	padding-top:1em;
}

#steps .step1 {
	background:url(../images/step1.gif) 6px 2px no-repeat;
}
#steps .step2 {
	background:url(../images/step2.gif) 2px 22px no-repeat;
}
#steps .step3 {
	background:url(../images/step3.gif) 2px 6px no-repeat;
}

#footer {
	clear:both;
	padding-top:3em;
}

#main {
	padding-top:14px;
	zoom:1;
}

#content {
	position:relative;
	margin-right:25px;
	float:left;
	width:564px;
	zoom1:;
}

body.freehuddle #content {
	width:auto;
	margin:0;
}

#content p {
	padding-bottom:1em;
	clear:both;
}

#content div {
	background:#eceded url(../images/bg_box_bottom_sprite.gif) -564px bottom no-repeat;
	margin:0 0 2em 0;
	font-weight:bold;
	position:relative;
	zoom:1;
}

#content h2 {
	color:#de0c27;
	text-transform:uppercase;
	font-size:1.5em;
	padding-top:1em;
	padding-bottom:0.4em;
	border-top:1px solid #ccc;
}

#content div h2 {
	background:url(../images/bg_box_top_sprite.gif) -564px 0 no-repeat;
	padding:14px;
	color:#333;
	border:none;
	zoom:1;
}

#content div p {
	padding:0 14px 1em;
	zoom:1;
}

#content ul {
	list-style:disc outside;
}

#content ul li {
	margin-left:20px;
}

#supporting {
	float:left;
	width:271px;
	zoom:1;
}

#supporing a {
	z-index:2;
}

#supporting div {
	background-color:#eceded;
	background-image:url(../images/bg_box_bottom_sprite.gif);
	background-position:-1128px bottom;
	background-repeat:no-repeat;
	position:relative;
	zoom:1;
	margin-bottom:1em;
	/* border-bottom:12px solid #fff; */
}

#supporting div h3 {
	background:url(../images/bg_box_top_sprite.gif) -1128px 0 no-repeat;
	text-transform:uppercase;
	padding:1em 16px;
	margin:0;
	zoom:1;
}

#supporting div h4 {
	padding:1em 16px;
	margin:0;
	font-size:1.1em;
}

#supporting div p {
	font-size:0.9em;
	line-height:1.3em;
	padding:0 16px 1em 16px;
}

#supporting div form {
	padding:0 16px 40px;
	margin-top:-1em;
}

#supporting div img {
	position:absolute;
	top:8px;
	right:14px;
}

#supporting div a img {
	position:relative;
	top:0;
	left:0;
}

#content h3 {
	color:#f58220;
}

#content form {
	background:#eceded;
	margin-top:20px;
	padding-bottom:20px;
}

#content form div {
	background: url(../images/huddle_small.jpg) 10px 14px no-repeat;
	width:340px;
	padding-right:20px;
	float:left;
}

#content form fieldset {
	display:inline;
	width:200px;
	vertical-align:top;
}

#content form label {
	display:block;
	font-weight:bold;
	padding-left:4px;
	font-size:0.9em;
}

#content form h3 {
	text-transform:uppercase;
	padding:54px 14px 10px;
}

#content form p {
	font-size:0.9em;
	line-height:1.3em;
}

div a.readmore {
	position:absolute;
	right:0;
	bottom:0;
}

div a.readmore img {
	vertical-align:bottom;
}

body.home #content div.smarterworking p {
	padding-right:180px;
}

body.home #content div.optimise {
	background-position:bottom left;
	background-color:#bed73b;
}

body.home #content div.optimise h2 {
	background-position:top left;
	color:#fff;
}

body.home #content div.optimise p {
	padding-right:140px;
}

body.home #content div.optimise a.readmore {
	right:-10px;
	bottom:10px;
}

body.home #content div.newtimes p {
	padding-right:120px;
}

body.home #content div.newtimes a.readmore {
	right:-11px;
}

#supporting div.huddletrial h3 {
	padding-top:74px;
	padding-right:60px;
}

#supporting div.huddletrial img {
	position:absolute;
	top:14px;
	left:14px;
}

legend {
	text-transform:uppercase;
	color:#0054a3;
	font-weight:bold;
	padding:1em 0 0.2em 0;
}

#supporting div.huddletrial label {
	float:left;
	width:80px;
	padding-top:4px;
}

#supporting div.newtimes p {
	padding-right:110px;
}

#supporting div.smarterworking p {
	padding-right:120px;
}

#supporting div.huddle h3 {
	padding-right:100px;
}

#supporting div.huddle p a {
	padding-right:30px;
}

#supporting div.optimise a {
	top:30px;
}

#supporting div.optimise p {
	padding-right:140px;
}

body.smarterworking #supporting div.huddle p {
	padding-right:30px;
}

/* #supporting a.readmore {
	background:url(../images/read_more_small.png) top left no-repeat;
	width:67px;
	height:60px;
} */

h1 {
	height:125px;
	text-indent:-9999px;
	margin-top:20px;
	position:relative;
	padding-bottom:20px;
}

h1 a {
	position:absolute;
	right:0;
	bottom:0;
	text-indent:0;
}

body.home h1 {
	background:url(../images/unblock_your_pipes.gif) top left no-repeat;
}

body.appamnesty h1 {
	background:url(../images/set_your_network_free.gif) top left no-repeat;
}

body.appamnesty h1 a {
	bottom:20px;
}

body.smarterworking h1 {
	background:url(../images/fresh_thinking.gif) 0 40px no-repeat;
	height:140px;
}

body.thus h1 {
	background:url(../images/business_grade_networks.gif) top left no-repeat;
	height:132px;
}

body.freehuddle h1 {
	background:url(../images/this_is_the_future.gif) top left no-repeat;
	height:88px;
}

body.thus #header h2 {
	background:url(../images/sparkling_performance.gif) top left no-repeat;
	/* height:224px; */
	text-align:right;
}

body.thus #header h2 span {
	display:none;
}

body.freehuddle #header h2 {
	background:#dc0a26 url(../images/pure_simple.gif) top left no-repeat;
	/* height:225px; */
	padding-top:5px;
	text-align:right;
}

body.freehuddle h2 span {
	display:none;
}

body.appamnesty #content h2 {
	color:#00b0d8;
}

body.smarterworking #header h2 {
	background:url(../images/pine_fresh.gif) top left no-repeat;
	height:225px;
	text-indent:-9999px;
}

body.smarterworking #content h2 {
	color:#f58220;
}

form {
	position:relative;
	zoom:1;
	padding-bottom:40px;
}

form li {
	padding:4px 0;
}

form li.text input, form textarea {
	border:1px solid #ccc;
	-moz-border-radius:0.4em;
	-webkit-border-radius:0.4em;
	border-radius:0.4em;
	font-size:1em;
	padding:2px 4px;
	margin:1px;
	color:#666;
	font-family:Arial,Helvetica,sans-serif;
	}

form li.error input, form li.error textarea {
	margin:0;
	border:2px solid #f00;
	}

form p.buttons {
	zoom:1;
	position:absolute;
	bottom:-33px;
	right:0;
	padding:0 !important;
	}

#footer {
	margin-top:1em;
	clear:both;
	zoom:1;
}

#footer ul {
	padding:6px 12px;
}

#footer a {
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

#footer ul.legal {
	font-size:1em;
	border:1px solid #d9d9d9;
	background:url(../images/cw_logo.png) 646px center no-repeat;
	color:#666;
}

#footer ul.legal li {
	display:inline;
	background:url(../images/topnav_sep_off.png) left center no-repeat;
	padding:0 8px 0 12px;
}

#footer ul.legal li.fc {
	background:none;
	padding-left:2px;
}

#footer ul.legal a {
	color:#e11a38;
}

#footer h2 {
	display:none;
}

#footer h3 {
	border-bottom:1px solid #888;
	margin:2px 0;
	padding:4px 0;
}

#footer h3 {
	font-size:1.2em;
	font-weight:bold;
}

#footer h3 a {
	color:#0054a4;
}

#footer ul.sitemap {
	background:#f3f3f3;
	margin-top:8px;
	padding:0;
	zoom:1;
}

#footer ul.sitemap li {
	float:left;
	padding:0;
}

#footer ul.sitemap li ul {
	padding:6px 6px 6px 0;
	font-size:0.7em;
}

#footer ul.sitemap li ul li {
	float:none;
}

#footer ul.sitemap li.products {
	width:435px;
	font-weight:bold;
}

#footer ul.sitemap li.products ul {
	width:435px;
	padding:4px 0;
}

#footer ul.sitemap li.products ul li {
	width:83px;
	float:left;
}

#footer ul.sitemap li.products ul li a {
	color:#666;
}

#footer ul.sitemap li.products ul li ul {
	font-weight:normal;
	width:auto;
	font-size:1em;
}

#footer ul.sitemap li.products ul li ul li {
	float:none;
	padding:0;
}

#footer ul.sitemap li.products ul li ul li a {
	font-weight:normal;
	color:#666;
}

#footer ul.sitemap li.business-issues {
	width:120px;
}

#footer ul.sitemap li.our-focus {
	width:90px;
}

#footer ul.sitemap li.media-centre {
	width:117px;
}

#footer ul.sitemap li.contact-thus {
	width:98px;
}

#footer ul.sitemap li.business-issues ul li a,
#footer ul.sitemap li.our-focus ul li a,
#footer ul.sitemap li.media-centre ul li a,
#footer ul.sitemap li.contact-thus ul li a {
	font-weight:normal;
	color:#666;
}

body.redirect #wrapper {
	text-align:center;
	padding-top:100px;
}

body.redirect h1 {
	height:auto;
	margin:0;
	text-indent:0;
	font-size:1.6em;
	padding-bottom:1em;
}

body.redirect #content {
	background:url("../images/bg_box_top_sprite.gif") -564px 0 no-repeat;
	float:none;
	padding:20px 20px 10px;
	margin:0;
	width:auto;
}

body.redirect #content p {
	padding:0 20px 1em 0;
	clear:none;
}

body.redirect #main {
	background:#eceded url("../images/bg_box_bottom_sprite.gif") -564px bottom no-repeat;
	margin:0 auto;
	float:none;
	text-align:left;
	width:564px;
	padding:0;
}

body.redirect img {
	float:right;
	padding:0 20px;
}

p.footnote {
	padding-top:1em;
	font-size:0.8em;
}
