@charset "utf-8";
/* CSS Document */

/* Tick Solutions Layout */

/* CSS Browser Reset
------------------------------------------------------------------------------------------------- */

* { 
	margin: 0; 
	padding: 0; 
	font-style: normal; 
}

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,
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-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

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: "" "";
}

/* Typography
------------------------------------------------------------------------------------------------- */

body {
	background-color: #FFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	width: 100%;
}

p {
	font-size:0.7em;
	font-weight: 200;
	line-height: 1.2em;
	font-family: Arial, Gadget, sans-serif;
	color: #2a2a2a;
	margin-bottom: 10px;
}

strong {
	font-weight: bold;
}

li {
	font-size:0.7em;
	font-weight: 200;
	line-height: 1.2em;
	font-family: Arial, Gadget, sans-serif;
	color: #2a2a2a;
	list-style: disc;
}

h1, h2, h3, h4 {
	color: #2a2a2a;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: 200;
	font-size: 1.5em;
}

h1.header {
	color: #2a2a2a;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: 200;
	font-size: 1.1em;
	float: right;
	position: relative;
	top: -65px;
	margin-right: 22px;
}

h4.contact {
	color: #FFF;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: 100;
	font-size: 1.1em;
	float: right;
	position: relative;
	left: 608px;
	top: -9px;
	z-index: 60;
}

h4.contact span {
	color: #719a4e;
}

a {
	font-size:0.7em;
	font-weight: 200;
	line-height: 1.2em;
	font-family: Arial, Gadget, sans-serif;
	margin-bottom: 10px;
}

a:link {
	color: #719a4e; 
	text-decoration: none; 
}
a:active {
	color: #719a4e; 
	text-decoration: none; 
}
a:visited {
	color: #8a9a6b; 
	text-decoration: none; 
}
a:hover {
  color: #a1b27f;
	text-decoration: none; 
}

/* Layout
------------------------------------------------------------------------------------------------- */

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#page-top {
	width: 960px;
	height: 38px;
	background: url(../images/top-slide.png) no-repeat;
	position: relative;
	top: -18px;
	z-index: 40;
}

#page {
	background: url(../images/page.gif) repeat-y;
	width: 960px;
	height: 100%;
	position: relative;
	top: -97px;
	float: left;
}

#logo {
	position: relative;
	left: -4px;
	z-index: 50;
}

#fpss-outer-container {
	position: relative;
	top: -56px;
	background-color: #FFF;
	width: 958px;
	height: 255px;
	overflow: hidden;
	border-left: 1px #CCC solid;
	border-right: 1px #CCC solid;
}

#divider {
	background: url(../images/btm_slide.gif) no-repeat;
	widows: 960px;
	height: 9px;
	position: relative;
	top: -69px;
}

#navigation {
	background: url(../images/nav.png) no-repeat;
	widows: 909px;
	height: 28px;
	position: relative;
	top: -88px;
	left: 25px;
	z-index: 200;
}

#page-btm {
	position: relative;
	background: url(../images/btm_page.gif) no-repeat;
	width: 960px;
	height: 19px;
	top: -97px;
	float: left;
}

#footer {
	position: relative;
	background: url(../images/footer.gif) no-repeat;
	width: 960px;
	height: 67px;
	top: -89px;
	float: left;
	margin-bottom: -80px;
}

/* Navigation
------------------------------------------------------------------------------------------------- */

ul.nav {
	margin-left: 19px;
}

ul.nav li {
	display: inline;
	font-size: 1.3em;
	margin-right: 53px;
}

ul.nav li a {
	color: #FFF;
	font-family: "Trebuchet MS", Arial, Gadget, sans-serif;
}

ul.nav li a:hover, ul.nav li a.selected {
	color: #719a4e;
}

/* Action Blocks
------------------------------------------------------------------------------------------------- */

#action-blocks {
	width: 374px;
	height: 490px;
	float: right;
	margin-right: 0px;
	margin-top: 30px;
	position: relative;
	left: 28px;
}

#block-1, #block-2, #block-3, #block-4, #block-5, #block-6 {
	display: inline;
	width: 157px;
	height: 155px;
	position: relative;
	top: -90px;
} 

#block-1 a {
	width: 157px;
	height: 155px;
	background: url(../images/workstations.jpg) no-repeat;
	margin-right: 5px;
	display: block;
	float: left;
}

#block-1 a:hover {
	background-position: -157px 0;
}

#block-2 a {
	width: 157px;
	height: 155px;
	background: url(../images/seating.jpg) no-repeat;
	display: block;
	float: left;
}

#block-2 a:hover {
	background-position: -157px 0;
}

#block-3 a {
	width: 157px;
	height: 155px;
	background: url(../images/storage.jpg) no-repeat;
	margin-right: 5px;
	display: block;
	float: left;
}

#block-3 a:hover {
	background-position: -157px 0;
}

#block-4 a {
	width: 157px;
	height: 155px;
	background: url(../images/education.jpg) no-repeat;
	display: block;
	float: left;
}

#block-4 a:hover {
	background-position: -157px 0;
}

#block-5 a {
	width: 157px;
	height: 155px;
	background: url(../images/interiors.jpg) no-repeat;
	margin-right: 5px;
	display: block;
	float: left;
}

#block-5 a:hover {
	background-position: -157px 0;
}

#block-6 a {
	width: 157px;
	height: 155px;
	background: url(../images/bespoke.jpg) no-repeat;
	display: block;
	float: left;
}

#block-6 a:hover {
	background-position: -157px 0;
}

.block-text {
	width: 141px;
	margin: 86px 0 0 8px;
}

h3.block-text {
	color: #2a2a2a;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: 200;
	font-size: 1.3em;
	border-bottom: 1px #999 solid;
	padding-bottom: 0px;
	text-align: right;
}

h3.block-text span {
	color: #719a4e;
}

p.block {
	font-size: 1em;
	padding-top: 2px;
	width: 141px;
	margin-left: 8px;
}


/* Page Text
------------------------------------------------------------------------------------------------- */

#page-text {
	position: relative;
	padding: 35px 25px 30px 25px;
	width: 580px;
}

#page-text a {
	font-size: 1em;
	text-decoration: underline;
}

#page-text p {
	font-size: 0.8em;
	line-height: 1.5em;
}

.title-text {
	border-bottom: 1px #2a2a2a solid;
	border-top: 1px #2a2a2a solid;
	width: 265px;
	float: left;
	margin-bottom: 15px;
}

.sub-title h3 {
	color: #2a2a2a;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: 200;
	font-size: 1.1em;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.sub-title h3 span {
	color: #719a4e;
}

.title-text h3 {
	color: #2a2a2a;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: 200;
	font-size: 1.3em;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.title-text h3 span {
	color: #719a4e;
}

.page-title {
	border-bottom: 1px #2a2a2a solid;
	border-top: 1px #2a2a2a solid;
	width: 100%;
	max-width: 560px;
	padding: 0 10px 0 0px;
	margin-bottom: 10px;
}

.page-title h1 {
	color: #2a2a2a;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: 200;
	font-size: 1.4em;
	margin-bottom: 0px;
	text-transform: uppercase;
	padding: 3px 0 3px 0;
}

.page-title h1 span {
	color: #719a4e;
}

#page-text p.tag {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 0.6em;
	color: #999;
	margin-bottom: 0px;
	text-transform: uppercase;
	position: relative;
	top: -17px;
	margin-bottom: -10px;
}

ul.page-list {
	margin-left: 20px;
	margin-bottom: 10px;
}

ul.page-list li {
	margin-bottom: 4px;
}



/* Images
------------------------------------------------------------------------------------------------- */

.image {
	padding: 4px 4px 0px 4px;
	background-color: #e6dab5;
}

.left {
	float: left;
	margin-right: 10px;
}

.right-2 {
	margin-top: 25px;
	margin-bottom: 25px;
	float: right;
	position: relative;
	left: -60px;
}

.right {
	float: right;
	margin-left: 10px;
}

.right3 {
	float: right;
	margin-left: 10px;
}

.nt {
	margin-top: 10px;
}

.nb {
	margin-bottom: 10px;
}

#page-text p.caption {
	padding: 3px 0 0 0;
	font-size: 0.7em;
	line-height: 0.7em;
	margin-bottom: 4px;
	text-align: right;
}

/* Footer
------------------------------------------------------------------------------------------------- */

#footer p {
	font-size: 0.7em;
	color: #FFF;
}

#footer p span {
	font-size: 1em;
	color: #719a4e;
}

#footer a {
	font-size: 1em;
	color: #FFF;
}

#footer-right {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

#footer-left {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 0.7em;
}

/* Contact Form
------------------------------------------------------------------------------------------------- */
#form {
	width: 500px;
	height: 420px;
	padding-top: 20px;
}

.form-label {
	width: 200px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: 200;
	color: #2a2a2a;
	font-size: 0.8em;
}

.label-text {
	width: 200px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-weight: 200;
	color: #2a2a2a;
	font-size: 0.8em;
}

label {
	margin-bottom: 5px;
}

tr {
	margin-bottom: 15px;
}

textarea, input {
	width: 280px;
	margin-bottom: 10px;
}

.label-text label {
	position: relative;
	top: -70px;
}

input.button {
	float: right;
	width: 69px;
	height: 18px;
	margin-top: 10px;
	padding-top: 0px;
	padding-bottom: 2px;
	margin-right: 16px;
	background: url(../images/button-roll.jpg) no-repeat;
}

input.button:hover {
	background-position: -69px 0px;
}

/* Helper Classes
------------------------------------------------------------------------------------------------- */

.clear-left {
	margin-top: 10px; 
	clear: left;
}

.clear-right {
	margin-top: 10px; 
	clear: right;
}

.clear {
	margin-top: 10px; 
	clear: both;
}

div#qTip {
	padding: 3px;
	border: 1px solid #719a4e;
	display: none;
	background: #F9F3E3;
	filter: alpha(opacity=90); 
	-moz-opacity:0.9;
	opacity:0.9; 
	color: #719a4e;
	font: bold 9px "Trebuchet MS", Verdana, Arial;
	position: absolute;
	z-index: 1000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

