
/*
----------------------------------------------------------
  
  Copyright 2009 Crusader Ltd
  
  Website: Three Fives media
  Author:  Stephen Last
  Media:   Screen
  
----------------------------------------------------------
*/

/* Global
----------------------------------------------------------*/
body {
	background:#eaedf4;
	text-align:center;
	margin:0 0 30px 0;
	padding:0;
	font:0.9em/1.1em Arial,Verdana,Helvetica,Sans-Serif;
}
a:link, a:visited {
	color:#305a7b;
}
a:hover, a:active {
	color:#367da9;
}
ul {
	font-size:0.85em;
	line-height:1.5em;
	color:#666;
}
p {
	font-size:0.85em;
	line-height:1.5em;
	color:#666;
	text-align:justify;
	margin:0 0 0.9em 0;
}
p strong {
	color:#222;
}
address {
	color:#666;
	font-size:0.85em;
	line-height:1.5em;
	margin:0 0 1em 0;
}


/* Page Structure
----------------------------------------------------------*/
#wrap {
	margin:0 auto;
	padding:30px 0 0 0;
	background:#fff url(../images/very_top.png) top left no-repeat;
	width:930px;
	overflow:hidden;
}
#wrap #header {
	background:#fff url(../images/header_bg.png) top no-repeat;
	height:140px;
	padding:0 20px 0 20px;
	width:890px;
	text-align:left;
}
#wrap #tabs {
	background:#fff;
	text-align:left;
}
#wrap #content {
	background:#fff;
	float:left;
	width:569px;
	padding:45px 0 30px 30px;
	margin:0;
	text-align:left;
}
#wrap #side, #wrap #side_home {
	background:#fff;
	float:right;
	width:269px;
	padding:30px 30px 30px 30px;
	text-align:justify;
}
#wrap #side_home {
	width:239px;
	padding:30px 60px 30px 30px;
}
#wrap #footer {
	background:#fff;
	clear:both;
	margin:0;
	padding:2% 2% 2% 2%;
	border-top:10px solid #3d729c;
	width:96%;
	overflow:hidden;
}

/* Content
----------------------------------------------------------*/
#content h2 {
	margin:0 0 0.4em 0;
	font-size:1.5em;
	line-height:1.1em;
	color:#3d729c;
}
#content table {
	border:none;
	margin:0 0 1em 0;
	padding:0;
	color:#666;
	font-size:0.9em;
	width:100%;
}
#content table th {
	border-bottom:1px solid #aaa;
	background:#f5f5f5;
	color:#000;
	padding:2px 10px;
}
#content table td {
	background:#f5f5f5;
	padding:2px 10px;
}
#content strong span {
	color:#c50f0f;
}
p.stand_out {
	text-align:left;
}
p.stand_out span {
	color:#000;
	/*background:#5296c0;*/
	background:#ddd;
	padding:2px 5px;
	font-size:1em;
	line-height:1.7em;
	font-weight:bold;
}
p.stand_out span strong {
	color:#000;
}

/* Header
----------------------------------------------------------*/
#header h1 {
	float:left;
	width:192px;
	height:100px;
	margin:0;
	padding:20px 0 20px 0;
	overflow:hidden;
}
#header h1 a {
	width:192px;
	height:100px;
	display:block;
	margin:0;
	padding:0;
	text-indent:-9999px;
	background:#fff url(../images/logo.png) top left no-repeat;
}
#header p {
	float:right;
	width:680px;
	height:140px;
	margin:0;
	padding:0;
	text-indent:-9999px;
	background:#fff url(../images/you.png) top right no-repeat;
}

/* Side
----------------------------------------------------------*/
#side h2, #side_home h2 {
	text-align:left;
	font-size:1.8em;
	line-height:0.9em;
	font-weight:bold;
	color:#444;
	letter-spacing:-1px;
	margin:0 0 0.5em 0;
	padding:15px 0 0 0;
}
#side h2 span, #side_home h2 span {
	font-style:italic;
	color:#888;
	display:block;
	font-size:0.8em;
}
#side p strong {
	color:#c50f0f;
}
#side address.oxford_house {
	background:#fff url(../images/oxford_house_small.png) right top no-repeat;
	height:82px;
	padding:5px 3px 3px 8px;
	font-size:0.75em;
	width:256px;
}

/* Home page
----------------------------------------------------------*/
#print_direct {
	margin:0 auto;
	padding:40px 0 0 0;
	width:930px;
	height:70px;
	text-indent:-9999px;
	background:#fff url(../images/professional_desktop_colour_printing.png) center bottom no-repeat;
}


/* Tabs
----------------------------------------------------------*/
#tabs ul {
	margin:0;
	padding:0 0 0 17px;
	list-style:none;
	overflow:hidden;
	width:100%;
	border-bottom:15px solid #3d729c;
}
#tabs ul li {
	margin:0 0 0 5px;
	padding:0;
	float:left;
	width:130px;
}
#tabs ul li a:link, #tabs ul li a:visited {
	width:130px;
	height:25px;
	padding:15px 0 0 0;
	display:block;
	text-align:center;
	color:#999;
	text-decoration:none;
	background:#f5f5f5 url(../images/tab_off.png) top left no-repeat;
	font-weight:bold;
	font-size:1.1em;
}
#tabs ul li a:hover, #tabs ul li a:active {
	color:#000;
}
#tabs ul li a.on:link, #tabs ul li a.on:visited, #tabs ul li a.on:hover, #tabs ul li a.on:active {
	color:#fff;
	background:#307197 url(../images/tab_on.png) top left no-repeat;
}

/* Footer
----------------------------------------------------------*/
#footer p {
	margin:0;
	padding:0;
	text-align:left;
	font-size:0.8em;
	line-height:1.4em;
	color:#666;
}
#footer #address {
	float:left;
	width:500px;
}
#footer #copyright {
	float:right;
	width:250px;
}
#footer #copyright p {
	text-align:justify;
	font-size:0.7em;
	line-height:1.2em;
}

/* Images
----------------------------------------------------------*/
.img_center {
	margin:0 0 0.9em 0;
}
.img_right {
	float:right;
	margin:0 0 10px 20px;
}


/* Tab box
----------------------------------------------------------*/
#tab_box {
	margin:0;
	text-align:left;
}
#tab_box ul {
	margin:0;
	padding:0 0 0 17px;
	list-style:none;
	overflow:hidden;
	width:525px;
	background:#fff url(../images/dot.gif) bottom repeat-x;
}
#tab_box ul li {
	float:left;
	margin:0 2px 0 2px;
	padding:0;
	width:165px;
}
#tab_box ul li a:link, #tab_box ul li a:visited {
	display:block;
	border-bottom:1px solid #ddd;
	padding:10px 10px;
	text-decoration:none;
	color:#aaa;
	font-weight:bold;
	background:#f5f5f5 url(../images/boxtab_off.png) top left no-repeat;
	text-align:center;
	font-size:1.1em;
}
#tab_box ul li a:hover, #tab_box ul li a:active {
	color:#000;
}
#tab_box ul li a.on:link, #tab_box ul li a.on:visited, #tab_box ul li a.on:hover, #tab_box ul li a.on:active {
	border-bottom:1px solid #fff;
	background:#fff url(../images/boxtab_on.png) top left no-repeat;
	color:#fff;
}
#tab_box ul li a.on:link span, #tab_box ul li a.on:visited span, #tab_box ul li a.on:hover span, #tab_box ul li a.on:active span {
	background:#c50f0f;
	padding:1px 3px;
}
#tab_box .content {
	border:1px solid #ddd;
	border-top:none;
	border-bottom:2px solid #ccc;
	text-align:left;
	padding:20px 40px 10px 40px;
	margin:0;
	width:460px;
	font-size:1.1em;
}

/* Two column list
----------------------------------------------------------*/
#col_list {
	margin:0;
	padding:60px 0 70px 0;
	background:#fff;
}
#col_list .activity {
	height:50px;
	width:750px;
	text-indent:-9999px;
	background:#fff url(../images/activity.png) no-repeat;
	margin:0 auto 25px auto;
	padding:0;
}
#col_list ul {
	margin:0 auto;
	padding:0 0 40px 20px;
	list-style:none;
	width:780px;
	overflow:hidden;
}
#col_list ul li {
	float:left;
	margin:0 5px 5px 0;
	padding:0;
	width:185px;
	height:60px;
	text-align:left;
}
#col_list ul li a span {
	color:#bbb;
	float:left;
	height:40px;
	margin:0 5px 0 0;
}
#col_list ul li a:link, #col_list ul li a:visited {
	width:165px;
	height:50px;
	padding:10px 10px 0 10px;
	display:block;
	text-decoration:none;
	color:#888;
	font-weight:bold;
	text-align:left;
	font-size:1.15em;
	line-height:1.3em;
	background:#fff url(../images/youcan_bg.png) top no-repeat;
}
#col_list ul li a:hover, #col_list ul li a:active {
	color:#2a7daa;
	/*background:#f3f3f3;*/
	background-position:bottom;
}
#col_list .col_list {
	border-top:1px solid #e5e5e5;
	margin:30px auto 10px auto;
	padding:10px 0 0 0;
	width:800px;
	overflow:hidden;
	text-align:left;
	background:#fff url(../images/strips.png) top repeat-x;
}
#col_list .col_list .title {
	float:left;
	width:190px;
	padding:0;
	background:transparent;
	overflow:hidden;
}
#col_list .col_list .title span {
	float:left;
	display:block;
	width:35px;
	height:180px;
	text-align:center;
	font-size:1.4em;
	font-weight:bold;
	background:transparent url(../images/num.png) top left no-repeat;
	color:#208acb;
	padding:7px 0 0 0;
	margin:0 7px 0 0;
	border:1px solid #fff;
}
#col_list .col_list .title h2 {
	font-size:1.2em;
	line-height:1.1em;
	margin:0;
	padding:0;
}
#col_list .col_list .title p {
	margin:0 0 1em 0;
	padding:0;
	float:left;
}
#col_list .col_list .title .pdf {
	margin:20px 0 0 0;
	padding:0;
	width:140px;
}
#col_list .col_list .title .pdf a:link, #col_list .col_list .title .pdf a:visited {
	background:#fff url(../images/pdf.png) top left no-repeat;
	display:block;
	height:40px;
	width:98px;
	padding:7px 0 0 45px;
	text-decoration:none;
	line-height:1.1em;
	font-size:1.1em;
	color:#666;
}
#col_list .col_list .title .pdf a:hover, #col_list .col_list .title .pdf a:active {
	text-decoration:underline;
	color:#000;
}
#col_list .col_list .text {
	float:right;
	width:590px;
	background:transparent;
}
#col_list .col_list .text ul {
	margin:0 0 1em 0;
	padding:0;
	list-style:none;
	width:300px;
}
#col_list .col_list .text ul li {
	margin:0;
	padding:0 0 0 20px;
	width:100%;
	height:auto;
	border:none;
	background:#fff url(../images/tick.png) left no-repeat;
}
#col_list .col_list p.movement {
	margin:20px 0 0 0;
	overflow:hidden;
	width:110px;
}
#col_list .col_list p.movement a {
	display:block;
	float:left;
	width:30px;
	height:45px;
	text-indent:-9999px;
	margin:0 5px 0 0;
}
#col_list .col_list p.movement a.prev {
	background:#fff url(../images/bookmark_up.png) no-repeat;
}
#col_list .col_list p.movement a.next {
	background:#fff url(../images/bookmark_down.png) no-repeat;
}
#col_list .col_list p.movement a.top {
	background:#fff url(../images/bookmark_top.png) no-repeat;
}

/* Products
----------------------------------------------------------*/
#content .prod_title {
	width:515px;
	margin:0 auto 10px auto;
	padding:0 20px 0 0;
}
#content .cat_list {
	width:535px;
	overflow:hidden;
	margin:0 auto;
	padding:0;
	list-style:none;
}
#content .cat_list li {
	float:left;
	margin:0 15px 15px 0;
	padding:0;
	width:251px;
}
#content .cat_list li a:link, #content .cat_list li a:visited {
	overflow:hidden;
	display:block;
	text-decoration:none;
	color:#888;
	padding:10px;
	height:102px;
	font-size:1em;
	line-height:1.4em;
	background:#fff url(../images/category_bg.png) top no-repeat;
}
#content .cat_list li a:hover, #content .cat_list li a:active {
	background-position:bottom;
}
#content .cat_list li a img {
	float:left;
	background:#fff;
	border:1px solid #ddd;
	padding:0;
	margin:0 10px 0 0;
	width:100px;
	height:100px;
}
#content .cat_list li a strong {
	color:#004d77;
	border-bottom:1px solid #ddd;
}

#content .prod_list {
	width:535px;
	overflow:hidden;
	margin:0 auto;
	padding:0;
	list-style:none;
}
#content .prod_list li {
	float:left;
	margin:0 15px 15px 0;
	padding:0;
	width:251px;
}
#content .prod_list li a:link, #content .prod_list li a:visited {
	overflow:hidden;
	display:block;
	text-decoration:none;
	color:#888;
	padding:10px;
	height:200px;
	font-size:1.1em;
	line-height:1.4em;
	background:#fff url(../images/product_bg.png) top no-repeat;
	text-align:center;
}
#content .prod_list li a:hover, #content .prod_list li a:active {
	background-position:bottom;
}
#content .prod_list li a img {
	border:none;
	background:#fff;
	border:1px solid #ddd;
	padding:5px;
	margin:0 auto;
}
#content .prod_list li a strong {
	color:#004d77;
	text-align:center;
	margin:0;
	display:block;
	height:45px;
	cursor:pointer;
}
#content .call_now {
	margin:30px 0 20px 0;
	text-align:center;
	background:#fff url(../images/call_now_bg.png) top no-repeat;
}
#content .call_now p {
	width:380px;
	height:50px;
	margin:0 auto;
	padding:20px;
	font-size:1.1em;
	text-align:center;
}
#content .call_now p strong {
	color:#c50f0f;
}
#side .img {
	border:1px solid #ddd;
	margin:50px 0 0 0;
	text-align:center;
	width:260px;
	height:260px;
	padding:15px 0 0 0;
}
#side .img img {
	margin:0 auto;
}























