/*

----- Fuse Digital 2007 -----
----- print stylesheet -----

----- enjoy. -----

----- Foreground Colours -----

	Strong Grey Text: #333
	
	Fuse Orange: #ff6700

*/

* {
	margin: 0; /* global reset of margin and padding */
	padding: 0;
}

/* ----- tags ----- */
body {
	background: #fff ;
	font: 10pt Arial, Helvetica, sans-serif;
	color: #333;
}
ul {
	list-style: none; /* no bullets on lists by default */
}
a {
	color: #333;
	outline: none; /* prevent FF from drawing an outline around active links */
}
a img {
	border: none;
}
em {
	color: #ff6700;
}
blockquote {
	margin: 20px;
	background: url(../images/quote_left.gif) 0 0 no-repeat;
}
blockquote p {
	padding: 5px 25px;
	background: url(../images/quote_right.gif) 100% 100% no-repeat;
}
blockquote cite {
	padding: 0 25px;
	font-weight: normal;
	font-style: normal;
	color: #ff6700;
}

/* ----- universal styles ----- */
.hide {
	display: none;
}
a.hlt {
	color: #ff6700;
	text-decoration: none;
}
p.lnk {
	color: #666;
}
p.lnk a {
	color: #ff6700;
	text-decoration: none;
}
ul.gen-list {
	list-style: disc inside;
}

/* ----- panels ----- */
.hr { /* hr tag used for panel tops */
	width: 100%;
	height: 1px;
}
hr {
	display: none;
}
#content { /* main panel containing element */
	clear: both;
	margin: 0;
	width: 100%;
	text-align: left;
}

/* ------ header ------ */
#header {
	width: 100%;
	margin: 0 0 30px 0;
}
h1 {
	margin: 0 0 30px 0;
}

/* ------ global navigation ------ */
#header ul {
	display: none;
}

/* ------ masthead ------ */
#masthead {
	display: none;
}

/* ------ footer ------ */
#footer {
	clear: both;
	width: 100%;
	margin: 0;
	text-align: left;
	font-size: 8pt;
}
#footer a {
	text-decoration: none;
}
#footer .col-left {
	width: 100%;
	border-top: 2px solid #666;
	padding-top: 12px;
}
#footer .col-right {
	display: none;
}
#footer .legal {
	margin-bottom: 5px;
}
#footer .copy {
	color: #666;
}

/* ------ content generic ------ */
#content .col-left {
	clear: both;
	float: left;
	width: 100%;
}
#privacy-policy #content .col-left, #accessibility #content .col-left {
	width: 100%;
}
#content .col-right {
	display: none;
}
#content .col-left p {
	line-height: 1.3em;
	margin-bottom: 2em;
}
#content p.int {
	font-size: 1.3em;
	line-height: 1.3em;
	color: #000;
}

#contact-us #content .col-right {
	display: block;
	float: left;
	width: 100%;
}
#content .col-right p {
	line-height: 1.3em;
	margin-bottom: 15px;
	clear: left;
}
#content .col-right ul {
	margin-bottom: 10px;
}
#content .col-right ul.gen-list-2 {
	list-style: none;
	margin-bottom: 15px;
	width: 100%;
}
#content .col-right ul li {
	margin-bottom: 6px;
}
#content .col-right ul.gen-list-2 li {
	margin-bottom: 0;
}
#content .col-right ul li a {
	text-decoration: none;
	color: #ff6700;
}
#content .col-right ul li a:hover {
	color: #333;
}
#content .col-right ul li a strong {
	font-weight: normal;
	color: #999;
}
#content .col-right .gen-block {
	width: 100%;
}

/* ------ content blocks ------ */
.gen-full {
	clear: both;
	margin-bottom: 30px;
}
.gen-full h3 {
	color: #666;
	font-size: 1.2em;
	margin-bottom: 5px;
}
.gen-full h3 span {
	font-weight: normal;
	color: #999;
}
.gen-full h3.ext span {
	font-weight: bold;
	color: #999;
	font-size: 0.85em;
}
.gen-full h4 {
	color: #666;
	font-size: 1em;
	margin-bottom: 5px;
}
.gen-block h3 {
	color: #666;
	font-size: 1.1em;
	margin-bottom: 5px;
}
.col-right .gen-block, .col-right .first-to-know {
	clear: both;
	float: left;
	width: 219px;
	margin-bottom: 5px;
}
#our-clients .gen-block {
	margin-bottom: 20px;
}
.gen-block a {
	color: #ff6700;
	text-decoration: none;
}
.gen-block a:hover {
	color: #666;
}
.gen-block a.lnk {
	color: #666;
}
.gen-block a.lnk:hover {
	color: #ff6700;
}
#contact-us .sub-left {
	float: left;
	width: 260px;
	margin-bottom: 15px;
	margin-right: 40px;
}
.sub-right {
	float: left;
	width: 243px;
	margin-bottom: 15px;
}
#contact-us .sub-left {
	width: 155px;
}
#contact-us .sub-right {
	width: 326px;
	margin-right: -20px;
}
#contact-us .sub-left p {
	color: #666;
}
#contact-us .sub-left p span {
	color: #999;
	font-size: 0.85em;
}
.col-left ul {
	margin-bottom: 15px;
}
.col-left ul li a {
	color: #ff6700;
	text-decoration: none;
}
.col-left ul li a:hover {
	color: #333;
}
.col-left ul li strong {
	color: #666;
}
#content .sub-left p, #content .sub-right p {
	margin-bottom: 10px;
}

/* ------ left col headings ------ */
h2 {
	margin: 20px 0;
}

/* ------ first to know block ------ */
#content .col-right .first-to-know {
	margin-bottom: 25px;
}
#content .col-right .first-to-know p {
	line-height: 1.3em;
	margin-bottom: 6px;
}
.first-to-know p span {
	display: block;
	float: left;
}
.first-to-know p span.button {
	display: block;
	float: left;
	padding: 2px 0 0 15px;
}
.first-to-know .field {
	width: 156px;
	background: #e8e8e8;
	border: 1px solid #ddd;
	padding: 2px;
	font: 1em Arial, Helvetica, sans-serif;
	color: #666;
}

/* ------ what client said block ------ */
#content .col-right .what-client-said {
	margin: 0 -5px 15px -3px;
}
#content .col-right h2.what-client-said {
	display: block;
	width: 227px;
	height: 34px;
	text-indent: -1000em;
	background: url(../images/what_said_box_top.gif) 0 0 no-repeat;
	margin-bottom: 0;
}
blockquote.what-client-said {
	background: url(../images/what_said_box_bottom.gif) 0 100% no-repeat;
	color: #fff;
	padding: 10px 10px 15px 10px;
	width: 207px;
	font-size: 1em;
	font-weight: bold;
}
blockquote.what-client-said cite {
	font-weight: normal;
	font-style: normal;
	color: #fff;
	padding: 0;
}
blockquote.what-client-said p {
	padding: 0;
	background: none;
}

/* ------ general blocks ------ */
.gen-blocks {
	float: left;
	margin-bottom: 20px;
}
#our-clients .gen-blocks {
	margin-bottom: 0;
}
.gen-blocks ul {
	float: left;
	width: 100%;
}
.gen-blocks ul li {
	float: left;
	margin-right: 20px;
}
#our-clients .gen-blocks ul li {
	margin-bottom: 15px;
}
.gen-blocks ul li a {
	display: block;
	width: 163px;
	text-decoration: none;
}
.gen-blocks ul li a strong {
	padding: 0 4px;
	color: #333;
	font-weight: normal;
}
.gen-blocks ul li a span {
	padding: 0 4px;
	color: #999;
}
.gen-blocks ul li a span.img {
	padding: 0;
}
.gen-blocks ul li a:hover strong {
	color: #ff6700;
}

.gen-blocks-row {
	float: left;
	margin-bottom: 20px;
	width: 100%;
}
.gen-blocks-row .block {
	float: left;
	margin-right: 20px;
	display: block;
	width: 163px;
}
#content .gen-blocks-row .block h3 {
	margin: 6px 4px 10px 4px;
	font-size: 1em;
	font-weight: bold;
	color: #333;
}
#content .gen-blocks-row .block h3 span {
	color: #999;
}
#content .gen-blocks-row .block p {
	margin: 0 4px 15px 4px;
}
#content .gen-blocks-row .block p strong {
	font-weight: normal;
	color: #666;
}
#content .gen-blocks-row .block p a {
	color: #ff6700;
	text-decoration: none;
}
#content .gen-blocks-row .block p a:hover {
	color: #333;
}

/* ------ block lists ------ */
.gen-block ul {
	float: left;
	margin-bottom: 20px;
}
#our-clients .col-right ul li {
	margin-bottom: 0;
}
#our-clients .col-right ul#gen-block-adj li {
	margin-bottom: 6px;
}

/* ------ definition list block ------ */
dl {
	width: 501px;
	margin-bottom: 30px;
}
dt {
	width: 100%;
	background: url(../images/bg_diag_rpt.gif) 0 0 repeat;
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	margin-top: 1px;
}
dt a {
	display: block;
	width: 481px;
	padding: 4px 10px;
	color: #666;
	text-decoration: none;
}
dt.current {
	background: #ff6700;
	color: #fff;
}
dt.current a, dt.current a:hover {
	color: #fff;
	text-decoration: none;
}
dd {
	width: 100%;
	border: 1px solid #e9e9e9;
	border-top: none;
	background: #f7f7f7;
	padding: 12px 9px 2px 9px;
}
#content .col-left dd p {
	margin-bottom: 10px;
}

/* ------ snippets ------ */
#whats-new #content .col-left {
	padding-bottom: 20px; /* adjust to offset margin collapse in IE6 and IE7. Gits. */
}
.latest-snip, .latest-story {
	clear: left;
	float: left;
	width: 100%;
	background: url(../images/dots_h_rpt.gif) 0 100% repeat-x;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.latest-snip h3, .latest-story h3 {
	color: #666;
	font-size: 1.2em;
}
.latest-story h3 {
	margin-bottom: 10px;
}
.latest-snip h3 a {
	color: #666;
	text-decoration: none;
}
.latest-snip h3 a:hover {
	color: #ff6700;
}
.latest-snip a, .latest-story a {
	color: #ff6700;
	text-decoration: none;
}
.latest-snip a:hover, .latest-story a:hover {
	color: #666;
}
#content .col-left .latest-snip .date, #content .col-left .latest-story .date {
	margin-bottom: 0;
	color: #666;
}
#content .col-left .latest-snip p, #content .col-left .latest-story p {
	margin-bottom: 10px;
}
.latest-snip .envelope, .latest-story .envelope {
	color: #666;
}

/* ------ site map ------ */
#site-map #content .col-left ul {
	margin: 10px 0 0 30px;
}
#site-map #content .col-left ul li {
	margin-bottom: 15px;
}
#site-map #content .col-left ul li ul li {
	margin-top: 6px;
	margin-bottom: 0;
}
#site-map #content .col-left ul li ul {
	margin: 0 0 0 20px;
}
#site-map #content .col-left ul li a {
	font-size: 1.2em;
	color: #666;
	font-weight: bold;
}
#site-map #content .col-left ul li ul li a {
	font-size: 1.1em;
	font-weight: normal;
}
#site-map #content .col-left ul li a.sec {
	font-size: 1em;
	color: #999;
}
#site-map #content .col-left ul li a:hover, #site-map #content .col-left ul li a.sec:hover {
	color: #ff6700;
}

/* ------ general blocks client buttons ------ */
#our-clients .gen-blocks li span.img {
	display: block;
	width: 163px;
	height: 122px;
}
.gen-blocks li a.lucozade-energy, .gen-blocks li a.lucozade-running, .gen-blocks li a.miele, .gen-blocks li a.grant-thornton, .gen-blocks li a.carlsberg, .gen-blocks li a.triton, .gen-blocks li a.greenpeace, .gen-blocks li a.ruby-and-ed, .gen-blocks li a.tuborg {
	height: 122px;
}


